diff --git a/Elistria_Calling/Config/DefaultEngine.ini b/Elistria_Calling/Config/DefaultEngine.ini index 65b184f..05d019f 100644 --- a/Elistria_Calling/Config/DefaultEngine.ini +++ b/Elistria_Calling/Config/DefaultEngine.ini @@ -82,3 +82,63 @@ ConnectionType=USBOnly bUseManualIPAddress=False ManualIPAddress= +[/Script/Engine.CollisionProfile] +-Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision",bCanModify=False) +-Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) +-Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ",bCanModify=False) +-Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ",bCanModify=False) +-Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic",Response=ECR_Block),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.",bCanModify=False) +-Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors",bCanModify=False) +-Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors",bCanModify=False) +-Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.",bCanModify=False) +-Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.",bCanModify=False) +-Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that is used for trigger. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.",bCanModify=False) +-Profiles=(Name="UI",CollisionEnabled=QueryOnly,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Block),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ",bCanModify=False) ++Profiles=(Name="NoCollision",CollisionEnabled=NoCollision,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="No collision") ++Profiles=(Name="BlockAll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=,HelpMessage="WorldStatic object that blocks all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="OverlapAll",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="BlockAllDynamic",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=,HelpMessage="WorldDynamic object that blocks all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="OverlapAllDynamic",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Overlap),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that overlaps all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="IgnoreOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that ignores Pawn and Vehicle. All other channels will be set to default.") ++Profiles=(Name="OverlapOnlyPawn",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Pawn",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that overlaps Pawn, Camera, and Vehicle. All other channels will be set to default. ") ++Profiles=(Name="Pawn",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object. Can be used for capsule of any playerable character or AI. ") ++Profiles=(Name="Spectator",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="WorldStatic"),(Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Destructible",Response=ECR_Ignore)),HelpMessage="Pawn object that ignores all other actors except WorldStatic.") ++Profiles=(Name="CharacterMesh",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="Pawn",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Vehicle",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Pawn object that is used for Character Mesh. All other channels will be set to default.") ++Profiles=(Name="PhysicsActor",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=,HelpMessage="Simulating actors") ++Profiles=(Name="Destructible",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Destructible",CustomResponses=,HelpMessage="Destructible actors") ++Profiles=(Name="InvisibleWall",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldStatic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldStatic object that is invisible.") ++Profiles=(Name="InvisibleWallDynamic",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="Visibility",Response=ECR_Ignore)),HelpMessage="WorldDynamic object that is invisible.") ++Profiles=(Name="Trigger",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldDynamic object that is used for trigger. All other channels will be set to default.") ++Profiles=(Name="Ragdoll",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="PhysicsBody",CustomResponses=((Channel="Pawn",Response=ECR_Ignore),(Channel="Visibility",Response=ECR_Ignore)),HelpMessage="Simulating Skeletal Mesh Component. All other channels will be set to default.") ++Profiles=(Name="Vehicle",CollisionEnabled=QueryAndPhysics,bCanModify=False,ObjectTypeName="Vehicle",CustomResponses=,HelpMessage="Vehicle object that blocks Vehicle, WorldStatic, and WorldDynamic. All other channels will be set to default.") ++Profiles=(Name="UI",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="WorldDynamic",CustomResponses=((Channel="WorldStatic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility"),(Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Camera",Response=ECR_Overlap),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="WorldStatic object that overlaps all actors by default. All new custom channels will use its own default response. ") ++Profiles=(Name="WaterBodyCollision",CollisionEnabled=QueryOnly,bCanModify=False,ObjectTypeName="",CustomResponses=((Channel="WorldDynamic",Response=ECR_Overlap),(Channel="Pawn",Response=ECR_Overlap),(Channel="Visibility",Response=ECR_Ignore),(Channel="Camera",Response=ECR_Ignore),(Channel="PhysicsBody",Response=ECR_Overlap),(Channel="Vehicle",Response=ECR_Overlap),(Channel="Destructible",Response=ECR_Overlap)),HelpMessage="Default Water Collision Profile (Created by Water Plugin)") +-ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") +-ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn") +-ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic") +-ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor") +-ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic") ++ProfileRedirects=(OldName="BlockingVolume",NewName="InvisibleWall") ++ProfileRedirects=(OldName="InterpActor",NewName="IgnoreOnlyPawn") ++ProfileRedirects=(OldName="StaticMeshComponent",NewName="BlockAllDynamic") ++ProfileRedirects=(OldName="SkeletalMeshActor",NewName="PhysicsActor") ++ProfileRedirects=(OldName="InvisibleActor",NewName="InvisibleWallDynamic") +-CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic") +-CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic") +-CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle") +-CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") ++CollisionChannelRedirects=(OldName="Static",NewName="WorldStatic") ++CollisionChannelRedirects=(OldName="Dynamic",NewName="WorldDynamic") ++CollisionChannelRedirects=(OldName="VehicleMovement",NewName="Vehicle") ++CollisionChannelRedirects=(OldName="PawnMovement",NewName="Pawn") + +[/Script/Water.WaterRuntimeSettings] +CollisionChannelForWaterTraces=ECC_WorldDynamic + diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_1.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_1.uasset new file mode 100644 index 0000000..54dc159 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:17dc3e0ea22bbebba01f1dab882a46556ccb0e7779f7d4e1811526fbf1e30043 +size 10634 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_10.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_10.uasset new file mode 100644 index 0000000..3eb810c --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31a66db724d7bcd177e920b2b932aff02c2cb2fd962b1e05243548edd0c8ce07 +size 14267 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_11.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_11.uasset new file mode 100644 index 0000000..61ed30f --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5308ddc83cfa12ef3bcdaa7fa4b2ceb042814566ab6cf9680f70c87d6c70a7d5 +size 13625 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_12.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_12.uasset new file mode 100644 index 0000000..07be9d1 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7642cc23b9724a1eaae09f9e2f62784d9c6e0b36958588d850efd2bb888011 +size 13833 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_13.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_13.uasset new file mode 100644 index 0000000..4f1d98f --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cafdeff6205f23aa5aff3ca94505ad2c820cea307348aaf5dbc95598ff9c51bf +size 13995 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_14.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_14.uasset new file mode 100644 index 0000000..0928d5d --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c11ce90a1ad9a615bb8711b27a0ece3d766fd0d8ed1a0779ba20e0a083ac6857 +size 15275 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_15.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_15.uasset new file mode 100644 index 0000000..eced5df --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f788549fe297a0a680e805d1c8dbd5f5cc1e2bd225a1fae7f7a3d7d04c6f507 +size 13316 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_16.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_16.uasset new file mode 100644 index 0000000..0dcc245 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0a1c8f66ec461dcb5ee51d8f445505b6a395ed52a56b54a894ee986a91f701d +size 13636 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_17.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_17.uasset new file mode 100644 index 0000000..4b9991a --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aac639f1d780e5286561651e13191a06949fcef14e9e37c7ec81a9e59fcb477 +size 13493 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_18.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_18.uasset new file mode 100644 index 0000000..6b1f404 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d42026cef03276305b950656d7e007d4ab3e0ad688d250e0dea180ad0e427f25 +size 15062 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_19.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_19.uasset new file mode 100644 index 0000000..e9d7372 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0097bbcd304ad7ca11b2e96114297c69f6fc42f92a00cc51ea34e9de84e30bc9 +size 14788 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_2.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_2.uasset new file mode 100644 index 0000000..7bad3a5 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef788e4a7fecd3e340c9fcca6237ce18a25670d73cbf147cc9693f4fcca09d2f +size 15510 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_20.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_20.uasset new file mode 100644 index 0000000..53f6e18 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbd58643b30ee1bac3ed368b298b94dd738be680dd88b32fa3287692496e78e +size 14317 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_21.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_21.uasset new file mode 100644 index 0000000..8435270 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_21.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55b98a2d35e5941e581f3cbe7b14c46ad52de79eb470afdb50d8a0dad816dcf4 +size 15418 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_22.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_22.uasset new file mode 100644 index 0000000..6b056c5 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_22.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c484868c456ce9b148e0bf1a432b0595dd277b3142e43a47b9edc83646a410 +size 16810 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_23.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_23.uasset new file mode 100644 index 0000000..42a93cf --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_23.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ab6076e29dc4bc1f72d9d4282732e953b9b2ad7e9dcb5f6ad2b1d368396156c +size 16108 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_24.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_24.uasset new file mode 100644 index 0000000..5187288 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_24.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7409cba88c123387e141364fb41263600186effec8cd8cc8e09eb1796359edfd +size 14344 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_25.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_25.uasset new file mode 100644 index 0000000..f0a65ab --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_25.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79ddaae6f4c360d4fab841d637e6aad09d2d208f637602c8cdcdc86f1163d685 +size 13207 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_26.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_26.uasset new file mode 100644 index 0000000..5b40faf --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_26.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e440729414d427c72df44a6cba5f56c851b0bf1996670af93269d6f0004730e +size 14112 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_27.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_27.uasset new file mode 100644 index 0000000..f8384e1 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_27.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32e248adce88c2a3bb7417442d0980db1a50061c45c3ae408768ba57f75c3c29 +size 13147 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_28.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_28.uasset new file mode 100644 index 0000000..9e53cbb --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_28.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79004c4f68cc0e9bf4bad90f51683ce142c0201d192ddcdb5f58d2d798b89313 +size 14598 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_29.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_29.uasset new file mode 100644 index 0000000..2d391a1 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_29.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b498dd3f8c8cea6b7c91c2f022b90cb6323cc8f8c4d3ecf3c33f9cbc86edb91c +size 13384 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_3.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_3.uasset new file mode 100644 index 0000000..a986e11 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4d734710fd1b739261c05b0088580c310f0134ccb25c13b00c23a0f2756451b +size 13512 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_30.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_30.uasset new file mode 100644 index 0000000..94fd1ab --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_30.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e1fb1057e31328dd32332ddf5d8bb475a43d21e6e6c6daf3f7f41ba8434a46 +size 16672 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_31.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_31.uasset new file mode 100644 index 0000000..35dee3c --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_31.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e2b37e71e46f350ea1aa105bf282d5ad504fb24ee0fa00d4f7dee92de289655 +size 15771 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_32.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_32.uasset new file mode 100644 index 0000000..7d2c1f5 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_32.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ec7087f773cdb8f3e7f1612647fbed54cce94468824cb3a13cc5753bc62fc63 +size 14340 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_33.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_33.uasset new file mode 100644 index 0000000..ee2147a --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_33.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec41bfd481cb81b2e41315416eea59d87626c4e54962e175e4ea505f6716ae49 +size 16680 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_34.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_34.uasset new file mode 100644 index 0000000..a139cd2 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_34.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03fea6763736dc583df203ea3218783587c977bcd5df14d031874050dd31ec93 +size 13780 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_35.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_35.uasset new file mode 100644 index 0000000..63c9c7a --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_35.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f95893001270610d8c818fd98ecba400c366ab295d26529ba8235e65b44b6feb +size 13597 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_36.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_36.uasset new file mode 100644 index 0000000..2bcc0f4 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_36.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c438806effa30d6772f009f827eec088f14e2ed8fd6c45fd0212ea78d45ab59 +size 13658 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_37.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_37.uasset new file mode 100644 index 0000000..9bf7b4a --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_37.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fac95786128833e7aa5386c328a1265a47b08555652ec35df452511c8065c0f +size 12492 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_38.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_38.uasset new file mode 100644 index 0000000..b2e18ff --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_38.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a3e41abc7a7c45f0a7e54b8d846c420b7e66b2332a14ba727f2ed8930d24b5 +size 12933 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_39.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_39.uasset new file mode 100644 index 0000000..3920296 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_39.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05a89ab224b3cb377a5841399749a1a10d3079efc53e8faa8fb6bb48b12f8d9d +size 12680 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_4.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_4.uasset new file mode 100644 index 0000000..4c02cba --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:697289d4f468587f8bdb4c07b22f0cd25919d5600abd76b813e477bc8864d595 +size 12124 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_40.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_40.uasset new file mode 100644 index 0000000..3a4e1e0 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_40.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12734c6f6741285d07f9760899175511fc791931c75b79e19c2a1da5dba484dd +size 14785 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_41.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_41.uasset new file mode 100644 index 0000000..d51326b --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_41.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e44ec83af2274ecee92e85e8a52ca677eac35f99dc0c0bbe8ab4df517055414c +size 13945 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_42.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_42.uasset new file mode 100644 index 0000000..e5edaa0 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_42.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b117c6757359e3cb0c39a39459cf46cf0182c34f652328df72c88642a3d22b8 +size 14190 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_44.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_44.uasset new file mode 100644 index 0000000..8b27479 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_44.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:79d5770640b815f1c6060b625f248aa21dc23348d8d93bdb830b77deff6a73b0 +size 13523 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_45.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_45.uasset new file mode 100644 index 0000000..30964c5 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_45.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bff23926df356cda733451ac5496504df87299a78288047a983fe043bdd2a0e +size 14479 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_46.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_46.uasset new file mode 100644 index 0000000..83f1f43 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_46.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9e865f64b029fd6a5d8635e80ce2b662513374aeccb3344ded6e9c6495adb37 +size 15061 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_47.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_47.uasset new file mode 100644 index 0000000..f2056f3 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_47.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:451d68c4d9220661b8039a0670c74d3a903acbea8c1235f3543f64ce49b5bdaa +size 15159 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_48.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_48.uasset new file mode 100644 index 0000000..f286d98 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_48.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb57f0eb15de25c87bb55e02329bfae8a1a700258c6ca1758e6cdc0790b3b40 +size 14167 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_49.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_49.uasset new file mode 100644 index 0000000..0b0444b --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_49.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:567be15b491831d3230d1da697251a96a96c279babee4cc3c3244822945bf6c9 +size 18942 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_5.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_5.uasset new file mode 100644 index 0000000..07ffc36 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7aff09b37026f5cc060caf4f3ae82e7377a612f49b3b2df21b2eb678acd9268f +size 12094 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_50.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_50.uasset new file mode 100644 index 0000000..bdf7809 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_50.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e555c29972a57eb60235b9e69280e3aa9102da3536ebdcc03149d8b293a22793 +size 16708 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_51.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_51.uasset new file mode 100644 index 0000000..bbd5cab --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_51.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b93919ad01a65d6afcfc4a454c52aade78a99550ab9e7fb99fe85d34ff4d946e +size 13228 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_52.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_52.uasset new file mode 100644 index 0000000..7e46997 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_52.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2e529557bdb4b4be84805b68b4ed8fefee1cfe12386c0e751e4c8b2dc99d6a4 +size 15220 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_53.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_53.uasset new file mode 100644 index 0000000..e1555fe --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_53.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d8e7e220467193cb7f044e5ae40a0225d6b48087294f2d7426d84ce2776f359 +size 13447 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_54.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_54.uasset new file mode 100644 index 0000000..28b89e1 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_54.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d7495cb41d5427c5dc13adde8b915193a5402c1753eb766299bf24bbcf40bdc +size 13198 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_55.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_55.uasset new file mode 100644 index 0000000..e4f8666 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_55.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dac054d68927437ff87fb3c89be19a80144ea99867b2870953b4cdb7f402d71c +size 14760 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_56.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_56.uasset new file mode 100644 index 0000000..c09bd63 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_56.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:676ae86c85e3613a4031754c8d711f8c4082707dc381c057022646cf668cc7f5 +size 13139 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_57.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_57.uasset new file mode 100644 index 0000000..a327aa4 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_57.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec9f5c69bfef02050c5ef391284709e6473569e5e36bce605e61f5a380f256eb +size 14903 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_58.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_58.uasset new file mode 100644 index 0000000..ab099c8 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_58.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68f60d457fe52eeda61d6ece4f5966a1e2fedf945c0e4c2b648b1217d2eb504c +size 15176 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_59.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_59.uasset new file mode 100644 index 0000000..6e14b27 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_59.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e24446d31c658b8e7e5b1bee269ae1d2a85fbffdb74f5c9e0498efd4f08e968 +size 15796 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_6.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_6.uasset new file mode 100644 index 0000000..e2ce9e7 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13df29e7ba9132fabe5b1ce21a175e7900e82f08ecd61fdf1e0cdbd99d184ace +size 14939 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_7.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_7.uasset new file mode 100644 index 0000000..101b7d3 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_7.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1234fdb1d56e7ae07771335df2ca938d8c2cd582c7f9caef41a7634dd7265c1c +size 13192 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_8.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_8.uasset new file mode 100644 index 0000000..3dd7864 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a894dae3ca48330c1573f4adb7b97ec3dcd8804a32bf42c824843dd7f59dcfd2 +size 12887 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_9.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_9.uasset new file mode 100644 index 0000000..3c18da9 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/MI/MI_Light_9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a603462400f1910aff7915e98639c6108a3e3111f956f97be28c5a2a80fd8af +size 12723 diff --git a/Elistria_Calling/Content/LightVortexShader/Materials/M_LightVortexShader.uasset b/Elistria_Calling/Content/LightVortexShader/Materials/M_LightVortexShader.uasset new file mode 100644 index 0000000..ce4bfc6 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Materials/M_LightVortexShader.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04289089839f322d19c763c90ce90c05cad2f73f80909e115d6e4dc57430d21a +size 38041 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_12.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_12.uasset new file mode 100644 index 0000000..b94004a --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82183e9ea22cad3729163efcc76107b8427d3f8c434213210627f5624bd035b0 +size 96626 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_15.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_15.uasset new file mode 100644 index 0000000..33db298 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:780ca3364d47b6a5378915e4d4b48636eb8243f62f187e1175a9ad76057c21c1 +size 305002 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_19.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_19.uasset new file mode 100644 index 0000000..24958dc --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318840c4af6c338ae7caf6d23a01d2809f333dbcfcc005056f33f533af408940 +size 311299 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_2.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_2.uasset new file mode 100644 index 0000000..71cd700 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f1c842d7b88527cb7d7fa7e8fa0c517feafd5ac30690ffe0a435be1197bd56c +size 311764 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_20.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_20.uasset new file mode 100644 index 0000000..996d41b --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b1b2d67d13e7969fee963f17779173c3e1c60c9b4e0032ff084e831d5bb35b +size 1720474 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_22.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_22.uasset new file mode 100644 index 0000000..f5c66e3 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_22.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2605fe010a32c3f088538350c037c8486fbe431cf4873d5538f718c6772fd14e +size 1706350 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_23.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_23.uasset new file mode 100644 index 0000000..3cf757a --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_23.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:03d15c105c53f484ae61c82a0708acda77146718210cba833d06f2bd154105f6 +size 1516843 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_25.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_25.uasset new file mode 100644 index 0000000..d27f0da --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_25.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5d173933c9aa2a54e54c33535c299fd7c084eb48be8c373dccb81ef446b3edc +size 1491000 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_26.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_26.uasset new file mode 100644 index 0000000..478f457 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_26.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e1d25cad8dcd7bc662092527bf7cfd044263f706b5f911265140e6019a5c6df +size 1263695 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_27.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_27.uasset new file mode 100644 index 0000000..eaa80ed --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_27.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d68bffaac0ec845a1f27cbd30894080409f538c713199682d29096f5f883d5f +size 1517158 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_28.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_28.uasset new file mode 100644 index 0000000..1cab4c5 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_28.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68a435ae3f33d6028261e109c16c406770f2cacf928b855b03e08fb64184a9d5 +size 1539182 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_29.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_29.uasset new file mode 100644 index 0000000..37caf8a --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_29.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:778366cb6b49fe1c2a8a7e89dc007b64fa6351e6cdbd048283aef1b4589892f4 +size 710999 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_3.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_3.uasset new file mode 100644 index 0000000..0d38a44 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3987f7b02d18c10588473566578911aa184cc8029b2aa970a4303f202534c13a +size 656506 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_30.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_30.uasset new file mode 100644 index 0000000..54cfa5b --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_30.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b328235dc666661fdb4d31d86e568432d5574be9b9a74335fd45f885d16f6e50 +size 1525527 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_31.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_31.uasset new file mode 100644 index 0000000..74a53fc --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_31.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50411a9b8520a8f59b9e11bf2d5bd6f70189ed5259d388d680ce543871c9ea59 +size 1615878 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_32.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_32.uasset new file mode 100644 index 0000000..ba5e575 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_32.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf285836f762e7d5a51330956372e0cb633dbc14a02089ffbf05b70ae7afeb90 +size 1776800 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_33.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_33.uasset new file mode 100644 index 0000000..8a3df95 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_33.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7b93df47131694ee196bea889f7f0191522943ffd23960fc8e64097a667d3515 +size 645432 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_35.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_35.uasset new file mode 100644 index 0000000..ee8f6af --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_35.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57a53a8067c143e0da2e1e26a980431e0a31d829fac5c5542a91308a41ccd578 +size 1575137 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_37.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_37.uasset new file mode 100644 index 0000000..3c1155b --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_37.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5943e6542090b9d80e79821533af76b109c8b9e93dbeab15d31c4f19082c21df +size 50039 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_44.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_44.uasset new file mode 100644 index 0000000..b20a0a3 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_44.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c648b52b4ad43dccb5009d13c9d5cbfc7b7e863be90a2a8924d5f9aff7c0690 +size 1888669 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_6.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_6.uasset new file mode 100644 index 0000000..d5fc8ac --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fd88a2a869dfb5a730af9b5153785663179f58c5fca8cca3db581f612bfb512 +size 4384079 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_9.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_9.uasset new file mode 100644 index 0000000..72d4ec0 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Noise_LC/T_Noise_LC_9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2af191b3bdc6ff19db927cd53d04caa85ad00d06574b0a45ef473dcaca2aec +size 187075 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_1.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_1.uasset new file mode 100644 index 0000000..23d9eb9 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d98869abb31d1115577c12847720ef3b58af760c60beb6b734d03c417318731b +size 3849687 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_11.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_11.uasset new file mode 100644 index 0000000..4b7d353 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ca254acb3c38cd1b31d381d2873081723547dd8ea8146272a94896f9dea5799 +size 4764603 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_14.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_14.uasset new file mode 100644 index 0000000..ecf1a86 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:44f13e761ede4cfd8a1a86fdbd688559a139d85b96708211da33245c0f05e11a +size 5897458 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_15.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_15.uasset new file mode 100644 index 0000000..ad48a7e --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1e78ab0ffbb80d11f2e328acab87567f70090a48732177a3201a781863437a1 +size 1172690 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_16.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_16.uasset new file mode 100644 index 0000000..bbaa6a1 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11c9fa8fb3521e48a991a863a85574f567c9954fbbe5197a795a075088ce5243 +size 4332610 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_18.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_18.uasset new file mode 100644 index 0000000..7fb706b --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:11aeee8408bbaab44cf4554ea7b31e908fa1d3f12809b187d6fd59e0d1f13649 +size 4688624 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_20.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_20.uasset new file mode 100644 index 0000000..32bef86 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efa8dc908cc8e578cf5a3f2c55cba5e624d4a148a3a7fd5dbf8d57a53278c819 +size 1873567 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_4.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_4.uasset new file mode 100644 index 0000000..225f40c --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba8995f0f520c8632ff5cf1b42c3601c7b1a7ef4b170feb7a690a37cef0dedc2 +size 685818 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_5.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_5.uasset new file mode 100644 index 0000000..7922a55 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07dc679a6475375f52c786a1bf1dc544bdd08cccdde9573b4961a3e88cf29047 +size 2244335 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_6.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_6.uasset new file mode 100644 index 0000000..21526b3 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f29c8bc3259644af0dd7bf8346de02cfc181769fc71686a5dba014de9f83108 +size 4223062 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_8.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_8.uasset new file mode 100644 index 0000000..470c682 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_8.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:404b7ed48865264aeb9a6558f9d10b2591c9559ffe09c2af878c86c0e90821f0 +size 26547 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_9.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_9.uasset new file mode 100644 index 0000000..f70d5c6 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V1/T_Pattern_V1_9.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bdb10943d6e65739f01bd123c1305bfafb6e8ddac5a1696c086d99e36dc7d533 +size 3127232 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_1.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_1.uasset new file mode 100644 index 0000000..4fea531 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f1b1d6c4fb35d2cfff355567e2a5a3301405e0a7befece31044e463037ea8f8 +size 985417 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_10.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_10.uasset new file mode 100644 index 0000000..7166ff0 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac1deb17930cb1db9ba017784dd8db21bb723644c374a9ffb428fe906458d1ec +size 616053 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_19_G.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_19_G.uasset new file mode 100644 index 0000000..682130f --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_19_G.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff72750813f6ec653803b806c5ba2197c7b559716c66d7e92246eebba409b531 +size 1228951 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_2.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_2.uasset new file mode 100644 index 0000000..eda944c --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23e25fe147c179158925464069cbd0ff721de3e0aeecabba123a2bb895a2c225 +size 1223472 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_24_G.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_24_G.uasset new file mode 100644 index 0000000..1509635 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_24_G.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:092d73450fe8fea529428dd2fe1b132219c5c14c4a3634540ca9d4c37be2ff25 +size 301195 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_3.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_3.uasset new file mode 100644 index 0000000..919f154 --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dedc49456bc4ccd62255ab61d98e2202bba663865a20b4071344204f2457b0a4 +size 424193 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_4.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_4.uasset new file mode 100644 index 0000000..e8c74ea --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ad3a92079b9729efe4b4907076e64e39ce3dbe1d1d27acc1d71a92f8bcbd0dd +size 524459 diff --git a/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_6.uasset b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_6.uasset new file mode 100644 index 0000000..12ee9cc --- /dev/null +++ b/Elistria_Calling/Content/LightVortexShader/Textures/Patterns/Pattern_V2/T_Pattern_V2_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbc1ae182cbf680597f4ffad054df4be43886e2c09f06b51d63ff0efa05f0192 +size 988766 diff --git a/Elistria_Calling/Content/LowPolyMarket/Data/FoliageData/LGT_Flowers_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Data/FoliageData/LGT_Flowers_01.uasset new file mode 100644 index 0000000..7078438 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Data/FoliageData/LGT_Flowers_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:787b9f8d5839a0962bdbcaa8d0e5c34fa97b88a786e433246975934dd810c6ee +size 10249 diff --git a/Elistria_Calling/Content/LowPolyMarket/Data/FoliageData/LGT_Grass_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Data/FoliageData/LGT_Grass_01.uasset new file mode 100644 index 0000000..537e296 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Data/FoliageData/LGT_Grass_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c72e2a37dc16fd1b1c41e7011406cd1314dec42f846b9425f5f199f6c87a4db +size 7937 diff --git a/Elistria_Calling/Content/LowPolyMarket/Data/FoliageData/LGT_Rocks_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Data/FoliageData/LGT_Rocks_01.uasset new file mode 100644 index 0000000..c75eac4 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Data/FoliageData/LGT_Rocks_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f78bab6fee458d69c1616943b99ae9014fa5727fc996a38b3a430cb104f9822 +size 5627 diff --git a/Elistria_Calling/Content/LowPolyMarket/Data/LandscapeLayers/LL_Dirt.uasset b/Elistria_Calling/Content/LowPolyMarket/Data/LandscapeLayers/LL_Dirt.uasset new file mode 100644 index 0000000..2e19ad5 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Data/LandscapeLayers/LL_Dirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b95ba975c314ed284ec4a5529aeab14637facac859e996b5771cfcff977780ef +size 1405 diff --git a/Elistria_Calling/Content/LowPolyMarket/Data/LandscapeLayers/LL_Grass.uasset b/Elistria_Calling/Content/LowPolyMarket/Data/LandscapeLayers/LL_Grass.uasset new file mode 100644 index 0000000..bcb4d6b --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Data/LandscapeLayers/LL_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df01a90b43f87ef39eef9d07962e0a035e90083f8f2d495b1ecf07e398f3bf01 +size 1411 diff --git a/Elistria_Calling/Content/LowPolyMarket/Data/LandscapeLayers/LL_Sand.uasset b/Elistria_Calling/Content/LowPolyMarket/Data/LandscapeLayers/LL_Sand.uasset new file mode 100644 index 0000000..74f2ae8 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Data/LandscapeLayers/LL_Sand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e8ed40ad85be8664b3795584c4d9b535d74415091804d1cb0cbff980717283a5 +size 1405 diff --git a/Elistria_Calling/Content/LowPolyMarket/Data/LandscapeLayers/LL_Stone.uasset b/Elistria_Calling/Content/LowPolyMarket/Data/LandscapeLayers/LL_Stone.uasset new file mode 100644 index 0000000..9375cd3 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Data/LandscapeLayers/LL_Stone.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a35598195213ff28d86d35dc677d28cca137be983ae53be341fdddf09705b16b +size 1411 diff --git a/Elistria_Calling/Content/LowPolyMarket/Data/MPC_GlobalSettings.uasset b/Elistria_Calling/Content/LowPolyMarket/Data/MPC_GlobalSettings.uasset new file mode 100644 index 0000000..52f7c83 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Data/MPC_GlobalSettings.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53e38039389367a2fb880008b09b58d15775039e6573000534156476fc681c01 +size 2819 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Bark_Oak_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Bark_Oak_01.uasset new file mode 100644 index 0000000..dad6b2d --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Bark_Oak_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c48dd1431ccc0f05bd7e0d4dc20973735e5428742a884b9510586653040259ad +size 100950 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Bark_Palm_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Bark_Palm_01.uasset new file mode 100644 index 0000000..7a76fe5 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Bark_Palm_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88119a9c0bb8846383967b4195b083983303eb0d843f24d91b21bd32103ffb84 +size 96375 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Bark_Pine_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Bark_Pine_01.uasset new file mode 100644 index 0000000..094ff43 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Bark_Pine_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a853615e612d81d1a4bc3505170f696adcc3d805aa542e335f319ca1eb6a485 +size 98957 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_01.uasset new file mode 100644 index 0000000..24cbc53 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae414041875e5249c55642da8cd7d5cba355788f4a1a29e0c0a67ca88898f4a9 +size 103531 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_02.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_02.uasset new file mode 100644 index 0000000..77762ed --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c6fc2f309be09f81558492ca4963c34e7bf29f33b890d0db15299cf94ed5bb14 +size 97648 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_03.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_03.uasset new file mode 100644 index 0000000..fd721cf --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48b9a7033e3ab4607e1bd95ceee9a63a3d148c5350762f819ccf63ad1bb1bd10 +size 107637 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_04.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_04.uasset new file mode 100644 index 0000000..12ad30b --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0143241472f34a8111e28b59366807425e0370c86181dbe70c0c8d4f037de8ba +size 106778 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_05.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_05.uasset new file mode 100644 index 0000000..e7fb455 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d1ed0ae560ad1cf8b1fc9c7da73d72774511089d722c5bcec3737c7455c4235 +size 107237 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_06.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_06.uasset new file mode 100644 index 0000000..418a0cd --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c049b78d6ce5b423883ef0aaf007aac4d5e985d35283306c4f3e2f9b1873adcd +size 105203 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_07.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_07.uasset new file mode 100644 index 0000000..dc89a10 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Flower_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:912b5a79735434e29cacfa7a57cbe976fd641279ebaab2e67a1887671cdd3034 +size 97980 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Grass_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Grass_01.uasset new file mode 100644 index 0000000..1d3f629 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Grass_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f003893ff22e750f44f864da7d8135dca562fbc3e0b3e14f006c6a1edc67f677 +size 108834 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Leaf_Oak_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Leaf_Oak_01.uasset new file mode 100644 index 0000000..163d4e6 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Leaf_Oak_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e011f7a7f8bbb1d2c173990c29c59a16ce97b501d90cabe5644ca93f492b846f +size 105336 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Leaf_Palm_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Leaf_Palm_01.uasset new file mode 100644 index 0000000..235da73 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Leaf_Palm_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0cbc40fe8f5637e02ff015d7794b1c4f8b0f0eccd5496c6a6fb20b8709dcfccc +size 99923 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Leaf_Pine_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Leaf_Pine_01.uasset new file mode 100644 index 0000000..e837173 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Foliage/MI_Leaf_Pine_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9f0436f047f95cae1a5290061b6ce6235e44efe0a837fa6b16ad707cf12a2d1 +size 107191 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/MF_SnowCoverage.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/MF_SnowCoverage.uasset new file mode 100644 index 0000000..ae94520 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/MF_SnowCoverage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db7aa2a04837cd868606f4d3dc46361796c07137566cfc2de0c141a4709e7444 +size 106091 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/MF_WindBend.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/MF_WindBend.uasset new file mode 100644 index 0000000..89b43d9 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/MF_WindBend.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18b4ca58c5230ad606afb5b8eb972fcc4c089c065af3d2b5680b3251744d4e69 +size 114586 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/M_Bark_Master.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/M_Bark_Master.uasset new file mode 100644 index 0000000..518bd0b --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/M_Bark_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0ab5def48de9d261b60783ca06b0c7b2162cae7b81a4dd0697f0c837cb6a8be8 +size 107797 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/M_Cloth_Master.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/M_Cloth_Master.uasset new file mode 100644 index 0000000..9faea40 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/M_Cloth_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d81320f53570cb2198ee9dd1b27f49665519135f7e26b9c5b8410843480ae0 +size 114279 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/M_Grass_Master.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/M_Grass_Master.uasset new file mode 100644 index 0000000..e24968b --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/M_Grass_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d212b5773d9315f923f11d2f9a1ade477f5efe1242edefebe9fd83eff166e2f3 +size 141213 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/M_Leaf_Master.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/M_Leaf_Master.uasset new file mode 100644 index 0000000..3636b74 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/M_Leaf_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c588e2631e330d00617bf1de4d38b780323c9c7b9e1fbe1d65eff640c2bff6 +size 141209 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/M_Prop_Master.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/M_Prop_Master.uasset new file mode 100644 index 0000000..6ac90f5 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/M_Prop_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2caec30b2fd28111e8caf22ca9c0f4bec52d073a23a84acfc4a78ab590bb46f7 +size 100077 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/M_Rock_Master.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/M_Rock_Master.uasset new file mode 100644 index 0000000..7da4f2b --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/M_Rock_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc7d32a4ec65ab3ad14b11697a96ffbffcb1b389f24770ee5f1189b04a1c94be +size 96668 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/M_Terrain_Master.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/M_Terrain_Master.uasset new file mode 100644 index 0000000..6cfaa3e --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/M_Terrain_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef4b7073193a27fc541e96f23916e62cda62de4e27adf2b92f2ccc41732db43c +size 115783 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/PPM_Fog.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/PPM_Fog.uasset new file mode 100644 index 0000000..4e8d98b --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/PPM_Fog.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5861e420f05de7fa6a785f5eadb0002fd01686070d522c8790006ae3efbf18ee +size 72127 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Props/MI_Cloth_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Props/MI_Cloth_01.uasset new file mode 100644 index 0000000..701d3a0 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Props/MI_Cloth_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19c097a437226d1e126edb13103dd9d88a4095c7e473d50cc70cc4b568edc4cb +size 81287 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Props/MI_Prop_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Props/MI_Prop_01.uasset new file mode 100644 index 0000000..d07c70d --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Props/MI_Prop_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ab5ccc7412136bbad9676979132d46a0ef202dc267e2747ecfe4f08d4a4d5b +size 96530 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Rocks/MI_Rock_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Rocks/MI_Rock_01.uasset new file mode 100644 index 0000000..b4f1e25 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Rocks/MI_Rock_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:002fc7d03754596330e0e9898142ebe4c9c5b302fb4530a1a4cc8af3be7be705 +size 82318 diff --git a/Elistria_Calling/Content/LowPolyMarket/Materials/Terrain/MI_Terrain.uasset b/Elistria_Calling/Content/LowPolyMarket/Materials/Terrain/MI_Terrain.uasset new file mode 100644 index 0000000..35e3d8c --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Materials/Terrain/MI_Terrain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29d493e4b1925866a42d9e9daa3def996cd11d0a83fe68ab69ef6c0bee032918 +size 83469 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/FoliageAssets/SMF_Tree_Pine_02.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/FoliageAssets/SMF_Tree_Pine_02.uasset new file mode 100644 index 0000000..32d6d4d --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/FoliageAssets/SMF_Tree_Pine_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e7c27e80c9b6f5a8ef4321066ef54126595609238291a466ed884ecba24f00 +size 97587 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/FoliageAssets/SMF_Tree_Pine_06.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/FoliageAssets/SMF_Tree_Pine_06.uasset new file mode 100644 index 0000000..f54b4d3 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/FoliageAssets/SMF_Tree_Pine_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:669e6b60ffbb2dbc35261f053202d86fddff5fe363059594cc6a50d3d528ffb2 +size 97711 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/FoliageAssets/SMF_Tree_Small_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/FoliageAssets/SMF_Tree_Small_01.uasset new file mode 100644 index 0000000..7b938db --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/FoliageAssets/SMF_Tree_Small_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:36e87a32f743baff0a12688ee17e4ec208e389815af5b82a633892f0d8d0d7ff +size 99743 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Axe_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Axe_01.fbx new file mode 100644 index 0000000..095e8cf --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Axe_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c0a014ffe6c31112f9e2dbdf119a332df6c8d10577be4a68c586ca1a5f425bd +size 24412 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Axe_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Axe_01.uasset new file mode 100644 index 0000000..68adce2 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Axe_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00b710c03326289cc78dde7eb76270f0636820dd477dae0b9505f56229ef18fc +size 102142 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Barrell_Closed_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Barrell_Closed_01.fbx new file mode 100644 index 0000000..f3590e8 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Barrell_Closed_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caac35df40b33aefe05f5b64e9630a3db91c8387d6d9df77677cbcc9329df195 +size 34012 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Barrell_Closed_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Barrell_Closed_01.uasset new file mode 100644 index 0000000..f4bf811 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Barrell_Closed_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8982ac97db3f4f13d18770af636f574adeccf82e66723796198e25cda1780af5 +size 123740 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Barrell_Open_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Barrell_Open_01.fbx new file mode 100644 index 0000000..de24572 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Barrell_Open_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6032320e1147638604d3a98a14af7257dcc582f05e73d84eb1725a05599a55d9 +size 33468 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Barrell_Open_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Barrell_Open_01.uasset new file mode 100644 index 0000000..0c8fe26 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Barrell_Open_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e3f2491d8c8c394bc7a9cdeb060e85dbe985ee5862108258505c5239185ef80e +size 123357 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bench_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bench_01.fbx new file mode 100644 index 0000000..5326d43 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bench_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99fef1760391d185085970d1267ab56c3a8721a3a0d8dbacc5fc21bf7a82e42f +size 25596 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bench_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bench_01.uasset new file mode 100644 index 0000000..9f47f25 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bench_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bcfbe15a9ab4ea27a074a8d58a75315c99ebedb674796afd595ff6db92d3e6b +size 102898 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_01.fbx new file mode 100644 index 0000000..902b077 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dfb183cc15cf450090299060300f6635318269a6d813cb2b543ef8043802e4d +size 22476 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_01.uasset new file mode 100644 index 0000000..12861be --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2b7c18b6edac264fe592d8a91d3495f0fb61b00467d05eac09ea984dffb37e7 +size 92761 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_02.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_02.fbx new file mode 100644 index 0000000..ab45b90 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_02.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65360268241818a0bcae01303c327865304ddaf482f39975cb8e846d06b23ef1 +size 24348 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_02.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_02.uasset new file mode 100644 index 0000000..75affac --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed5880c8bf057211905b0f27dd12957824c72716c754719e51ec56059a669673 +size 95966 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_03.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_03.fbx new file mode 100644 index 0000000..0f56ed4 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_03.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2be98175a602ae43bd06d139277d13d306f17b0e6fc8d813280f79d6166e177 +size 30732 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_03.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_03.uasset new file mode 100644 index 0000000..0bd7bcf --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d770e95719fa2e7929fa32bf20370f43a57b8fc0ed0b84b311cac62d7b674773 +size 105861 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_04.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_04.fbx new file mode 100644 index 0000000..dbb5ca8 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_04.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5a29df25d92c82451f2d32ae1d17a1bd814a51d46569ee3412a3f9f16042bc +size 21756 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_04.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_04.uasset new file mode 100644 index 0000000..0623227 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:413d1b9febb01624e35574f8af13da1b3da4c90699b6b88e356cdd67c21bf25c +size 91569 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_05.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_05.fbx new file mode 100644 index 0000000..b028b13 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_05.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3089d8f55860c1003883e320d75b4a34479eb90d1698f06a2de604a5bb4220cb +size 23484 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_05.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_05.uasset new file mode 100644 index 0000000..b072f38 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf76b0df931af653b37b868454b5ec25df5a7ed6fc9a0845744bd546f4d592b1 +size 93926 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_06.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_06.fbx new file mode 100644 index 0000000..05e99f7 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_06.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83b78bccd0f8d255d6d4e8c988776544da7c12b39920c602205f682c1cafc148 +size 30028 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_06.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_06.uasset new file mode 100644 index 0000000..3d0be40 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Book_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac291378e934c26f6ae5bdb830924e44b096d70d53a1a7eac8b9286d9b591fd +size 103092 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_01.fbx new file mode 100644 index 0000000..3f21d99 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c523e836207c40cda8a60471594e8ff72267e847f53e41654ebb9082a332dc3e +size 26460 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_01.uasset new file mode 100644 index 0000000..e2e3f22 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb962268c1c7b0a426ee4cd57da1f8b05cd903b8152339899bf25e27e2b4744c +size 102646 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_02.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_02.fbx new file mode 100644 index 0000000..5653262 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_02.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b08981814e0d7bf7464b882f948ffdf528c0129b6ccd892b07a3c289f7526a93 +size 25996 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_02.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_02.uasset new file mode 100644 index 0000000..fb33dc3 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d79e273b4bc870c0368dcdeb83c84791318d4d69b2dd74c2f796180a75780085 +size 104946 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_03.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_03.fbx new file mode 100644 index 0000000..e22a2ca --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_03.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8fde8263299914334358986d15ad808d29a14164d48a7bfa0af255a41407978 +size 29452 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_03.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_03.uasset new file mode 100644 index 0000000..7785669 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Bottle_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e6a9d85b185b06945e936a1ab2d845e496ad51627ed485d5ed1ab58b722161a +size 110008 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Box_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Box_01.fbx new file mode 100644 index 0000000..f981df4 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Box_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00f688df9b624fc258e639cc31792096bb51600b45e69e272e8fd37a44cd972b +size 27132 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Box_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Box_01.uasset new file mode 100644 index 0000000..76aae9d --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Box_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e373913e86b452c7fe6b1d879033db389607903f32065e1b531940553b6db77a +size 107837 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Cart_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Cart_01.fbx new file mode 100644 index 0000000..53f8bd9 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Cart_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc24f1366ebe9d905422e78bad090240ed97b1c7d15d493cf882e393a77a682f +size 33420 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Cart_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Cart_01.uasset new file mode 100644 index 0000000..50cfc1f --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Cart_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fabdd7b47562d75651999d04bc7655918207b4ee1e254a3aeab0b14dbcd995d5 +size 122636 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Chair_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Chair_01.fbx new file mode 100644 index 0000000..256af95 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Chair_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a885c0c8505341752a13b9302189b47c4aa9a539484c151cf5116b88b2e5624f +size 28060 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Chair_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Chair_01.uasset new file mode 100644 index 0000000..1ac3c64 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Chair_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6752dbec07dbbb3f5bf42c08dfce5be8d563aa0e31d53b56459372f44d4321ac +size 116929 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Chalice_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Chalice_01.fbx new file mode 100644 index 0000000..9059a99 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Chalice_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2ca57221b504294e5dcd664612057321bcc3f845320a5a8c70ca9bbc59e08f6 +size 31340 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Chalice_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Chalice_01.uasset new file mode 100644 index 0000000..3df7986 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Chalice_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34bfe36acdc39729a27aa9f8c6c62e3502e25758e231f701f7580edcc4e969bc +size 110222 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Coin_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Coin_01.fbx new file mode 100644 index 0000000..584c245 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Coin_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bec396248aa8e42cd30c4959f5588e01478b654174031862255bd3fa22f60d52 +size 23452 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Coin_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Coin_01.uasset new file mode 100644 index 0000000..5c59aca --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Coin_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d769ef80f711ee06c51497b8902b748301cd0cf687acca931afa659b1189142 +size 86447 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Crate_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Crate_01.fbx new file mode 100644 index 0000000..3f982e2 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Crate_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5cafd3322d02dc102640808e200dec6f809ff02c393d6be4eb8647f694a4e70 +size 23900 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Crate_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Crate_01.uasset new file mode 100644 index 0000000..fa255a9 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Crate_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1aad7efe6215f0a79b48fb7e19fc791e941c68dfff0511003935851f41c0fbb +size 108964 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_01.fbx new file mode 100644 index 0000000..a6d2b87 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c46543b0105c6385e8fc1c407dcb552901ec02b5936fc4b04e416744c1852a5c +size 31164 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_01.uasset new file mode 100644 index 0000000..1fa4700 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:537f3187e03935970e94b40364cf1b6d470149d0cdd91010698a7b6444f4a0bb +size 123460 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_02.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_02.fbx new file mode 100644 index 0000000..e4993b2 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_02.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff220690e23dcddff6a20d99c74cb6aebf4efd420cf5a01ea47bdcec9facceb +size 29340 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_02.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_02.uasset new file mode 100644 index 0000000..afd801b --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:192fa4649e91af90e021d18562a5eb43d99455abf76c296e2517956de1ed34df +size 121382 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_03.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_03.fbx new file mode 100644 index 0000000..bf00b1a --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_03.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af308e7d29730d5b02df8147f47e3dc890578853123384c96417a820b04a002a +size 31132 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_03.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_03.uasset new file mode 100644 index 0000000..b5c5cd6 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_FloorPlant_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76e9d9ad1dfb3d9f23659b7381f796d62f48ab1caf1986b51ee89de629393698 +size 122502 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_01.fbx new file mode 100644 index 0000000..d96a77c --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9616d5e7dc8403772c7e2581f1a1ea74279a30d5cb06977cfcfdd51736e9ac66 +size 40668 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_01.uasset new file mode 100644 index 0000000..a721cb0 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9610787325a770d6d9d7c6288c9ceef347fc89457727d6f00952713db4cdb79 +size 142706 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_02.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_02.fbx new file mode 100644 index 0000000..05ee0cf --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_02.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b600fe9e11700ddc3dc009551ed5e65ecf439907d40d023e4250439037af328 +size 37516 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_02.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_02.uasset new file mode 100644 index 0000000..4e93d53 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ba34fdd9a1e90a96847240db558328c72e375488ad02f5919b2f8e3ead8ff92 +size 139503 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_03.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_03.fbx new file mode 100644 index 0000000..d0cdc0b --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_03.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e34751e8cf0a3f4e6f55478b8924dbc95447c7ffdcbde39f08b7d5a696694434 +size 32268 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_03.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_03.uasset new file mode 100644 index 0000000..c5006b5 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02446ec6c55b46b508026249ced1da40e2d7bf149883f30f122d61c4b4d063c9 +size 124130 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_04.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_04.fbx new file mode 100644 index 0000000..3cf189a --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_04.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:642f8e22509f22356e6e032a6b0d362f48e1fc777e45710a213cea8988a425ec +size 29788 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_04.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_04.uasset new file mode 100644 index 0000000..9245c0b --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0da3b88111f3d69e2fe02b6556727f8f4850b3af33442a5609aa79eff62e1e5 +size 126475 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_05.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_05.fbx new file mode 100644 index 0000000..316367c --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_05.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac76ea12436477ecbf8d94f3db37fbb975d6cc0bf2b54fd6d4bd90bcb86e2eb +size 19996 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_05.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_05.uasset new file mode 100644 index 0000000..4f6e486 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aae2d57255503c169114d9c90c73f781fe50fda2fa845f880b285e388548716 +size 104092 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_06.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_06.fbx new file mode 100644 index 0000000..ece9853 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_06.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:29591a1d08c34cd51c4fdd88d6a1be9ca82b804949bd31587a9f5b7a6c5b21b6 +size 22300 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_06.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_06.uasset new file mode 100644 index 0000000..7f19a4e --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Flower_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2a8e2334827a3eab701852642516c699b424eda8eea93107ba1a4702c6359b8 +size 111873 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Bananna_Closed.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Bananna_Closed.fbx new file mode 100644 index 0000000..74470ef --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Bananna_Closed.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a27acb0c5352340dd595e35a48f0cf4ee8c97ebd51ec83577ae9bcffeb5f1bcf +size 29228 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Bananna_Closed.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Bananna_Closed.uasset new file mode 100644 index 0000000..a68f261 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Bananna_Closed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75825189f1c8736994c227d9608ba8d2d62798494f88da7348c70781bd9f5634 +size 105745 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Bananna_Open.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Bananna_Open.fbx new file mode 100644 index 0000000..7a812fc --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Bananna_Open.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:02c17e196c83f9e04ea9caa8fb061bc03551115dc02876341c809b4b742fb143 +size 48428 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Bananna_Open.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Bananna_Open.uasset new file mode 100644 index 0000000..edb176d --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Bananna_Open.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b9f54229d0f952a771fa96bd87afae3af31e69cfa0994d1cbdb1fdeb2b01a06 +size 132858 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Carrot.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Carrot.fbx new file mode 100644 index 0000000..58ee03f --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Carrot.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef7516632338aa2452ca41b8e0755937c4a12a0b279b763174069d0f35f7d393 +size 24876 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Carrot.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Carrot.uasset new file mode 100644 index 0000000..e89c3e6 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Carrot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db118cb1f8be533a9bdd137a85af0f04d3b238cc5a50ec40dc81e870e879fdfe +size 102325 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Cheese.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Cheese.fbx new file mode 100644 index 0000000..ab9bbff --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Cheese.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c49e360db934a10724676f2d7659f29ff65bc06d6cc86e51a6a162e21be137b7 +size 30204 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Cheese.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Cheese.uasset new file mode 100644 index 0000000..89b1f79 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Cheese.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d60e937c15d79febf72a41eaa51cbb47fb03df6e33e56096ac95e58ae0455d8 +size 103727 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Orange.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Orange.fbx new file mode 100644 index 0000000..e5bf318 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Orange.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42950f762175c99a64fbe453046233fe0c909ebb09cebab68218771d4cf68317 +size 25708 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Orange.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Orange.uasset new file mode 100644 index 0000000..17187e3 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Orange.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73b927f64cd2bd6a3e2b758cfb75f2ca587518d9703b81a3a3d40df9b785ba0e +size 102666 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Green.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Green.fbx new file mode 100644 index 0000000..37c1b2c --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Green.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d70a2e7b1ec34716998268f1dbd59aea00c1cf4b83e22225a9d4a6ea34a2659 +size 33532 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Green.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Green.uasset new file mode 100644 index 0000000..8659a2d --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Green.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e4dc6de25877d5a7c35d6c72c699ca4e71882c22ed1606e8cac20f172acff0a +size 115313 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Red.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Red.fbx new file mode 100644 index 0000000..bd2d24f --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Red.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e9a59c45f5f1ae4a2f6b18778db69eada796019789c5c3bdc7d0d9a58a3c0a3 +size 31580 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Red.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Red.uasset new file mode 100644 index 0000000..251ce4e --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Red.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10ccde0a549a17e38c7bbedc1136c8c918143f8b763d98e1b8eaf430af1efe8d +size 111205 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Yellow.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Yellow.fbx new file mode 100644 index 0000000..d8954de --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Yellow.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b41586b2ebcdc2645e0476820f034f7453056dd42a8661ef6070f0aa1a4c173e +size 31292 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Yellow.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Yellow.uasset new file mode 100644 index 0000000..54ae94b --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pepper_Yellow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbfb78e2598637c9635738ccceec01cf9e6f87a525cbed18f79752e2983bf810 +size 112450 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pumpkin.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pumpkin.fbx new file mode 100644 index 0000000..6db85e1 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pumpkin.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a12f9303a8923b5455d4f75a084512618789a0236388563a0bf05d6a1bc8b40d +size 30780 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pumpkin.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pumpkin.uasset new file mode 100644 index 0000000..8b5b412 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Pumpkin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:add9fdfeb03e64eefe6ee2b488eadf03dd7c052343b1ec49e429cefbee5b56dc +size 114017 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Tomato.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Tomato.fbx new file mode 100644 index 0000000..231e674 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Tomato.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e3d5039a6d43613f25b740ccc47a774365fc742d04d9b583478f364c41c0612 +size 25660 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Tomato.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Tomato.uasset new file mode 100644 index 0000000..8340245 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Tomato.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a8f46495b80f1cfa9860c46f4df3a9ed57402aea2910c6cdaf8ccf28b7f0e25 +size 103831 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Full.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Full.fbx new file mode 100644 index 0000000..1c5f9f0 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Full.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aefd527b8454fe975bd52e71a7a5e4db126ae9dc55af158ad9afce4d457d5313 +size 42572 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Full.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Full.uasset new file mode 100644 index 0000000..6910bdb --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Full.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9162ceac5238cc7ae7c1ea6c2fea8beac816a9b630baa94720ad363d44bd7911 +size 137035 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Half.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Half.fbx new file mode 100644 index 0000000..acf4520 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Half.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28501705985f0db968602000e3a79ab97fde5a963a800271fa4928fc3c3adaae +size 34476 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Half.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Half.uasset new file mode 100644 index 0000000..46c70e9 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Half.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09fc5898ccf25c42e3d79666238b24d5181734b9ffb4f2bfab1b89a181a52b62 +size 117830 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Slice.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Slice.fbx new file mode 100644 index 0000000..61c2913 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Slice.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1494a76b6e79a1e0d9f014ded24cba5656199c73ad48c324c0732a12aed008c1 +size 27212 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Slice.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Slice.uasset new file mode 100644 index 0000000..bfb575d --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Food_Watermelon_Slice.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d23ce9e68437945d42388279539ff35fe8604f18be6f4eedb11262e264d8095 +size 99423 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_01.fbx new file mode 100644 index 0000000..6bd0751 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5815cd57da9de46aad9814578943ed41f1d0a401174f25446d67ddb10b0d510b +size 26444 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_01.uasset new file mode 100644 index 0000000..c1c22ce --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a63f2940bf6bd57b4f6aecc51c585e4c2d21c108d5b1e3a3791493f08625cf74 +size 125056 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_02.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_02.fbx new file mode 100644 index 0000000..888d72d --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_02.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:620473126f9b1eb6d289ebe18291d6f6c42a5c81e1da1f38d8a1f67a91f086b2 +size 27804 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_02.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_02.uasset new file mode 100644 index 0000000..ad625ad --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c93ea4a52f350e12287fa5ed3626f71996e6356cb5c0ed00fa5875ade85fa456 +size 122992 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_03.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_03.fbx new file mode 100644 index 0000000..137b942 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_03.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4248ebb612348b14626507683fd1ac4a18ec8b6933c075c5a6f2555b474f0d55 +size 24076 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_03.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_03.uasset new file mode 100644 index 0000000..18a9b61 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Grass_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8534b494494b93462eefac9ba1e8aad2140c62d0c902c7b292edb1e0b3e762a +size 119247 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Mace_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Mace_01.fbx new file mode 100644 index 0000000..00796e5 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Mace_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9fdaa8b6173e4979c3cafb544b7fcfa0040a5b99d8eaf7e61e27e00fb0b9c99f +size 25212 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Mace_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Mace_01.uasset new file mode 100644 index 0000000..47559f4 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Mace_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5642b9af02ff7d5b74eda8d0a76192542f1e46b559f3dfa3c6c4ff30fabb65d7 +size 104700 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_01.fbx new file mode 100644 index 0000000..a86796e --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab8ff220ab8785ac85c6d1bc02fa1032fcf6c37075c92fc75f74c592f2a49cc6 +size 50076 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_01.uasset new file mode 100644 index 0000000..5b0b222 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:519841fdd500bb3890efcdc1edc25ea0f029f9b4b838148f467165b877fbc362 +size 142873 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_02.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_02.fbx new file mode 100644 index 0000000..1f6bef9 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_02.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10f668322e9b811935fc2ae0d7357e0128d1af617f9cef5911fdcd5f48243713 +size 45196 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_02.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_02.uasset new file mode 100644 index 0000000..6bf4e9a --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9028b37bc85c26614809cd361354753ebb61c99b80cfb240f8a584f5b880b756 +size 140520 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_03.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_03.fbx new file mode 100644 index 0000000..7f3853b --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_03.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e4ffea07d3d492f97167875430fdb75f89bd3bbd91760c4b44c2a652f04cdf6 +size 54508 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_03.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_03.uasset new file mode 100644 index 0000000..653374f --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_MarketStall_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15b6a5d39b89ba77769d6b0947d6def9bea8c09573fbb1be9647f66b45da0d6c +size 152946 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_01.fbx new file mode 100644 index 0000000..47bb47d --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3dc4a96146c5062621073c91982a6adecfe1e9ba3afee0c71b43c7898f6ac8a9 +size 18236 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_01.uasset new file mode 100644 index 0000000..d275ae9 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0068059ca4deb1afa9101ea115787d9ff690e551fa889ea6bb6baf016d2039ef +size 98627 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_02.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_02.fbx new file mode 100644 index 0000000..5d84eac --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_02.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a32bb11acb549a1d3baa5170af07bfa1e3be7dd219d051d327af2d6c750983 +size 16060 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_02.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_02.uasset new file mode 100644 index 0000000..0127ad1 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9c40bd07be3cabfa5d12d705c3068d357b0953606ff203c974304bbbfb52f1 +size 96768 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_03.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_03.fbx new file mode 100644 index 0000000..5db243f --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_03.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b30053fc8bf83b900a1d6dfac3eccaa25153c1b47bbb6d92d41f1c54c282aece +size 19020 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_03.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_03.uasset new file mode 100644 index 0000000..2152269 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75081505e8619538f871291a5e37ef31c718c58fa78853e6b3f8c903315e70a0 +size 101043 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_01.fbx new file mode 100644 index 0000000..9bd01b3 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee8625d5e763431ec73eefcc9284490eaa710d7c51fb1d67facd597e96740b9 +size 12444 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_01.uasset new file mode 100644 index 0000000..fff2a1a --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2edd678fdfd6ac5dcf79623b4cfbeb1ba712673eedcc3c3b08a93c7804189bc9 +size 83529 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_02.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_02.fbx new file mode 100644 index 0000000..adaa8f4 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_02.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7872a58cb4e2d6535b3488e5685bcdeeb0128f645f5a05ad7dff689bef1c28c +size 12172 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_02.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_02.uasset new file mode 100644 index 0000000..0f3d4a5 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50eb22cb51dca5a4df50d520260529a2ea5b3e9125b7ad0c629718ee38a49f97 +size 87347 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_03.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_03.fbx new file mode 100644 index 0000000..3254438 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_03.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:136dfb6ea4541edda179ceaeaefec5851edec0a9eab32c588149ab02bd5b0112 +size 12204 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_03.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_03.uasset new file mode 100644 index 0000000..d6ee75a --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Rock_Scatter_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5ef9bb204e7f39b9a87e55876f41f58456dbaa16209418ff410b0b8f93ac30 +size 85128 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sack_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sack_01.fbx new file mode 100644 index 0000000..6b474d1 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sack_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:35f16a0b3834d21c52b0a3bfe265b956ca433555f1a46d448738eff8b5b66889 +size 33196 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sack_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sack_01.uasset new file mode 100644 index 0000000..874222b --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sack_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899fe4ac3ff42c3edcda9c00e0b2afefb7018754c4c5059ab6354183c1a9a301 +size 120127 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sack_02.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sack_02.fbx new file mode 100644 index 0000000..c475eb7 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sack_02.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de62eba798423e5bde3731383faa57a7d31585d85cecd8f6d4ff9ca38d0a6f5e +size 33292 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sack_02.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sack_02.uasset new file mode 100644 index 0000000..e11270c --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sack_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:37f7c586f099a2769f871e78c4f4c394d4344fb09c77bee0fa8e0eb51996eb4d +size 118027 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sword_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sword_01.fbx new file mode 100644 index 0000000..f40e701 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sword_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5491929244ce5ade9e4350ca3a30cc4b7b245d33258b7a898551daf7719f754 +size 23804 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sword_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sword_01.uasset new file mode 100644 index 0000000..897e8a2 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Sword_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73792ad3ef4642be30772a02259e23d22fc60f55dc1ae1afb8e76cd017028807 +size 100608 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Table_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Table_01.fbx new file mode 100644 index 0000000..fdf70c4 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Table_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c76967d5f6e2b6471882f43544740a85431b11b34915c3a1d2cbc504bb37c92e +size 27612 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Table_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Table_01.uasset new file mode 100644 index 0000000..f7bbf02 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Table_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b56daaf1e76d154fcf8879935b26c402401ba37e555e01dd24d94cf0d449fdc +size 110957 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Table_02.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Table_02.fbx new file mode 100644 index 0000000..6806474 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Table_02.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67825004add505b6f45bbd1434d829a1e2a5cfcfd8f1c1f320fb09bef933fb5a +size 34492 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Table_02.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Table_02.uasset new file mode 100644 index 0000000..9fbc63f --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Table_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b1a7390f9916c7ba64256bbfa478da564695740b5d2ed201a9774a44cd80af9 +size 118803 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tankard_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tankard_01.fbx new file mode 100644 index 0000000..d21cc13 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tankard_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6265cc766ae1c363ec5096cb3f23ccb452a9b3f51a2a02f47cc3633f7a66bf7e +size 37308 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tankard_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tankard_01.uasset new file mode 100644 index 0000000..0bd15ba --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tankard_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f47bd8e875ef7a484c61c394a70b217d176155e70acbbf0534db1a2325d5a855 +size 121144 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_01.fbx new file mode 100644 index 0000000..96a2b01 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5de9cea49e1055cb53e4789dc674b39f4e871d963ddc0a78d2e1e833aeaf9c09 +size 18588 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_01.uasset new file mode 100644 index 0000000..a4cb3c0 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:627150b473304a6c28af0236ae96f3128eaa6f757ae787a9f9a956bbfd88c829 +size 99310 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_02.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_02.fbx new file mode 100644 index 0000000..9a7d91d --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_02.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ace66da7141edb5b071625ab63b251523b116098a7b8845cd6ce72847454af1 +size 19084 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_02.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_02.uasset new file mode 100644 index 0000000..507c6e7 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5dbfdd6b089ca19c9fff97131649d9016943ca0fa813392229c0cdbcd43544d4 +size 101699 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_03.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_03.fbx new file mode 100644 index 0000000..dbb25cd --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_03.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c9ec403cf680848dbad0ebca1f617eb324879fa2bfff52908f74d4d4b1a2444 +size 20732 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_03.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_03.uasset new file mode 100644 index 0000000..fe2c361 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_TreeBranch_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:05b9019c387c94fd16498137373d81d40a79edbe09177e2737d8de9314afea8d +size 105058 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Pine_02.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Pine_02.fbx new file mode 100644 index 0000000..c74be93 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Pine_02.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53f2fc5c1d194e2d32c956ffd8c34358d0d198d52c2e1c0e32b28506aa1a3db9 +size 173116 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Pine_02.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Pine_02.uasset new file mode 100644 index 0000000..18cf50f --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Pine_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c64ae6d8d7f22a3c298283adc42e4b345390162d9ed093b6a1a6865b80569de3 +size 292129 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Pine_06.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Pine_06.fbx new file mode 100644 index 0000000..c022ed9 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Pine_06.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abe5255fc0d32053a6d2c35c80024fabe46905707c552db48854cd977d504179 +size 121420 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Pine_06.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Pine_06.uasset new file mode 100644 index 0000000..f3f7a2f --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Pine_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b4eae25fb11c17b9308e13fe29e144e8c3a351bedcd13a7a19925cd3abe0f3 +size 221587 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Small_01.fbx b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Small_01.fbx new file mode 100644 index 0000000..034c898 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Small_01.fbx @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81c51503026b3062f0cddfa1aa50e4ef95e2fa5ae5f3e55010e56c386ca76818 +size 113308 diff --git a/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Small_01.uasset b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Small_01.uasset new file mode 100644 index 0000000..7311158 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Meshes/SM_Tree_Small_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:728882927bf63c9ceebdc262f0317e2719f11c6194c017076f036ec9f53db3df +size 210935 diff --git a/Elistria_Calling/Content/LowPolyMarket/Textures/T_Gradient.psd b/Elistria_Calling/Content/LowPolyMarket/Textures/T_Gradient.psd new file mode 100644 index 0000000..2f9f935 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Textures/T_Gradient.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb1aa8dee74a4c88bd832436db7bcb0d3fa9d3d5ad09e13a73127f89e0a3c31f +size 18012 diff --git a/Elistria_Calling/Content/LowPolyMarket/Textures/T_Gradient.uasset b/Elistria_Calling/Content/LowPolyMarket/Textures/T_Gradient.uasset new file mode 100644 index 0000000..6fc5171 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Textures/T_Gradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471389c49070a923faefcd0934ef0b254b84d86076cba63074b0727f74534fa6 +size 8537 diff --git a/Elistria_Calling/Content/LowPolyMarket/Textures/T_PropColorMap.psd b/Elistria_Calling/Content/LowPolyMarket/Textures/T_PropColorMap.psd new file mode 100644 index 0000000..e5ebbc8 --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Textures/T_PropColorMap.psd @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbd4ed487f92d2cd28bb59b1a8edb8521abe43015e512ea92f12106bbc7eca91 +size 25168 diff --git a/Elistria_Calling/Content/LowPolyMarket/Textures/T_PropColorMap.uasset b/Elistria_Calling/Content/LowPolyMarket/Textures/T_PropColorMap.uasset new file mode 100644 index 0000000..c545ddf --- /dev/null +++ b/Elistria_Calling/Content/LowPolyMarket/Textures/T_PropColorMap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30af3549425e6c579217ddff4543e43f39c7ef458645927b593129fdfe94d462 +size 10543 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap b/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap new file mode 100644 index 0000000..96dd34d --- /dev/null +++ b/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dda02d677b3dcfcf059ecb0e4245288d241438977cbb947f4faa27bda21f7bc +size 264744538 diff --git a/Elistria_Calling/Content/MAIN_CONTENT/Quest_System/BP_QuestGiver.uasset b/Elistria_Calling/Content/MAIN_CONTENT/Quest_System/BP_QuestGiver.uasset index b15d84b..b3f70dd 100644 --- a/Elistria_Calling/Content/MAIN_CONTENT/Quest_System/BP_QuestGiver.uasset +++ b/Elistria_Calling/Content/MAIN_CONTENT/Quest_System/BP_QuestGiver.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7108c76e27b32a3558437078842c643ce08adda36f13f5eb8ce1172dd26e8e19 -size 256895 +oid sha256:ab1d5df621cbadb632aa42ccf3f07d5945308f84f7fcd979d12df87d83faaf93 +size 258015 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Blueprints/BP_BakeLandscapeLayers.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Blueprints/BP_BakeLandscapeLayers.uasset new file mode 100644 index 0000000..201654f --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Blueprints/BP_BakeLandscapeLayers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a02cb8483ce1c8a7ce2867bc652d15c4ff55d32ccd65f18d38684cfae7a721 +size 48271 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Cover/MTL_MWAM_CoverRocks.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Cover/MTL_MWAM_CoverRocks.uasset new file mode 100644 index 0000000..e342bbd --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Cover/MTL_MWAM_CoverRocks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:49a7da803995b0fbc76118e54d0f55435335a32eac754e38292a8d9ec6dbca62 +size 14453 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Cover/MTL_MWAM_CoverSnow.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Cover/MTL_MWAM_CoverSnow.uasset new file mode 100644 index 0000000..975d7bd --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Cover/MTL_MWAM_CoverSnow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7450e97cc4a3c75a8e89f064ffad74c473ca83cc81760b3814e33a0da64966dc +size 20705 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/FX/MTL_MWAM_VolumeCloudsA.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/FX/MTL_MWAM_VolumeCloudsA.uasset new file mode 100644 index 0000000..c566e5c --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/FX/MTL_MWAM_VolumeCloudsA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e64a9adf630fe04a3dcfca82e0d23c4151fbfd009610bd3ec0f4bcb10ca473d7 +size 88895 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/FX/MTL_MWAM_VolumeCloudsB.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/FX/MTL_MWAM_VolumeCloudsB.uasset new file mode 100644 index 0000000..330a518 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/FX/MTL_MWAM_VolumeCloudsB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e9a709d6116b5a13f8732d0d717095807a99b01fcc46a3327c9a455751c6f53 +size 88823 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_DesertExample.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_DesertExample.uasset new file mode 100644 index 0000000..89a30d9 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_DesertExample.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fc96edddfdcafa85394c60d0b649256b1503f3d50b9d187c8c54ad0927ac985 +size 30058 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_IslandExample.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_IslandExample.uasset new file mode 100644 index 0000000..9025d2c --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_IslandExample.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b2057a785a49057a52dcc534aef4847b7acc573832ad1c82d840208f55369873 +size 34742 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample.uasset new file mode 100644 index 0000000..e535342 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7dde5089556a6cfcf327eea33f31fecc9d2909d91c4201f33fe1ca4adde9cda3 +size 35091 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_Black.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_Black.uasset new file mode 100644 index 0000000..e2d84c2 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_Black.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:578e1f41c882c97cf4e76c09a68f6d7b5e407519cf4e96496be844303134d96e +size 97803 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_Chrome.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_Chrome.uasset new file mode 100644 index 0000000..f16a2f5 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_Chrome.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6dcbddf5d34823603fa72120bab33d8a6e828e3bcfe947ee179d8c853a9810 +size 117271 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_ColorChecker.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_ColorChecker.uasset new file mode 100644 index 0000000..eba65ef --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_ColorChecker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dbbc3405b1d976a245a1063954df9fbfe24d3668ad6e12bb437e1643e87ebc4f +size 119687 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_Gray.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_Gray.uasset new file mode 100644 index 0000000..bc8f704 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_Gray.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acecb2f15b3d9e893288f705997ed393d0d5b3a0428ba661709fb92e75283526 +size 82260 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_MASTER.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_MASTER.uasset new file mode 100644 index 0000000..0763fc6 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e58f76aac0a797b6174e4cf0e8c75ae1627e47c6876e9f6b5c30a6e21aaa2c1e +size 11588 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_White.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_White.uasset new file mode 100644 index 0000000..032600e --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Basic/MTL_MW_Basic_White.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:318e00697d88ecb30c836eda085d706d38332e54cccf92ff5051d5292f59c767 +size 78554 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_CombineNormal.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_CombineNormal.uasset new file mode 100644 index 0000000..b37ca99 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_CombineNormal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e554fe8a32cacac36a754bc910d3bade2b1e157e4543d3bfd8a8c93e7b164017 +size 113678 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_CombineNormalSimple.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_CombineNormalSimple.uasset new file mode 100644 index 0000000..a17829f --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_CombineNormalSimple.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6663db46fa1955f49edaaebcc9611fc78f0a3fdddd0e59a46eec604b39330f1 +size 52807 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_DefaultLayer.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_DefaultLayer.uasset new file mode 100644 index 0000000..47ae02c --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_DefaultLayer.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bb4f45de057d06624f8d6d26172f9d01ca15c63ce5960b58aa530226dc656fc +size 31015 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_DepthFade.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_DepthFade.uasset new file mode 100644 index 0000000..58fecec --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_DepthFade.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a87766f05a5e093d4c07da8c6683aa1519865f237e9c4ad901c951fc90c53bb +size 48464 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_LandscapeUVs.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_LandscapeUVs.uasset new file mode 100644 index 0000000..947fae6 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_LandscapeUVs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86fee63f49ca2edd9a22f07e64d646fab9b0a1335fd131ecb97a0d8a13d65041 +size 80240 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_LayerBlend.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_LayerBlend.uasset new file mode 100644 index 0000000..571a717 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_LayerBlend.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea35f3332b679acb225d1393cd79b89b5bbd5bb65aa169ac5feac42f092b8756 +size 63606 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_Opacity.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_Opacity.uasset new file mode 100644 index 0000000..e4d016f --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_Opacity.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31dd0c3d950f888e6cd7ded5a9da70cf0e7f0485e85f9c38d84acc7bd8359692 +size 16078 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_PivotMask.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_PivotMask.uasset new file mode 100644 index 0000000..dccf6e5 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_PivotMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a55c54dcd0f572bc4d270bec28137877b4b0fa051acb097a62e7b6b4b55522a1 +size 11837 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_Roughness.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_Roughness.uasset new file mode 100644 index 0000000..43d661f --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_Roughness.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:938ad3db36e5cdce39baedd1ad0a13fd472491379563f8e473654234aa976f1f +size 79370 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_SlopeMask.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_SlopeMask.uasset new file mode 100644 index 0000000..b2f4cdb --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_SlopeMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d462a480cc375ec1cf789290022cd16c281ac26880dd9c19deab6af9cd591668 +size 19195 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_Snow.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_Snow.uasset new file mode 100644 index 0000000..f899f2b --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_Snow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ac338e1594c12088ed639dd1d689595a898d2bb318396ca75a7e3ef9d65fe0c +size 47740 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_SnowMask.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_SnowMask.uasset new file mode 100644 index 0000000..eb9a8bc --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_SnowMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe2426330c5988d402cfa9f07c03beafd33e5d36ef2e85549a1662432ba41bc9 +size 26469 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_SubSurface.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_SubSurface.uasset new file mode 100644 index 0000000..a137ae8 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_SubSurface.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc08ff0ccfd8b8eef193bb8c3f55987c03c4bc29f1c13cf70dd51c5845e45db4 +size 81914 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_WaterMask.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_WaterMask.uasset new file mode 100644 index 0000000..ef992fd --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MF_MWAM_WaterMask.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df263d7c97747f391ac9ff93dc3cb4cdbae7b0a3ceae6b20c6198e5510a27769 +size 18556 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MW_MWAM_Water.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MW_MWAM_Water.uasset new file mode 100644 index 0000000..e9ebb35 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/Func/MW_MWAM_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce148a1c6e93834eac55a4aa43068b2dee68c68eadf04a115b100dfd6c916a90 +size 32436 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/MTL_MWAM_AutoMaterial_MASTER.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/MTL_MWAM_AutoMaterial_MASTER.uasset new file mode 100644 index 0000000..6de8a36 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/MTL_MWAM_AutoMaterial_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:981e207c879195b3d870ff6bbba96d693e7e7f458486f02e7568781f1f6a1d66 +size 171219 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/MTL_MWAM_CoverFoliage_MASTER.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/MTL_MWAM_CoverFoliage_MASTER.uasset new file mode 100644 index 0000000..5878347 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/MTL_MWAM_CoverFoliage_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07fcdcfd2b865772780f6ed3e90bf22dcf801499a1632a06519ed1ca5593a995 +size 39449 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/MTL_MW_VolumeClouds_MASTER.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/MTL_MW_VolumeClouds_MASTER.uasset new file mode 100644 index 0000000..a3c8f95 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/MTL_MW_VolumeClouds_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7764b6964efc9d4cc320cee778a3167fc9ac06ddc2c3122a4ba55cfb187f4a60 +size 124279 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Dirt.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Dirt.uasset new file mode 100644 index 0000000..9262775 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Dirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:602cd54eba0d54ae79039fb368bbe1e82e6867347bceec121a4aa20cac1595e8 +size 1445 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Grass.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Grass.uasset new file mode 100644 index 0000000..d9ac1db --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:469eb6e4c45ef51361574872ad4b7eb1fa20635c0d8a6777e25d1057e0e047a0 +size 1450 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Rocks.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Rocks.uasset new file mode 100644 index 0000000..6b072a4 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Rocks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0e79d3bdc56c40c12ebc4bd11520d595ea68850638e5cf6790a97178bdf7ab4c +size 1450 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Snow.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Snow.uasset new file mode 100644 index 0000000..e28bfd1 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Snow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c51ef38a48b21574b17c0629d1ce54162b84417464020ba887c50f2e5b2f0493 +size 1445 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Stones.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Stones.uasset new file mode 100644 index 0000000..8f39ff4 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Stones.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f7278f991236b30cf20d605b58b45b96d9ea6b2d3edfedfd51c40b6e5065ab +size 1455 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Water.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Water.uasset new file mode 100644 index 0000000..d264aff --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/MASTER/PhyMat/PM_MW_Water.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24f47db3ddec0f522b3424bb269847b8bdaf94a92221fe88d1fe449ee0e8c341 +size 1450 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Plants/MTL_MWAM_Plant_Megascan_MASTER.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Plants/MTL_MWAM_Plant_Megascan_MASTER.uasset new file mode 100644 index 0000000..ac59568 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Plants/MTL_MWAM_Plant_Megascan_MASTER.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7570fc1b4c8a3e6e3ae31ee2cd867bd5dcf8a7e659eea49774d5ae2ad6d6d2ee +size 125014 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Plants/MTL_MWAM_PlantsGrass.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Plants/MTL_MWAM_PlantsGrass.uasset new file mode 100644 index 0000000..4c3743e --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Plants/MTL_MWAM_PlantsGrass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e014cb1457b482efbe07368808adbfca7772e2a261a3a7274835c3ddfdb6cd67 +size 14533 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Background/SM_MWAM_Clouds.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Background/SM_MWAM_Clouds.uasset new file mode 100644 index 0000000..e0f6df5 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Background/SM_MWAM_Clouds.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467a48bccc4f89b8728c94d3a2fae20b9e907a296dbb888dcd69eb424f38789e +size 33387 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Background/SM_MWAM_MountainA.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Background/SM_MWAM_MountainA.uasset new file mode 100644 index 0000000..f9780ef --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Background/SM_MWAM_MountainA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24cccae89b1d94b0ce333bdb956b0c7d565a9e585b14a08b997e2fcb11722182 +size 484545 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Background/SM_MWAM_MountainB.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Background/SM_MWAM_MountainB.uasset new file mode 100644 index 0000000..dfd8f90 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Background/SM_MWAM_MountainB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c69424a25cc4fb05f4ee68559c72df5e542bc2889ec8ca0e3ed4e23ac942c7a +size 520473 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Basic/SM_MW_ColorChecker.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Basic/SM_MW_ColorChecker.uasset new file mode 100644 index 0000000..78cef74 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Basic/SM_MW_ColorChecker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:391fe8ae223d6765439122fbef0e222f47a0ebae49fa1ccde03a47f75414eaff +size 109155 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_Snow.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_Snow.uasset new file mode 100644 index 0000000..34b7c14 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_Snow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75c3d381fbd56579ba1e7141e298a762369d614607f123e0cc1e73354d22ad85 +size 60819 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_SnowB.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_SnowB.uasset new file mode 100644 index 0000000..b97a265 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_SnowB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1e031686ceacc9e1f88c316bca117df5616459a70ca79b7d0d3539e7583f7b5 +size 58846 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_SnowC.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_SnowC.uasset new file mode 100644 index 0000000..0c05fcc --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_SnowC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73e7ebf49d13f5ee8bfbe3aae3ae9f65c4710ec4a87a243b60f30b220f9a5f43 +size 58859 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_SnowD.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_SnowD.uasset new file mode 100644 index 0000000..3ef6433 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_SnowD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e394945e482885b1988edfa0e489f07b65ac0ba0edd51b75f171f718401b3e32 +size 62131 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_StoneA.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_StoneA.uasset new file mode 100644 index 0000000..c8cfe1e --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_StoneA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4604278cf7d80d51242e09cfa96752d24e23a1798894d76562485f95d9db140a +size 62327 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_StoneB.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_StoneB.uasset new file mode 100644 index 0000000..53be716 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_StoneB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a9bbb5b4ccfd1b555e663173932d80f4cae59690620c0577457d24b487ce68a +size 61224 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_StoneC.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_StoneC.uasset new file mode 100644 index 0000000..ae71ea2 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_StoneC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac6deb03872645666544254b0e3aea11171ab636f6b29e95af5957430674a9cc +size 60114 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_StoneD.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_StoneD.uasset new file mode 100644 index 0000000..4e75ebb --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_StoneD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:258a451fe5baf46f5f6358b4c3a246e791eb6dc6725f56487904700920db1416 +size 63324 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Plants/SM_MWAM_GrassA.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Plants/SM_MWAM_GrassA.uasset new file mode 100644 index 0000000..315a6ef --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Plants/SM_MWAM_GrassA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:924ec2bf2bf0aa88e9161c717729b5c8f17db6263cc4187b7c91dabd09e3a191 +size 49694 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Plants/SM_MWAM_GrassB.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Plants/SM_MWAM_GrassB.uasset new file mode 100644 index 0000000..231ade6 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Plants/SM_MWAM_GrassB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07696f4706adb5c959ef0adae0a460e7c11ff089ce59f283d43c16bc601c11c8 +size 42540 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Plants/SM_MWAM_GrassC.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Plants/SM_MWAM_GrassC.uasset new file mode 100644 index 0000000..3c3e237 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Plants/SM_MWAM_GrassC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9254d16242abab99ed701430a4d5c62a2996223e689a17f9cfe59705368d0d2 +size 26802 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Plants/SM_MWAM_GrassD.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Plants/SM_MWAM_GrassD.uasset new file mode 100644 index 0000000..99e4cb6 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Meshes/Plants/SM_MWAM_GrassD.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8d68f90808cb977c54f6c97cc14044b2e73d5352bbec98514d0afa39a605d4ce +size 31276 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Procedurals/LGT_MWAM_Dirt.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Procedurals/LGT_MWAM_Dirt.uasset new file mode 100644 index 0000000..e8e4023 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Procedurals/LGT_MWAM_Dirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ff30a0f6023cf61c1f0af754feefd3dd87a72bb8c4fb7e38ebaf7f51d5ddf91 +size 1310 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Procedurals/LGT_MWAM_Grass.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Procedurals/LGT_MWAM_Grass.uasset new file mode 100644 index 0000000..f9b94c9 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Procedurals/LGT_MWAM_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb0344cf765bf5d67cacc0310c2665d782ff6e1d93e6cacd519caeb5fa4facd5 +size 9651 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Procedurals/LGT_MWAM_Rock.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Procedurals/LGT_MWAM_Rock.uasset new file mode 100644 index 0000000..434668e --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Procedurals/LGT_MWAM_Rock.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddf8c13e1c1c58ba6a8c827788af3c4fd70f3870526e3633c78fd0256252f7fb +size 1310 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Procedurals/LGT_MWAM_Snow.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Procedurals/LGT_MWAM_Snow.uasset new file mode 100644 index 0000000..c15d0e0 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Procedurals/LGT_MWAM_Snow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d07031d9c41821bfd4f617f107fe99cd9d7ac108dd4c18cc2004a9948870f3bf +size 8349 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Procedurals/LGT_MWAM_Stones.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Procedurals/LGT_MWAM_Stones.uasset new file mode 100644 index 0000000..e2a339c --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Procedurals/LGT_MWAM_Stones.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc310a9f9d9881ebf0c14c2b9ab308da6f26e80a7832a3a0d22bb69bd75c6731 +size 13498 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Bake/TRT_LandscapeLayerBake1k.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Bake/TRT_LandscapeLayerBake1k.uasset new file mode 100644 index 0000000..b8fa592 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Bake/TRT_LandscapeLayerBake1k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4718ea4ffadba09a6335b3747101993d2bb3f086df15b674889c267c28eeb06 +size 4584 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Bake/TRT_LandscapeLayerBake2k.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Bake/TRT_LandscapeLayerBake2k.uasset new file mode 100644 index 0000000..0a2f40a --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Bake/TRT_LandscapeLayerBake2k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8228ae842ebdfd6d74cbcfc671875e251e3ee2270b385ade60e5f82624f60788 +size 93032 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Bake/TRT_LandscapeLayerBake4k.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Bake/TRT_LandscapeLayerBake4k.uasset new file mode 100644 index 0000000..ae07b24 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Bake/TRT_LandscapeLayerBake4k.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b271f812038a5e8d5722956e5aaa4bff9a0ba2548d3cd9bc7902e481c78ff2 +size 91294 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Cover/TEX_MWAM_CoverRocks_col.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Cover/TEX_MWAM_CoverRocks_col.uasset new file mode 100644 index 0000000..e8ccfbe --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Cover/TEX_MWAM_CoverRocks_col.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2131c65173f54c4324c744870ccd9d634b85671a33c357766a65826710c9d9c6 +size 10134197 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Cover/TEX_MWAM_CoverRocks_nrm.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Cover/TEX_MWAM_CoverRocks_nrm.uasset new file mode 100644 index 0000000..8a627bf --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Cover/TEX_MWAM_CoverRocks_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78905ba67de1ab8f7bd8399dea550e9b2071f0b5dd9cdb4f708fa1e0534d77bd +size 7130170 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Extra/TEX_MWAM_Variation_msk.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Extra/TEX_MWAM_Variation_msk.uasset new file mode 100644 index 0000000..b908e7a --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Extra/TEX_MWAM_Variation_msk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00dc5ca3ee4a8dc78d0bb960b93da33576f4eb731c6920f5b3a3ddb79333d42c +size 12399125 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Extra/TEX_MWAM_Variation_nrm.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Extra/TEX_MWAM_Variation_nrm.uasset new file mode 100644 index 0000000..fae4516 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Extra/TEX_MWAM_Variation_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:654aa4761ebcbaca226ea94fe27f9ec9c235787139949fb929491676386c9cd3 +size 37027663 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudGradientA.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudGradientA.uasset new file mode 100644 index 0000000..cbb81e5 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudGradientA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e8ca605ffb1e5594cd49c34a5c4d415d6318faf5f7e16a224fc5b798190ab9 +size 5487 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudGradientB.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudGradientB.uasset new file mode 100644 index 0000000..888d6cd --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudGradientB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:723665a3579866e26d0cda3c85e1750e7ded378aa933a238ce89f11c6f6b0926 +size 6535 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudGradientC.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudGradientC.uasset new file mode 100644 index 0000000..aadb6de --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudGradientC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc83beeae2da63358352071a322cc5462a18d1d652f436d03ab32b256b68861c +size 5983 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudWeatherA.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudWeatherA.uasset new file mode 100644 index 0000000..912314e --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudWeatherA.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64e616bc70e1d3b7998fb2b80d8911387bda9d09981b75d593cbba56d7cc754e +size 400001 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudWeatherB.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudWeatherB.uasset new file mode 100644 index 0000000..76c39db --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudWeatherB.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df96e67fd775caac5c62832cb5dba5e8ee2c735f3f6547add7216863cf5851bb +size 253372 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudWeatherC.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudWeatherC.uasset new file mode 100644 index 0000000..d45bd62 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudWeatherC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d8b901e38dc103f9d641ce260b063a81142661958c4ec4acd51248656c97ae7 +size 254692 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_Noise_msk.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_Noise_msk.uasset new file mode 100644 index 0000000..37d210d --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_Noise_msk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a1cd5d3a8962709975e8ada22066bdeae40816639dc4dba57fbc4384562c89b +size 5599276 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_WaterA_nrm.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_WaterA_nrm.uasset new file mode 100644 index 0000000..22aa670 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_WaterA_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:837a9b4f7004612184a5b3aa396217e87fecf510a9d52418e8abc5f42d2e8ebe +size 2575300 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Dirt_col.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Dirt_col.uasset new file mode 100644 index 0000000..96c1dde --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Dirt_col.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f92efe27b2e52a50d64e7132ff4ec37668ec575e4dfe6177a7c639777890189 +size 35245750 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Dirt_nrm.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Dirt_nrm.uasset new file mode 100644 index 0000000..ecf2fc3 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Dirt_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95a68732263208253d29dfa690463fdde1e15b9b103297adbc9ff6795a73ab9d +size 44545218 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Grass_col.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Grass_col.uasset new file mode 100644 index 0000000..ed800fe --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Grass_col.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f617c5b01cef4defe7c37531d71e73193bc954dae74c7469f8d8193d450dab52 +size 34519110 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Grass_nrm.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Grass_nrm.uasset new file mode 100644 index 0000000..778ae12 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Grass_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c59336f2993fcc808d84f628ea8852619caf48a2a029aa72d42bb655c284572 +size 39077840 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Rock_col.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Rock_col.uasset new file mode 100644 index 0000000..b133896 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Rock_col.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6199932aabd40d26a3fa7735756b684b1d7681b6a9511ef8323d096a4d739340 +size 39714591 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Rock_nrm.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Rock_nrm.uasset new file mode 100644 index 0000000..3bf5274 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Rock_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c4e366c053416ec0eb0538831ac9fafd314fecb98b5c4faeb53f395507fa438 +size 44803176 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_SandA_col.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_SandA_col.uasset new file mode 100644 index 0000000..cb0b8f8 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_SandA_col.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8b2d030b679b70088fc807f04ffe0549c1435c4008ff167054f2e8e8110586d +size 47476714 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_SandA_nrm.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_SandA_nrm.uasset new file mode 100644 index 0000000..d492341 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_SandA_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d4016cbe5d9a031afabd45176e0432284098365cb08cf9e09c93fc9df379f7ee +size 15306657 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_SandC_col.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_SandC_col.uasset new file mode 100644 index 0000000..d140a40 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_SandC_col.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60c8b3db6ff74f121490e6e03c932e23e9eb5f31a334dbceb48461aa5bba35bc +size 29852821 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_SandC_nrm.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_SandC_nrm.uasset new file mode 100644 index 0000000..f631614 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_SandC_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df39c940ec6e6ccc79a318bbdc9959d2bdf33743eba4cd2eb456e853eee21854 +size 47159956 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Snow_col.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Snow_col.uasset new file mode 100644 index 0000000..e67c9ff --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Snow_col.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa53cfe4ee07ea8619542677076fae5b802958fe02b1cf825072fc0b79074984 +size 21463853 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Snow_nrm.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Snow_nrm.uasset new file mode 100644 index 0000000..668c521 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Snow_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b56d3e3967bd9bf49d6fac8b7888908b3a774c4079ebd72710ac1e95aba0ac61 +size 22273990 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Stones_col.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Stones_col.uasset new file mode 100644 index 0000000..2983c03 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Stones_col.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed58b0060e65e1165a22f4a0f2ad2aafeb2bf5256471a171b9bbe26441507ebb +size 42658494 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Stones_nrm.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Stones_nrm.uasset new file mode 100644 index 0000000..886c000 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Stones_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abbc89f7ab1d20ab291cb9aa0e9c72d66387f137835ef02138fbbf0e557e87eb +size 42371536 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Plants/TEX_MWAM_Grass_col.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Plants/TEX_MWAM_Grass_col.uasset new file mode 100644 index 0000000..828917b --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Plants/TEX_MWAM_Grass_col.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65d6d6407fe9980519204757e0db8aa7e7577c327ceeebba476308011cb68f77 +size 7440958 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Plants/TEX_MWAM_Grass_nrm.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Plants/TEX_MWAM_Grass_nrm.uasset new file mode 100644 index 0000000..c1bd305 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/Plants/TEX_MWAM_Grass_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46a77b475cae999cc03925051c02b67126520df52491f4320086ecd99e7e31d4 +size 8561080 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/TEX_MW_Temp_ColorChecker.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/TEX_MW_Temp_ColorChecker.uasset new file mode 100644 index 0000000..bcf3f7c --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/TEX_MW_Temp_ColorChecker.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e934d56bed845fa3e3aa19578c42acb912fd89df9d2e7ab34ac418fc8694ed01 +size 398893 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/TEX_MW_Temp_col.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/TEX_MW_Temp_col.uasset new file mode 100644 index 0000000..2bce53c --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/TEX_MW_Temp_col.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce3a834ac99f7f136f4383ec3dcb20f5ad8626e53dac0bb7a5de3976c86538fe +size 17312 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/TEX_MW_Temp_msk.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/TEX_MW_Temp_msk.uasset new file mode 100644 index 0000000..918bd11 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/TEX_MW_Temp_msk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0030901a204d49e9975919aa528375593d121d0a5c9cb42d6649cca411eb2fa +size 18940 diff --git a/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/TEX_MW_Temp_nrm.uasset b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/TEX_MW_Temp_nrm.uasset new file mode 100644 index 0000000..7d60e99 --- /dev/null +++ b/Elistria_Calling/Content/MWLandscapeAutoMaterial/Textures/TEX_MW_Temp_nrm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2798533c7aa0e38c68708fbf1a393d093cd273033315ae2045ca80c8fc01629a +size 31858 diff --git a/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Candle.uasset b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Candle.uasset new file mode 100644 index 0000000..83e14df --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Candle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff8322703545f52f0b28759270c3bb3d618fd1221089b409e13ca05c7dd16759 +size 103103 diff --git a/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_CandleHolder_Bronze.uasset b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_CandleHolder_Bronze.uasset new file mode 100644 index 0000000..111d338 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_CandleHolder_Bronze.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b090c2606d850945f2a0fb61f728d040d730c08ffb0fd08f6cdb0d5e96b29df6 +size 121919 diff --git a/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_CandleHolder_Iron.uasset b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_CandleHolder_Iron.uasset new file mode 100644 index 0000000..6e2bab7 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_CandleHolder_Iron.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:232f99e49d62d69c71d600489890aa6a34b13620c0e592ced5618b9b96b79709 +size 118817 diff --git a/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_CandleStick_Bronze.uasset b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_CandleStick_Bronze.uasset new file mode 100644 index 0000000..0410059 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_CandleStick_Bronze.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:949f267ddf21573a512d8217852c299f052e0abd9432fdcb77a499f00511ee91 +size 114898 diff --git a/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_CandleStick_Iron.uasset b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_CandleStick_Iron.uasset new file mode 100644 index 0000000..103f3e2 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_CandleStick_Iron.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d508f1d636cc89ba2e07b139e098bc7d7a6a9fc788d46f8a82fe6fc327c0971b +size 112807 diff --git a/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Candle_Holder.uasset b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Candle_Holder.uasset new file mode 100644 index 0000000..18239fb --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Candle_Holder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d114a577a30047d6981905b74da14a0e804781d2a15b8dcc5d97cd867aa66f +size 151159 diff --git a/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Candle_Used_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Candle_Used_A.uasset new file mode 100644 index 0000000..b7fc0cb --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Candle_Used_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9cf4aa6bed6c9c24083a2cf78294e1d8ad6991ecaa7a325f5a0d916e507f1a6e +size 106068 diff --git a/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Candle_Used_B.uasset b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Candle_Used_B.uasset new file mode 100644 index 0000000..730655c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Candle_Used_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2777ef759ae8c18b3d07231ade4a0cbf43fb1fa3477f3a6e56888704994508b7 +size 102072 diff --git a/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Candle_Used_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Candle_Used_C.uasset new file mode 100644 index 0000000..9b1cb90 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Candle_Used_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c1259a91f7fb15a1bf9c274c4bc0809bbe7d75e741284f1525afacc81777f14 +size 98213 diff --git a/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Cell_Door.uasset b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Cell_Door.uasset new file mode 100644 index 0000000..db0ccd7 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Cell_Door.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9600af9b9ea8117921cca242453d200e6547f9e2623b3fd6d270d92b1e24fdfe +size 127957 diff --git a/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Chandalier.uasset b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Chandalier.uasset new file mode 100644 index 0000000..cc9ad59 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Chandalier.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:013a7ef59d9c2a756db05a32ee42c4f74c9702f1c134e053d72cb4a83cbb2485 +size 189750 diff --git a/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Crypt_Doorway.uasset b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Crypt_Doorway.uasset new file mode 100644 index 0000000..4d2925e --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Crypt_Doorway.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f65a1d30d924719c052f8c5cfaea1b5afc77a3a7d040503bee99e0e7e18898e +size 133317 diff --git a/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Dungeon_Doorway.uasset b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Dungeon_Doorway.uasset new file mode 100644 index 0000000..b83451b --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Dungeon_Doorway.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:688282dcc96cfc468ec1b96311e550907fed93a7f546f59834ae4cfcda6f1929 +size 125227 diff --git a/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Hanging_Gibbet_Cage.uasset b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Hanging_Gibbet_Cage.uasset new file mode 100644 index 0000000..30ddd52 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Hanging_Gibbet_Cage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abfb1bb913cfeadd95c32c6eae2bf3937c3cdbd359065ca70dddde80a1f8a2cd +size 124820 diff --git a/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Torch.uasset b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Torch.uasset new file mode 100644 index 0000000..dcb26e7 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Blueprints/BP_Torch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd338887a61b1816b558af87630360e1f39ca0ed609c6aecfe44dd4300cffca3 +size 125276 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Bed_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Bed_Inst.uasset new file mode 100644 index 0000000..c105430 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Bed_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b61885b7eae0b2175d8f874ee6b3d793e6ed1467d6b2e920a28a620c70d059c6 +size 159197 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_BrickFloor_Clean_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_BrickFloor_Clean_Inst.uasset new file mode 100644 index 0000000..d06370a --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_BrickFloor_Clean_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63423d2a87abfa23e1549ab3e3ff02543384a6a701d2dd8e2859872c1415ac81 +size 163788 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_CandleHolder_Bronze_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_CandleHolder_Bronze_Inst.uasset new file mode 100644 index 0000000..8cbfc72 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_CandleHolder_Bronze_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4bbd6e95e685ca5cc4817de440a3f06dd122171aaef2ef0a343bf648434dd2a7 +size 154372 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_CandleHolder_Iron_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_CandleHolder_Iron_Inst.uasset new file mode 100644 index 0000000..035897b --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_CandleHolder_Iron_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7299c62626f885e6080ee59f37d623298c943f68553b18f7ba335220062ce85 +size 138635 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_CandleStick_Bronze_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_CandleStick_Bronze_Inst.uasset new file mode 100644 index 0000000..9c28901 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_CandleStick_Bronze_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86b582ad8f099ffe30b41b6e94e3d87b961379f6b410913b266ee80fc835a1dc +size 158682 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_CandleStick_Iron_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_CandleStick_Iron_Inst.uasset new file mode 100644 index 0000000..cff3980 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_CandleStick_Iron_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fb0373ebc60ec601de6256256db867023b954e1207b0f0e2ce99a5109a354cc +size 125597 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Candle_Holder_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Candle_Holder_Inst.uasset new file mode 100644 index 0000000..be28054 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Candle_Holder_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7569bcf04b3dc4e6a86805c8f6d86111ee23cc08a33adb1caa2b3448564f765 +size 164501 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Candles_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Candles_Inst.uasset new file mode 100644 index 0000000..e93c2fc --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Candles_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4eebc519d5b6c053f96fa0a51440c8c2fafea74df08b91349bc63aa3a16ad8 +size 127320 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Candles_Master.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Candles_Master.uasset new file mode 100644 index 0000000..eac1086 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Candles_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c0b07b9f9b6e363db37f595d7392387fd00b1d29b94e60d21622703834b1493 +size 131988 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Ceiling_Arch_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Ceiling_Arch_Inst.uasset new file mode 100644 index 0000000..8b4d637 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Ceiling_Arch_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65280bef2ce2860495b7bb2cac7ad64545c7d5f46f47c87187a0776ccf1dc9bc +size 132012 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Cell_Door_Front_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Cell_Door_Front_Inst.uasset new file mode 100644 index 0000000..c46f61c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Cell_Door_Front_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e732ac0ee8748a43feba6a884657ff51c6ea15480efaa62fbab9ebfea2639d55 +size 158549 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Cell_Side_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Cell_Side_Inst.uasset new file mode 100644 index 0000000..c6dfdf0 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Cell_Side_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bb44b7cbbe223744619c285536ff255764815d57261b7a80c5a16fae01205e7 +size 157160 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Chains_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Chains_Inst.uasset new file mode 100644 index 0000000..e971ae0 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Chains_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c938138545cf89be8e8bd7f42f15683bfd4fd8283ba6df4663720b2057ce7702 +size 170249 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Chandlier_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Chandlier_Inst.uasset new file mode 100644 index 0000000..036fae3 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Chandlier_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305710403ed8fd050aab2945b3308a4aabe066d2ec03f99f203a294f11e7e66d +size 111447 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Coffin_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Coffin_Inst.uasset new file mode 100644 index 0000000..6bc6084 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Coffin_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83f91ece4991c1de80c76f99771fcf41a7dead32c5e7baef3d52ee1b758bf4a4 +size 147458 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Crypt_Wall_Decorative_A_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Crypt_Wall_Decorative_A_Inst.uasset new file mode 100644 index 0000000..0a5216c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Crypt_Wall_Decorative_A_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db62f70f7c7d046648938ab5d59f17cc4baab1de3fcf191e5ff0f442c451b6d7 +size 156108 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Crypt_Wall_Decorative_B_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Crypt_Wall_Decorative_B_Inst.uasset new file mode 100644 index 0000000..665942c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Crypt_Wall_Decorative_B_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bef80b0711ad60188bf714eac44106c0a9abcd682702bc120dc23db71cb61d3d +size 142445 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Crypt_Wall_Decorative_C_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Crypt_Wall_Decorative_C_Inst.uasset new file mode 100644 index 0000000..3bc3338 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Crypt_Wall_Decorative_C_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:39f7eb29d7cb370bdf07664c795bc928ef8eb66964b14d6a77e1ac13b16344e5 +size 139385 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Crypt_Wall_Decorative_D_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Crypt_Wall_Decorative_D_Inst.uasset new file mode 100644 index 0000000..5e62dc5 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Crypt_Wall_Decorative_D_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceab03931f5ee81c75e89543a34b1f65abeff173e3f3b746d6db4e390d7913d0 +size 157193 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Decorative_Arches_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Decorative_Arches_Inst.uasset new file mode 100644 index 0000000..52b17ca --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Decorative_Arches_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d3a95129d444aec267602c7928f2c61682405ccb5080fe40af7dc6733d95e95 +size 152907 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Dirt_Mounds_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Dirt_Mounds_Inst.uasset new file mode 100644 index 0000000..539b8f5 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Dirt_Mounds_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f92a8673f89fb8373dbb6723224e059e283dffe5d84b0f7d7b2f6fd041f7658a +size 155613 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Door_Hardware_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Door_Hardware_Inst.uasset new file mode 100644 index 0000000..511556d --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Door_Hardware_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0c55b4f1f2b5b15d0e1228ddc987c10aff33d692f40a69bcf8c2ac7d64c08c7 +size 167118 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Doorway_Large_Left_Door_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Doorway_Large_Left_Door_Inst.uasset new file mode 100644 index 0000000..d8fd552 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Doorway_Large_Left_Door_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa0c3704ecb0f9e19bb4683b8c984990cbc599cd436461f60dcb2ff41a34970f +size 154932 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Doorway_Large_Right_Door_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Doorway_Large_Right_Door_Inst.uasset new file mode 100644 index 0000000..95b1a78 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Doorway_Large_Right_Door_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1c6c0ec1b29332bbddf5c7982948b99b3282498b824dcc01030cd7c127fbc22f +size 154778 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Dungeon_Wall_Decorative_A_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Dungeon_Wall_Decorative_A_Inst.uasset new file mode 100644 index 0000000..c489c7e --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Dungeon_Wall_Decorative_A_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:269be5d0120f256c3ed5b298a3ba4d4c6a26fbd0fca0de7eaaff2a8dff291bdd +size 156116 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Edge_Stones_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Edge_Stones_Inst.uasset new file mode 100644 index 0000000..47f5a09 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Edge_Stones_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c533a477595a4c34988f011c5e071fa6286ba4d9e0f41e5c16b949bbbdc41c1e +size 164107 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Fire_Pit_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Fire_Pit_Inst.uasset new file mode 100644 index 0000000..cb352da --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Fire_Pit_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99c545071c47fbb1030c063e0bcab931cbf56345b0784871de5a6199d13c8719 +size 176338 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Flicker_Light_Function.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Flicker_Light_Function.uasset new file mode 100644 index 0000000..7b27f32 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Flicker_Light_Function.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68b49be6e33f4bb77b219c8adf002ac242200f28c63f54d39e70ceff7eb49602 +size 77502 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Gargoyle_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Gargoyle_Inst.uasset new file mode 100644 index 0000000..1f889b6 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Gargoyle_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60d2ac778a646c5e8732b5b033ca4ee12bbbbbcfd2cd16c4dffaebb4642a20cc +size 173555 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Gargoyle_Stand_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Gargoyle_Stand_Inst.uasset new file mode 100644 index 0000000..d8529d1 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Gargoyle_Stand_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0360ee84e360b7b0693bb06dffb7f9b2f20f9830fb19a9c3fc484c99b159f7f8 +size 148213 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Gibbet_Cage_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Gibbet_Cage_Inst.uasset new file mode 100644 index 0000000..55c15fc --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Gibbet_Cage_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52fd7d9e59ecee94a9953cac8ea582732ac449a5a44017f39c5b694abefe8ca9 +size 165814 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Half_Arch_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Half_Arch_Inst.uasset new file mode 100644 index 0000000..c6a3632 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Half_Arch_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7f5eff135db698fbbb687f818852a1d9a5fdd60532137faf43c0f5da0aca39c +size 165254 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Large_Window_Half_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Large_Window_Half_Inst.uasset new file mode 100644 index 0000000..0315781 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Large_Window_Half_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a97fa1611ccf8277b500b70b16a72415ff312d5384d9ad6e0cc3f3289ec506b +size 144757 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Log_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Log_Inst.uasset new file mode 100644 index 0000000..e4d36bc --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Log_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e047bf6a745692458b2cacec9bf2aa9e2dfbaf66fd9b2bf7d91db29f609a2231 +size 111456 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Master.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Master.uasset new file mode 100644 index 0000000..78cada2 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dfc5dfc290973ad9e9feb3278198302540d4aae8dcec3e9db05dbafff5d1e49e +size 143342 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Mausoleum_Ceiling_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Mausoleum_Ceiling_Inst.uasset new file mode 100644 index 0000000..d7c2fc0 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Mausoleum_Ceiling_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61ac818995527fbacea35263f533d1877208de64aa32f1c565906d80eea33bf9 +size 159487 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Mausoleum_Part_A_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Mausoleum_Part_A_Inst.uasset new file mode 100644 index 0000000..f1ba74b --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Mausoleum_Part_A_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e4324a5faf6a47ff2494434360105091f7ac3071e819d4b5640b6cc7c211fe5 +size 156088 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Mausoleum_Part_B_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Mausoleum_Part_B_Inst.uasset new file mode 100644 index 0000000..a07cc3f --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Mausoleum_Part_B_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e658f714c4b19850343e9038cf05f771498b5dfc646a7071d948a6a85e27c214 +size 153195 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Metal_Decor_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Metal_Decor_Inst.uasset new file mode 100644 index 0000000..057b581 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Metal_Decor_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b8dd86b33a27665d700fb8b660a08e81691b5d5d2d1e87a3f828686b2c8ad89 +size 149028 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Pillar_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Pillar_Inst.uasset new file mode 100644 index 0000000..42cafa1 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Pillar_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23578d25556760489ff6d457b0e1fef0c46cdd347bcd41661c78cb4253b56ab5 +size 166277 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Pots_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Pots_Inst.uasset new file mode 100644 index 0000000..b129de8 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Pots_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fc2e8959cf86f8d45175e4170ce2599d21eafe6a5aafcd6715c084cf65a89f4c +size 159597 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Skeleton_Dirty.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Skeleton_Dirty.uasset new file mode 100644 index 0000000..dc58a67 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Skeleton_Dirty.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c70654c1caa573fbc155e4a8801a12a905e13d1888e03f69f4ea6e348863bb17 +size 122371 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Small_Window_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Small_Window_Inst.uasset new file mode 100644 index 0000000..108632a --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Small_Window_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b6547e79c5d94a22e2ae14ffb261cbbb717d923374d95f284f8a997b97d9bf +size 152799 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Stairs_10_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Stairs_10_Inst.uasset new file mode 100644 index 0000000..f2222a4 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Stairs_10_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65db436d0972bc00be37d134df8888d2140e539f271043a0e2afa1add054b33c +size 138168 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Statue.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Statue.uasset new file mode 100644 index 0000000..da3482c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Statue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:baea5e16588fb5cb82807452ab8a4737e0e7cf755578a0694271f59fd837e190 +size 156530 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Statue_Hooded_Metal_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Statue_Hooded_Metal_Inst.uasset new file mode 100644 index 0000000..065ac41 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Statue_Hooded_Metal_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c7510fb64344aa4088fdd591e87367ea08737bb68ec338e1cc39f2cebd346e8 +size 167846 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Statue_Stand_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Statue_Stand_Inst.uasset new file mode 100644 index 0000000..7f30533 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Statue_Stand_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91ae7d422d89c7e46aa3917a374d7af7abcc28163552da2861384f6af66a1847 +size 149065 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Stocks_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Stocks_Inst.uasset new file mode 100644 index 0000000..95e7563 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Stocks_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:766112d5baa76eb4b2c78fcada727c76b16285ae1137708f132a28af6f7a0e4a +size 168400 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_StoneWall_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_StoneWall_Inst.uasset new file mode 100644 index 0000000..e46ac33 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_StoneWall_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7f820e6929616cf560670ee29ab1cac359cfc48567840fa6f9480ff2619e398c +size 157247 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Stone_Altar_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Stone_Altar_Inst.uasset new file mode 100644 index 0000000..cae02bd --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Stone_Altar_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbb223a8f5665eede998e83ab3982c6c48e8c3ab13999683658caa5e3a9556d8 +size 166249 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Stone_Coffin_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Stone_Coffin_Inst.uasset new file mode 100644 index 0000000..c5c0b7e --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Stone_Coffin_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4cfc05f78c32f2875c93d828343e9481cd987353cf64f501809d319ecd678b6 +size 163880 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Table_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Table_Inst.uasset new file mode 100644 index 0000000..da0679f --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Table_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5282ed0586fc11b2c05ab720944c06ce0fd9e830449a4b5af08671e87dff1e74 +size 157631 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Tiling_Master.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Tiling_Master.uasset new file mode 100644 index 0000000..a70a8b0 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Tiling_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5a1e928c8b860c2643ef9dc2bbf2c974f6aeefcdcb4816ce044b672747cbdb +size 115584 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Tiling_Plaster_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Tiling_Plaster_Inst.uasset new file mode 100644 index 0000000..befc362 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Tiling_Plaster_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9aad3fb995f225e8950dd5c368263046356a023ca52e05d3cb43074c660b83f4 +size 152766 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Torch_Flicker_Light_Function.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Torch_Flicker_Light_Function.uasset new file mode 100644 index 0000000..2138056 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Torch_Flicker_Light_Function.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91b23bf25fad26578148420de2384f94e3216c1bdb2f6c6220b8f10eaa7cc34e +size 59247 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Torch_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Torch_Inst.uasset new file mode 100644 index 0000000..f7b08b6 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Torch_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1a9ed39bd5e246ed2b750448fe2659ab77705962072435c38df8a5230f7fa46 +size 166107 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Torture_Chair_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Torture_Chair_Inst.uasset new file mode 100644 index 0000000..0c7a60f --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Torture_Chair_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d7bc2c162f87c41145a9801ecf0305b94048eedbeb47bab8e9969a80017071a +size 167452 diff --git a/Elistria_Calling/Content/MedievalDungeon/Materials/M_Wood_Inst.uasset b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Wood_Inst.uasset new file mode 100644 index 0000000..26082de --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Materials/M_Wood_Inst.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1cc7f19cd1544125c592fa4a420a4aa24ebc4ecd783fd665d2f83c392a85a63d +size 166789 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Ceiling.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Ceiling.uasset new file mode 100644 index 0000000..be41a6a --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Ceiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5cfbc21318e09985b47c917f0aafe3f44af782d5c60d7513534ac42831066bd +size 173894 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Ceiling_Arch_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Ceiling_Arch_A.uasset new file mode 100644 index 0000000..fe9cd23 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Ceiling_Arch_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:111b1aa84701c84c1ae4b62fb1c70e808b2e2b53e414fb2ab7aa38b6e5075517 +size 161289 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Ceiling_Flat.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Ceiling_Flat.uasset new file mode 100644 index 0000000..bdf0891 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Ceiling_Flat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:154b17c3acd97996cbe8f4d5fe2a50c8d07e98e5e3baae165b8180dffcc33be7 +size 98742 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Ceiling_Half.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Ceiling_Half.uasset new file mode 100644 index 0000000..69d3e1c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Ceiling_Half.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5369be8b15e448f0d633fb89cd74d24d19ae71ff331a11817294635da5cc8974 +size 138067 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Ceiling_Half_B.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Ceiling_Half_B.uasset new file mode 100644 index 0000000..9bed1a8 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Ceiling_Half_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72f8213dff76bae6f549f96d160a36b0f8c9f06697c8a2a0aa6c168536a6d199 +size 136605 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Doorway.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Doorway.uasset new file mode 100644 index 0000000..e925727 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Doorway.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87dc69876aac27833caf7b603222f54ef35e8f0d629bc3ac0fe6a43822d59a6b +size 560887 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Floor.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Floor.uasset new file mode 100644 index 0000000..6580a50 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Floor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f2c056097c6894c817d19d28b15e1f95cae20bc03e0e3bd58311964b2bee799 +size 100308 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Floor_Concave.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Floor_Concave.uasset new file mode 100644 index 0000000..0e07a76 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Floor_Concave.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5ce0efed793e9e45fef634ae74fdcf226afa6854d37407305e835787125b898 +size 106896 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Floor_Concave_End_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Floor_Concave_End_A.uasset new file mode 100644 index 0000000..1e9fb0c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Floor_Concave_End_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0fbc27c6d0d8347268bc0934b0e4da7f8df6b69f40bbe154e6b2b2755a96c634 +size 107997 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Floor_Concave_End_B.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Floor_Concave_End_B.uasset new file mode 100644 index 0000000..25f65ae --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Floor_Concave_End_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:287466cd2806c583ac1542adb5d210bb2d3ac8a4862e74370c76c945fd8842cb +size 107607 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Pillar.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Pillar.uasset new file mode 100644 index 0000000..bc0d665 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55faab48adf26d0261561fe2544d6c6df51a56f9d599a276815feb001b96aca5 +size 462976 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall.uasset new file mode 100644 index 0000000..ae9e913 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a8f7300f2a70a3527b278bfc0ebf89e542fece224ec8a57d2e92722f6f1b870 +size 99258 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Decorative_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Decorative_A.uasset new file mode 100644 index 0000000..d2758b7 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Decorative_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0dcb06010f5b5c80b107fbaecfd33e7a230d1a1c964806dfb3a60a34b542fcfb +size 200727 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Decorative_B.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Decorative_B.uasset new file mode 100644 index 0000000..2db3795 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Decorative_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd9c15dbbe8257f3b01e618acff3569718f751b97e4bfd5cf6df7660bd5c52a +size 526251 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Decorative_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Decorative_C.uasset new file mode 100644 index 0000000..519ad65 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Decorative_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5d9c85a3d152712b6cd1dd537947f1078caf98ac5690756a414c858260cb9e0a +size 230551 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Decorative_D.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Decorative_D.uasset new file mode 100644 index 0000000..485d767 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Decorative_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:abd0a02abdb3e6f5cfb6b299124ff6d92db5b47bfe171626463c8d2f55a2ca8b +size 194457 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Floor_Trim.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Floor_Trim.uasset new file mode 100644 index 0000000..0ca0cb4 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Floor_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cf1373fc1f50922f7e8d1fb3bbfbfffcaa3c56a8fe243b3ec8d8b6ae8015470 +size 102175 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Half.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Half.uasset new file mode 100644 index 0000000..686a943 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Half.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3bb75d86e9a539cda04ec5143a55d408c8fbe00a0637d701219c0235e8b65044 +size 101794 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Plaster.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Plaster.uasset new file mode 100644 index 0000000..eeaff45 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Plaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dd88108d93d05c41d1b1090e2aa98df04f24683bd70f3b8cfb4088adea938f40 +size 126721 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Stop_Gap.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Stop_Gap.uasset new file mode 100644 index 0000000..8a82940 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Crypt_Wall_Stop_Gap.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffb66c79d1b0953d017d6921d2c88c138bbf03187395250b5edc1e4ea8b1bdb1 +size 105104 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Mausoleum.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Mausoleum.uasset new file mode 100644 index 0000000..40d8298 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Mausoleum.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c157f03fa6f1870f9398fe7a0f3c8a480a218984ad928970d65fc699bf6f8f9 +size 782138 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Mausoleum_Ceiling.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Mausoleum_Ceiling.uasset new file mode 100644 index 0000000..d24ed8d --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Mausoleum_Ceiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51c747890d1b34290c29b583cf895b321b281e85e413209b49f5056bf4639ed2 +size 416978 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Mausoleum_Lid_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Mausoleum_Lid_A.uasset new file mode 100644 index 0000000..83e15ba --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Mausoleum_Lid_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2bebf468f524d113060bcee3fcd3708e6aae44c41bc82881be4551e30e0eb4c3 +size 124553 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Mausoleum_Lid_B.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Mausoleum_Lid_B.uasset new file mode 100644 index 0000000..8923073 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Mausoleum_Lid_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ed345d19d19302e19ccad2acf2b02a236d6fe3fc545e7148469ab21a775647c +size 121906 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Mausoleum_Lid_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Mausoleum_Lid_C.uasset new file mode 100644 index 0000000..76653f1 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Crypt/SM_Mausoleum_Lid_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e72ff33740563dc2d524d3733ee28d4502377c497cbfc87416afff94f8b01e5 +size 127878 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling.uasset new file mode 100644 index 0000000..0b65f8c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2173096e6593a9a7e415f9a6eb2ae997eaabef5a057a106442bf19b8eb694a74 +size 174579 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Arch_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Arch_A.uasset new file mode 100644 index 0000000..21f3891 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Arch_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1aea491370e0c913b8e255f7265f519a303d56f7523cc115a1a0c9983d1329f +size 165707 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Arch_B.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Arch_B.uasset new file mode 100644 index 0000000..c028c22 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Arch_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37c311bc18980bfb582cff5285bd85a975d70d30ec055a1ca9609f4801f1e91 +size 164427 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Flat.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Flat.uasset new file mode 100644 index 0000000..374f503 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Flat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8896575df7f2c6b6e21d092e9079e3399489f01bbeac678e8b15bd7626c1d4f9 +size 100047 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Flat_Half.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Flat_Half.uasset new file mode 100644 index 0000000..3860149 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Flat_Half.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e9f038992f6412fadfd0f59f0b992149d920877967b97271b912deb3ba727ad +size 98367 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Half.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Half.uasset new file mode 100644 index 0000000..72858b3 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Half.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c91edb234e484b44ea294cad86cc5dd6ac3e2779356410c61ea88382383230c +size 136594 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Piece.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Piece.uasset new file mode 100644 index 0000000..1af26a9 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Piece.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fac2ab638150554b64dea557f309345bdbfca308ecfd63d67b6014ef4a8eb551 +size 117510 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Piece_B.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Piece_B.uasset new file mode 100644 index 0000000..f6a0bb7 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Piece_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a1412078a63a7f9acc34d5e5a5a8bea5093156fb298df5a64272949dd875f0c +size 114958 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Third.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Third.uasset new file mode 100644 index 0000000..cfe1bbd --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Third.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc420b814b9718d8a9d89ff8b9b1360e88d3b9876ca909eaddbcd69cddf34eb2 +size 157446 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Third_Reverse.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Third_Reverse.uasset new file mode 100644 index 0000000..b89c2e3 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Ceiling_Third_Reverse.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0aaba6e27c893831886123440a9e7041b82c721bd1f3f73e3413891d4b2a5ff0 +size 156318 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Cell_Door.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Cell_Door.uasset new file mode 100644 index 0000000..0a267f1 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Cell_Door.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b692924bf29d5a44e316efaa8c16801ec38f3017ecb04ef1b29f43f867824ca +size 207608 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Cell_Front.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Cell_Front.uasset new file mode 100644 index 0000000..68e17b6 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Cell_Front.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb5a5a2d68323c5867eb560498453a49f3f1923b80fd4466d2b10ae8735a142f +size 321400 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Cell_Side.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Cell_Side.uasset new file mode 100644 index 0000000..ed955f1 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Cell_Side.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:050957722733be81d13cd8c57ab26dfaf36d01c97253130b13d6bbcc7a04c032 +size 267668 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Decorative_Arches.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Decorative_Arches.uasset new file mode 100644 index 0000000..24b335c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Decorative_Arches.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c6fea22b80ee530185c7676eebc300084fb06e7de6cc74d1139d08f99c480ff +size 465822 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_DoorWay.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_DoorWay.uasset new file mode 100644 index 0000000..5c35fa2 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_DoorWay.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43c9b856e754d022079d1f1aa37a45d65a575786c094ce3ed883ebfd88b12a43 +size 560274 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_DoorWay_Large_Door_Left.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_DoorWay_Large_Door_Left.uasset new file mode 100644 index 0000000..18b83cc --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_DoorWay_Large_Door_Left.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a51ffabbc4cb5630e0db1a688b07281397ae7406518f61860a8992c6ed6498bb +size 1090402 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_DoorWay_Large_Door_Right.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_DoorWay_Large_Door_Right.uasset new file mode 100644 index 0000000..76efb71 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_DoorWay_Large_Door_Right.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23411826ca571318fe97eb022f5dedf4e1e58ddf3d41f76e53d4abe142fc1e58 +size 1088765 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Dungeon_Wall.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Dungeon_Wall.uasset new file mode 100644 index 0000000..edf88db --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Dungeon_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a388b435de61690861fd0ef8435f951cd091fcc945e8c6f4148de5129daff654 +size 119693 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Dungeon_Wall_Decorative_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Dungeon_Wall_Decorative_A.uasset new file mode 100644 index 0000000..cd102ee --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Dungeon_Wall_Decorative_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cb10b9a5b728fb7272e10cbd00af3c494b1014ae17e62f1f54f30ee5fae41ff +size 195189 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Dungeon_Wall_Decorative_D.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Dungeon_Wall_Decorative_D.uasset new file mode 100644 index 0000000..d6821f2 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Dungeon_Wall_Decorative_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25f4b577473f09a64d7b83d9e6ffe67e568eea36f086c481fc123968f912fb12 +size 191264 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Dungeon_Wall_Half.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Dungeon_Wall_Half.uasset new file mode 100644 index 0000000..0b15260 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Dungeon_Wall_Half.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9581de6d6e7f9a3c5569ac4474e53005b4126c1b0e50fc51a2930b2de33a5a67 +size 107914 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Edge_Stones.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Edge_Stones.uasset new file mode 100644 index 0000000..c95dcdc --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Edge_Stones.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1a2912e7fe69b52806ea25bf5aefc051839b0190743fe25af98b52fcee4ab675 +size 956521 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Fire_Pit.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Fire_Pit.uasset new file mode 100644 index 0000000..bd1b826 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Fire_Pit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb4e5eb7e40d4704bcfb783704529813d559ff44424b51aab073e3aa433128bd +size 4099996 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Floor.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Floor.uasset new file mode 100644 index 0000000..38ed567 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Floor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2190cc38f4946d03c50bbfa32c6a0f69fa4330f3af35ce5979e8a7f47b443dc +size 97559 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Half_Arch.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Half_Arch.uasset new file mode 100644 index 0000000..d1ded55 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Half_Arch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c0b5a354fb6a5bcd79b2d5c5edfaca9d89202bc9c93f22c204009cf73a89343 +size 1780092 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Large_Window_Half.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Large_Window_Half.uasset new file mode 100644 index 0000000..8329cb5 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Large_Window_Half.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:22c1a9f62862703f6f7fec9106ff0ccd9be350d4723040e9970f354ba606823b +size 385469 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Pillar.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Pillar.uasset new file mode 100644 index 0000000..283d0b9 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:692d784535276c6fa421c75af53de2b1312ff219ba02940445423947b7ab9759 +size 618341 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Small_Window_Half.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Small_Window_Half.uasset new file mode 100644 index 0000000..6ffb291 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Small_Window_Half.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:314a7e7aade63a0095a17a2fa679fe815bf3414a0f840824cbb3bbd241f58e5b +size 347635 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Stairs_10.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Stairs_10.uasset new file mode 100644 index 0000000..0eedef1 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Stairs_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:efb2714c5ed9495856ff5afc44a348324a273c980a4f03791c8644d451187131 +size 201438 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Stairs_5.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Stairs_5.uasset new file mode 100644 index 0000000..62e929b --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Stairs_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9eff4e72bfaedc9479cee10a1d045c94e820918e8d5857c6ca0f0065521ff50 +size 143294 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Wall_Floor_Trim.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Wall_Floor_Trim.uasset new file mode 100644 index 0000000..11a2a04 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/SM_Wall_Floor_Trim.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94cd6f52bb8e997d301c2580eef3c8f5de20e1a776ce16e4728d79f85fe4fa1f +size 100693 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/Wall_Short.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/Wall_Short.uasset new file mode 100644 index 0000000..8ac089e --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Architecture/Dungeon/Wall_Short.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef93b9187dbdc774b35b488056f7c049e4c6667b7cb600001f98527e05736664 +size 100900 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Alter.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Alter.uasset new file mode 100644 index 0000000..c60312b --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Alter.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c5ef5aa3c7012ef0d47fdb49e3b4d6b5d7a187850e75be7f8c3516bdf0281f94 +size 138120 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Ball_And_Chain.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Ball_And_Chain.uasset new file mode 100644 index 0000000..52ad7b7 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Ball_And_Chain.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a1385ebf4489b63034972b5fe74ef5080c1bdaa1a92120177a3d598793a2cd6 +size 3468967 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Bed.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Bed.uasset new file mode 100644 index 0000000..84273ed --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Bed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7d7f54e9a9f5cfee741c40beb09699b8d6ccfba23205da8fc3fc787ad1cd96ca +size 357825 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Candle.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Candle.uasset new file mode 100644 index 0000000..f3d31cd --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Candle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d17752a7db36fd983e2139c3cdb96ae5bd6cbb7cb4afcef8f69834181ef0f229 +size 192726 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_CandleHolder_Bronze.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_CandleHolder_Bronze.uasset new file mode 100644 index 0000000..b57a24b --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_CandleHolder_Bronze.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:225920b41871849c124bf3a8681f690b560ad3827a8c1906ed3d3b3978c9281b +size 266732 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_CandleHolder_Iron.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_CandleHolder_Iron.uasset new file mode 100644 index 0000000..168d75c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_CandleHolder_Iron.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04daf58a6290c91a998c222610c375c95a5333885a1600fad2ef8f334778cf5 +size 262880 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_CandleStick_Iron.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_CandleStick_Iron.uasset new file mode 100644 index 0000000..39b00e6 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_CandleStick_Iron.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1db71537991dcd1dc1f43f519ed22a9e0b8a7d37eaf4bc9727f2b58b32a8a393 +size 487065 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Candle_Holder.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Candle_Holder.uasset new file mode 100644 index 0000000..2dcd75f --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Candle_Holder.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7c533d9ff16a3bb67601237d6b5fe0acd3d31b85241a4c4b7ad58e0690f05fc +size 3612982 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Candle_Used_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Candle_Used_A.uasset new file mode 100644 index 0000000..3d02adf --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Candle_Used_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47ce8d762a8eeac7b7aea2d65c263ecc5014dbd99d7266d5275ce90022624f04 +size 312486 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Candle_Used_B.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Candle_Used_B.uasset new file mode 100644 index 0000000..b6317e8 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Candle_Used_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec8646fbd0d8d1e39e91eb5dc9f648d9bcbe90469d71de6e17bcd986b347f6b1 +size 298643 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Candle_Used_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Candle_Used_C.uasset new file mode 100644 index 0000000..4e6c6a7 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Candle_Used_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1126fc40c6b379fdd2274d51ca036f1689f8152d4623a57516139d8897a8a7d5 +size 215315 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Chandelier.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Chandelier.uasset new file mode 100644 index 0000000..003cd54 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Chandelier.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7b00d51859794ad8868a8a2cef0bbaf30d685c694a64ede5f95ec2eed155552 +size 7076317 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Coffin.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Coffin.uasset new file mode 100644 index 0000000..6f41f34 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Coffin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:30b395900244ee5ab1c3889f73b32c323fbbfb80a75ce77605e2124f6945d957 +size 209414 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Coffin_Lid.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Coffin_Lid.uasset new file mode 100644 index 0000000..1a37b85 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Coffin_Lid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9268cc69bcd0e88289b730b80d6a90d31a8691383331f04cb1e51cab969c967c +size 117501 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Coffin_No_Lid.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Coffin_No_Lid.uasset new file mode 100644 index 0000000..ad77e76 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Coffin_No_Lid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fba0f82609ac95cd08f74b6c19ce62124cc116e3c5c7b509f5d9e49137519656 +size 190344 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Decor_Chains_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Decor_Chains_A.uasset new file mode 100644 index 0000000..8890c1d --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Decor_Chains_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0b477b6f54e06037fec582672a3352eecd6a85f27e60eee0f0cfe791aad72d1 +size 9759411 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Decor_Chains_B.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Decor_Chains_B.uasset new file mode 100644 index 0000000..d5b04b1 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Decor_Chains_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bbf2113376087be47122367943e4363c45addbbb10ab811e4f13d42258cca4ff +size 1982899 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Decor_Ring.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Decor_Ring.uasset new file mode 100644 index 0000000..eb62bec --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Decor_Ring.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8cf76bb1612a2145e98313e79771df8a39063dae0ccf0598b421b4767e3db7e +size 423664 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Dirt_Mound_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Dirt_Mound_A.uasset new file mode 100644 index 0000000..1fb5486 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Dirt_Mound_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8dead9c4ec23470c51786d6d8093f31452e9c497a5e228f40761a567c090b42 +size 141124 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Dirt_Mound_B.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Dirt_Mound_B.uasset new file mode 100644 index 0000000..f971108 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Dirt_Mound_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee8d68a1387ddb0d138c587e8690aaa4ad16156cb9e42201d4fd24fb777646e0 +size 139599 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Dirt_Mound_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Dirt_Mound_C.uasset new file mode 100644 index 0000000..6693c32 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Dirt_Mound_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4be553a5c4c15773c962e57902f14979f4417e519a80fccbddb35cc0ff69cab +size 136927 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Dirt_Mound_D.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Dirt_Mound_D.uasset new file mode 100644 index 0000000..d48de0f --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Dirt_Mound_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5adecf7a257f0102320ca568e0bb78438cb8d3a1e31b2ec1c13d63cb2fb18fd2 +size 136271 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gargoyle_Statue.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gargoyle_Statue.uasset new file mode 100644 index 0000000..4767ace --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gargoyle_Statue.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:401b7dda5507bf0f9e87e5f0088591d302d26edfc948b80c02772ef2f8c694a5 +size 2178324 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gargoyle_Statue_On_Stand.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gargoyle_Statue_On_Stand.uasset new file mode 100644 index 0000000..33836b2 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gargoyle_Statue_On_Stand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06b1c9727433b31563d72674b1ec82a93cbdac4c5aa122005904db6d869a55df +size 2240421 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gargoyle_Statue_Stand.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gargoyle_Statue_Stand.uasset new file mode 100644 index 0000000..a6b122d --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gargoyle_Statue_Stand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da92f265c83ce88ee7ff9faef0fad31a445fe8893f2b9dc1b4a3fe5a6c0aad24 +size 188212 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gibbet_Cage.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gibbet_Cage.uasset new file mode 100644 index 0000000..4d812da --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gibbet_Cage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4c70be3724dbe25c815e26eb8634209c8f4b9d0b801d2875c6b8e0d7f496cfb +size 933160 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gibbet_Cage_Open.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gibbet_Cage_Open.uasset new file mode 100644 index 0000000..fdce15a --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gibbet_Cage_Open.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53814087050de5b921a4e36c42d18b9f4b813b6d02c26334760b734c16b4e13b +size 943164 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gibbet_Cage_Wall_Mount.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gibbet_Cage_Wall_Mount.uasset new file mode 100644 index 0000000..7cde43a --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Gibbet_Cage_Wall_Mount.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d33a2bf8eb2f1631a12c06484b4d21c127016ad7aa9ae1a590b2b25a16187dbc +size 199885 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Handcuff.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Handcuff.uasset new file mode 100644 index 0000000..faf8d26 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Handcuff.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7e0b5296127238b6ef8fd54df39d6286e33552dd10064a7e53333bab58da035 +size 217523 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Lock_Closed.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Lock_Closed.uasset new file mode 100644 index 0000000..26f66b1 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Lock_Closed.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef19a5d755e1d211edecb4401f21a8915efdbacee0d17635bf3d5054769a15aa +size 324421 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Lock_Key.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Lock_Key.uasset new file mode 100644 index 0000000..c0599be --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Lock_Key.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3af394c2fb5161dec80bab593497d37b2bb7a53e8952a1af965028575ceae6db +size 173208 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Lock_Open.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Lock_Open.uasset new file mode 100644 index 0000000..fc00bfb --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Lock_Open.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25275aca9e362b30dc124f5dc3f2af5e7bef384efb48894541cbe672a16cb100 +size 325539 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_A_Body.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_A_Body.uasset new file mode 100644 index 0000000..bf7c60c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_A_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e09e74a335e4023140c1434a3b5d90637cbf462ce52eaaa5ed358d302bd7d936 +size 926683 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_A_Complete.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_A_Complete.uasset new file mode 100644 index 0000000..131c641 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_A_Complete.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:083227a36ae9405ade4852bf7a6e9c91304e14e403cd6f004557a5574fdee8e2 +size 1372798 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_A_Lid.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_A_Lid.uasset new file mode 100644 index 0000000..e134dea --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_A_Lid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:507d5c952e819cda111cd86542a07cbb5c6e02fd6fe84d14fb1290e69fe9e18a +size 542694 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_B_Body.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_B_Body.uasset new file mode 100644 index 0000000..d3f9b44 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_B_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d59d25b2c3d7fb994ab3363888a50e6f9d231ae233aa07306baecf7d773bbf55 +size 902129 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_B_Complete.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_B_Complete.uasset new file mode 100644 index 0000000..ea98509 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_B_Complete.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c33e2a3a2ebfa7c5574f376b735f1a3d8348f18c853da9a40b8a48a98ecab67 +size 1345846 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_B_Lid.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_B_Lid.uasset new file mode 100644 index 0000000..8c944ca --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_B_Lid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc1ce18d6570056c26f4252077e6fe79c62edeb8d359b4a5b9b7a36ef6861c65 +size 542895 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_C_Body.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_C_Body.uasset new file mode 100644 index 0000000..8e439eb --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_C_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c74fa91f10b7e41a4b9e3ee2b384f67e65381f4ebfbde184fdd21faa2568433a +size 901509 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_C_Complete.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_C_Complete.uasset new file mode 100644 index 0000000..0339d00 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_C_Complete.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7af4eb44b9fd23a715add7546ad48bf7522b308eee904298c4092c9ad44db9c9 +size 1345567 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_C_Lid.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_C_Lid.uasset new file mode 100644 index 0000000..ab93379 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Pot_C_Lid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8416ee89fd67ba564dfe5fe1cdabcf2efa2cd4bc2392c744c1dcbec355c0245 +size 542162 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_SplitLog.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_SplitLog.uasset new file mode 100644 index 0000000..2f149bf --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_SplitLog.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7fe69828a3cdf0cd3fe8aecc1d6b3738f757b65e90bd587f7399a83291144ef +size 111811 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Statue_Hooded.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Statue_Hooded.uasset new file mode 100644 index 0000000..6114ed2 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Statue_Hooded.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00dad0428c9dadaae5c4c094152f6c8709d145b91aab3bc83a2034c7bfc70e94 +size 5427228 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Statue_Hooded_Metal.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Statue_Hooded_Metal.uasset new file mode 100644 index 0000000..6fe12c5 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Statue_Hooded_Metal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb6f8f63d48eda1d41bb5af08f32aedb30a6fdf2f7636a0e5933c38d602edb3b +size 3976743 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Statue_Stand.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Statue_Stand.uasset new file mode 100644 index 0000000..c028f51 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Statue_Stand.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42a4bc6de6884b7a48d904065c6f2d2a1f482b50ef3cbe8ccb6da6fc079ab83b +size 186933 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Stocks_Game_Ready.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Stocks_Game_Ready.uasset new file mode 100644 index 0000000..64f0ac3 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Stocks_Game_Ready.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca19441abf2db929895fc5371683a36b5cb931a79f59f621d17aa1794b9559a6 +size 1036415 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Stone_Coffin.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Stone_Coffin.uasset new file mode 100644 index 0000000..f848c6f --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Stone_Coffin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9cbac17c2cb8d7334ae661f1b1351c375fb0c645db5088d87f331e9bab39107 +size 217485 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Stone_Coffin_Body.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Stone_Coffin_Body.uasset new file mode 100644 index 0000000..38f7254 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Stone_Coffin_Body.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:741a602963b9b7a0855a9ab98edcf61fc7f5e2d29cab9d16248446655bc602bd +size 165550 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Stone_Coffin_Lid.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Stone_Coffin_Lid.uasset new file mode 100644 index 0000000..85d5015 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Stone_Coffin_Lid.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64211869ede7dc7318db6d6a8326dec32fe77e734bcb0165568d34c2b7318db9 +size 157433 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Table.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Table.uasset new file mode 100644 index 0000000..296a618 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Table.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:feb949333668c6b7db86bcee6026cf8ceb73db58edb4df639dbe665f50a988ad +size 3459245 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Torch.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Torch.uasset new file mode 100644 index 0000000..009736d --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Torch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc70fd8deb01cb1e259d2660c246727ab8940b46b7e613c5dd0bd6f4043b9f0f +size 747874 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Torture_Chair.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Torture_Chair.uasset new file mode 100644 index 0000000..e256554 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Torture_Chair.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72feae9e57755c049b1ce9f294963899830e25abb4be90dfc2212cd77e912d66 +size 458824 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_A.uasset new file mode 100644 index 0000000..39f3a2c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:392c5dca3c6dc73a6fac5758aa9784b70e17ea6823e0b46ba02b54807b42a044 +size 107362 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_B.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_B.uasset new file mode 100644 index 0000000..ad4f454 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f325672571740bce342efaabcfd9103eb896b97eeca6084a4bbf36f1d91d33e +size 103643 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_C.uasset new file mode 100644 index 0000000..360bdee --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:650875f96b6c19745dc031a56d75c7b4e8c0eca80559233d83a24bf7a2750300 +size 102561 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_D.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_D.uasset new file mode 100644 index 0000000..6a468d3 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160ed7b3651ee9b6227097a6fcf921a3537bad8da65338355939507efafbf745 +size 106210 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_E.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_E.uasset new file mode 100644 index 0000000..62f1c62 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4186ae7d7ee7e15f7184bee7f6476adaf2c7b936e9a49c36b6830e4fe9122a3 +size 107533 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_F.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_F.uasset new file mode 100644 index 0000000..f2fe696 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_F.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bd86717b675fc39bcbfdcb8d07a9fa4e440c36f271c9ee2160d086590f807198 +size 110525 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_G.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_G.uasset new file mode 100644 index 0000000..02e2202 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Props/SM_Wood_G.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de295c267d9ea49c6c1ffc5e4600d1e7caadc62a902a8bded4a87de2b2a45991 +size 111392 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Arm.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Arm.uasset new file mode 100644 index 0000000..6d3bc2e --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Arm.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1d43b8734f693499480c1c754092678b7c7b33c3a2542acfec5f38a6245ea7 +size 325648 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_ClavicalLeft.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_ClavicalLeft.uasset new file mode 100644 index 0000000..031a99d --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_ClavicalLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2854f3e9d0c4c3ed6155073a0bc1f4e12b6cbbd464c483cbd846856a7ca0ca28 +size 101073 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_ClavicalRight.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_ClavicalRight.uasset new file mode 100644 index 0000000..f325bd9 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_ClavicalRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109e47f31c8426ca8645bb8a50445b31bba29d86ec1f90ab29af52a700085f7d +size 101572 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FemurLeft.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FemurLeft.uasset new file mode 100644 index 0000000..252c0be --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FemurLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4601f49074d70d312f6ccc5a5dcc88eb1f85e77d0b6a1cda2eae88f0803dfa1f +size 236336 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FemurRight.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FemurRight.uasset new file mode 100644 index 0000000..66f1168 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FemurRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a43d287a81b12e77d96edba841089afe68ab5c418a4d62a1cbb140caad9d8003 +size 235617 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FibulaLeft.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FibulaLeft.uasset new file mode 100644 index 0000000..f549a3d --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FibulaLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42363fbb60c9af2df22024b4214d35118198e546233cf26cfbab89f945ac1d93 +size 128695 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FibulaRight.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FibulaRight.uasset new file mode 100644 index 0000000..0420c13 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FibulaRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e428b4645f7bd73b46f12a30979280fdf8bb86a636ac95a321a16163256980e7 +size 128827 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FootLeft.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FootLeft.uasset new file mode 100644 index 0000000..f7aeb8e --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FootLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16a8a64b4b53580a2f7c72d14f2960d0b1c136c322f30958851503aa74777c8c +size 284094 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FootRight.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FootRight.uasset new file mode 100644 index 0000000..30caeba --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_FootRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7c656bbaf2fab9c3980808076f837a262cffd303b760eb042b7933216fcfe5d +size 282074 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_HandLeft.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_HandLeft.uasset new file mode 100644 index 0000000..19129dd --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_HandLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a4c8f42038f0e4e350b690cf4f09f0499f61b66fad7212a79775630bf73e756 +size 188146 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_HandRight.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_HandRight.uasset new file mode 100644 index 0000000..58ecd61 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_HandRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:767f25d018e4f795e60bbacbcf9be2de922bc7712f1d862ba0e7e3ee222c0869 +size 188602 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Hips.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Hips.uasset new file mode 100644 index 0000000..c3384ec --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Hips.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16454c4ac932399ebefcd7ec00a78e5935b93b1a775c238b6d150a9cb59c19ad +size 411318 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_HumerusLeft.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_HumerusLeft.uasset new file mode 100644 index 0000000..bd35c84 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_HumerusLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edf12646165e1280e10f0b8b89e51f0ee39f805aaa10b5806e4b96b4fa471caf +size 147855 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_HumerusRight.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_HumerusRight.uasset new file mode 100644 index 0000000..e88e5c0 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_HumerusRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74d08328fa164ae63b3cc05cb59b6a9848b720d9c457a54cc9b453a360e420d9 +size 147340 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Jaw.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Jaw.uasset new file mode 100644 index 0000000..540bea6 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Jaw.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2def761ec745c8c4cb1cb52a56f7acd5e479de3424c254f2a8787b6138cb66a2 +size 152731 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Leg.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Leg.uasset new file mode 100644 index 0000000..0d28c71 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Leg.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b729fb696066d917c6574ebecf3a0aa20b8862b642c323eea6c72cc19f5efc3 +size 581245 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Neck.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Neck.uasset new file mode 100644 index 0000000..e28b1f1 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Neck.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bb3934cedf2de07923e3c51eff6bd6592c57145102f49c4248a2e39c2d76691c +size 204991 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_PatellaLeft.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_PatellaLeft.uasset new file mode 100644 index 0000000..62688c0 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_PatellaLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63d4d285af8dd03524218fe8462d8dd8e728dc1c18c1040a04b617baeb6da488 +size 91853 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_PatellaRight.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_PatellaRight.uasset new file mode 100644 index 0000000..a7ea3bd --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_PatellaRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1708260f0e9aaab73821d5b3783de2fe6361be844e6331237ab769cde74c357f +size 91949 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_RadiusLeft.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_RadiusLeft.uasset new file mode 100644 index 0000000..465ce37 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_RadiusLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:012bd350709a9763c201b280cb5e08830f019769dc0382d6699603ebccbaf442 +size 125883 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_RadiusRight.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_RadiusRight.uasset new file mode 100644 index 0000000..74750da --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_RadiusRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3905e63d7e0f3fd26af4057dc34cb55e66da45589444369abd0bfc879a5d9a57 +size 125869 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_RibCage.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_RibCage.uasset new file mode 100644 index 0000000..14bbbea --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_RibCage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef3fb81860edc4db81d0015a97e5b9dbc02eabb59a55dc09305677df585ea78c +size 1416800 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_ScapulaLeft.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_ScapulaLeft.uasset new file mode 100644 index 0000000..ce126b4 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_ScapulaLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09e891373840829522444bc63d36ad12938d2eb66848086340cd8355bd711abb +size 166339 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_ScapulaRight.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_ScapulaRight.uasset new file mode 100644 index 0000000..ccd6393 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_ScapulaRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2abd1ce079f787c4856adda548526c6bf38263280acad6420cf2c6567a3d08e +size 166500 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Skull.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Skull.uasset new file mode 100644 index 0000000..dba889a --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_Skull.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25b7bd8c0ff9a189055087dbcd5b185713b47d50b5218ad9e6ee4cc61d17e2d6 +size 398934 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_TibiaLeft.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_TibiaLeft.uasset new file mode 100644 index 0000000..4a10a00 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_TibiaLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985f6f1bf715c9d9178a5bd6cd59e487e44a8c48884056fe152da7f7cf7b0da1 +size 185865 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_TibiaRight.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_TibiaRight.uasset new file mode 100644 index 0000000..6a8b099 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_TibiaRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7143060e8f3e6ca36b073dac0771db8027d69675de9b1c11bd2e1452cdcec840 +size 185535 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_UlnaLeft.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_UlnaLeft.uasset new file mode 100644 index 0000000..75c602e --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_UlnaLeft.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dbba2ea3a3fc0ac7cae2191f75132f4abce9e8e67cba7b8855f6ba3e0b4a4cf +size 116938 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_UlnaRight.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_UlnaRight.uasset new file mode 100644 index 0000000..3a89cd5 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Bones_UlnaRight.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5cff2da48da4477a8998725167478a906db23c01417e3da3ba9f69d91d24f28 +size 116743 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_01.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_01.uasset new file mode 100644 index 0000000..be80fe0 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d1c81dbcfd0aeeb4bcf274fe07289d63963743b99e315695a5e6611319db9bdb +size 3804335 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_02.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_02.uasset new file mode 100644 index 0000000..6e59d4c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f320a5a29cd1e1d58f33db44a84ff2137b05b8dbde91c415b2612e541756f29 +size 3813554 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_03.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_03.uasset new file mode 100644 index 0000000..a59ccdd --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc9a198ae51ff76014caa67b6b344a4e054f693a4c922c1ff66b477edc538ae3 +size 3826734 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_04.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_04.uasset new file mode 100644 index 0000000..e4bcea3 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0019e2665e7ca79e34f84ab5c93998fb43f0dbe0840b65609a88c15de12a1b4b +size 3808943 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_05.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_05.uasset new file mode 100644 index 0000000..c4dd130 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a94ec2bebae8530f27d3c5c13b4423aa433105ff28bc9fbe2ab9eed34310e95b +size 3798575 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_06.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_06.uasset new file mode 100644 index 0000000..1a762e2 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6316021a68589ce6e34b7b3f73b7a7d8db488cbb1f21d0103b13b0aa10498a3f +size 3818938 diff --git a/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_07.uasset b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_07.uasset new file mode 100644 index 0000000..b046673 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Meshes/Skeletons/SM_Skeleton_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f12a4bb08638c198e2414ee863f7bea935166c4f547d0e3153286252e11b22ad +size 3018457 diff --git a/Elistria_Calling/Content/MedievalDungeon/Particles/Materials/M_CandleFlame.uasset b/Elistria_Calling/Content/MedievalDungeon/Particles/Materials/M_CandleFlame.uasset new file mode 100644 index 0000000..bc0ec8b --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Particles/Materials/M_CandleFlame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d764f0ef5d2fd1f37cd3f1309698a0a1615459c06e0d0dc7b19607b00faa743 +size 67117 diff --git a/Elistria_Calling/Content/MedievalDungeon/Particles/Materials/M_Fire_SubUV.uasset b/Elistria_Calling/Content/MedievalDungeon/Particles/Materials/M_Fire_SubUV.uasset new file mode 100644 index 0000000..2cafd5d --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Particles/Materials/M_Fire_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa8894340f6ad52b6146d95e60eca4c6b5b7c84130f87230cdf5b7c10e143078 +size 90492 diff --git a/Elistria_Calling/Content/MedievalDungeon/Particles/Materials/M_Heat_Distortion.uasset b/Elistria_Calling/Content/MedievalDungeon/Particles/Materials/M_Heat_Distortion.uasset new file mode 100644 index 0000000..e39b0ed --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Particles/Materials/M_Heat_Distortion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12bd1f7cba3be13ab2c5fec66b1e62824fc895cfc4b8b48a53f29e788c35a018 +size 69057 diff --git a/Elistria_Calling/Content/MedievalDungeon/Particles/Materials/M_Radial_Gradient.uasset b/Elistria_Calling/Content/MedievalDungeon/Particles/Materials/M_Radial_Gradient.uasset new file mode 100644 index 0000000..49d3d91 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Particles/Materials/M_Radial_Gradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a0170e7c4835fc5c68a6c7b59d1b9aa0934aa20b441b59a36a93264e43fc63 +size 67467 diff --git a/Elistria_Calling/Content/MedievalDungeon/Particles/Materials/M_smoke_subUV.uasset b/Elistria_Calling/Content/MedievalDungeon/Particles/Materials/M_smoke_subUV.uasset new file mode 100644 index 0000000..34060f1 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Particles/Materials/M_smoke_subUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed72bd965bf8286c59442f62ec644a69ef80cec1fb421465b3fb2e00f9a069de +size 93815 diff --git a/Elistria_Calling/Content/MedievalDungeon/Particles/PS_CandleFlame.uasset b/Elistria_Calling/Content/MedievalDungeon/Particles/PS_CandleFlame.uasset new file mode 100644 index 0000000..f2ab429 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Particles/PS_CandleFlame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f96dcff35be7e23cfa819f11757ee039dddf81cfffa6ef258217b2dd013d1c41 +size 35288 diff --git a/Elistria_Calling/Content/MedievalDungeon/Particles/P_Pit_Fire.uasset b/Elistria_Calling/Content/MedievalDungeon/Particles/P_Pit_Fire.uasset new file mode 100644 index 0000000..3cae092 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Particles/P_Pit_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:982abdf257b80880e49d22cab19e83546d6337c1a0f0a688e079030b7ca6f27d +size 300539 diff --git a/Elistria_Calling/Content/MedievalDungeon/Particles/P_Torch_Fire.uasset b/Elistria_Calling/Content/MedievalDungeon/Particles/P_Torch_Fire.uasset new file mode 100644 index 0000000..6f3c18e --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Particles/P_Torch_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d802c7131f4a2540f18f6595259b7308dab2a53e3a0e0a19e31ef40d3e5dd4f0 +size 269408 diff --git a/Elistria_Calling/Content/MedievalDungeon/Particles/Textures/T_CandleFlame.uasset b/Elistria_Calling/Content/MedievalDungeon/Particles/Textures/T_CandleFlame.uasset new file mode 100644 index 0000000..5f6cb04 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Particles/Textures/T_CandleFlame.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:43536f85bb2bbe496b439bbf5dca50cfab5e0004f79b5c2d599379e43191bd43 +size 59527 diff --git a/Elistria_Calling/Content/MedievalDungeon/Particles/Textures/T_Fire_SubUV.uasset b/Elistria_Calling/Content/MedievalDungeon/Particles/Textures/T_Fire_SubUV.uasset new file mode 100644 index 0000000..cdf49e4 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Particles/Textures/T_Fire_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a97ca40066595a762d6c846b28eec9b6f95bf044bd6b460148ce144681e9e32 +size 525785 diff --git a/Elistria_Calling/Content/MedievalDungeon/Particles/Textures/T_Fire_Tiled_D.uasset b/Elistria_Calling/Content/MedievalDungeon/Particles/Textures/T_Fire_Tiled_D.uasset new file mode 100644 index 0000000..2cc1278 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Particles/Textures/T_Fire_Tiled_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24e4b11acdf81d51fbbf1fd8affd275946b0d7be7ee6455500669d58040cf9f7 +size 599382 diff --git a/Elistria_Calling/Content/MedievalDungeon/Particles/Textures/T_Smoke_SubUV.uasset b/Elistria_Calling/Content/MedievalDungeon/Particles/Textures/T_Smoke_SubUV.uasset new file mode 100644 index 0000000..436d890 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Particles/Textures/T_Smoke_SubUV.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78293b8364ed9cf9c39cfc9ef83a40e2ea09109ba3a65e534254204304aa5aa3 +size 2646956 diff --git a/Elistria_Calling/Content/MedievalDungeon/Particles/Textures/T_Smoke_Tiled_D.uasset b/Elistria_Calling/Content/MedievalDungeon/Particles/Textures/T_Smoke_Tiled_D.uasset new file mode 100644 index 0000000..e27a900 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Particles/Textures/T_Smoke_Tiled_D.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca379fd15c7aa6066cdf6afbc6eb17489d76c255e0cbcfacacab1d11751fc7b +size 111508 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Bed_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Bed_A.uasset new file mode 100644 index 0000000..3c0f141 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Bed_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a66e5e73b47e77a674be6cf9e1266e2b93319e53f7c87fd0505dd7ff4201f917 +size 6886456 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Bed_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Bed_C.uasset new file mode 100644 index 0000000..1d37fdc --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Bed_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b23293ff230fa9c7f9ac82e4a648b6e73589470e3f796358f6af020651f78b0e +size 3394796 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Bed_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Bed_N.uasset new file mode 100644 index 0000000..a47e7a8 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Bed_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0247ce1f5e6d66eeac7fc50d4ebc7a7ce4178ba434ef9bb8500021bd5442e1f +size 6386029 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Blank_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Blank_A.uasset new file mode 100644 index 0000000..3d1d193 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Blank_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e6026cd4b59eaff4f4bfac24ffbf01ccc17f2f9e58a358381c054bc4af03852 +size 2862 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Blank_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Blank_C.uasset new file mode 100644 index 0000000..5d37bcc --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Blank_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f4769bd9ef0adfe6397b0525e23dacbc4c3b12906cfb28ac68766c5e58efd39f +size 3027 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Blank_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Blank_N.uasset new file mode 100644 index 0000000..f6d0065 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Blank_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ad0a131982779236954d18a1cdd76838e5c8f117764fa9cd81e39be94d3ab2 +size 3153 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_BrickFloor_Clean_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_BrickFloor_Clean_A.uasset new file mode 100644 index 0000000..3d03d9f --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_BrickFloor_Clean_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c080c2bfd0702c1b90c9d79fa8be3c1774b36ccde2648e960ea6f6ea9343cdbe +size 7350899 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_BrickFloor_Clean_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_BrickFloor_Clean_C.uasset new file mode 100644 index 0000000..a46a695 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_BrickFloor_Clean_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ee7b23dee9cc68273f15e5f60d3ab39e73649e01dfc958d897a4f827cfc2ae4 +size 7008254 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_BrickFloor_Clean_H.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_BrickFloor_Clean_H.uasset new file mode 100644 index 0000000..5d79a6c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_BrickFloor_Clean_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:197c856618f923c2a51d6317e3d23d6ec72c728536612867cf900b82d423ac6c +size 2655760 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_BrickFloor_Clean_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_BrickFloor_Clean_N.uasset new file mode 100644 index 0000000..4eca6cd --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_BrickFloor_Clean_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40b11268d215e9ff834302df0fac481ede88f669f32ae4cd9e8193afd3d738d5 +size 10668123 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Bronze_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Bronze_A.uasset new file mode 100644 index 0000000..78a4b54 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Bronze_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d4c18bf95ac0ea9512c037a98f3d9cdebe2fcd980c67dcfc0749fc970f5f6fc +size 8514715 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Bronze_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Bronze_C.uasset new file mode 100644 index 0000000..aed2af1 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Bronze_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ee9d96b9af4e1e4cd69bb16a08fdb75db3763994992e15e271ea2dd92339f8a +size 15921266 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Bronze_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Bronze_N.uasset new file mode 100644 index 0000000..8b4bffa --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Bronze_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3f1dbad8da37551d8aaf7eda147bcd6ab93bcf6c3d4f22d7d38001cd784ea0b +size 10478133 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Iron_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Iron_A.uasset new file mode 100644 index 0000000..a5ed590 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Iron_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa2b4db7b737d05ca09749091cd863b35bde90379ae0002e3bdecb517a5bc911 +size 15422521 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Iron_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Iron_C.uasset new file mode 100644 index 0000000..dbbdbd1 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Iron_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ee561b741830cf5570c76ebf6aec60e5506f26ae89fb2a8ffd024e94f15f32c +size 15189123 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Iron_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Iron_N.uasset new file mode 100644 index 0000000..c4ad6b9 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleHolder_Iron_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe281425f67c93b5ae54ff6c17a42f1fac0aebb4e35e70d929463728e1257297 +size 6076761 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Bronze_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Bronze_A.uasset new file mode 100644 index 0000000..f576fa5 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Bronze_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:82522fcd6485930e956a9e4adbef5dcc71b84aae4fafd3ccdb697edac16d5d49 +size 17946123 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Bronze_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Bronze_C.uasset new file mode 100644 index 0000000..4f62246 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Bronze_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6f8c573c78ee07218a0a2b637f96759329cc7b47694b386804ac5f796546df1b +size 24789301 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Bronze_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Bronze_N.uasset new file mode 100644 index 0000000..21f44b8 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Bronze_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f10f0aee86a25a4c19edcf038bd7c61efac7fc6798f0d0df411212af213cbb1f +size 17633860 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Iron_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Iron_A.uasset new file mode 100644 index 0000000..92bf01a --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Iron_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:751cc53f7ad3fd4f5897cea6d34d5cf2df1c9a392f2a8fea8ae13a939d56547f +size 13442025 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Iron_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Iron_C.uasset new file mode 100644 index 0000000..f7cbdce --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Iron_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3051270f9d5c68c3e105798811406c672f418342fd580f0d02a1efa399b77358 +size 11865095 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Iron_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Iron_N.uasset new file mode 100644 index 0000000..e596a2e --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_CandleStick_Iron_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d8065058400cd1dd7ef1e4e3658d51afc7e7a017086788e0b8091ed33cce2db8 +size 877044 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candle_Holder_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candle_Holder_A.uasset new file mode 100644 index 0000000..d512777 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candle_Holder_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae37ef82c1cf0d529befcedd19650b43ee3fc06436b9655eae506988fdb600d6 +size 4879298 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candle_Holder_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candle_Holder_C.uasset new file mode 100644 index 0000000..80bafec --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candle_Holder_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:281de34b3f9b59a67a0cd310ec505b7f575954544a3196fbaecc1462a2ca1f0f +size 7446126 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candle_Holder_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candle_Holder_N.uasset new file mode 100644 index 0000000..bd6895d --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candle_Holder_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34f414111101d10bacaa8c9c197760c0ffef8373529085673149b081f0693475 +size 7977261 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candles_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candles_A.uasset new file mode 100644 index 0000000..6b8cd73 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candles_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:024e9a74cb7b0994856a27fb67667f5cee636f6c625e1f89fdf1c75712ec6810 +size 36546 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candles_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candles_C.uasset new file mode 100644 index 0000000..23f8f1d --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candles_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a2467d034587ab08f8b05d246fdb3f910c621f160472f46e09b82464ad1a999 +size 1516984 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candles_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candles_N.uasset new file mode 100644 index 0000000..21967ac --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Candles_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e10c9800da3ca45d3b665c1f751c99cc71351206a4dbe94c311c5b47e6d8ff8b +size 2567212 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Ceiling_Arch_Albedo.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Ceiling_Arch_Albedo.uasset new file mode 100644 index 0000000..c9c17d2 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Ceiling_Arch_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7a2fdc4c85778ca7c9e1f5c43d5b76ac07716e7a9f003925468a3cb9f4b0226 +size 13791674 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Ceiling_Arch_Compact.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Ceiling_Arch_Compact.uasset new file mode 100644 index 0000000..dcd83fa --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Ceiling_Arch_Compact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7fed49c3f56614730a02bcccf98353d3be8c3f36548e56eb30ae91776ec3ed9 +size 6864730 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Ceiling_Arch_Normal.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Ceiling_Arch_Normal.uasset new file mode 100644 index 0000000..70700a5 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Ceiling_Arch_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d99998dcf51717bbc7d9529d80ef5fe0426db8592ea39d0dfb469f8970caa85 +size 19223370 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Door_Front_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Door_Front_A.uasset new file mode 100644 index 0000000..c6b75ad --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Door_Front_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94cf2f98bc122280c1bb19eacfbd3001d5f0db3d00be29b5f1131cec9a8515e4 +size 23414567 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Door_Front_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Door_Front_C.uasset new file mode 100644 index 0000000..07ced74 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Door_Front_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86bf3568f26423074711a998d8547e7d0dc7437ff38bb5a03a379f1edb236ee8 +size 34426545 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Door_Front_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Door_Front_N.uasset new file mode 100644 index 0000000..94306d4 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Door_Front_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e37eee4da199f3d0fd8ba0c1bb1fdcdc7b256fc510982cbf2cefa70207591c2e +size 30603890 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Side_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Side_A.uasset new file mode 100644 index 0000000..7d1a980 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Side_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:28c692afbb9047b9c89587ec2a6a4c25a40ded1991d271298b583bc5401d3a9f +size 5437201 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Side_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Side_C.uasset new file mode 100644 index 0000000..67ff3e6 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Side_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ebe959e198de1f88edae9992ed14b942280ad5dd5d116e5c8a8ff239a4d8a5a7 +size 7705620 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Side_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Side_N.uasset new file mode 100644 index 0000000..c3a404d --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Cell_Side_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b9b58da54153be6db07af29fa6f2fca57023a5388ef918b40bba278a941c4d4f +size 8208020 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chains_Texturing_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chains_Texturing_A.uasset new file mode 100644 index 0000000..9b9eaa2 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chains_Texturing_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c8b755bc5d4a32b08a02a15539dc52a32dbf8f7385edea5bd4fb2c006be8634 +size 7075444 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chains_Texturing_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chains_Texturing_C.uasset new file mode 100644 index 0000000..4b76248 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chains_Texturing_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b636f3683a9e1b2abbe09c6b5164a7cd50629039217e1470397ab16f970bcca5 +size 9289895 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chains_Texturing_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chains_Texturing_N.uasset new file mode 100644 index 0000000..509e9d7 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chains_Texturing_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e537c11a47f11304c094a5641f45669a9424098732496674ceaebe67928f8124 +size 5884339 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chandelier_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chandelier_A.uasset new file mode 100644 index 0000000..986cdcc --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chandelier_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:116308c9a3b2580aac6bc73432c720f633a282530a291e249062aaac78d851b1 +size 19745210 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chandelier_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chandelier_C.uasset new file mode 100644 index 0000000..aebcca7 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chandelier_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86e78ea72c30794de79dccab4895ae94ee176594bac477d206d73882fac74920 +size 18789893 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chandelier_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chandelier_N.uasset new file mode 100644 index 0000000..c0bb028 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Chandelier_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0124dea40e47fd9edd9db4a85bd47ab601c46849c4304484163be93a119fc84 +size 3923779 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Coffin_Albedo.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Coffin_Albedo.uasset new file mode 100644 index 0000000..8f2de7e --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Coffin_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13a11a4845d5b78104403f2c41f92efbd0860eeacbafe74c935f32ad7ee2f47c +size 7295113 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Coffin_Compact.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Coffin_Compact.uasset new file mode 100644 index 0000000..22bfc16 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Coffin_Compact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:512571e7e3475bf53903116d13d15b74de42a57fe9eddddbf6d667aba7675a2a +size 5338475 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Coffin_Normal.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Coffin_Normal.uasset new file mode 100644 index 0000000..2e102e5 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Coffin_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2906f55f5f616750cfce215941d81e81716d68a08e6e6e566c5dcaddab0fa772 +size 7461935 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_B_Albedo.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_B_Albedo.uasset new file mode 100644 index 0000000..268c28e --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_B_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8796b2b684d5febdce21f33b2880badfdc2fd7f0caf08230fb63fc54027ed795 +size 26835868 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_B_Compact.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_B_Compact.uasset new file mode 100644 index 0000000..dfeabdf --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_B_Compact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:85fbebd1114c960dcfd68a22d8c6db209ac271a5a1caeb5bfbc62d5d8c8c99fc +size 25257357 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_B_Normal.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_B_Normal.uasset new file mode 100644 index 0000000..b30bf76 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_B_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50ebf73f925a173104726a65afa757f9a54ab0f6e568a91d5d80e299c819b7e4 +size 29033397 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_C_Albedo.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_C_Albedo.uasset new file mode 100644 index 0000000..63ca37e --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_C_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c04d5f6207c8d826501fee3b628fb7a544782c71a996edd1ea88580806e7406d +size 23436081 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_C_Compact.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_C_Compact.uasset new file mode 100644 index 0000000..266412b --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_C_Compact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3556ce31e39ec3f2f2bcee9f7eea5aeaeb6594bb7eabdd9b4733697784af5378 +size 21661053 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_C_Normal.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_C_Normal.uasset new file mode 100644 index 0000000..2cf88b2 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_C_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0800dc6eb4fac2d0b0f22c0b800c5599760efae515bd65356a64728573e1fc0a +size 23386549 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_D_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_D_A.uasset new file mode 100644 index 0000000..70208bb --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_D_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88412b6d46f1198ee991923c1ebf897f4c251722b8cff97e52bfc88829399b76 +size 5889343 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_D_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_D_C.uasset new file mode 100644 index 0000000..24a26ae --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_D_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62288e07760c5bab0e2f8a56d7230e8b741df9948c400930b08c59a4445afb3e +size 5052647 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_D_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_D_N.uasset new file mode 100644 index 0000000..9de3977 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Crypt_Wall_Decorative_D_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7665bc4266014ba848be2f53c8d356e8eef5010cdd934ea36bb74cf914cb3270 +size 6501405 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Decorative_Arches_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Decorative_Arches_A.uasset new file mode 100644 index 0000000..e6916b2 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Decorative_Arches_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e5a819389b9e2227c92b0104e7b63287eb225cf1b2be4ebfa027206f37e3d47 +size 3522474 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Decorative_Arches_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Decorative_Arches_C.uasset new file mode 100644 index 0000000..b722bb8 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Decorative_Arches_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:856f980474a955944fc2817f139822814df1912e4fa3c56ef7f57e744223910a +size 4680364 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Decorative_Arches_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Decorative_Arches_N.uasset new file mode 100644 index 0000000..4042dff --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Decorative_Arches_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afecfb606848c7a1a9ad36c175f94b235bbe161456e4b803d1034a77d13164d3 +size 5053666 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dirt_Mound_Texturing_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dirt_Mound_Texturing_A.uasset new file mode 100644 index 0000000..3cdbb18 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dirt_Mound_Texturing_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9324202d888875703d543ba28610334046a3982ee771d4ead2bb4bc33778ca +size 3583341 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dirt_Mound_Texturing_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dirt_Mound_Texturing_C.uasset new file mode 100644 index 0000000..08ad30e --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dirt_Mound_Texturing_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b38d7b7c00127b503b9cbbd38b5d1a10034f4c6691c432933d7dd1e79659952b +size 2953209 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dirt_Mound_Texturing_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dirt_Mound_Texturing_N.uasset new file mode 100644 index 0000000..83127cd --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dirt_Mound_Texturing_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f777a7a230262f5c78be572387622be0be182c9c35c1625f5b97cc913f051d55 +size 8570278 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorHardware_Albedo.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorHardware_Albedo.uasset new file mode 100644 index 0000000..68362bc --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorHardware_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aedafd9d3713606308fdb43bd6ef2db44e36c09a56689c6eaf51ec1ddcb7ebac +size 5122810 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorHardware_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorHardware_C.uasset new file mode 100644 index 0000000..d81b0ac --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorHardware_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b1d31673adc80b32a0b72743d8befc1765e8be624784c1314b74aec49e7b935 +size 6510316 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorHardware_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorHardware_N.uasset new file mode 100644 index 0000000..1d4d53c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorHardware_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88038a74012e6ada3649c34974f7f0409e41b1828aa97af90bc45bc8798f89eb +size 6188557 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_DoorRight_Compact.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_DoorRight_Compact.uasset new file mode 100644 index 0000000..d9d918f --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_DoorRight_Compact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:063ddb84895506e84fe7d6e5d51afad19528d851de9a75d7f38bd9f8016c0b23 +size 19690101 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_Door_Left_Albedo.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_Door_Left_Albedo.uasset new file mode 100644 index 0000000..cd79a04 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_Door_Left_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83d67241a0c9fe1d49f63463cda5929d51f3f616e1c8a2da32914dffce5c52ed +size 25045585 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_Door_Left_Compact.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_Door_Left_Compact.uasset new file mode 100644 index 0000000..e7dcbbe --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_Door_Left_Compact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c186fe8d7d3b6b10bc622b9dd9fe10e02d2d0d5baffc328d30af8c588130bc3 +size 17357328 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_Door_Left_Normal.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_Door_Left_Normal.uasset new file mode 100644 index 0000000..8a9a3cd --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_Door_Left_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a5231624958e572f843905f0a8c9eed0f93cd8f3337cba86b20e47445d2e9a9 +size 32094197 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_Door_Right_Albedo.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_Door_Right_Albedo.uasset new file mode 100644 index 0000000..92196f2 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_Door_Right_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f64c681a12eea53795d80a94f33466ddb87bb1cd62dc6ff6ed6d9e729a669e4c +size 28802888 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_Door_Right_Normal.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_Door_Right_Normal.uasset new file mode 100644 index 0000000..9de8f25 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_DoorWay_Large_Door_Right_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61e32023365e995d983244da7655f664117ae48efed5baf418bf61c82c718119 +size 33967707 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dungeon_Wall_Decorative_A_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dungeon_Wall_Decorative_A_A.uasset new file mode 100644 index 0000000..8287286 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dungeon_Wall_Decorative_A_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5abf86e5868c72d6dcab37c9098255fb17a23b0eb95662a675eed4ca66ae0a7b +size 25671274 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dungeon_Wall_Decorative_A_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dungeon_Wall_Decorative_A_C.uasset new file mode 100644 index 0000000..2a2abbd --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dungeon_Wall_Decorative_A_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f0bd54af257f97c4e0eef46005b703fc83d154391ffffcfa68df7854fc1bfd96 +size 23898061 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dungeon_Wall_Decorative_A_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dungeon_Wall_Decorative_A_N.uasset new file mode 100644 index 0000000..8dbc408 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Dungeon_Wall_Decorative_A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a95d0be3fca2ec4b143c25acaa3cb0b3ec99acf73d60fcc76025495a2b777ac6 +size 27134218 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Edge_Stones_And_Straight_Column_Texturing_Albedo.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Edge_Stones_And_Straight_Column_Texturing_Albedo.uasset new file mode 100644 index 0000000..ecff252 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Edge_Stones_And_Straight_Column_Texturing_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0191aadc3cc69469ee16905f64b1d1bf348642e417832da0173a8686b27fc007 +size 11405160 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Edge_Stones_And_Straight_Column_Texturing_Compact.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Edge_Stones_And_Straight_Column_Texturing_Compact.uasset new file mode 100644 index 0000000..ecaad5f --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Edge_Stones_And_Straight_Column_Texturing_Compact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:775d9d4644042d31fa48622e7cc6dfa1b22d08b6125dc524e3fa129145843387 +size 9006518 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Edge_Stones_And_Straight_Column_Texturing_Normal.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Edge_Stones_And_Straight_Column_Texturing_Normal.uasset new file mode 100644 index 0000000..d9572e4 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Edge_Stones_And_Straight_Column_Texturing_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f28112a39d05de8829fe6b61b3a480ca860354a3f03f0a19f27211299510086d +size 21650918 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Fire_Pit_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Fire_Pit_A.uasset new file mode 100644 index 0000000..7d89cbb --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Fire_Pit_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:513b05afde4725219109135722b6f7851f8063afc162c9fadaa0ed14023cc5b2 +size 6577697 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Fire_Pit_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Fire_Pit_C.uasset new file mode 100644 index 0000000..fab8dab --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Fire_Pit_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1adcbbf7d754711869952ccb20665374a7a2ba99f6fbcaa4da83b7cd3d84e32a +size 5362258 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Fire_Pit_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Fire_Pit_N.uasset new file mode 100644 index 0000000..bedc8f5 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Fire_Pit_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506177c7f6affd572733bf84ea39674566a0b709045f35f49fc0e13cd8c33b8a +size 9628029 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_A.uasset new file mode 100644 index 0000000..7317e21 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:323dacf330dfe8fe2fdd1b4fbf94be2cfd66d426df8056f6d83f9127a2be92dd +size 5711150 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_C.uasset new file mode 100644 index 0000000..cdc8df2 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ffaa9562da28c10aca62eb88feef202c9ea1166cc061298b3a4db147262ed3bb +size 8160821 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_N.uasset new file mode 100644 index 0000000..38e5087 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff120f349a721000a175adbf7801518a34f3851446ea6079041d677f28c8323c +size 7266976 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_Stand_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_Stand_A.uasset new file mode 100644 index 0000000..b44439d --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_Stand_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cd1551c23cc39c4a11c54a376def5dc09b76cf5b8eb1a5e8078fd74c241e5c6 +size 3246350 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_Stand_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_Stand_C.uasset new file mode 100644 index 0000000..cba63fc --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_Stand_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad3e7ffc12e88679b71cb1319f66d0b62ca62a3eb4818c76b1e48551cb6bc759 +size 3381855 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_Stand_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_Stand_N.uasset new file mode 100644 index 0000000..2e20bb8 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gargoyle_Stand_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71686561a9b076a04c0d2f5bee5399268fcdc047f9cb74cc3f481a61e63c352 +size 5504389 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gibbet_Cage_Mount_Texturing_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gibbet_Cage_Mount_Texturing_A.uasset new file mode 100644 index 0000000..ed368fd --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gibbet_Cage_Mount_Texturing_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:506a9ce9a57fd98ecd27f72f12bcbdb782b2aa4c2b63cc3458c336e2e8215178 +size 6861718 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gibbet_Cage_Mount_Texturing_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gibbet_Cage_Mount_Texturing_C.uasset new file mode 100644 index 0000000..956c54a --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gibbet_Cage_Mount_Texturing_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e7945c2616f78cc4e4037128abe0cd8abe645001fb07cc362505b314f790125 +size 7894966 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gibbet_Cage_Mount_Texturing_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gibbet_Cage_Mount_Texturing_N.uasset new file mode 100644 index 0000000..88efe4a --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Gibbet_Cage_Mount_Texturing_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e97fb05d106d8f498b2d02e9c9b399fa82b8a88a8ede0b9a028622de8e271cf2 +size 8599905 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Half_Arch_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Half_Arch_A.uasset new file mode 100644 index 0000000..b3cd619 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Half_Arch_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de1bbf148011a26fa58b564afc4b90fb0daa32108c54e001e14c6523b4e6b9c7 +size 23012951 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Half_Arch_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Half_Arch_C.uasset new file mode 100644 index 0000000..440b303 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Half_Arch_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1644396e041e008e7ed9ecd947f1fe2f0113cbb9fcd6be0f7c8e8aa11a83cbaf +size 17261976 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Half_Arch_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Half_Arch_N.uasset new file mode 100644 index 0000000..2be61a3 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Half_Arch_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6b3ab0ae4b493f742b19c29bbf5c37f65c6231eadc1e26273a4d3fed90bd785 +size 29237139 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Large_Window_Half_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Large_Window_Half_A.uasset new file mode 100644 index 0000000..290e2c5 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Large_Window_Half_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c79b59cde2c6e63b2fa317a2acc91b4ee10cbedd54b5ccba48b40335dc8c224 +size 14978514 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Large_Window_Half_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Large_Window_Half_C.uasset new file mode 100644 index 0000000..9ef4ce1 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Large_Window_Half_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e84a54bb9c479323cc1abf14783490d5a1af9f846ea2e74a4b4ef41126eb679a +size 16645632 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Large_Window_Half_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Large_Window_Half_N.uasset new file mode 100644 index 0000000..d965399 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Large_Window_Half_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00e5f5211084947cadda6f7ad47e487822ec29654cbf707d61eba86b1aa26a7b +size 22876874 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Ceiling_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Ceiling_A.uasset new file mode 100644 index 0000000..c53520c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Ceiling_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:153f7bc9f18a4359668c116e554b5fa76243240a000cf0d5d6c77bce1acef6c4 +size 22938414 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Ceiling_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Ceiling_C.uasset new file mode 100644 index 0000000..b91f499 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Ceiling_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435b3d90504b5af64814d4292b83188a349734e42532235b779682e371f6b2a6 +size 22531299 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Ceiling_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Ceiling_N.uasset new file mode 100644 index 0000000..9a2ea6f --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Ceiling_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467012daec50a672c5a8ab4edfc4bca83dd2bbfdf3957f2d7a6c502fe3a5087c +size 23908366 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_A_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_A_A.uasset new file mode 100644 index 0000000..d8e7488 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_A_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c51043eb14abca9053e63d1c0f29ef7f8cc8075c7f08f3cbd1826370ea54d08 +size 5843726 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_A_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_A_C.uasset new file mode 100644 index 0000000..ec754af --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_A_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e65a03933aaa3f81a7b782ce3d0d27d14139ddce9478a2d696786ed736bbf8 +size 5645982 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_A_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_A_N.uasset new file mode 100644 index 0000000..d63ef1d --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_A_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:667d4778835d39142dc7952418ceff751c5b9c7bbd2d5c0a9b999214983a60a0 +size 6181527 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_B_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_B_A.uasset new file mode 100644 index 0000000..936e60e --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_B_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a6f402654fd4025a93f022cfe8b5be4f28ef20d31570602bb1d0a690cb488f1 +size 6135755 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_B_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_B_C.uasset new file mode 100644 index 0000000..ca97036 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_B_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b67c4d679fb576c9b0e555ec7d2394680089704cfaffbdb55652ecfe2970e00a +size 5805513 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_B_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_B_N.uasset new file mode 100644 index 0000000..38a1630 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Mausoleum_Part_B_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:675f57383626b16ef0ef099b3154469197ee4bd70086be652d76a2deb2197ea1 +size 6386824 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Medieval_Dungeon_LUT.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Medieval_Dungeon_LUT.uasset new file mode 100644 index 0000000..5334f3c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Medieval_Dungeon_LUT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0263ac737434d4bdabbce4de3943c533f487c222fd99d48c91d5854ac31c423f +size 3755 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Metal_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Metal_A.uasset new file mode 100644 index 0000000..c816a00 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Metal_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bab4ead0b85ef56a5fa7ae139e6d1d096c7fd5865ea83f5581fe3da4df652cbf +size 4510634 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Metal_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Metal_C.uasset new file mode 100644 index 0000000..be36dc7 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Metal_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e688064d432370206800bfac5ce1b5168c0cc24c706a2c3682ba82a6d5ee14ff +size 7356144 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Metal_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Metal_N.uasset new file mode 100644 index 0000000..8ce8355 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d11ceb996b76b27ebb8adfa2a131d51e49206d288fa46730bd0805cb09de7d4 +size 7089071 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pillar_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pillar_A.uasset new file mode 100644 index 0000000..3d8d19b --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pillar_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:095e3806481d6d13cf78f17e5c0549f11ed175cf248f767b7be24ee5810f18c1 +size 22267111 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pillar_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pillar_C.uasset new file mode 100644 index 0000000..d38a5a4 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pillar_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27747ceb1e38bd8deffe21adc1125e48840f4d174acbae58725e5739822ca395 +size 18814606 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pillar_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pillar_N.uasset new file mode 100644 index 0000000..5b1dd75 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pillar_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435ffecbf0c7020c2940a0f189579d27c367c0b9642d044d49515a611f9b0748 +size 22249509 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pots_Texturing_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pots_Texturing_A.uasset new file mode 100644 index 0000000..e8b0c2a --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pots_Texturing_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5f1aa52b1de2fc2101fc2b4246c34b883590bcf598264cdbb422236c93997bfe +size 5098783 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pots_Texturing_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pots_Texturing_C.uasset new file mode 100644 index 0000000..f3acf2e --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pots_Texturing_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da83d395e43aa17c30134fb3ad94bf5055ce048e06e9192ce1fe5e611ecf7207 +size 3123656 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pots_Texturing_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pots_Texturing_N.uasset new file mode 100644 index 0000000..b66a33a --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Pots_Texturing_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdc81a5c529d3313c719da5084a2c83df0154e6a67dc3fe23c5176aefe178c66 +size 7788472 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Clean_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Clean_A.uasset new file mode 100644 index 0000000..d506731 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Clean_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:615014f5b78f7e8d832663ebd03402b00a9a14c5a0deeec3617487c1cb476b35 +size 5557760 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Clean_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Clean_C.uasset new file mode 100644 index 0000000..e9d9812 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Clean_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27699d61b2f44d8fc95e02f3e9b8ab70004d53b0e74c1bd96eab87ada6dc5a14 +size 4711366 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Clean_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Clean_N.uasset new file mode 100644 index 0000000..9441896 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Clean_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc2a9d511e224a902f8f9fdb6081d3b4ceb6ed988806c8037f998bee34de593b +size 7963988 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Dirty_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Dirty_A.uasset new file mode 100644 index 0000000..7da1dd9 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Dirty_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a549aedd76a098f11b1d44fea6fa24034c6d0651703da29d296ea3cc14333712 +size 5482038 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Dirty_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Dirty_C.uasset new file mode 100644 index 0000000..234c195 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Dirty_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:735eb4243affcd702498bc6eec6d4ebd37419a3c20ba4eb102a4e55292efa232 +size 5407639 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Dirty_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Dirty_N.uasset new file mode 100644 index 0000000..9034803 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Skeleton_Dirty_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61631fe46ead6944521aba33a7ba4c51d3ff1f23871ffde854f1533d7b15c980 +size 9373761 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Small_Window_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Small_Window_A.uasset new file mode 100644 index 0000000..327fe6a --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Small_Window_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4e23b1bd20c96aa536e682a2401d2b910d8c8adc6b01cfacf19f7e93d644198 +size 3381038 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Small_Window_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Small_Window_C.uasset new file mode 100644 index 0000000..edd256b --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Small_Window_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6ea5c657e5595c2ed81b5fde38b8dbd15de9102ea86daa8b997ef4efdd4b66f +size 3902168 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Small_Window_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Small_Window_N.uasset new file mode 100644 index 0000000..cbee32f --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Small_Window_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b17a9c92faf8759a361aef832307019f502ce9ec41bf977a2ed34b3086134fa +size 4973336 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_SplitLog_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_SplitLog_A.uasset new file mode 100644 index 0000000..e004ceb --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_SplitLog_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c66b4a917599df92fb97814e50bd04217d0cc558eed2f5b4cd46dc92dfc0f23 +size 6122183 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_SplitLog_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_SplitLog_C.uasset new file mode 100644 index 0000000..b59dd03 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_SplitLog_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5119b7363742cee07228623529b8f2e5b31ecb2cd367267d308c22d0b2896e9e +size 5195966 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_SplitLog_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_SplitLog_N.uasset new file mode 100644 index 0000000..1e7ad75 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_SplitLog_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:76bdfae54ffcbc982719a969195ab2369a3b560ce27375e6fb955a7d6672b027 +size 9480568 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stairs_10_Albedo.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stairs_10_Albedo.uasset new file mode 100644 index 0000000..b385c31 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stairs_10_Albedo.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c5b39a8c4522251ad0eb04f71d63d0164d0d0705997b07560849d4c19c419b4 +size 36952421 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stairs_10_Compact.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stairs_10_Compact.uasset new file mode 100644 index 0000000..32f8f8a --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stairs_10_Compact.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b2d0425817456b4b42942647a3ef2e562d563209cee3b57e7bb1516882689f7 +size 25570653 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stairs_10_Normal.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stairs_10_Normal.uasset new file mode 100644 index 0000000..146def6 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stairs_10_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19340e18aa950e01d5b43cc3f46da09146fe12157316ee9ec2c8c26fdf4a02f3 +size 32950029 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_A.uasset new file mode 100644 index 0000000..c2d5578 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8233811d7efb0e31103723dd1a3d36c3c148505a535d1f62ffbcaede9b82068a +size 5764984 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_Metal_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_Metal_A.uasset new file mode 100644 index 0000000..ca5aa84 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_Metal_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:211f64562bb24e7a2478099e1e36732587d70320b162b25dda89bea9893e3129 +size 6427927 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_Metal_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_Metal_C.uasset new file mode 100644 index 0000000..8a505a0 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_Metal_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ec4cadbcda81f52c89487a6626be87640d48af731c078c4673187e96535a3ae4 +size 7912107 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_Metal_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_Metal_N.uasset new file mode 100644 index 0000000..01ca1e7 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_Metal_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:831e046a5217dd727241f52d4849ecce09f0d552645b7c717b9aa91b26e70af5 +size 6723064 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_N.uasset new file mode 100644 index 0000000..9dea24d --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a3c929ca16a1ae93fa3e07492fe8c63f78653453763e943d40c47246283d1840 +size 7093597 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_R.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_R.uasset new file mode 100644 index 0000000..ef99853 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Hooded_R.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d254f678e25f1cdcef684e1b9dcb35287e676bd1aecd1a1771b46d451a925669 +size 2079228 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Stand_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Stand_A.uasset new file mode 100644 index 0000000..706daea --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Stand_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71415faf192522cb62161d39fce93eaa2a3d6e9eddc9b7171d1b008b4f17943 +size 5941642 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Stand_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Stand_C.uasset new file mode 100644 index 0000000..cb569ca --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Stand_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c06a7c8e4e6e0e545a1acb6923aa7bb91a476435b3b474e7ed152b41399478b +size 4276815 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Stand_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Stand_N.uasset new file mode 100644 index 0000000..03fb9a6 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Statue_Stand_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89843cdeadbb82506e7a563f9561b394d44637e88a32c0b06d227afe32721eb6 +size 7547308 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Steps_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Steps_A.uasset new file mode 100644 index 0000000..37f69be --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Steps_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:446b3a07211371327efb2ad03ae1a7aa92393be12bd23262cff47604e85e447d +size 28667912 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Steps_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Steps_C.uasset new file mode 100644 index 0000000..c84b62a --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Steps_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f699468e232693733ec3a2d1d06c0ebb323f0b206c729deae79c08cdb0588211 +size 21158196 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Steps_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Steps_N.uasset new file mode 100644 index 0000000..7fedf10 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Steps_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9deb46230a1f78c1d55260c1aa21b512ee1b78ff5b3cd55ddbfd92e56e433ec +size 37985962 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stocks_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stocks_A.uasset new file mode 100644 index 0000000..6568977 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stocks_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca56b312e82202d2eb7e8ac8e936467f1f24d1f4e7c0cbbfa7a544153596132 +size 33616885 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stocks_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stocks_C.uasset new file mode 100644 index 0000000..ab743c0 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stocks_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a10653433635e9393f6ab6a06fc17e1425752fe966e119346e79cae4cebeee3f +size 23164694 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stocks_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stocks_N.uasset new file mode 100644 index 0000000..ff3c7a0 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stocks_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58ba2383a1f634a0ff40ace53c5172081a637e04e84c1d0721a4d1b69129a90d +size 32417898 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_StoneWall_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_StoneWall_A.uasset new file mode 100644 index 0000000..660d202 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_StoneWall_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2d6a6a20cb2268bd9d2b65e276d0f43a21a5f09d29435703c2d7961b0bb52ec +size 7997052 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_StoneWall_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_StoneWall_C.uasset new file mode 100644 index 0000000..57b8a18 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_StoneWall_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a401246c375ed9af261ea010208872e2f2627cb6af353914edbcf9e70891660b +size 7872938 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_StoneWall_H.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_StoneWall_H.uasset new file mode 100644 index 0000000..063588f --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_StoneWall_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9f698cdf46738fd6337d3a618737b67648f2f7f8dfb09126a0b4672dc8937ab +size 3038188 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_StoneWall_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_StoneWall_N.uasset new file mode 100644 index 0000000..d921ead --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_StoneWall_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b766f27902c23a033f61d50f7f64aff0f85d9877dd583896e369b4b8db7991a +size 13105094 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Altar_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Altar_A.uasset new file mode 100644 index 0000000..9ae0460 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Altar_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c89e89508e6d2a269e7f58716bc67631d4039a521a46eb55bdd1767dcecf6a20 +size 4660776 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Altar_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Altar_C.uasset new file mode 100644 index 0000000..6abb7a6 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Altar_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c79cb74a5c6eebbfd90e23c38fe9747550ae28b32fdfe9c9eaef9480c77ba87 +size 2810205 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Altar_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Altar_N.uasset new file mode 100644 index 0000000..68c8530 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Altar_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75a78b62da0690a6c1c866bd6852f6a0cecd4cfd3e8be4792d7e25816d549435 +size 9180899 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Coffin_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Coffin_A.uasset new file mode 100644 index 0000000..3379bb1 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Coffin_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06804e3796bbb13b91878f1f0f02faf8b25b0dbed77ab3f90efd7f7df8e22984 +size 5815380 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Coffin_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Coffin_C.uasset new file mode 100644 index 0000000..3985495 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Coffin_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb0304d6ca8de21dca6acd16c33cfd745cb760a6fad902836ee1d35e8ee57657 +size 4349224 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Coffin_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Coffin_N.uasset new file mode 100644 index 0000000..f5cf1f4 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Stone_Coffin_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57b8033c25887352deb6c8234ac6ed35353adc8e79f648ca3562aefeb8455c36 +size 10767856 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Table_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Table_A.uasset new file mode 100644 index 0000000..9804b09 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Table_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b8e859b9cfd45a8bababe2b14fa76c65c5e22b74db78181a59812022ccaa2286 +size 22536259 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Table_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Table_C.uasset new file mode 100644 index 0000000..f23ab02 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Table_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2cf9f55e7779b05524ecfe7bfd190fd12131c0357a9de7f5ce038d206d316b53 +size 20649469 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Table_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Table_N.uasset new file mode 100644 index 0000000..e153c78 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Table_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87630cfb5464834d92161559eb8b1270e1060b9a9723471b8e14489c2ba44c0b +size 32262725 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Tiling_Plaster_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Tiling_Plaster_A.uasset new file mode 100644 index 0000000..4dde5ff --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Tiling_Plaster_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:962a881cf31ecf9512b8cea2a330aea968ff2ce6b252430662c6e491ced701a4 +size 8394492 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Tiling_Plaster_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Tiling_Plaster_C.uasset new file mode 100644 index 0000000..33fad4e --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Tiling_Plaster_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fac553421e1066d39625ebe8ea9f47705d1e82ed1a51ddaa0601696533b5055 +size 4214802 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Tiling_Plaster_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Tiling_Plaster_N.uasset new file mode 100644 index 0000000..1190ca5 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Tiling_Plaster_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95331c50264bec6501a8076b4bf7c68e158aca1f959fd618b6b9ffe60638a011 +size 8237832 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torch_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torch_A.uasset new file mode 100644 index 0000000..3b4896a --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torch_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6083eb26eaf57032a1d4f25e30ced39b3c8a582c61c668e8f3eb90e85b873ba5 +size 8324628 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torch_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torch_C.uasset new file mode 100644 index 0000000..b1683c6 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torch_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab26e91d4d1e1f83115c1136c88d9f3c6644dc23aaae4feb91e2c6d3f485d478 +size 8483125 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torch_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torch_N.uasset new file mode 100644 index 0000000..7857f0c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torch_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7377a2b672b3e69855b138511fd11768c128c9a143670850d740b97c9b655293 +size 8883203 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torture_Chair_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torture_Chair_A.uasset new file mode 100644 index 0000000..5c2dba1 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torture_Chair_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74baf096a789bdd0182a0797866d81882f16a9a5a4ac417e950a795af1a9882a +size 33803345 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torture_Chair_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torture_Chair_C.uasset new file mode 100644 index 0000000..b4e9b47 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torture_Chair_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e8b438a7975839b1ed6868b80f913478a4d03a2f720659f885b9b302c340113 +size 25632024 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torture_Chair_Normal.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torture_Chair_Normal.uasset new file mode 100644 index 0000000..159db8a --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Torture_Chair_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:acc459a92b255a4d02d08d3a71d92d02db38e8c40eb2f63e1fdd8b749367d78f +size 34724422 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Water_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Water_N.uasset new file mode 100644 index 0000000..4cd638c --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Water_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:50a0ab41646e55f228aabeebebdef81c2d0d08910f778955b2963e42441af724 +size 2106724 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Wood_A.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Wood_A.uasset new file mode 100644 index 0000000..b76cba7 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Wood_A.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42d81a0e7eb1fdbbe6dbbe2724e13e1d1515e8bf905f7d874c656321809ecc3e +size 22762711 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Wood_C.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Wood_C.uasset new file mode 100644 index 0000000..350b1a2 --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Wood_C.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de0121ea9ce61a04279aae6c2c7fc0fe08fbbf529ef0e51a7ffc152d419297b0 +size 14296586 diff --git a/Elistria_Calling/Content/MedievalDungeon/Textures/T_Wood_N.uasset b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Wood_N.uasset new file mode 100644 index 0000000..bcbee1b --- /dev/null +++ b/Elistria_Calling/Content/MedievalDungeon/Textures/T_Wood_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:48c84175ae40856a666ae60f809c9606c2038499e8632a0ac0e131f6808a90ca +size 23103977 diff --git a/Elistria_Calling/Content/MixedVFX/Blueprints/BP_MainCamera.uasset b/Elistria_Calling/Content/MixedVFX/Blueprints/BP_MainCamera.uasset new file mode 100644 index 0000000..6bae4ae --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Blueprints/BP_MainCamera.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2134b75d1449351003af70fce689be37a696f2fd0b6d6d896d7481e2af27e30a +size 279491 diff --git a/Elistria_Calling/Content/MixedVFX/Blueprints/BP_ParticleSpawner.uasset b/Elistria_Calling/Content/MixedVFX/Blueprints/BP_ParticleSpawner.uasset new file mode 100644 index 0000000..62982f8 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Blueprints/BP_ParticleSpawner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed1934b9d1b92a1309cae6047261b2f405d1b8f7d02b69935737d990e5f3dc99 +size 48202 diff --git a/Elistria_Calling/Content/MixedVFX/Blueprints/BP_Projectile.uasset b/Elistria_Calling/Content/MixedVFX/Blueprints/BP_Projectile.uasset new file mode 100644 index 0000000..c5d70d9 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Blueprints/BP_Projectile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b58b003fb58d8a20e6d4f3d891cc029584262b8e3bcbf7334c499b486d833167 +size 83496 diff --git a/Elistria_Calling/Content/MixedVFX/Blueprints/WD_MainWidget.uasset b/Elistria_Calling/Content/MixedVFX/Blueprints/WD_MainWidget.uasset new file mode 100644 index 0000000..4f2a9aa --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Blueprints/WD_MainWidget.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:889df81adef98679cf54fbc7ac4afe73bc5a0c1154dfe48f1be674b3883f4ce4 +size 74133 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/M_DissolverMaster.uasset b/Elistria_Calling/Content/MixedVFX/Materials/M_DissolverMaster.uasset new file mode 100644 index 0000000..a861a80 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/M_DissolverMaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f3e3d94f096ef557ddf9e280bde1bc30ac81fd32367767439f02b0af7330889 +size 99659 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/M_SimpleDissolver.uasset b/Elistria_Calling/Content/MixedVFX/Materials/M_SimpleDissolver.uasset new file mode 100644 index 0000000..5d2c4cd --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/M_SimpleDissolver.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:243a2651df375024bed2d7a0fbc63be593ec812ed2aa499a1aa1cb9d5ab5402f +size 89743 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/M_Slash_Master.uasset b/Elistria_Calling/Content/MixedVFX/Materials/M_Slash_Master.uasset new file mode 100644 index 0000000..00ef75b --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/M_Slash_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e42f659acb13994af9e4c153b50f232aa24e5717443efa92fa2872237a046bc +size 119845 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/M_TrailMaster.uasset b/Elistria_Calling/Content/MixedVFX/Materials/M_TrailMaster.uasset new file mode 100644 index 0000000..c894183 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/M_TrailMaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b52f6c26d5454bdd0af1ffcc07cfff9bb1cf4b82cbd2554a208dc846418363f1 +size 96020 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/M_TranslucentUnlitMaster.uasset b/Elistria_Calling/Content/MixedVFX/Materials/M_TranslucentUnlitMaster.uasset new file mode 100644 index 0000000..7258abb --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/M_TranslucentUnlitMaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9352844cad849f37ad5f43a5bd715cebbe66bc7b1e963370b6413c3b05db64d8 +size 96411 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/M_WPO.uasset b/Elistria_Calling/Content/MixedVFX/Materials/M_WPO.uasset new file mode 100644 index 0000000..e050092 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/M_WPO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1fc470e0215f4806d4d6729364052b70418a81b5cb1e5b663b051c73144262bc +size 85802 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialFunctions/MF_Dissolve.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialFunctions/MF_Dissolve.uasset new file mode 100644 index 0000000..9b42e2b --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialFunctions/MF_Dissolve.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da0537ac900472fdeeacf56c65b0f03056f0713fecdda5e02dd42cc783b2f2c3 +size 89315 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialFunctions/MF_Distortion.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialFunctions/MF_Distortion.uasset new file mode 100644 index 0000000..781aaa3 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialFunctions/MF_Distortion.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e5e4a719196703bf9eb3a1322f704b8c0e01d787e05766f199f695c3853c4e9 +size 103883 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialFunctions/MF_TillingAndOffset.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialFunctions/MF_TillingAndOffset.uasset new file mode 100644 index 0000000..d93c841 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialFunctions/MF_TillingAndOffset.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ea11de0947e6877b35c83ae85c8591145e68c88e4bb4dd7d071c33f586723c9 +size 76771 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialFunctions/MF_WPO.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialFunctions/MF_WPO.uasset new file mode 100644 index 0000000..58c9adb --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialFunctions/MF_WPO.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e4feeaf1e8f767b9e7ef57f6884999a9eedd1c9b8429ab0d89e3048581b6a9ef +size 79228 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Aura_01.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Aura_01.uasset new file mode 100644 index 0000000..3fe2164 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Aura_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:635a980712260235df4f6ef68351d19a133dc67b6f6c6a6de7a59ff3e1c097b8 +size 76451 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Bat.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Bat.uasset new file mode 100644 index 0000000..d651fca --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Bat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f862f72edbee5c53d40450adec13cfca15ee6c46ecc07bb4bc34aa7eb83356a +size 75741 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Circle_01.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Circle_01.uasset new file mode 100644 index 0000000..ed2e89c --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Circle_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:88a8a6b2ce175c61826f1149c356a56755594485f1d58d49a1770789c2c82e7d +size 86306 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Cross.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Cross.uasset new file mode 100644 index 0000000..1aafa98 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Cross.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3877ce55e5d9206f244fb5d7f1e835d513ef7f9b446cee43c408ae46c39e1eb3 +size 68950 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_01.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_01.uasset new file mode 100644 index 0000000..0b33659 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:339f758893c918c07d49573f5625c96e0ebf038f1aaff907ccbe3c1c3e1a48b3 +size 80779 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_02.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_02.uasset new file mode 100644 index 0000000..de11da5 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dd276c1aab5cf60d5d38a9eb57d8d277d07effd571de46ac36bed9f5f974839 +size 88778 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_03.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_03.uasset new file mode 100644 index 0000000..ec2d99f --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6b575151ce077be5c197f0ff84dbf320e9d8e93b28de16210844ec3edf9535eb +size 82462 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_04.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_04.uasset new file mode 100644 index 0000000..12839e8 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Dissolver_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:736d85892176821a7d86f0c0229b8d0cdbcdee9b73ec09e6d36c658d5ae1865d +size 83960 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Embers.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Embers.uasset new file mode 100644 index 0000000..4bcff5f --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Embers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a320cdcca3b9e3dffc224d148a5891eb502103a0be9e4415dfa30d557ccd039d +size 73472 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Feath.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Feath.uasset new file mode 100644 index 0000000..a5ae208 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Feath.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0413f9c45bf198216054a6773b4195ca7b6bcbf02d2298d1ac0ac01cf7d73be0 +size 74577 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Fire.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Fire.uasset new file mode 100644 index 0000000..216bf86 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Fire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:190b55977894933d9107e8220e7806eff0cc01c1c44d9860e493decb753bb46a +size 72861 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_FireFlipbook1.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_FireFlipbook1.uasset new file mode 100644 index 0000000..a433329 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_FireFlipbook1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:032608986e252f7b7d8b713068042ad0377a98090aa0f3a0cd3506b4e0977721 +size 80983 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Flare.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Flare.uasset new file mode 100644 index 0000000..4191f41 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Flare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96344245734cb1dba075f3603d05d6388ff1c81512b4bc7c1307d78c0567a1d8 +size 74359 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Leaf.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Leaf.uasset new file mode 100644 index 0000000..962f8be --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Leaf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da34dfe74f7ba871a3eb93b5b026e68832f0d704ac4552c02bd6b18c2b420466 +size 82974 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Lightning.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Lightning.uasset new file mode 100644 index 0000000..b3e20f0 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Lightning.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd0c2c0e6bf894858ae6afdd0ddeca76306ab10fe4905c2352d158a1eb50468c +size 74079 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_SlashLine_01.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_SlashLine_01.uasset new file mode 100644 index 0000000..7f9c065 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_SlashLine_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e108bc312b99a31671cba62f2537c7eb4cd485931744dd720a3981e9288c866f +size 71555 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Slash_01.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Slash_01.uasset new file mode 100644 index 0000000..120e9fe --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Slash_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:821bf6cd06ec02f8404d517557fd562b0b6c42d46e6f670dd0b1d043c7ea0b17 +size 79486 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Smoke.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Smoke.uasset new file mode 100644 index 0000000..6f80cb2 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Smoke.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64362360dd18811c335afc9b341d25cb1225d4f60f1e3d100d0658abba48c0e6 +size 76468 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Star.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Star.uasset new file mode 100644 index 0000000..28b561f --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Star.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b3f30cb44a78718354fd9dd5f96de15784f6e61b1bda137a2436cb8470374275 +size 72977 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_01.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_01.uasset new file mode 100644 index 0000000..b698d47 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:060963c685033a33d23e1f042bc8b8e382612c08575c77a818d8693304a8d9e0 +size 77167 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_02.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_02.uasset new file mode 100644 index 0000000..201d7af --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca4ab489b90b542bd0125ce29694def3560c7141b1a8c015c9636b7b86807fb +size 76089 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_03.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_03.uasset new file mode 100644 index 0000000..4c7a7d5 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1e211923addd26de86216fd3c040c67907cab2ce111d63992a2d1bb5d2848ad9 +size 77296 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_04.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_04.uasset new file mode 100644 index 0000000..464fc89 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9375fd471422eced231278e5071edbeb209ec669a34b26fbb1ba56c4c1ceb875 +size 80500 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_05.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_05.uasset new file mode 100644 index 0000000..de68b8b --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c9a4b32cc117535e4c1208289ca308184c6f8d7761aeb0db8141b43d2d7628e7 +size 78226 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_06.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_06.uasset new file mode 100644 index 0000000..6bd4e67 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_Trail_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b0500a3d1a087bb69d1bb09a151124632f6f5a4bdf845f9309b1aa69149a951 +size 77499 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_TranslucentMesh.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_TranslucentMesh.uasset new file mode 100644 index 0000000..0c3e467 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_TranslucentMesh.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a1f70a17dec93825a680f33e5656a4f5a4d1e3949071ebafa41b58ed0990fca4 +size 66011 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_01.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_01.uasset new file mode 100644 index 0000000..0a30fcb --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5a3102be0bd20b14794de8985dbb14ed1c30e7801acf1bf32d5a692a5fe6acc6 +size 74961 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_02.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_02.uasset new file mode 100644 index 0000000..a4a3a0b --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a42ebc2cb5a124faf45b671986f6b14ca7b9bd1cb91ce059d9cffdaf403bdd48 +size 73326 diff --git a/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_03.uasset b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_03.uasset new file mode 100644 index 0000000..462e136 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Materials/MaterialInstances/MI_WPO_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d0fc20987bca91d02ecfbe4db9ef6f7e2a64ae1919e33a8606adc4327c9bf7a8 +size 65976 diff --git a/Elistria_Calling/Content/MixedVFX/Meshes/SM_Arrow.uasset b/Elistria_Calling/Content/MixedVFX/Meshes/SM_Arrow.uasset new file mode 100644 index 0000000..0411128 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Meshes/SM_Arrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a07f8c966ad8857499b9018c52b4ce03a206c51ba68208754061117f79267713 +size 88857 diff --git a/Elistria_Calling/Content/MixedVFX/Meshes/SM_Shuriken.uasset b/Elistria_Calling/Content/MixedVFX/Meshes/SM_Shuriken.uasset new file mode 100644 index 0000000..be8a9ab --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Meshes/SM_Shuriken.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3577a86aff84c3c71313131f42c5e392373db6def48414305559014f70360608 +size 98937 diff --git a/Elistria_Calling/Content/MixedVFX/Meshes/SM_Slash_01.uasset b/Elistria_Calling/Content/MixedVFX/Meshes/SM_Slash_01.uasset new file mode 100644 index 0000000..f9e2096 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Meshes/SM_Slash_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f210b86c8d5d99d71162b1ab535d3877948e98b2b92e7323fdefd7db07640af +size 98387 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundBig.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundBig.uasset new file mode 100644 index 0000000..31a12a2 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundBig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c03e8526176c0236300efb99a06e3677976aeea4359593bcbb2a8ddf495fe849 +size 3483515 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundMedium.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundMedium.uasset new file mode 100644 index 0000000..141073c --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundMedium.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7b7f4f17d396505d7b798980f730ef759ae6b50d84d98a65fbc2ba69b646a7c +size 3063587 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundSmall.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundSmall.uasset new file mode 100644 index 0000000..60fbdc4 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Explosions/NS_ExplosionGroundSmall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb56b96f8040e7894b0b616da5bfbf2218cec79032c62812998578d8002dd5e1 +size 1775837 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Explosions/NS_ExplosionMidAirBig.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Explosions/NS_ExplosionMidAirBig.uasset new file mode 100644 index 0000000..c5faa94 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Explosions/NS_ExplosionMidAirBig.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:beee2870de544ea43bf1c25488e379c49faf4bbdb63ac103189834b677f81e09 +size 2461638 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Explosions/NS_ExplosionMidAirSmall.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Explosions/NS_ExplosionMidAirSmall.uasset new file mode 100644 index 0000000..8dbb92c --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Explosions/NS_ExplosionMidAirSmall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:18e3572fc7be0489fb9f3962c967fad13279db9964d9f568aa655b087c50e9ab +size 1612431 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_BigFire.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_BigFire.uasset new file mode 100644 index 0000000..efcea7e --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_BigFire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16852c0e52004a3999bd80538140b99489bc1f7e45cf4d9bb48c165fff89ea78 +size 1607900 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_Campfire.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_Campfire.uasset new file mode 100644 index 0000000..d82ed29 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_Campfire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc5a61ea5609394be80212ec0791bbc6b78c315c8fc6754efdc30daeadaab1a8 +size 1530730 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_FireBarrier.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_FireBarrier.uasset new file mode 100644 index 0000000..0cac111 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_FireBarrier.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d87d37367e768973f84bfd2047a1213df3d0acc529cf912c29c6811652a19a9d +size 1664755 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_FireMeteorShower.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_FireMeteorShower.uasset new file mode 100644 index 0000000..072f8fb --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_FireMeteorShower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e81019b01393fac0736899b4847b16cbc058cbcf440b595b4de4e35b8144e52 +size 4019718 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_FlameThrower.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_FlameThrower.uasset new file mode 100644 index 0000000..869d01b --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_FlameThrower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2d06d69d79072a451d3505a0aa8e281dfd75e90488c2ab8ea2fd3cdb5ab0913d +size 1252187 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_FlameTornado.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_FlameTornado.uasset new file mode 100644 index 0000000..b9abf0c --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_FlameTornado.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:142d3f67480d87a2b858ce8fb55acb49e888b8a4969e6a41f68b21bf31da08f1 +size 1762127 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_TorchFire.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_TorchFire.uasset new file mode 100644 index 0000000..ee841c2 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Fires/NS_TorchFire.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0bdc22257f8c8279fd3115101b8f1f3134c745465297dfe9d1049a1ab8f05ed0 +size 1544768 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_ElectricField.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_ElectricField.uasset new file mode 100644 index 0000000..391d0f6 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_ElectricField.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21ed34a288713b9cc46fc0c6225818f4ba154a257972a037e8d463c53785be2a +size 2134138 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_HealingAura.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_HealingAura.uasset new file mode 100644 index 0000000..e7c99d6 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_HealingAura.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c9fed5e242d6abc6408b528d0f45219adf5f685a0d3a2d563546ada306bdcae +size 2406388 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_Mix_01.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_Mix_01.uasset new file mode 100644 index 0000000..30e9ed5 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_Mix_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dfa78355523de820ef7d33f49fa955db60051190f0c8024749171d27a4994e8 +size 1659478 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_Mix_02.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_Mix_02.uasset new file mode 100644 index 0000000..444a287 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_Mix_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72c3e3e63d024a5e8ef2fa0d419e4aa4bad6417c4571757b69b5dd997a441ecb +size 1280243 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_Mix_03.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_Mix_03.uasset new file mode 100644 index 0000000..d321ce4 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_Mix_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d758168607d8ce230cb2ae645264330c191ac209d3037edef28e9fd2a2dcd756 +size 2475807 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_Wind.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_Wind.uasset new file mode 100644 index 0000000..ee6342e --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Mix/NS_Wind.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4be44652bcf9b1172202724673d90177cd3946f71e890b357b270ea5d7806a2 +size 1691297 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_CursedArrow_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_CursedArrow_Hit.uasset new file mode 100644 index 0000000..a6e7ad2 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_CursedArrow_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bc9a77422f00bfc8acda7775dcfae27b392682a6c2ed234c40c40dd5afb86d47 +size 1685990 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_FairyArrow_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_FairyArrow_Hit.uasset new file mode 100644 index 0000000..1ea1797 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_FairyArrow_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:af3241c7577496e86973878e089d95723502f0bcb356adbaddff0df981195591 +size 1680515 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_FireArrow_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_FireArrow_Hit.uasset new file mode 100644 index 0000000..b9fa1a9 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_FireArrow_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f59df96d380a59d6986501d36bd9ebe6b0938aad85749ebbb9af452824bdd08a +size 1600160 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_GalaxyArrow_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_GalaxyArrow_Hit.uasset new file mode 100644 index 0000000..49482b3 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_GalaxyArrow_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5a7df3ad9b39e9403576802ce6761ce48226f7302f1e3e07ffd7902e7d23b8d +size 1550512 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_HolyArrow_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_HolyArrow_Hit.uasset new file mode 100644 index 0000000..f1774e4 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_HolyArrow_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ddad0f5c60b31d6ed57a410686872314a0b8ef42a1f1433d876d8f071da8956b +size 1548256 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_LightningArrow_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_LightningArrow_Hit.uasset new file mode 100644 index 0000000..a156ede --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_LightningArrow_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:990232cc32b6d9f64651c4b4e4fdc226a27f9ac1e67e20ebdbe56ba6a0daa610 +size 1300290 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_LightningBolt_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_LightningBolt_Hit.uasset new file mode 100644 index 0000000..d8b4bb5 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_LightningBolt_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5533b238dc1b1877a54ef9440f810da39ac349eb3a7f11385ac1ee5d64a153b3 +size 1798760 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_01_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_01_Hit.uasset new file mode 100644 index 0000000..1930419 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_01_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f00f74bb8e791bedb9fd44fca1dfd286ab92a39fe20f66253250d912a9c2e92d +size 567913 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_02_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_02_Hit.uasset new file mode 100644 index 0000000..8dd1ea6 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_02_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a2765e0b46093d70d8e97f8de2524da88eb4f5c2329b7b2204aa839e2e5a3a9 +size 2651116 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_03_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_03_Hit.uasset new file mode 100644 index 0000000..6fcfa72 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_03_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6996cc3801609080e685d09f90343a93fa11085b3ea098b95bb2c3e22ccdae5 +size 2632272 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_04_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_04_Hit.uasset new file mode 100644 index 0000000..438402c --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_04_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e1d64f16c78c7616c81b2d593f2f9772476009493c67e61816ac34f214b49a3c +size 3069459 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_05_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_05_Hit.uasset new file mode 100644 index 0000000..4531ba7 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Projectile_05_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f7d2474e5cda3db0a15e0c54cc46710998c65a248f7ea96231bb4f736902fd6 +size 2975373 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_01_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_01_Hit.uasset new file mode 100644 index 0000000..d131595 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_01_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4cd8adf5ef6e9ae37c59e3acc68b977f656e16c942af7181ac31644aaba109f4 +size 2420421 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_02_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_02_Hit.uasset new file mode 100644 index 0000000..6d58177 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_02_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1851308e9f6585fdebad97c0608f89e2411cc2ef0571e502be44cc913b87998e +size 2338014 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_03_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_03_Hit.uasset new file mode 100644 index 0000000..0b4c099 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_03_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:279d04e45efc6d541605c1972fa0249a1d9c2a5de335cfbf291e2fbca884e4bf +size 2335966 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_04_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_04_Hit.uasset new file mode 100644 index 0000000..db27522 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_Shuriken_04_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad16791bb693b8f2fb192f2bc4ce782c0c1ef41e35e80d2fe57631e14546b93b +size 2337470 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_VampireArrow_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_VampireArrow_Hit.uasset new file mode 100644 index 0000000..ff7e6c1 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/Hits/NS_VampireArrow_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf8b536a998c243770361719c86ea31eb6e36cf5ca23171acee35523a7f74a7b +size 1550616 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_CursedArrow.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_CursedArrow.uasset new file mode 100644 index 0000000..8538774 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_CursedArrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c3c9b790f29e2178de819a397b777e3d79701f49b0e7bf18b7e83a2d2845932 +size 3496791 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_FairyArrow.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_FairyArrow.uasset new file mode 100644 index 0000000..ce1201e --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_FairyArrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b901827cd354086ed010b8f4f8703ced62aba016d7b45e2d241b30de56b24219 +size 3792923 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_FireArrow.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_FireArrow.uasset new file mode 100644 index 0000000..3744f26 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_FireArrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc82bcfb98ff8dceee21ec56b1fc58e3c657492c5bd3e5d57d9b8526231bd76c +size 3314768 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_GalaxyArrow.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_GalaxyArrow.uasset new file mode 100644 index 0000000..b2de113 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_GalaxyArrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f621e0dcb3657f8d62e83c2e89a33c92ccfb53920b61ca83e20c15692a56760e +size 2487732 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_HolyArrow.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_HolyArrow.uasset new file mode 100644 index 0000000..a8afa4f --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_HolyArrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad87342db38829abaf73b140e5f70d8c5d7ab89278f4f81d3bbe73b681a3fcdb +size 2640935 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_LightningArrow.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_LightningArrow.uasset new file mode 100644 index 0000000..2ec1ab3 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_LightningArrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:471ddcd324d8fa5783c200b5c0664348adf64924a17b93d6470b627d40803365 +size 2716410 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_LightningBolt.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_LightningBolt.uasset new file mode 100644 index 0000000..cb25d31 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_LightningBolt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b06f47e0f968c1187336a6c1755da375736fe320fdcd305a367ce1efe0b7bd2 +size 2088255 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Projectile_01.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Projectile_01.uasset new file mode 100644 index 0000000..74b947b --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Projectile_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:90b6f19d9a385b9b8cf1dd27ced03c2c89b5f963e2aaa5372d58ec3284c74ba4 +size 1246731 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Projectile_02.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Projectile_02.uasset new file mode 100644 index 0000000..d172139 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Projectile_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:204373e5f4cfb5bb9a100983c1c86d6cf11af70f65866582bb357a559b098d02 +size 1200232 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Projectile_03.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Projectile_03.uasset new file mode 100644 index 0000000..e2d6222 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Projectile_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5aa433728ca3c76d89578ded62824e51563f409aece416420e44c1472ce899a7 +size 1911642 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Projectile_04.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Projectile_04.uasset new file mode 100644 index 0000000..a085128 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Projectile_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d165900f6fdb47193b3e1779ecb270108a67a6f36e1519a03cfe4943b5691d74 +size 2175834 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Projectile_05.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Projectile_05.uasset new file mode 100644 index 0000000..1fb2bc4 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Projectile_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c3c59cacd971680bc00bb314277e1d4373086a6bb05f985bcdd306466cf40b60 +size 3421671 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_01.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_01.uasset new file mode 100644 index 0000000..6e77d4e --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e2faa804269b1885212fe3c8814b7feef9230479cb998e957841d592b43234be +size 3654905 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_02.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_02.uasset new file mode 100644 index 0000000..1706706 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2aeac723e4b934834e3081f689ab33b473027c3931b4f9341aaf566a4b3e9b95 +size 4010976 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_03.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_03.uasset new file mode 100644 index 0000000..709a92a --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a05b624a3e634fb156054963aa57dea0724a6b49088260bccffe9c30cf5273c +size 3743119 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_04.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_04.uasset new file mode 100644 index 0000000..48ca30a --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_Shuriken_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3fbf7b322ebadbd7a0f403917fbfadc07c9758fe25c058d9ce002cbee4284f0b +size 4089969 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_VampireArrow.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_VampireArrow.uasset new file mode 100644 index 0000000..b94c5c3 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Projectiles/NS_VampireArrow.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:71913c9f8c572f1e06b85f1e5b1e89504e34ee0cb756f50d23d3116f4d651333 +size 3288789 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Slashes/NS_FireSlash.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/NS_FireSlash.uasset new file mode 100644 index 0000000..aada0c2 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/NS_FireSlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8e277fd03b489693c97376e05e9c64600c650cb1cc24827e575034e6ed86357 +size 3695099 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Slashes/NS_GalaxySlash.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/NS_GalaxySlash.uasset new file mode 100644 index 0000000..4e615f5 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/NS_GalaxySlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:246a5bf8ba35aace01adf6d55857c9c3b029d11aa996274f06b0b53575c4fc28 +size 3627737 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Slashes/NS_HolySlash.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/NS_HolySlash.uasset new file mode 100644 index 0000000..51763c9 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/NS_HolySlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df14e4fb8a67cc87982d1780468e2bb769bdff07542b3494abb6cad27867c10a +size 3692655 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Slashes/NS_LightningSlash.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/NS_LightningSlash.uasset new file mode 100644 index 0000000..d94102f --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/NS_LightningSlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb34fcac8f02759e45c5846b083506d82082e63a73d49a4f3329e75d8c4e4798 +size 3561557 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Slashes/NS_VampireSlash.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/NS_VampireSlash.uasset new file mode 100644 index 0000000..aeeff2c --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/NS_VampireSlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27f68b5092aeb087b487c28d6ceeb49134247c81473ced85c03374b74f7fe63e +size 3617227 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_FireSlash_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_FireSlash_Hit.uasset new file mode 100644 index 0000000..21ed4d0 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_FireSlash_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f85b0084f46c6400e48cec0c166e9cf87f57c62285251d840818402579b09341 +size 1534877 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_GalaxySlash_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_GalaxySlash_Hit.uasset new file mode 100644 index 0000000..5382773 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_GalaxySlash_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a0345e171ff563b6b9f8adac11e1dcd13eef53bbc377285fa5359f724a2adf47 +size 1539468 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_HolySlash_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_HolySlash_Hit.uasset new file mode 100644 index 0000000..63ae740 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_HolySlash_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a437eeb577d15d2c607ff08efd23afd1733b4fac6bae1c323a2d1ecb5c51d1 +size 1957645 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_LightningSlash_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_LightningSlash_Hit.uasset new file mode 100644 index 0000000..94057bf --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_LightningSlash_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ace28717bdbbdfe19843f92ddffa70b0cac38ced468a112cd7cd83e5d3e14d9 +size 1821652 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_VampireSlash_Hit.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_VampireSlash_Hit.uasset new file mode 100644 index 0000000..c206372 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Hits/NS_VampireSlash_Hit.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bf7aa1ff15ef77badc61222ebb9ebfe46effef335e65f592aec7a7e6bf4ce262 +size 1544521 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_FireSlash_OnlySlash.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_FireSlash_OnlySlash.uasset new file mode 100644 index 0000000..6b4a3b6 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_FireSlash_OnlySlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d09d3dd4f77909cd2bb6d61f5d7d60fb5d29797209839c44c5c08b35f2133a7e +size 2102580 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_GalaxySlash_OnlySlash.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_GalaxySlash_OnlySlash.uasset new file mode 100644 index 0000000..88963a0 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_GalaxySlash_OnlySlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5bdb37cb90aea1e951cb126f087f022dc69835cf7800c62e2fa4d10310f79ba8 +size 2031665 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_HolySlash_OnlySlash.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_HolySlash_OnlySlash.uasset new file mode 100644 index 0000000..5e8ec46 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_HolySlash_OnlySlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7291ec44aa655a57f9e16d089215e56e726dcc03714f5fdae0d58038e4158a6c +size 1656161 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_LightningSlash_OnlySlash.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_LightningSlash_OnlySlash.uasset new file mode 100644 index 0000000..ae5b068 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_LightningSlash_OnlySlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4544a3c7c3af43b8004f001eb30cdd6d9a01018aa4c363d56394cc7dfebaaaaf +size 1649982 diff --git a/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_VampireSlash_OnlySlash.uasset b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_VampireSlash_OnlySlash.uasset new file mode 100644 index 0000000..14a7679 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Particles/Slashes/SeparateParts/Slashes/NS_VampireSlash_OnlySlash.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a05353c391a1253af5415a5037fce36229f1997c9804b297595c5fe82f7ec388 +size 2021245 diff --git a/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/M_Depth.uasset b/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/M_Depth.uasset new file mode 100644 index 0000000..35332e5 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/M_Depth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd64f98bbddc890e03ec797cf3e8ec4d87f9ff07ba752204a10278ffab437084 +size 84888 diff --git a/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/M_SceneMaterialMaster.uasset b/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/M_SceneMaterialMaster.uasset new file mode 100644 index 0000000..6f23049 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/M_SceneMaterialMaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92be2a13d4abfb6dcb11e953c971d4f62bacba3a8072310b387a2e56b560393d +size 95273 diff --git a/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/MaterialInstances/MI_Grid_01.uasset b/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/MaterialInstances/MI_Grid_01.uasset new file mode 100644 index 0000000..46dac1c --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/MaterialInstances/MI_Grid_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8ede03d7deb51be5fbf4812df0d15d534e9b9a4b530c84c2fa8548f8a8e4bf6 +size 109782 diff --git a/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/MaterialInstances/MI_SceneColor_Red.uasset b/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/MaterialInstances/MI_SceneColor_Red.uasset new file mode 100644 index 0000000..a0492d9 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/MaterialInstances/MI_SceneColor_Red.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4d98b4023c611c9b30486c49cbffa1c00c17e18b73396ca941e14923f924a8b +size 100221 diff --git a/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/MaterialInstances/MI_SceneColor_White.uasset b/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/MaterialInstances/MI_SceneColor_White.uasset new file mode 100644 index 0000000..8dc361c --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/MaterialInstances/MI_SceneColor_White.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:00362ce422420a5d8a7b3647d07ed2d23dfe246c190683314edd286b00ca873d +size 98968 diff --git a/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/MaterialInstances/MI_SceneDepth.uasset b/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/MaterialInstances/MI_SceneDepth.uasset new file mode 100644 index 0000000..77fdd7c --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/SceneAssets/Materials/MaterialInstances/MI_SceneDepth.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:131a3c2c813ba2e998cb3c2a8052c31e127598bda1106538cd049e643de58979 +size 83824 diff --git a/Elistria_Calling/Content/MixedVFX/SceneAssets/Meshes/SM_Mannequin.uasset b/Elistria_Calling/Content/MixedVFX/SceneAssets/Meshes/SM_Mannequin.uasset new file mode 100644 index 0000000..8eee0b3 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/SceneAssets/Meshes/SM_Mannequin.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eec5c0658838cd7097dddec47ed3a86a4e22d2045e8982bc58e2b3d4472b0491 +size 1467227 diff --git a/Elistria_Calling/Content/MixedVFX/SceneAssets/Textures/T_Grid_01.uasset b/Elistria_Calling/Content/MixedVFX/SceneAssets/Textures/T_Grid_01.uasset new file mode 100644 index 0000000..2d6b12c --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/SceneAssets/Textures/T_Grid_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b5408d3ea643e037c5bdb4ac5fa248c8486a63c6996fd8d69c7792c2efe2cf33 +size 6936 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Bat.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Bat.uasset new file mode 100644 index 0000000..fa7d687 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Bat.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0004a9267b47662564b9de165a578a05f35a565416463994096deca962cb898c +size 151698 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Blob.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Blob.uasset new file mode 100644 index 0000000..1dc1a52 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Blob.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e0574b012ad4f937a9a6c0a11f726549cd2a235a84a809d96990735584b7d3a +size 97498 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_CartoonStarFilled.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_CartoonStarFilled.uasset new file mode 100644 index 0000000..b03e454 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_CartoonStarFilled.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e0e1d0eb206106a8ee7de09f2f60c1370b1a74b5fb2a5ee3179b09a61678781 +size 159609 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Circle_01.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Circle_01.uasset new file mode 100644 index 0000000..c2e7704 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Circle_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6c8e8120fb1a01e1239c280feab5adc5a79d30a4ce5440be5d681fa65e78513a +size 7183086 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Cross.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Cross.uasset new file mode 100644 index 0000000..fadce56 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Cross.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:400145357b1cc43f92d16ac26c7702bafcd0d553bbd0996295b7aa881a9c2a7f +size 9229 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Embers_01.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Embers_01.uasset new file mode 100644 index 0000000..0562a6f --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Embers_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33a6d507a4de9acd25c57805cd67e43d49ce1f1df8a6be7bb571e12adeafb883 +size 346462 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Feather.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Feather.uasset new file mode 100644 index 0000000..74e34ae --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Feather.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d6e209bba66bc612e7f4aeb024f9e3c6f6e093753e5a5df45d4d17e71ee303ba +size 123438 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Fire_01.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Fire_01.uasset new file mode 100644 index 0000000..2236ac2 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Fire_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f058a9c17aff72b60836b7c76609a7c3f3ed7f3a7a005e33cbc2e4ca35c4d40e +size 4067271 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Flare.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Flare.uasset new file mode 100644 index 0000000..835bc09 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Flare.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6435f459c6776eac098ca3f09c29189cccda6bf596db47996505c63446381456 +size 69127 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Flow_Tile_01.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Flow_Tile_01.uasset new file mode 100644 index 0000000..4c75ba2 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Flow_Tile_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15f927d4c6496872fed3400b5ca001c8dceb32c1cde887e6341d3470d9a4286d +size 347662 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Galaxy.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Galaxy.uasset new file mode 100644 index 0000000..114e773 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Galaxy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fdd8aa269b3e95f91acb549c8e49dd51a29f08855e6c49c09045d274fd681508 +size 4732332 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Gradient.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Gradient.uasset new file mode 100644 index 0000000..bf59764 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Gradient.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:984b3a5bfa3357754c0b4605930c4a4743627e4ce6e1a397956ebe05ab593856 +size 1100441 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Gradient_02.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Gradient_02.uasset new file mode 100644 index 0000000..269fc99 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Gradient_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de84e38bbeed8dde29eb3e4242bbe1575cfe96d3ad8b767e607d2117feefcf2e +size 1038166 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Leaf.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Leaf.uasset new file mode 100644 index 0000000..59d3097 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Leaf.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89fc4ce0932169885f9d4968205b957f7fff54223c42b9364c2eaca97e2ce8f9 +size 365963 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Lightning.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Lightning.uasset new file mode 100644 index 0000000..42afab8 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Lightning.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47609009c3778cce039c0ce4e06328f345be5256451063479a71e16f47d47012 +size 100967 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Mask_01.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Mask_01.uasset new file mode 100644 index 0000000..7423a11 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Mask_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8418f7c5f580a0747c512bf7f80b2689153eb1098a0a60282532b6c1ab370b70 +size 116132 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_NoiseCells.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_NoiseCells.uasset new file mode 100644 index 0000000..0b72189 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_NoiseCells.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be9429d56fe6944aee51ca7ab503e8bb1e3d9eb6391226d19cf330ac006f028c +size 1504576 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Noise_05.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Noise_05.uasset new file mode 100644 index 0000000..2015433 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Noise_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5339a0c0a5185fec7acae69593c70180fc2b2064174e9c8c1ed7ed859b3a7fd9 +size 287461 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Noise_06.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Noise_06.uasset new file mode 100644 index 0000000..85ed5d8 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Noise_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b59bb7c6da4fd4a319c1adbcf2edd161967f21d6f0a948e2e7fccc4333d5a9c6 +size 258527 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Slash_01.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Slash_01.uasset new file mode 100644 index 0000000..0544955 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Slash_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:65a0462680c8ddf05c8690bb1fd4323913e8e621c21023432c4cfe95ddc66a05 +size 117678 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Smoke_01.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Smoke_01.uasset new file mode 100644 index 0000000..978b5f0 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Smoke_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d755d5a39bc866e54b9e39bf7caa8d2a0e2d6c406627b8d142fcbb02fd2e13eb +size 294663 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_SwordSlash_01.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_SwordSlash_01.uasset new file mode 100644 index 0000000..50da177 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_SwordSlash_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91aed454b45de4e33862b6280028e324959d43d38c22db3187b41a05b5132405 +size 139439 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Trail_01.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Trail_01.uasset new file mode 100644 index 0000000..9cd9d5c --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Trail_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07ff8fee9b9004d8f51a1b7bfdb28ef04e531e3f4c2ae77af76b8827554c8efa +size 207819 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Trail_03.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Trail_03.uasset new file mode 100644 index 0000000..99f4c52 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Trail_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b4f1666e2737fb050675cfbcb68db23ac6f4126766d3d851dc4d9ab3d390a4c0 +size 313613 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Trail_04.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Trail_04.uasset new file mode 100644 index 0000000..e55e6f4 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Trail_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:956941f72b781b97fb9f90a701721c56bb7a137ac681f11389d53d9c19805910 +size 169743 diff --git a/Elistria_Calling/Content/MixedVFX/Textures/T_Trail_05.uasset b/Elistria_Calling/Content/MixedVFX/Textures/T_Trail_05.uasset new file mode 100644 index 0000000..edf5e15 --- /dev/null +++ b/Elistria_Calling/Content/MixedVFX/Textures/T_Trail_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:201f6a4f799ad622352345892bf9a7297bf76a39e1d06eced41369bdfa62aaf1 +size 637491 diff --git a/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_Ground_Bricks.uasset b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_Ground_Bricks.uasset new file mode 100644 index 0000000..cf87c07 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_Ground_Bricks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7323eb32fa76e985c9c3245ada5692cedf08fabb4e2e17ad2e09f8c53f4eba6e +size 143460 diff --git a/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_PRE_Flower_Pot_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_PRE_Flower_Pot_01.uasset new file mode 100644 index 0000000..ca3a36a --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_PRE_Flower_Pot_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7fed7d17741db4dbd8d3dc4a284754f8241e173336a62c29dab33812a17823f2 +size 114209 diff --git a/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_PRE_Flower_Pot_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_PRE_Flower_Pot_02.uasset new file mode 100644 index 0000000..5358f1d --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_PRE_Flower_Pot_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:21c9680f5b0e8f32ad7483914b2c3a49c8d012fac2193f670c7b9c172a6ddcfc +size 114756 diff --git a/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_PRE_Flower_Pot_3.uasset b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_PRE_Flower_Pot_3.uasset new file mode 100644 index 0000000..351bb09 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_PRE_Flower_Pot_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1626f2f9c24ec93fe8ad8340b8cd6f500a919a7c8092828636d0566e7cb3419f +size 111935 diff --git a/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_PRE_Flower_Pot_4.uasset b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_PRE_Flower_Pot_4.uasset new file mode 100644 index 0000000..12bbdd1 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_PRE_Flower_Pot_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4613cd7fe701bd88684954681aa7b021469d908ebb50813c0d3ca4a143f8ad78 +size 113866 diff --git a/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_RiverSpline.uasset b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_RiverSpline.uasset new file mode 100644 index 0000000..ad1878c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_RiverSpline.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aca5eb0d1256c412e225b9a4a8608413835952b33ee256fe6c9b44b28683e66d +size 63211 diff --git a/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_Walls.uasset b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_Walls.uasset new file mode 100644 index 0000000..75d42ca --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_Walls.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ed98d1e3a068958c1f43a2624aecfb3f300b23c27e354237191a3cfcf5b0a83 +size 56627 diff --git a/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_WaterMill_Wheel.uasset b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_WaterMill_Wheel.uasset new file mode 100644 index 0000000..defcb01 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_WaterMill_Wheel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ba90531ab85c854f7f489ce5128e2af6def2245ff2c519ab5935b07a685b3646 +size 119193 diff --git a/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_Windmill.uasset b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_Windmill.uasset new file mode 100644 index 0000000..bdd4516 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Blueprints/BP_Windmill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dcb71845233bcda1b1fc4cc74fc0e4abe4156336df5e65f85eafbef9c60f3b2 +size 136605 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/FTS_ForestSpawner.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/FTS_ForestSpawner.uasset new file mode 100644 index 0000000..5988f18 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/FTS_ForestSpawner.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3f653604634d14679165acb41ee66e655ba1346ca863202e7564c4bb404a1da +size 3953 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MF_GrassWindAlt.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MF_GrassWindAlt.uasset new file mode 100644 index 0000000..64776ee --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MF_GrassWindAlt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a61f77a9f4359eea45a284d8a3d0f316745c07670cb0ed9a1589c7bd285cdfba +size 70126 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MF_Layer_Blank.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MF_Layer_Blank.uasset new file mode 100644 index 0000000..9f20786 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MF_Layer_Blank.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:186c31b20c657d3a10a0cac72e970082afb74b6fa80af06b703c3c3e15646489 +size 96811 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MF_Layer_Dirt.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MF_Layer_Dirt.uasset new file mode 100644 index 0000000..eec7efa --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MF_Layer_Dirt.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eed7dc8f69ac78a12cf8256b014e7464b2f3bee55e88c39977574204039f8d97 +size 101257 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MF_Layer_Grass.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MF_Layer_Grass.uasset new file mode 100644 index 0000000..ccac324 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MF_Layer_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:372761481ffd04095b13e0e55bcf21a2178e85d4237efc72a5ebe6c73268de19 +size 101350 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MF_WorldCoords-XY.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MF_WorldCoords-XY.uasset new file mode 100644 index 0000000..8f52b33 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MF_WorldCoords-XY.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b08d1e8d5912ec088368b19eaaa00d868f1decd312eef88ea16b8d87dd334ed +size 76283 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MI_Landscape.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MI_Landscape.uasset new file mode 100644 index 0000000..cc787eb --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MI_Landscape.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f460218b2816c63fa29fd2dda57af91c9f82b2ceb2de9788b36d02a7e58191c2 +size 112737 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MI_RVT_Landscape.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MI_RVT_Landscape.uasset new file mode 100644 index 0000000..48d1b13 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MI_RVT_Landscape.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df494f7b50bbee38a5e0df8ba7efccd7c8f474e6dfc8e16853fa2bccbca475ec +size 89969 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/ML_Flowers_Full.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/ML_Flowers_Full.uasset new file mode 100644 index 0000000..c54a6ba --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/ML_Flowers_Full.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f8a8f8aef3c50ec1887fd10b7348fc4c68d32da0ceb7af6b724986f65ff04677 +size 15007 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/ML_Flowers_Light.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/ML_Flowers_Light.uasset new file mode 100644 index 0000000..c9c4021 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/ML_Flowers_Light.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f1ead8431019ed6f81138db3524658ae36b7a7918b8ba63afae50487fb9674a3 +size 15232 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/ML_Grass.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/ML_Grass.uasset new file mode 100644 index 0000000..4419489 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/ML_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:da54a13af4d52b903929c4f7e4aaaf8825740de73f089e5d2e47bbf7fd4894ca +size 5671 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MM_RVT_Landscape.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MM_RVT_Landscape.uasset new file mode 100644 index 0000000..24601f2 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/MM_RVT_Landscape.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95130d0f621b54c3425ee0300ec310e30b7ecd7fb51d1044d469294c032a1c62 +size 104621 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/RVT_Landscape_Color.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/RVT_Landscape_Color.uasset new file mode 100644 index 0000000..c1913b6 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/RVT_Landscape_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f118f905b2311e1dc5214f18c2ee92aa55d7e6b29cf7d68883dacc72f360a746 +size 3111 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/RVT_Landscape_Color_2.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/RVT_Landscape_Color_2.uasset new file mode 100644 index 0000000..1174747 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/RVT_Landscape_Color_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:54cdd7246bcd577a055f27cfc18509bf9d5fa1b90df6bfd6c8e65f9ce6e44eff +size 3160 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/RVT_Landscape_Color_SVT.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/RVT_Landscape_Color_SVT.uasset new file mode 100644 index 0000000..be88e77 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/RVT_Landscape_Color_SVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b0868e38566c664b306f3abb5602753f07281b2c00953f8d1ada616661b031d +size 3316763 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/RVT_Landscape_Height.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/RVT_Landscape_Height.uasset new file mode 100644 index 0000000..141f246 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/RVT_Landscape_Height.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d75fb2204108b99194dfdeb8086a7d82f2b817cb84a79f35cb02c5dad2cec723 +size 3214 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/mM_Landscape.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/mM_Landscape.uasset new file mode 100644 index 0000000..76bffb6 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/Landscape/mM_Landscape.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69872862e3041949df10c514c153993f73da4222a35a9a94a648208a8b3f43a9 +size 176731 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MF_Master.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MF_Master.uasset new file mode 100644 index 0000000..575a89d --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MF_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:753940bf689e3121e9f0e751413323e7ac77e47acf6990a892bdd126da6a8de6 +size 105333 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MF_Plaster.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MF_Plaster.uasset new file mode 100644 index 0000000..90375df --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MF_Plaster.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e53828613806ca12401528c066a7e6136cb683ddb27080775c4e3cfe3333ea95 +size 106634 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MF_StoneBricks.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MF_StoneBricks.uasset new file mode 100644 index 0000000..d9eba17 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MF_StoneBricks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41be0c4f24c1d11b28ed4fded41b8914a8738d4922d805dd0fd9a5964243c811 +size 108186 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Atlas.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Atlas.uasset new file mode 100644 index 0000000..80440a7 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Atlas.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7ab4234d0d5f20ed32482400685effeb213a5b07b5f64bcfdc907b5ce88f866 +size 130820 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Barrel_Jars.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Barrel_Jars.uasset new file mode 100644 index 0000000..85d4189 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Barrel_Jars.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cc4853e595a23a45c986a83ab5c8c0465d7d291dd84a9f89847e3fab92d8bf7e +size 125563 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Cart.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Cart.uasset new file mode 100644 index 0000000..b441365 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Cart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de9f04984bfa90e9e7d6df2ba43815ec6607ad3879ff2d3ef316a3979f061154 +size 130784 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Cloud_Large.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Cloud_Large.uasset new file mode 100644 index 0000000..df9d5db --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Cloud_Large.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4641570bc4fc3b1fabef6a47eb58a025a6e0263736576f85a1a34dce07367cfe +size 89971 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Crates.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Crates.uasset new file mode 100644 index 0000000..c15843f --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Crates.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:052ae2d97d26801fcedd87237b3c386a3a8a56aeeedaff34caf2451366d04532 +size 134399 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora.uasset new file mode 100644 index 0000000..c4a545f --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c63600fbdc5f4880b1f692bc1821fd37cbb85241972ea37ddab13f8591bc9023 +size 130002 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_02.uasset new file mode 100644 index 0000000..6ee85a6 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f0909c113afc0a40817f6fe1c04d0af0e6ce3bf51deba810d37d75398192b13 +size 114078 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_02_TwoSided.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_02_TwoSided.uasset new file mode 100644 index 0000000..02e3ca4 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_02_TwoSided.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5124e0adca3e45b4af4cf77fc93828d48a91ddcdc46df423246b04beea37fd45 +size 124790 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_02_TwoSided_2_Field.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_02_TwoSided_2_Field.uasset new file mode 100644 index 0000000..40f74d8 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_02_TwoSided_2_Field.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:522cf3b6c2c5f4d3e350b09b6ad0749258e7923ae9faf48849f3cd5a3a6ab37d +size 119922 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_04.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_04.uasset new file mode 100644 index 0000000..4772bc6 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3453d8eebee637edc845a7fb829043b7527403aae1c5b369e90a243a6f2fa2dd +size 113289 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_3.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_3.uasset new file mode 100644 index 0000000..3d63fda --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78649a2a2ffc618d673f95ada674d8cb873149f00e0fe857ed95b431c906fcea +size 114182 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_Flowers.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_Flowers.uasset new file mode 100644 index 0000000..cc7d219 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_Flowers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61571eb972da3da0d41933567507423a58cf62ac2f34038106ac37d09dfe3de1 +size 112221 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_Flowers_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_Flowers_02.uasset new file mode 100644 index 0000000..033c720 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flora_Flowers_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1ddabcbcc0d503846a5604f02e2a0cf3d47fd8a65eb79f820d2422b5452a90c1 +size 119771 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flower_Pot.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flower_Pot.uasset new file mode 100644 index 0000000..5e2c98f --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Flower_Pot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:bcc6d07e5d40a181a6aaa5cb99a55b1fdb17cb18807549faf002941b69b22369 +size 120227 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_GrassField.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_GrassField.uasset new file mode 100644 index 0000000..59912aa --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_GrassField.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a88aa594b6c46ecb1aa904b92efaa3ece3c2d52569811b5245bf4ed45b8d8852 +size 133554 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Grass_a.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Grass_a.uasset new file mode 100644 index 0000000..87d986a --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Grass_a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:435d51703508464fc320b134e9877bcc8e824286fbdc0cdc0adbf542ea875e4f +size 134011 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Grass_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Grass_b.uasset new file mode 100644 index 0000000..7da3459 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Grass_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:73f4dc9e038893ae40f7c47b22e0fae09f55d7c658717a7d88c774148ed34667 +size 133204 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Ground_VertexPaint.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Ground_VertexPaint.uasset new file mode 100644 index 0000000..d17dd25 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Ground_VertexPaint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a7ffe683fb77137727fa89928ee80b8877f2259e0afc4a289c177507fa81cb18 +size 123492 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_House_Decals.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_House_Decals.uasset new file mode 100644 index 0000000..6626d4f --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_House_Decals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a6b689618155ddd55458bd2d6ae550175f0a036f915ab113195dfe47f50cbc0 +size 97225 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_House_Decals_Normal.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_House_Decals_Normal.uasset new file mode 100644 index 0000000..b24d466 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_House_Decals_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6e2d471d89097f560960cb2926419a0ec487446f18d87ccc266fc3b04673aeba +size 83077 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_House_Walls_VertexPaint.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_House_Walls_VertexPaint.uasset new file mode 100644 index 0000000..c997a35 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_House_Walls_VertexPaint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:376827ae987756afd06c06efb673d7348b444b93cc605908aeac6f60d53b5e3a +size 110889 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_PP_TS_BlackLine.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_PP_TS_BlackLine.uasset new file mode 100644 index 0000000..275163c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_PP_TS_BlackLine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:240e1a6ed6ab03234753d7845caf56653e0931be0d445e440b5e851140b5b0c3 +size 90780 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_PP_TS_BlackLineHeavy.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_PP_TS_BlackLineHeavy.uasset new file mode 100644 index 0000000..cea5edd --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_PP_TS_BlackLineHeavy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd4f64c17ebd2b113e22f8b17c0cf8e1d2a312a622d543096d5efc2fd4f1b087 +size 87219 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_PP_TS_LineBlackRegular.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_PP_TS_LineBlackRegular.uasset new file mode 100644 index 0000000..9955f5a --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_PP_TS_LineBlackRegular.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ec820e5d05b14e8e5f92d9b49ddcb51ad574d7345c774da67472e0ee7308b91 +size 90803 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_PP_ToonOutlines.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_PP_ToonOutlines.uasset new file mode 100644 index 0000000..3676657 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_PP_ToonOutlines.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4bad375072e50cb9cf2e095b6849d6856862d7e5e28457de4050665b62dffa +size 85917 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_PP_ToonShading.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_PP_ToonShading.uasset new file mode 100644 index 0000000..d2028f2 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_PP_ToonShading.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fa9bbb60c6a7f3c85a5d0380c7193c545daf37a099d673708053afe581d23a7 +size 89835 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rock_Cliffs.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rock_Cliffs.uasset new file mode 100644 index 0000000..efbf239 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rock_Cliffs.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f73b111829da39dd09115c0388fe82b9494bf89a007a3df5aa767b018a069fcb +size 123629 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rock_Walls.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rock_Walls.uasset new file mode 100644 index 0000000..6226e21 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rock_Walls.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ae203732d16f71225a94d13e469c90b879dc0ed0aaf658ce661c5ed8b04e418 +size 107949 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rock_Walls_2.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rock_Walls_2.uasset new file mode 100644 index 0000000..d7d7031 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rock_Walls_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26ac033dde3b2ba94b514be2db116712b862441c6b6b575b2c6d6f1b971b39b5 +size 107953 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rocks_.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rocks_.uasset new file mode 100644 index 0000000..49701e3 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rocks_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aa15c8e61a98710c6c7c360e3cacf8adeadfa27f4b689c7d1ca34fbdeddbbdbd +size 107494 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rocks_Bricks.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rocks_Bricks.uasset new file mode 100644 index 0000000..559e1d5 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rocks_Bricks.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:afe4f5b4058edeb8f198e7c34ef820180357ccb850f0d6be64ae5e0065740319 +size 106931 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rocks_Bricks_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rocks_Bricks_02.uasset new file mode 100644 index 0000000..593bfa2 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rocks_Bricks_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a3d95dd960e67e6ba867214e81b183ec955b0598911155a4e317d8df3791eb5 +size 112717 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rocks_Bricks_2.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rocks_Bricks_2.uasset new file mode 100644 index 0000000..1c69974 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Rocks_Bricks_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9159f27c86e7e3192170f797eb394acbe8560cdd3ece7107027f4bd4e10bbbc8 +size 110178 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_RoofTile.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_RoofTile.uasset new file mode 100644 index 0000000..1c3db84 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_RoofTile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcb3f1fe68b03eeb264733e941914dc31c428fb39987b5447163ef8b6ad3cba4 +size 128434 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_RoofTile_Meshes_VertexPaint.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_RoofTile_Meshes_VertexPaint.uasset new file mode 100644 index 0000000..00ec0d0 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_RoofTile_Meshes_VertexPaint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96370a021800725ff378eb4a69cd76866d6771bd5d243afae96e3a99a7d2eaef +size 126600 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_RoofTile_VertexPaint.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_RoofTile_VertexPaint.uasset new file mode 100644 index 0000000..deba2cd --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_RoofTile_VertexPaint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f74adfcf578e78ee0aad87c1e5f2523b7d83323975b39830be25be85a5cc21c +size 131702 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Ropes.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Ropes.uasset new file mode 100644 index 0000000..44b3a61 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Ropes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7141777c5da8509c5ac7e15e4b7269cb5ddce5dd208488fef0ce7e3e74d8bf4d +size 138904 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Shrine_Candle.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Shrine_Candle.uasset new file mode 100644 index 0000000..d002bb3 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Shrine_Candle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5b341bb2d688103ea3f84515629d7434efb227f37731373806d77f9cd0611716 +size 130512 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_StoneBricksWall_.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_StoneBricksWall_.uasset new file mode 100644 index 0000000..51fd28b --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_StoneBricksWall_.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c7da8d49cf0991bb28cfc080761f98190b6ce8a7df98b37c1d826e7d3ec3757b +size 115639 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_StoneBricksWall_03.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_StoneBricksWall_03.uasset new file mode 100644 index 0000000..362a3d1 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_StoneBricksWall_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6a70d5ab428e63eb2e18f4c62dd6b590a29eaafa3b2342b3cbb0efc4d8ac0dd1 +size 124061 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_StoneWall_VertexPaint.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_StoneWall_VertexPaint.uasset new file mode 100644 index 0000000..5641583 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_StoneWall_VertexPaint.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34a7a64e426be4d982e4de52bdcd4114b330fd7285c8bd3516794407f4b235c6 +size 91276 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_StoneWall_VertexPaint_3.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_StoneWall_VertexPaint_3.uasset new file mode 100644 index 0000000..f846d26 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_StoneWall_VertexPaint_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09bf51b8b2c007a5b94d3c7fcea13ba4d0fd65afd27402445400471714f5692f +size 110250 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_StoneWalls.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_StoneWalls.uasset new file mode 100644 index 0000000..af6131e --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_StoneWalls.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:34d3973a6c7a9d80e19f2fd929e1944ab85a7f9c7a6aa8ca3e69c90f06c51f96 +size 90355 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Top_planar.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Top_planar.uasset new file mode 100644 index 0000000..5a31ca8 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Top_planar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fd1438a4590cdc6d998c7978e1096559ee9ed05f8ddcddb98cccf08368d58b6a +size 93396 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Tree_Flora_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Tree_Flora_02.uasset new file mode 100644 index 0000000..9fa3bf1 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Tree_Flora_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d9a961fb84b060d9d5d912dfc49b17336744849e136da82c382b7a29ffc587f5 +size 114240 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Tree_Flora_03.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Tree_Flora_03.uasset new file mode 100644 index 0000000..a7ca353 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Tree_Flora_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7a07e2e857552bcc79a5ced0baa4bb9c12af9ff29e3c4f7954c7194d15c66898 +size 113413 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Tree_Flora_04.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Tree_Flora_04.uasset new file mode 100644 index 0000000..0dd6987 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Tree_Flora_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b49427816dafcea09d88ea0606c15c8de64b73700973553f9d9dcb11e8ed85c1 +size 107905 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_TunnelProps.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_TunnelProps.uasset new file mode 100644 index 0000000..97997a0 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_TunnelProps.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed599fe40e697a8a30a18487d2f11d850fcedf6e8e46e418d1a0e9b05c897f29 +size 98757 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WaterMill_Wheel.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WaterMill_Wheel.uasset new file mode 100644 index 0000000..dfc8a75 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WaterMill_Wheel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:459b227770936d653e2f17782e3483023f2e484d86382209bb69a1591a72be57 +size 132439 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Water_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Water_01.uasset new file mode 100644 index 0000000..1290e16 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Water_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:69aa662009850bafddcc5824d31cac8afe01ffaec0e11e922e3f59ab746d3346 +size 89643 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WindMill_Palms.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WindMill_Palms.uasset new file mode 100644 index 0000000..f48c090 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WindMill_Palms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:480c1ac3bcca33e46ec3889b12e17ff2172483ef766fefecc1b97e9bcc134d38 +size 117730 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Windows.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Windows.uasset new file mode 100644 index 0000000..e441fdd --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Windows.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5fe872a0832471a40bf4bec7af4e380933a91d9ed2029c9fbe0241d4fc8258eb +size 126614 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Wood.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Wood.uasset new file mode 100644 index 0000000..98a2461 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Wood.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60f114e3090a268879a9630a400eb6b1bc9f4c1923724146571162b1ef40d858 +size 117145 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WoodTrunk.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WoodTrunk.uasset new file mode 100644 index 0000000..31dd38c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WoodTrunk.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f5511bcd31870e5521d95fe09cc5cd27b4c2d0bf799d372c24d8e861b8379e82 +size 133562 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WoodTrunk_Tree02.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WoodTrunk_Tree02.uasset new file mode 100644 index 0000000..e93865f --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WoodTrunk_Tree02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ef33246dcc7fb24e9ef7fd8ae37c48ae257ba85c79da2e626343ada24e2c56b +size 134835 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WoodTrunk_Tree03.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WoodTrunk_Tree03.uasset new file mode 100644 index 0000000..f0a4d34 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WoodTrunk_Tree03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86fbe3da3c7c3899bea4e7efcf9875ee46dd976d41da985116f3fda83d691192 +size 132613 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Wood_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Wood_02.uasset new file mode 100644 index 0000000..928fcdb --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_Wood_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4b7c894f072e30d5a30dae0c2b0d0ac5dba047dd2841a7e7608b23f6769e5858 +size 118385 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WoodenMeshes.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WoodenMeshes.uasset new file mode 100644 index 0000000..92ac3ea --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MI_WoodenMeshes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64f8bf1cc126a8cd7e49be830774f50b2471996b874816fa6445911e6c799f0f +size 116920 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Clouds.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Clouds.uasset new file mode 100644 index 0000000..6f7180b --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Clouds.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:788143fc964c6cd5dbfffd392d9739272567396e07168b91f3c81f0ad8352a27 +size 143853 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Decals_Basecolor.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Decals_Basecolor.uasset new file mode 100644 index 0000000..59c4b4c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Decals_Basecolor.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a6a06a5e9e5a8c1a319e8c44287447ccd64cde476fdb930bd91c3def65257d6 +size 111801 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Decals_Normal.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Decals_Normal.uasset new file mode 100644 index 0000000..89bdd73 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Decals_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66c36ab60d67127d2b75e28af2f1448094a6d5d38075e361473b9a264605b5b6 +size 93217 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_Default.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_Default.uasset new file mode 100644 index 0000000..1e33337 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_Default.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:465da3d8137ce6097926a6c6c4118482e760cfb8329e31753da980ad443001b2 +size 153097 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_Flora.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_Flora.uasset new file mode 100644 index 0000000..165f207 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_Flora.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d692090ce2e78a80c91dc2829b1499d3e159545ed83dda6daa358e47105b3eb +size 166149 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_Grass.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_Grass.uasset new file mode 100644 index 0000000..d9b650d --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_Grass.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:091fd8b83d1a2641f2afbaea80659405bbd165ba417d72491c0b68f184296497 +size 213632 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_RVT_Top.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_RVT_Top.uasset new file mode 100644 index 0000000..c57504c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_RVT_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3753605f7f78975d5d94dcb29de1df647261612408d0d255990287bb61bdcb05 +size 177110 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_VertexPaint_Rooftiles.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_VertexPaint_Rooftiles.uasset new file mode 100644 index 0000000..aadcea6 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_VertexPaint_Rooftiles.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5693ff73aa60fd700816fc147d58ee80168907f2703b0c001a19cf06f094a2f1 +size 166909 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_VertexPaint_Wall.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_VertexPaint_Wall.uasset new file mode 100644 index 0000000..73bcbbd --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Master_VertexPaint_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4679262610f2f37b5cab9026180213c3f3c4fbb6aa9538826f3c5d91bcc02478 +size 182602 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MM_PP_Sharpen.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_PP_Sharpen.uasset new file mode 100644 index 0000000..aaf549d --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_PP_Sharpen.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83dc2477a817d35bf8d0296df478fde2dd61fe198816d7a73ea351ff9509a57d +size 98694 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MM_PP_TS_InkOnly.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_PP_TS_InkOnly.uasset new file mode 100644 index 0000000..9c94586 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_PP_TS_InkOnly.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3f67c956d7d577361959a5a65d985401117bbc369bc502b17780b7a620519132 +size 136405 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MM_PP_ToonOutilnes.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_PP_ToonOutilnes.uasset new file mode 100644 index 0000000..9e24913 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_PP_ToonOutilnes.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7ad8716f079c1b82c1953a267cae2b5f2ab7c4f5b0fe5f64b48330e28531689f +size 117633 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MM_PP_ToonShading.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_PP_ToonShading.uasset new file mode 100644 index 0000000..842afd0 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_PP_ToonShading.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb2e4143ea273f3a28293b35a796f06497f1e9f1a0b1fa743e001d32f2869247 +size 121648 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Top_planar.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Top_planar.uasset new file mode 100644 index 0000000..3c28de2 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Top_planar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2c32f21455531acb2d58c7cce6733281c2a9e19da548495cb5af16351966b07e +size 117010 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Water_Master.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Water_Master.uasset new file mode 100644 index 0000000..1ac9df2 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_Water_Master.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a344f48c27bfcc483c2837056e7367454e2801b9e6141467c09b69092a73c9a1 +size 127760 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/MM_WindTrails.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_WindTrails.uasset new file mode 100644 index 0000000..4e855b2 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/MM_WindTrails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51fd0d8d0b649396093e219bc528b9706e494230484167d3707e8b22d1d81923 +size 78981 diff --git a/Elistria_Calling/Content/StylizedProvencal/Materials/RVT_Landscape_Height_SVT.uasset b/Elistria_Calling/Content/StylizedProvencal/Materials/RVT_Landscape_Height_SVT.uasset new file mode 100644 index 0000000..7e20198 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Materials/RVT_Landscape_Height_SVT.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d38e6f6959991a832286c9f104032de876a5a1f238eb5d897fcdb6b49e59daf1 +size 2997832 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Bush_2.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Bush_2.uasset new file mode 100644 index 0000000..810b1c0 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Bush_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a940d7286248a397b4fcbda3a8ce0497a79e3ab7bb54f279c5836a20ccab9c55 +size 105456 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Bush_3.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Bush_3.uasset new file mode 100644 index 0000000..8eede06 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Bush_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:91558aae46588ad7cde973a6705375de3c19ac8a599223fae2db9fc309fbd77b +size 106123 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Bush_4.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Bush_4.uasset new file mode 100644 index 0000000..091a2bf --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Bush_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80b8a16a3100765d6180a44e030f89e176bf0d6c3733833c539feab8264cd0a7 +size 97558 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Rock_1.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Rock_1.uasset new file mode 100644 index 0000000..84bd54f --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Rock_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ccd95ff2df5ee34c3add59fd1a01f3e74b40475b9ef964b1a207617f4f8216b +size 104435 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Rock_2.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Rock_2.uasset new file mode 100644 index 0000000..24a8d91 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Rock_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63dbd8ff308852ab1827c9ff84237e53bde82849b00db0866026c46db589a162 +size 94069 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Rock_3.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Rock_3.uasset new file mode 100644 index 0000000..c75aefd --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Rock_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:988d630662acc01ed8cda6a3cc85cb41729d6ea1e13be7026e0ac03e18d9c98b +size 93751 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Rock_4.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Rock_4.uasset new file mode 100644 index 0000000..66152bc --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Rock_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1396902bc7391aeabe6fa07f277c181e9a26b601435c07d1637228baa14d7b40 +size 85822 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree01.uasset new file mode 100644 index 0000000..b713f28 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:33c2702ef29bbeba556484f63c57058b72d67605864a5877ec7eef3f53d04b7e +size 107953 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree02.uasset new file mode 100644 index 0000000..3ac960b --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4741c3eebb0f0aba32a6820b5ac38af4f7ebdbcce2fc0e909eb9795a32a5e82c +size 111434 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree03.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree03.uasset new file mode 100644 index 0000000..7d882ea --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b246dee026c9c7960ef4527c5caf6aec7ce80f64ad900aed59328d801b1a8b5c +size 111636 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree04.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree04.uasset new file mode 100644 index 0000000..493c8a6 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2eee85a0c40bf30aa68e3254e44767ecbb12325c37c29e89e7848366a0379b3b +size 108988 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree05.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree05.uasset new file mode 100644 index 0000000..4a4002a --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:95850a9d4612372bf51bd5fdca099d98424f2f82fc262cf73483a5e61f6138ee +size 108988 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree06.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree06.uasset new file mode 100644 index 0000000..e4f79a4 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Forest_Tree06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c0db271167a7a1e4cb39d106562f441be4e8adb11acf2eac983b0515fdd61a2f +size 104704 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_GrassField_01_a.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_GrassField_01_a.uasset new file mode 100644 index 0000000..4e2dfc6 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_GrassField_01_a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:441f2fb58aa8ad1df43c1c5f9fab8d4e6a7feb250aa1aff6c3812f2e33e1e6f6 +size 91805 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_GrassField_01_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_GrassField_01_b.uasset new file mode 100644 index 0000000..f5e656e --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_GrassField_01_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:74c592af70df91e7c1318b5c7b53e53412bb663661ebe37b7a15230e46d37b91 +size 91624 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_GrassField_02_a.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_GrassField_02_a.uasset new file mode 100644 index 0000000..991b6e0 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_GrassField_02_a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d45a649562389ebda5cbf08347fd0a3d5349cbd6b630c9ca7b395f42b24ab730 +size 91396 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_GrassField_02_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_GrassField_02_b.uasset new file mode 100644 index 0000000..ce2dd91 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_GrassField_02_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2458d366842138a9b741f2f5b17e6eb65e173a4adfa8287a12a5f4e32a67ae0 +size 91515 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Grass_Small_01_a.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Grass_Small_01_a.uasset new file mode 100644 index 0000000..815093a --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Grass_Small_01_a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4484b4b1f04857db83c01bafd3f792828c77562aca9be00fd6198380e672763f +size 85919 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Grass_Small_01_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Grass_Small_01_b.uasset new file mode 100644 index 0000000..0a038dd --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Grass_Small_01_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:157bea455a406d8d9e7a87dd9c9e7c55ff847a63725e0f1fbd98f56258df09b9 +size 86279 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Grass_Small_02_a.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Grass_Small_02_a.uasset new file mode 100644 index 0000000..a65b2cd --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Grass_Small_02_a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d95779ee3d959e7dea2a7a6238f8f6c16d9e57c219dc5e8308c525e34ca9fb4 +size 85698 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Grass_Small_02_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Grass_Small_02_b.uasset new file mode 100644 index 0000000..e1cd6b8 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SMF_Grass_Small_02_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cedcc1bf74029d4e87df6ce0bfc63e5dacfcb1e0746508cce84bcb382d9d0b7a +size 85579 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Barrel.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Barrel.uasset new file mode 100644 index 0000000..e9a5372 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Barrel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d00c08279f27ee3010a2515d5a1b72338847b9ab5444fdffe4092cfadc61ff5 +size 165065 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Barrel_Open.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Barrel_Open.uasset new file mode 100644 index 0000000..54b1244 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Barrel_Open.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:181ac60ff84ae2a797243fed1ef3bf5fb85f7d9670d5d36353948ff4d939fa9f +size 146366 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Barrel_Top.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Barrel_Top.uasset new file mode 100644 index 0000000..9b8824a --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Barrel_Top.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:27a5895a83c73f1960243ee9bb4974c50f99a455b3a51f4c41366bef17b1429b +size 116463 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bench.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bench.uasset new file mode 100644 index 0000000..a1e14bf --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bench.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a991e1e1ff8053884f17694b6b6ff30148d43d223b1320adfda76f2567432437 +size 105643 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bridge.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bridge.uasset new file mode 100644 index 0000000..1a96040 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bridge.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cabb3e6ad3f54bbadff7e470a3036e16c72e7b24c11609ce4205293481928964 +size 263505 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bush_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bush_01.uasset new file mode 100644 index 0000000..49499eb --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bush_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e986484063fbd0615bb19c933c427d58007dc925ad3803183f2562b7216100b1 +size 222701 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bush_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bush_02.uasset new file mode 100644 index 0000000..6862f06 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bush_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0adaa7fa39d1cb156180eeb417396b7fcd2210134002674fbb66bdc2a9c311a6 +size 105960 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bush_03.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bush_03.uasset new file mode 100644 index 0000000..1c73bc0 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bush_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe52abfa630f69938685a16d0d6c0c1454166adc45808fcba93b2f2f0968be5e +size 115462 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bush_04.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bush_04.uasset new file mode 100644 index 0000000..03ecf04 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Bush_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ad5051582deaa06a153e766e19ad20c2d09cfbc3e061f322197d2b1023199b3 +size 351088 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Cart.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Cart.uasset new file mode 100644 index 0000000..412488a --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Cart.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d7cbb58f775eac9ecd418bc7a68eb7f646f2d2aa862d20a7175b6793d2c5267 +size 306045 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Castle_Wall.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Castle_Wall.uasset new file mode 100644 index 0000000..5375759 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Castle_Wall.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f14986272538b247d7c78d29bf9fccd64bb9ad579b5f9ae98b86de4908ffd63f +size 154839 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Clouds.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Clouds.uasset new file mode 100644 index 0000000..512d1d5 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Clouds.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a9d048702505939188b495c9ec14f41187422668c05812ff0b60f21930e0a02a +size 172036 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Crate_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Crate_01.uasset new file mode 100644 index 0000000..ce3f3c7 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Crate_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6095bda7eaf33922a6b997ef30f7899557e78ea94086fffd83540525f19ffa37 +size 130011 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Crate_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Crate_02.uasset new file mode 100644 index 0000000..e421096 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Crate_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:744791339df05191adc46f5edf1b11cc42c7f164613014b27e8e9fea177d0396 +size 120120 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Crate_03.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Crate_03.uasset new file mode 100644 index 0000000..14752e0 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Crate_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6ee51d39b460c2a97a6a3144050a45a4c14b6e63cc5db48ac4a4b54a3cfa74a5 +size 117164 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Door.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Door.uasset new file mode 100644 index 0000000..674aa7c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Door.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f332882ad3cf4614500eda0c2a9611911ad6de9c7be37f16b7e7b64a40bab8cd +size 188084 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Fence_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Fence_01.uasset new file mode 100644 index 0000000..a38f4e8 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Fence_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:468b512ac3aa2137454115dd342e9974b739f2cc69cc25ab3050bfe4133ca952 +size 248990 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Fence_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Fence_02.uasset new file mode 100644 index 0000000..c7b680d --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Fence_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1eee7fdc2b2a4fdb4d2fcf9af7f9bb3f28d690aada7f0feadfd72f80c4c5a8f1 +size 189794 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_01_a.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_01_a.uasset new file mode 100644 index 0000000..07a0b63 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_01_a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c38a4f5f8a48d6e20a8f053f723f66ef2e905818174d994645496b453abc0238 +size 96796 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_01_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_01_b.uasset new file mode 100644 index 0000000..6b8d2ca --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_01_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1f80474b8df6bbd9022057b12f81cd7cf6bba1eb5d886caeaffe427b0b222cdf +size 106768 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_01_c.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_01_c.uasset new file mode 100644 index 0000000..446675f --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_01_c.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:641a33c73fdd77687af1283c30ded0b88c58cc36ad7e77c8b17dd6f0b3889977 +size 118722 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_02_a.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_02_a.uasset new file mode 100644 index 0000000..e0ad081 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_02_a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:92e58262991731c29d610756d56ec21b5d01d6ee5ec330341473a62804848001 +size 99930 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_02_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_02_b.uasset new file mode 100644 index 0000000..e6f0a78 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_02_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d641afe460d8615b73ce6eadc24ba77bd9750c1516f554ea6b39e74df47961 +size 107595 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_02_c.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_02_c.uasset new file mode 100644 index 0000000..679afd5 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_02_c.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c4305abe0b1cd2567529f263505f210f4c39727ba9eb1b1d44ea5d10fdc6d11 +size 96425 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_03_a.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_03_a.uasset new file mode 100644 index 0000000..4ce5f1c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_03_a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32fa8dac9606f22d32c1a4ca0ff8387774da14c04c896ba7d4490852b81fb735 +size 108598 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_03_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_03_b.uasset new file mode 100644 index 0000000..28f88a8 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_03_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ff4545a385b1e0b1ee349e2e9cee1c16b83e8175b451226328e8aecbac3bd87f +size 97702 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_Pot.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_Pot.uasset new file mode 100644 index 0000000..e2fe6c0 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Flower_Pot.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ed787e2230223759232ae1b8aae1c920d28240a2bd013f15eba02b2631bc366c +size 119699 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_GrassField_01_a.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_GrassField_01_a.uasset new file mode 100644 index 0000000..a7c18a5 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_GrassField_01_a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cbac82f723f91e8e21a6a2426bb2f3200383308b382cc95fbea12abd67d9c7cf +size 108733 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_GrassField_01_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_GrassField_01_b.uasset new file mode 100644 index 0000000..4ca0349 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_GrassField_01_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4e2e80afa36295d078ce39b0589c3524d8281bd44323e5e1603d66e4d74796cd +size 109037 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_GrassField_02_a.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_GrassField_02_a.uasset new file mode 100644 index 0000000..777c31f --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_GrassField_02_a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d7b6af9509c411c44931961896ae821ed183cb5d6a2cee937f74e57378d4647d +size 113573 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_GrassField_02_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_GrassField_02_b.uasset new file mode 100644 index 0000000..f9e501b --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_GrassField_02_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ccefc498392d9299ca5ee508d212c9c9d3dca2edcb8c93eff4da249a6ca0537d +size 114804 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Grass_Small_01_a.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Grass_Small_01_a.uasset new file mode 100644 index 0000000..faaeaff --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Grass_Small_01_a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:563335703514d3e837246c0b0641c9a6645129cda4fd4490116ad0b5a0a0e674 +size 99228 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Grass_Small_01_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Grass_Small_01_b.uasset new file mode 100644 index 0000000..5ffcfe7 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Grass_Small_01_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:31cb3a91d00ca2db523b1b3d69c6868701ee0f9b347c89cb808eba60016e7b67 +size 102300 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Grass_Small_02_a.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Grass_Small_02_a.uasset new file mode 100644 index 0000000..3e06333 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Grass_Small_02_a.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:66d9d0d104b4eff7c379d36c9bdea4e35cdcda0aa614886bcffd5578f37e2993 +size 99891 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Grass_Small_02_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Grass_Small_02_b.uasset new file mode 100644 index 0000000..5add91a --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Grass_Small_02_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12f602d86ecba126c69af250eba09c8ffd45b4701b46bdf2d366ece4dd05c013 +size 100000 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_01.uasset new file mode 100644 index 0000000..b1532e5 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ab0f27be91719fdc00f403c36d45b40690763457787db29c1075bdeb0dda075b +size 3590839 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_02.uasset new file mode 100644 index 0000000..9160ad8 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3b15816019c9a2fafc1797f40593463bb96be5810b638e0a8feaa31c55874f4d +size 617068 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Barn.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Barn.uasset new file mode 100644 index 0000000..aa6cbef --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Barn.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6dec5b37c2be9cdcc109f1c2328800ce5c41f3b513d7de42b797a12a58b5c7a0 +size 370343 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Ivy.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Ivy.uasset new file mode 100644 index 0000000..b7e266b --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Ivy.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caa1e0dc5ae0016c674470a327375c0402416486f7bfd8d8753c2be6dfb7358b +size 918527 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Main.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Main.uasset new file mode 100644 index 0000000..eaf01e6 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Main.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c66058f7df9fce7259b5a2c5cc9ccb6c9298d388f7b5e30eb00055e7e6b9b3b6 +size 2706897 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Main_Decals.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Main_Decals.uasset new file mode 100644 index 0000000..3c84945 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Main_Decals.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c71ff052e0ea39907cf1f5213c0a8eefeb3ded04aecd197bb660e7ca4e04097a +size 114099 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Passage.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Passage.uasset new file mode 100644 index 0000000..16f02e5 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Passage.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:db9e48b4c38f918a7a2b56f780268681808f848c8dadfdfd92816d7d37d790f8 +size 2775553 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Tower.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Tower.uasset new file mode 100644 index 0000000..a692693 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_House_Tower.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee01d346c13f0ebe4c77b6650fd575b1834750a159f3d23fbcc77aa18bb11221 +size 702378 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Jar_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Jar_01.uasset new file mode 100644 index 0000000..0eb16a2 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Jar_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5387c11262aebad8086f729ea3be384c39817878f422d955a10100bccc08ccf0 +size 145759 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Jar_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Jar_02.uasset new file mode 100644 index 0000000..b84f2d3 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Jar_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b91070a5b5c2a5cf78fea8714bdff486dc0278d47c36e61c7097664b196c0bac +size 145083 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_MatTest.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_MatTest.uasset new file mode 100644 index 0000000..f8383b2 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_MatTest.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:786d3c70b259b343478d0cd9ed45080ccacbb39df8df3ce27d97b632b665382f +size 140154 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RiverPlane.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RiverPlane.uasset new file mode 100644 index 0000000..8dee15c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RiverPlane.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc78f4108b7e2c4da0985fc80211ba31b58380603afd6e38101a5015b8f07489 +size 96106 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RockBrick_Medium_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RockBrick_Medium_01.uasset new file mode 100644 index 0000000..a44dd02 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RockBrick_Medium_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ceaa173bd385f747df218898de8a3b593094cca32a06e53a43e21d88a8e4f50d +size 105741 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RockBrick_Medium_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RockBrick_Medium_02.uasset new file mode 100644 index 0000000..9e98cee --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RockBrick_Medium_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c867d15ac63ff741bb6078e4f05aee7d3fe489834f79995a71c4545ccacd2921 +size 105508 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RockBrick_Small_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RockBrick_Small_01.uasset new file mode 100644 index 0000000..1216c1c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RockBrick_Small_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa28d321d0ad48ca674ac18e61f087ac0f3dc85ec5893bc662590ba5b45ada6d +size 97941 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RockBrick_Small_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RockBrick_Small_02.uasset new file mode 100644 index 0000000..1ccd6b8 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RockBrick_Small_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75587b7833128e22934b0bd2cb0f99f1fd84a968e2bed1c5b017aa1a9d186d16 +size 98674 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RockBrick_Small_03.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RockBrick_Small_03.uasset new file mode 100644 index 0000000..94a3301 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RockBrick_Small_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2855b8ac4048c71c54886eade704ecb72efa25da690a1158e833b2472ca15cfb +size 96775 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Cliff_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Cliff_01.uasset new file mode 100644 index 0000000..156c86c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Cliff_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c23f477da3948e7602100ee9ef27baf8c4cf6731ae3932cf86f12ab6731889f +size 177275 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Cliff_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Cliff_02.uasset new file mode 100644 index 0000000..c9c1632 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Cliff_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e6ed47b7f0af3ce93b61fda0b57c838e40049f5a57f53a7bcf1df48802f1e372 +size 170892 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Cliff_03.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Cliff_03.uasset new file mode 100644 index 0000000..e13b0bf --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Cliff_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:25c19982cca6564a9be9b73db07a188c0d1348142efc8af09a94a0a6c22ca570 +size 188122 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Cliff_04.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Cliff_04.uasset new file mode 100644 index 0000000..3156d0e --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Cliff_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22f9181e992a43f7fb92c7657f44099814bd843d33a0ec44771d496d4c00013 +size 169084 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Large_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Large_01.uasset new file mode 100644 index 0000000..4bb5260 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Large_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c451d1531a594e757f7c489f0e45a2b448f9e58f8e28ace0d9d5525ed9928438 +size 223294 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Large_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Large_02.uasset new file mode 100644 index 0000000..ccd05b6 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Large_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8ceb2d30359f43d00dc51100c599f11c27fe86246a3b2a7ae0df8ab7f8a91fa +size 185403 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Small_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Small_01.uasset new file mode 100644 index 0000000..6c376ac --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Small_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:580129116ac0789a9ce7dacaec37bc4d7313dceaf2ba152f083d6c432d5883e2 +size 105936 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Small_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Small_02.uasset new file mode 100644 index 0000000..e2694e9 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Small_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e9fcd71e604148f29cf33da1e41a5fe34dedc798a43d73a58fdd5982ed4a82e3 +size 116657 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Small_03.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Small_03.uasset new file mode 100644 index 0000000..e0e79e3 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Small_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8ebd186a6d6b7a7181d8759e2063a886e6d71d31c3b03bd61faf3b25dc8bc50d +size 105784 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Wall_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Wall_01.uasset new file mode 100644 index 0000000..dc82200 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Wall_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c714914b73ce9b890c344c852c9507c6eee697c256ad3febc7c67069c0b5f21f +size 151551 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Wall_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Wall_02.uasset new file mode 100644 index 0000000..0361ba3 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Rock_Wall_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:24ee7f5e7941f70ddcbf31afb3411a50c3a964fbdfe8be08f8584164ef25309a +size 150367 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RoofTile_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RoofTile_01.uasset new file mode 100644 index 0000000..6cc22cf --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RoofTile_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3e64d5554a5a37236b0cc501b0822742e6037dba88bfcd871a01589de80a8c4d +size 98863 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RoofTile_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RoofTile_02.uasset new file mode 100644 index 0000000..b3450a2 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RoofTile_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8a5d33df66266413b5ea5fbb61d682eec53bad7ebaa1daca0f8497336c4d8a12 +size 99112 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RoofTile_03.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RoofTile_03.uasset new file mode 100644 index 0000000..4188a80 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RoofTile_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555eaccf46701d187e62e1713249053bb6bde5fad937275e42e78d6d88159deb +size 99272 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RoofTile_04.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RoofTile_04.uasset new file mode 100644 index 0000000..4abdb56 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_RoofTile_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230e8cd20099b1e03f30efccf3d32181a8fa91e8ac8178abd1b53004fa62f0f7 +size 98503 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Shrine.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Shrine.uasset new file mode 100644 index 0000000..aaa1a1e --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Shrine.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:847b1792e94b19d4eca8c327d2d5365c9af58a0178a5ed84d9caf41d5575ce7a +size 298174 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Shrine_Candle.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Shrine_Candle.uasset new file mode 100644 index 0000000..9ba25d4 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Shrine_Candle.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8884012df55f3e47051d4546a22b604bc82576e2f4304b631246a528ec504faa +size 234043 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Stool.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Stool.uasset new file mode 100644 index 0000000..bf78ac4 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Stool.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1d525e71ec4f7ee53e3e7b0e1b4aaf7538eb5455a675358c4773c2002a9fb061 +size 104409 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Test_RoofTile.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Test_RoofTile.uasset new file mode 100644 index 0000000..d09aa6e --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Test_RoofTile.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:707db24be412fae61328e0151204a32176f328a501eb7aee99b2c10cb39cb93b +size 165818 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Tree_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Tree_01.uasset new file mode 100644 index 0000000..01f4639 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Tree_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:59836cd08c5e59fe6e494e255f2b6c0a87f78c8d565e20e8909e2272f979cfcb +size 735825 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Tree_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Tree_02.uasset new file mode 100644 index 0000000..9880075 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Tree_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9afd48f2a456c61289fb99dcd5f18661aeabd1a31ddb10688934c8e50e556a2f +size 959126 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Tree_03.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Tree_03.uasset new file mode 100644 index 0000000..84bee8d --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Tree_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8bd5e41e1204ce8432aeab4dc4f889a5303ab735ca212f74d9d7ee73867c3f30 +size 669514 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Tree_Cypress.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Tree_Cypress.uasset new file mode 100644 index 0000000..854da69 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Tree_Cypress.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce4da8bd2559ea4b68cb4b02c89ada57b9e175d82f5a7356f0cf710183a20846 +size 297864 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Tunnel.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Tunnel.uasset new file mode 100644 index 0000000..c665f8b --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Tunnel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a98889cabcdb9f8dd121dfda545fecebfd2d6b2399fd3aa990b27b4cc536feef +size 567970 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_01.uasset new file mode 100644 index 0000000..4d406e6 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d81ad4169512b1838de1f5e9a47dff1214ca7d9c2e0b5353c867029d58ef4895 +size 135512 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_01_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_01_b.uasset new file mode 100644 index 0000000..9c2e071 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_01_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1abf43906896e6d7444fc0f063efca9e295691afcd5faba0b86d875ecd5ca90f +size 140752 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_02.uasset new file mode 100644 index 0000000..6f73387 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c09ca975d060d44bbf678ba7fc1b00280d02afbd9054de42c78b3a58625eac05 +size 110081 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_03.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_03.uasset new file mode 100644 index 0000000..0fe2e8b --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7e2b4bfa33f0d601cf43606a9a3f71692f3c2a5e06acb9223f8005ed8b273a35 +size 120231 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_04.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_04.uasset new file mode 100644 index 0000000..1af3041 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0517dab6cf1cb94fb9076009c2cb1a6311999acfe85efac8de4d937413982f1e +size 99521 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_05.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_05.uasset new file mode 100644 index 0000000..f608e4d --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5d2a55e85ab6b0f87e655d3df0e833c7638dfca8a3be837b02ffe064c32c71 +size 105167 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_06.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_06.uasset new file mode 100644 index 0000000..5490c73 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a363afa075eb92396b009abb2eee87052c75d2e46b4ba520489a642d01766de7 +size 110630 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_Flowers.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_Flowers.uasset new file mode 100644 index 0000000..4d7a842 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vine_Flowers.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:597f81e70e31f73fccd5a063c211b078b0c2eb736fb9f6a0064544b0d6e78e51 +size 104842 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_01.uasset new file mode 100644 index 0000000..896f9ad --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6d5ff67fa3ab0c8550e6ee524496992f121563a6748e7ebce320316d8eb7bdaa +size 132217 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_01_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_01_b.uasset new file mode 100644 index 0000000..0dec89f --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_01_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:15dd4fcd2f19b55b79ca8d0bd33a882fb33fcb3785ff383961a3df232d346039 +size 134763 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_02.uasset new file mode 100644 index 0000000..b06cd43 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c4eb3a4a9380d5f2ed54abddc540f47ddfc8a14289fc07af588a990f63437019 +size 159433 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_02_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_02_b.uasset new file mode 100644 index 0000000..34ee4b0 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_02_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d3b7204af91ba1bf60d2f7986471ceb9675b994a8b18fa8bd142dafc3e5231db +size 163004 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_03.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_03.uasset new file mode 100644 index 0000000..1de8c41 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df570fd13594a327d81aa51e3747ed641c1549fb4bbb0737acf45a4c717a428b +size 174439 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_03_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_03_b.uasset new file mode 100644 index 0000000..be3c30f --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_03_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e194bd4612e32c06169b7d6bddb46234f3101eab44139c712b23c2f473474323 +size 177425 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_04.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_04.uasset new file mode 100644 index 0000000..9cb4023 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:58e4b8e6b8f7484f87f0aadaffc69389eb2c422583b946481f475bd5eca9469e +size 141961 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_04_b.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_04_b.uasset new file mode 100644 index 0000000..1686c02 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Vines_Group_04_b.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d18639f13b49161b2b234e3a9feb44a16b56ef44bab3271b978b37aca366f02e +size 144467 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WaterMill_House.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WaterMill_House.uasset new file mode 100644 index 0000000..31aba59 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WaterMill_House.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:711eae7e0a5eb7e41f090223d758a516001b3322d2363d32569c696173164b15 +size 997990 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WaterMill_Wheel.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WaterMill_Wheel.uasset new file mode 100644 index 0000000..f48fd2c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WaterMill_Wheel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80a6c45c2692181b1a496075307ff000188f7a07617af58700065240973a2ac2 +size 186284 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Wheel.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Wheel.uasset new file mode 100644 index 0000000..78ce789 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Wheel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be41b94475864b746cf539a02a427ebb84597c3fcbb3545cebabd62d59892115 +size 179420 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WindMill_Palms.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WindMill_Palms.uasset new file mode 100644 index 0000000..6f84663 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WindMill_Palms.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:47d657ba6f16b4ec8ecc269da87d04eebc9b3ebf48334322318e0ef633d5c015 +size 145906 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WindMill_SM_WindMill.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WindMill_SM_WindMill.uasset new file mode 100644 index 0000000..b3d6f6a --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WindMill_SM_WindMill.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:80245c307e8b53ae5577991e4aac5838b8755434220748986495e74a53cfd6fa +size 1069327 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WindTrail.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WindTrail.uasset new file mode 100644 index 0000000..13dc892 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WindTrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:72ee6dbfbea340051f8104693da9f6b1f3bb97158a9af62d8b3cf666aeb3aa7a +size 104515 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WindTrail_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WindTrail_02.uasset new file mode 100644 index 0000000..6c071c8 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WindTrail_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee22a446eadae6814e1e8e92d0255a1a27619760155ecbcc1488fd65aa4428a9 +size 105072 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenArch.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenArch.uasset new file mode 100644 index 0000000..fe4fbb1 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenArch.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2877c92c0ee683934dfab178a414eccf89bf5eee9d2cf00474e9ea275d92356 +size 108471 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenBeam_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenBeam_01.uasset new file mode 100644 index 0000000..bcac323 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenBeam_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87bc5ec1f8b5cca964c26d7ce7325fa5b4c2f17c61de7d04253521943337b5e1 +size 101805 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenBeam_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenBeam_02.uasset new file mode 100644 index 0000000..56cca04 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenBeam_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f3c7718522cd3f972bfce24cf06391bdaf21867f8648a046f4dade87d408d9f6 +size 105031 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenBeam_03.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenBeam_03.uasset new file mode 100644 index 0000000..4b95755 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenBeam_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:995932b7e1c8ded4da7630c9484bebe61077ac14801a1bb34cfd8a22f82609b6 +size 103387 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenBeam_04.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenBeam_04.uasset new file mode 100644 index 0000000..e720ae8 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenBeam_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3eb892341edce04407bac7b561f49da316b3263dc910697a34126e45fe4d3075 +size 99184 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenBeam_05.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenBeam_05.uasset new file mode 100644 index 0000000..144e958 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenBeam_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:68887877d9545e1507b594af7c93b2b24164b7553b59ba148408df2cdddb25ff +size 105088 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenPlank_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenPlank_01.uasset new file mode 100644 index 0000000..9d50965 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenPlank_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:94dfba08a571556521f9f0fe31c38efcfe539280bff354b7d37f86b235e18d98 +size 102086 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenPlank_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenPlank_02.uasset new file mode 100644 index 0000000..44c44dc --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenPlank_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1972fe2c704738cb97e382b8dd0ccde4301f539d795848d3da5914bd41af427a +size 101958 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenPlank_03.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenPlank_03.uasset new file mode 100644 index 0000000..9888c72 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_WoodenPlank_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5456b1469d51882a390bd15cbe89b0336dfb6823bd440605ee02cdf6438caf4 +size 100655 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Wooden_Arch_Tunnel.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Wooden_Arch_Tunnel.uasset new file mode 100644 index 0000000..6ec156e --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Wooden_Arch_Tunnel.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:12d430fecc21a5ce09060b641b5d7dd64a4a7ec0743f69004f945ba58c0952a9 +size 126985 diff --git a/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Wooden_Pillar.uasset b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Wooden_Pillar.uasset new file mode 100644 index 0000000..c4165ef --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Meshes/SM_Wooden_Pillar.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dfb5952a016956e87bb39f50460c4d77058212461c04db56d84bfad4af4c481 +size 106210 diff --git a/Elistria_Calling/Content/StylizedProvencal/Particles/P_WindTrails.uasset b/Elistria_Calling/Content/StylizedProvencal/Particles/P_WindTrails.uasset new file mode 100644 index 0000000..a26771c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Particles/P_WindTrails.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f20946f6eb4b3b700b8c45966a9c44f9dc2c2fc8d2e272cda97ab3cdf2302c99 +size 36206 diff --git a/Elistria_Calling/Content/StylizedProvencal/Particles/P_Windtrail.uasset b/Elistria_Calling/Content/StylizedProvencal/Particles/P_Windtrail.uasset new file mode 100644 index 0000000..bf1824b --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Particles/P_Windtrail.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2161df13e642e0546a9c63588a92a4d8d85d956cc82bacf9dcd4fd1f1204aa7d +size 698857 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Atlas_House_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Atlas_House_AORM.uasset new file mode 100644 index 0000000..9a24080 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Atlas_House_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d90ed3dfcfbd1a7054150a8ce54c75c0e3997011a23cae0899e739621c8f85eb +size 635174 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Atlas_House_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Atlas_House_B.uasset new file mode 100644 index 0000000..6519e9e --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Atlas_House_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:83e02e5d066dc24935c99e757ed2897aaee74891577f1dd2d21c85ae8c5c9f1f +size 765116 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Atlas_House_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Atlas_House_N.uasset new file mode 100644 index 0000000..bf59f89 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Atlas_House_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ee7c3fd475282ef7ad864874e80e9d61fb7c2dae3b24872d160c9cd10f2e30b3 +size 1144549 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Barrel_Jar_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Barrel_Jar_AORM.uasset new file mode 100644 index 0000000..2e02eb7 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Barrel_Jar_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e36239317b5615161142fff7b1595246ebbeace9ffc3b88dcbc2a44dbde8ea20 +size 2556288 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Barrel_Jar_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Barrel_Jar_B.uasset new file mode 100644 index 0000000..fda130c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Barrel_Jar_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d2d76cc4df3e05f7087a4c0d35b14983b69cf9cf53b07de4a90d59ebfe17f20e +size 3902525 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Barrel_Jar_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Barrel_Jar_N.uasset new file mode 100644 index 0000000..94aa996 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Barrel_Jar_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d94bc61bea7b8cd27b6f70ee0cda8304c2536c0833f84be074a5a25c970a5d6e +size 2543950 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Cart_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Cart_AORM.uasset new file mode 100644 index 0000000..a3babf8 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Cart_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:985810a869f994a198fa57bfcfe31cd4d4c44407e37041ddd7c8f30f499e6d00 +size 3698894 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Cart_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Cart_B.uasset new file mode 100644 index 0000000..39a6de0 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Cart_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:793291292f660ce4311804200f99b63e29e1fa15c8c762c2cb8d98fd317ebff8 +size 4469185 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Cart_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Cart_N.uasset new file mode 100644 index 0000000..c8530b4 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Cart_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:188ada51867dec73585bbd4df18cc63259becce1a837fea3b62f0b4a83a30df2 +size 3800824 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Cloud_01.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Cloud_01.uasset new file mode 100644 index 0000000..be24a1d --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Cloud_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c9e6a8c07f3052273366030c5f65e946c4fa1341df73b6ede2b976c9ee85f9e +size 427279 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Cloud_02.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Cloud_02.uasset new file mode 100644 index 0000000..59732a9 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Cloud_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42ced07488240baf9bc81330db9ca42fb127bb4ae7ca1f91068317ce3cfa2c00 +size 372426 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Clouds_01_M.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Clouds_01_M.uasset new file mode 100644 index 0000000..a3edd4c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Clouds_01_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67643eade2f10cb84440a8e52412f7e5313670d7c2e038cb638b6310fb793393 +size 148692 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Crates_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Crates_AORM.uasset new file mode 100644 index 0000000..4f9c82e --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Crates_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a5d4638b2f64b4e4a63a3f30e5e6f11d4d86cf97a3f7da41b9df7331535cc132 +size 2448036 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Crates_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Crates_B.uasset new file mode 100644 index 0000000..401e9b2 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Crates_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:84c26f0d4b0e93adb207a04e10f71c7a2b11a543c64409862b4bba771c373715 +size 4505766 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Crates_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Crates_N.uasset new file mode 100644 index 0000000..0d6c378 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Crates_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2262b80f48b912cdfb8a57a6841cfd0d67d8f29ca10e24755affcd3f2829280b +size 3496205 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Decals_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Decals_B.uasset new file mode 100644 index 0000000..f33a765 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Decals_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6565be0ad610ec8ec4199c2954a0687f405fcaf021dd3b02cd699443f7bef81f +size 183909 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Decals_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Decals_N.uasset new file mode 100644 index 0000000..6af1a06 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Decals_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6ec085df43106fbd74c22b0b2abfb7c8da4622daa2681ce69075c847cc53b4a +size 353262 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Decals_Normal_O.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Decals_Normal_O.uasset new file mode 100644 index 0000000..040d69c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Decals_Normal_O.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce6802ba5f47b2e1b27d791009e57c9652164001d22d15b352c5c6ede0cbb905 +size 53177 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Default_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Default_AORM.uasset new file mode 100644 index 0000000..c77682c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Default_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70108f138032b41823f0f4fd4bb38472a6a151999e53e71acd6610a2e2e4c76b +size 5527 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Default_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Default_N.uasset new file mode 100644 index 0000000..c01c15b --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Default_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf98633beb701b2e6074feb1f824876515522e122165e39e795806eb9a4af8ea +size 5913 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Default_White.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Default_White.uasset new file mode 100644 index 0000000..1c9c515 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Default_White.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:180feed38a70fc648af2206264a29b331f6597f99a237e9f32ed627eb43fc997 +size 3924 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Dirt_A0RM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Dirt_A0RM.uasset new file mode 100644 index 0000000..e7156f9 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Dirt_A0RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:384fe7baf56d6e17dec0c72763e93429bcf4af1d1cf1fb521873382bcff23bff +size 3198765 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Dirt_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Dirt_B.uasset new file mode 100644 index 0000000..ea4ffd8 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Dirt_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b0a59ede13a0b0033efa61ba31901b1f521dc5c6ee817537b605c3107f7aeca1 +size 3525452 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Dirt_M.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Dirt_M.uasset new file mode 100644 index 0000000..5171e0a --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Dirt_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:42330706ff425f5ca17f9446f80497eac42bf2b48bfb5664ee93adfcf0eaef24 +size 3883247 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_FieldGrass_02_M.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_FieldGrass_02_M.uasset new file mode 100644 index 0000000..87145eb --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_FieldGrass_02_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6aaeddf5b53c8ecd010999f8edd7891f423bac06652857fe1ba740eb6d03689e +size 1080249 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Fire_Distortion_M.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Fire_Distortion_M.uasset new file mode 100644 index 0000000..cd802b8 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Fire_Distortion_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6bdac9bbddfa188666a2d7a8a4980cc86e69110ad607e72226a97e091010758e +size 383459 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flora_Atlas_01_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flora_Atlas_01_B.uasset new file mode 100644 index 0000000..d08b404 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flora_Atlas_01_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:df5e7d2ca71f90419cbbad414ab40364f95168029b4a7fb9ae0cbfe16f986d57 +size 1914244 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flora_Atlas_02_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flora_Atlas_02_B.uasset new file mode 100644 index 0000000..81a6d31 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flora_Atlas_02_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ac4b7b6bd69a0aaed3aa404bbedeecf64f8db4d5044185b17b5fa247db2a298d +size 723352 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_FlowMap_01_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_FlowMap_01_N.uasset new file mode 100644 index 0000000..3a8aa03 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_FlowMap_01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b98f5b17b9a996e4788e2690f8968e69158ecdbdbcbb3db7375efb21da7889be +size 1431683 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flower_Pot_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flower_Pot_AORM.uasset new file mode 100644 index 0000000..51b4d0c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flower_Pot_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb9b620c0c465e15df240e60a1f797693cd88f59b61f86930dbf1b47bfef3e5b +size 237390 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flower_Pot_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flower_Pot_B.uasset new file mode 100644 index 0000000..a7e97ec --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flower_Pot_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51dc820505ecb43d3e9d66b99a862f3963227c696c5d27085380a9aafeb6ab24 +size 288524 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flower_Pot_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flower_Pot_N.uasset new file mode 100644 index 0000000..4781557 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flower_Pot_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04ca681d0a681eb92cff82c8c691d25b1113f891be3f101ce2df8aa4429063dc +size 312806 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flowmap_02_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flowmap_02_N.uasset new file mode 100644 index 0000000..8dda012 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Flowmap_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a808ed561cd7368873c8188a7c6e273b6318072322c85f3616a6cfa233aa3e2 +size 825414 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Grass_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Grass_B.uasset new file mode 100644 index 0000000..8a9cd53 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Grass_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70c4610a33f768175d58b98f666611dd9594840d1b46fdcea1d218008916eb8b +size 3864537 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Grid02.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Grid02.uasset new file mode 100644 index 0000000..49c2d8d --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Grid02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f6c4263b09138de4b2859084401ef59dedac69612f6808a67dfa1a7ee1320bda +size 11413 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Noise_02_M.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Noise_02_M.uasset new file mode 100644 index 0000000..1fa7153 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Noise_02_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eba94e33fa56736f177ff25ed541fc05c1e14531da5d87f72a02e6ad2870dcb2 +size 120985 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Noise_03_M.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Noise_03_M.uasset new file mode 100644 index 0000000..81e24ea --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Noise_03_M.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:13962834ca6d6fd3d780b2656ced5e9f6dd977cd14c3926a754717989373f114 +size 103775 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Plaster_02_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Plaster_02_B.uasset new file mode 100644 index 0000000..fd2fbd7 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Plaster_02_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:63a2faaa6b72992cfeaf3377cc7c2a18b34a5cf2cd00a6696a4872f08b56d85a +size 4356070 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Plaster_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Plaster_AORM.uasset new file mode 100644 index 0000000..1a6c6a9 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Plaster_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b6a083123e6177e4c3be921365ed4c987f1cb21e9a7d211e9c537526f14d5dd4 +size 2289672 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Plaster_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Plaster_B.uasset new file mode 100644 index 0000000..9341499 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Plaster_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75d992b02b6af8e749fecfea17b07b598cf07c5fb86ff747d11d1e3cda504663 +size 3216614 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Plaster_H.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Plaster_H.uasset new file mode 100644 index 0000000..178d1ea --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Plaster_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eca5a1533c076a34d46235cc47abce7f162bde86e64e79e18cc001897f07bb0c +size 1280240 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Plaster_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Plaster_N.uasset new file mode 100644 index 0000000..2df2250 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Plaster_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2e4ce1396ab172b6557319aeb597c4856d3b7ecffcef2dc7d7511483adc7a583 +size 2346819 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rock_Walls_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rock_Walls_AORM.uasset new file mode 100644 index 0000000..0a672c2 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rock_Walls_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:851592dd30747d7c8a921475393b82507ba082d71e948c489c0fde8f95b27260 +size 2321403 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rock_Walls_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rock_Walls_B.uasset new file mode 100644 index 0000000..ef60e93 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rock_Walls_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea1df664c17945c898291e07b52e70b308c9d5df565f4a10e4516d2e77736ec4 +size 3317266 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rock_Walls_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rock_Walls_N.uasset new file mode 100644 index 0000000..53ddb56 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rock_Walls_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a56c82a4e7018427640c316ac59cdc5127860810da885350c593a747a9c36560 +size 3041347 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_AORM.uasset new file mode 100644 index 0000000..0ecccae --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2dab63d5820b20953af28d7a59632895c9c3633066a14fb0db833993a34c1e2e +size 2431855 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_B.uasset new file mode 100644 index 0000000..dced874 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b258fc666e3f633a20be39d16d64ecc3235ce6a03deda7ee319257dc8699ebd0 +size 3949361 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Bricks_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Bricks_AORM.uasset new file mode 100644 index 0000000..639e6e1 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Bricks_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0abf0fe0de24c8f6b25c8d1c48c1635b2f8d39428ba7c2a913012d0e32d17bbb +size 945420 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Bricks_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Bricks_B.uasset new file mode 100644 index 0000000..4303b20 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Bricks_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d61579aca388cfd7e05cd8f65122a499e588b72a6d2a41a90468d2381e4376 +size 5741546 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Bricks_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Bricks_N.uasset new file mode 100644 index 0000000..ecde8f9 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Bricks_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:26a40ceb7e661485eedfe8e9236b9ce003f5eea4369a32c0b67f85a415f07da7 +size 4938682 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Cliff_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Cliff_AORM.uasset new file mode 100644 index 0000000..9b40588 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Cliff_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23bb9e8e7cd17f96fed35ce28ef50994ffc8a58af2ad0662dac469cde909222e +size 2873440 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Cliff_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Cliff_B.uasset new file mode 100644 index 0000000..ab2b9fd --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Cliff_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f689d0c073743234915174986c76eae43f0fca9df749e5de3a8d30a481a0743f +size 4059526 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Cliff_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Cliff_N.uasset new file mode 100644 index 0000000..19758c4 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_Cliff_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4c36bb29907438cb2032033b48192e7f7e8a295407dbe8c9ce16751be7d68b3f +size 3356076 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_N.uasset new file mode 100644 index 0000000..c1b4c36 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Rocks_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:405a7bf86c1164a9a7d3e9dccb33464dd918ce7131e37275ec362204bd19cb38 +size 2592467 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTileMeshes_01_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTileMeshes_01_B.uasset new file mode 100644 index 0000000..859e115 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTileMeshes_01_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a04369f2ca81dde7d4b3f9f634b47e2f91c2b49bc6f5454fba35c83d2d7088d5 +size 486134 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTileMeshes_02_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTileMeshes_02_B.uasset new file mode 100644 index 0000000..482e9af --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTileMeshes_02_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d69fe1ef3c980eeb18aeaaa6cc39a21b45c6cccd559a3dd87256b9253d3e1b55 +size 1186682 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTileMeshes_03_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTileMeshes_03_B.uasset new file mode 100644 index 0000000..0408180 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTileMeshes_03_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:01cd57893c6eb3d3c9709e4d8144dfeabcd684c77aefa751c77501663db5af60 +size 909970 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTileMeshes_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTileMeshes_AORM.uasset new file mode 100644 index 0000000..d31c753 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTileMeshes_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fbe8ae8e699e60cbe12417ce2281185f3ae01738c7a30d74ab7ffaea3c1c1ce5 +size 333371 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTileMeshes_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTileMeshes_N.uasset new file mode 100644 index 0000000..1e8c6ec --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTileMeshes_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8143aca2556d43b98bec137b011e3eb2f69812d0c48fe1c5a9f7d7817bdd6323 +size 1422113 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_01_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_01_B.uasset new file mode 100644 index 0000000..6d703ab --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_01_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5c78ab02897aa02964084ff04af7fd3f181b092bbda7be98421c5c0cdadcec88 +size 366492 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_02_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_02_B.uasset new file mode 100644 index 0000000..668db12 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_02_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0a819539ae2f5bec3162cf38c38deaeb7e52df466c16145e021f1c8be9ad077c +size 1724345 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_03_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_03_B.uasset new file mode 100644 index 0000000..1a852b3 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_03_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5673d1077de79736a4ea6de47a53735f39f721d95b57046456bcb9ba7edd8d7 +size 1334285 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_AORM.uasset new file mode 100644 index 0000000..1710230 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c13d8c449c56eb84074df807b3de5b9c0a0a43068a961106a6023f8ae37cc605 +size 844070 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_H.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_H.uasset new file mode 100644 index 0000000..a8b3d71 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:57f8baef5a3e2e40930e2cec7cd23b5bf820469707bf54ae10a70d9d42746957 +size 587441 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_Normal.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_Normal.uasset new file mode 100644 index 0000000..d4c8077 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_RoofTiles_Normal.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:991dee90425e2cecaff6d21d6b323551bfde6d6ce3a3df982ebddf0078857fac +size 1384691 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Ropes_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Ropes_AORM.uasset new file mode 100644 index 0000000..5bb8b69 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Ropes_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8c8a9f11f95f42a559e1696ea8297d7289a5762075ce95c4215acf54bb1f8a8f +size 2569244 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Ropes_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Ropes_B.uasset new file mode 100644 index 0000000..6655a3e --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Ropes_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a8a892a8c28e85def49b5af45f5375feebfdcda65efa296d54fcabfaf1c17235 +size 4739907 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Ropes_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Ropes_N.uasset new file mode 100644 index 0000000..9552341 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Ropes_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:55d6a320502f7c39459fc0f88bf722859ba4593f1a6865d645f54988b6dfe4b0 +size 5888707 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Shrine_Candle_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Shrine_Candle_AORM.uasset new file mode 100644 index 0000000..d44f4a5 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Shrine_Candle_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8f5d643fcd4e6184fcf70dc82b7fb58760341db807d933a371ee63a6c0357b13 +size 270199 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Shrine_Candle_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Shrine_Candle_B.uasset new file mode 100644 index 0000000..6248b01 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Shrine_Candle_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:6300051751c95dc18702cedcd51dd1b04a149a52a3bd60e32db72ac8c2d78a76 +size 182152 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Shrine_Candle_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Shrine_Candle_N.uasset new file mode 100644 index 0000000..534b7d5 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Shrine_Candle_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ef31513a6db1dc040235ad0ac29ed33c7ea5270381c22b2280f56f351ce27492 +size 275787 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall01_A0RM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall01_A0RM.uasset new file mode 100644 index 0000000..5a8dff5 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall01_A0RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4ec1e15a6d436945f92c6aa00e2802b88b818f7a50a1b021e0269735dcb46422 +size 83385 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall01_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall01_N.uasset new file mode 100644 index 0000000..3d8ac07 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall01_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:dc74577a25d49d15dc3c8b33e5306f30468c9b0c29f906da604baff775101fec +size 3727025 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall02_01_H.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall02_01_H.uasset new file mode 100644 index 0000000..d17e7c9 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall02_01_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:16d988ff22e9ea68d65c71834ef2edcc53395bfc643d3ad94b8a54c583593b55 +size 1066342 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall02_02_H.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall02_02_H.uasset new file mode 100644 index 0000000..914c80c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall02_02_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e643ba7b7c86c89a282f4a5d6d168668b7fa018d8848fe22067d22596e19a4be +size 928571 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall02_A0RM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall02_A0RM.uasset new file mode 100644 index 0000000..6803c12 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall02_A0RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:071941f39e47f338121d8b22300b18547524c030257eb37dd1ee673d19b3a658 +size 83290 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall02_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall02_B.uasset new file mode 100644 index 0000000..d330036 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall02_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f03eeef01194bbd73a147917a7b295f64ce78f3e15d95f6f1f7971ae5727361 +size 5219055 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall02_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall02_N.uasset new file mode 100644 index 0000000..6258811 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:07cc2bc1b79d2787f89dfcf505056dd0a1954b45a1bd89c99ce12d603cd177d6 +size 4227295 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall03_A0RM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall03_A0RM.uasset new file mode 100644 index 0000000..27182ac --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall03_A0RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fcfb7e038f45411df385f0cffadaeba548a3f2f216f455ffd579efded19cac16 +size 2783392 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall03_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall03_B.uasset new file mode 100644 index 0000000..0f62846 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall03_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:86411372bcc1fa597d33de6766ccba232c7a422a1622457d1d896901f3e87ab3 +size 3493804 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall03_H.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall03_H.uasset new file mode 100644 index 0000000..a1c0350 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall03_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:467f23b356e82b9d6072b1d87a6109981f1eb476ffc28f8dc2a83d305cf757ae +size 1201938 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall03_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall03_N.uasset new file mode 100644 index 0000000..217ec79 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_StoneWall03_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:96863e6429ba2dd89d513512b3f2f8bf880a1664fa3e3355e50a47949bb2c676 +size 3217141 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_TunnelProps_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_TunnelProps_AORM.uasset new file mode 100644 index 0000000..8988ebc --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_TunnelProps_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d59f243ca8ceb3960cfd8fd76ba67c21488a35b60d994172618a2d2d28dd8a0 +size 673279 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_TunnelProps_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_TunnelProps_B.uasset new file mode 100644 index 0000000..0ab8a54 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_TunnelProps_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:160c401f8a91ff733a51dba129f3e1b7bc47c5d8da2282665a7a119ab4309f25 +size 1120195 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_TunnelProps_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_TunnelProps_N.uasset new file mode 100644 index 0000000..483ece2 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_TunnelProps_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:755a0baeed65f27faf8e19b5d06f4272c54ac40dc37b11335603f120e515abf8 +size 814020 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_WaterMill_Wheel_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WaterMill_Wheel_AORM.uasset new file mode 100644 index 0000000..833ae4a --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WaterMill_Wheel_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9dcd7489554e5250546117222fa2323656f39fd69ef3b5a1de1f47944d9f0785 +size 2529135 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_WaterMill_Wheel_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WaterMill_Wheel_B.uasset new file mode 100644 index 0000000..cb27c79 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WaterMill_Wheel_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f2327b9dcd81db10ffe1c595d3a09239aedbaa0049f98e4a98a5f774889107e3 +size 4257732 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_WaterMill_Wheel_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WaterMill_Wheel_N.uasset new file mode 100644 index 0000000..a7a35f9 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WaterMill_Wheel_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8251427bc01fcd94eeefb258ead2432772dfb17068304a5656c7ed6e1d154a72 +size 3074286 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Water_02_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Water_02_N.uasset new file mode 100644 index 0000000..0ae7328 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Water_02_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04319108025945d0a10ffe3c6520d4b55262a07c0d6d447e8c3051b590a84d6c +size 530213 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Water_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Water_B.uasset new file mode 100644 index 0000000..2c56cc8 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Water_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:46f37d2920f6be3a7351b24b32f59223eabe0a866ec07b080d22fa652b21b212 +size 1906564 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Water_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Water_N.uasset new file mode 100644 index 0000000..c4bb37a --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Water_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:de96e83ee2dea6beab836a5e7d7c8952dd484cdf7c1e954b00afbc9ca2ff8bdd +size 3351763 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_WindMill_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WindMill_AORM.uasset new file mode 100644 index 0000000..89c7504 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WindMill_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8b5a8247d6f740378fbb1f350fb5417f9deb9a6db9e41bd4eb0a1b02eeba8b04 +size 1476677 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_WindMill_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WindMill_B.uasset new file mode 100644 index 0000000..21ab10c --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WindMill_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10aa7a2c196d196caa5f7706196ca46f18f18ebcd79299d8687cbf7e34fc8d56 +size 2984937 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_WindMill_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WindMill_N.uasset new file mode 100644 index 0000000..398c69f --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WindMill_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7c5c449a37f9c313d29af4c3135b1bd5f94d1264a5759493815ede029bd59fcb +size 4631611 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Windows_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Windows_AORM.uasset new file mode 100644 index 0000000..e3d12e9 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Windows_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:230e48ae07086442d345e3076e9c9c7ced8994cd873226d5260d959997e057fe +size 899995 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Windows_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Windows_B.uasset new file mode 100644 index 0000000..a78bcd0 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Windows_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a6b9447ebb6f5e620ab1a9fe6a34ce9e95991ded8eb87b3dddfa5fd3998c81d5 +size 1037098 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Windows_E.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Windows_E.uasset new file mode 100644 index 0000000..be4d84e --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Windows_E.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:be37e13ba58dadf64299cde0ac89708ff57b41fa0be2e63f5c507e0b25dc8457 +size 238194 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Windows_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Windows_N.uasset new file mode 100644 index 0000000..5e36433 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Windows_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e70f36014ba421d68714321d42407943bc514b1cb24c1d75e0a7382915ac97a +size 555469 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodTrunk_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodTrunk_AORM.uasset new file mode 100644 index 0000000..8ae4e32 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodTrunk_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e732f52ffa4b7799b4e86459f8679003555b4f5a6b3015db2fd16fcfdb44c332 +size 3608063 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodTrunk_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodTrunk_B.uasset new file mode 100644 index 0000000..4313d05 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodTrunk_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ce5e1122a0056f54ca9317e2263de9327059017e522f88db27130e3645d7d2c1 +size 5049294 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodTrunk_H.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodTrunk_H.uasset new file mode 100644 index 0000000..723d9b8 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodTrunk_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64392f9d95b10746704b3e44dbacd5846492d2ddba8b1608f1c5ef41817ad58a +size 1246232 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodTrunk_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodTrunk_N.uasset new file mode 100644 index 0000000..ffc9a2d --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodTrunk_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9ad254e2ae28acd2ca7ffee17d24ebcd9bdad0d4accedb700d712f686894d049 +size 10412777 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Wood_A0RM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Wood_A0RM.uasset new file mode 100644 index 0000000..e2861f9 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Wood_A0RM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9d67f2cbc62bf4a5c70de3177bc3ea77441d1d5a00bf7fb2c50922a9b93438a9 +size 1306101 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Wood_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Wood_B.uasset new file mode 100644 index 0000000..006904f --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Wood_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d05f20640cfc759c15b2af5bc069c9baf47945da427d1cb3980fa03b1cfd5cbd +size 4865316 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Wood_H.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Wood_H.uasset new file mode 100644 index 0000000..779d03a --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Wood_H.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9b78337eb22dbccce391aa0b352b7b52620264998d4fd6ce805afe146cead172 +size 491292 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_Wood_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Wood_N.uasset new file mode 100644 index 0000000..592d5f8 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_Wood_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e7b007de973ccd5267a5384e60c6c5c35c59f84200530d460682544325cdf03b +size 2032005 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodenMeshes_AORM.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodenMeshes_AORM.uasset new file mode 100644 index 0000000..ca79952 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodenMeshes_AORM.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5afba64d7cef195fb05eb0d386d35d2b3ed74ce957cdad7e72436ca1753cb9c9 +size 1838288 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodenMeshes_B.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodenMeshes_B.uasset new file mode 100644 index 0000000..60cd658 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodenMeshes_B.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:41b8266f33d5c499cbec0d6d10f85ce0841c6a1811e5dac0d275206c1b0d16be +size 4635687 diff --git a/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodenMeshes_N.uasset b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodenMeshes_N.uasset new file mode 100644 index 0000000..8532344 --- /dev/null +++ b/Elistria_Calling/Content/StylizedProvencal/Textures/T_WoodenMeshes_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b7baf2cbf86806f7f8a5443efa8f0f4223631123722687e14223a28f7a194812 +size 2593717 diff --git a/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Bush_FoliageType.uasset b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Bush_FoliageType.uasset new file mode 100644 index 0000000..deabbcd --- /dev/null +++ b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Bush_FoliageType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1821defa5be56772bdfc23dc333f44f90fed21e284cbb8788073e910e2a5355b +size 8589 diff --git a/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType.uasset b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType.uasset new file mode 100644 index 0000000..4449ad2 --- /dev/null +++ b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0d061523b7517b15e6ee0a471a8ac25624496f859539a68ba3e57535f9b222f1 +size 9128 diff --git a/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType.uasset b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType.uasset new file mode 100644 index 0000000..f690ff3 --- /dev/null +++ b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0b9621a67f4b4ba3f28f19138f8eacf781b1ed1358724abf674ebba3cf5e8410 +size 9641 diff --git a/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType.uasset b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType.uasset new file mode 100644 index 0000000..3a36465 --- /dev/null +++ b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d5e01c018ed2690fbe0fd4e9b41f2e5cbb171c4f25bc8e7eaaa8afa4294073cd +size 9776 diff --git a/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType.uasset b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType.uasset new file mode 100644 index 0000000..578106e --- /dev/null +++ b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3723639b3a9caf6bc20df9278584f0374eb40220033b090e8303f9080c3e5fb6 +size 8903 diff --git a/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType.uasset b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType.uasset new file mode 100644 index 0000000..7b6f8c8 --- /dev/null +++ b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5ff9ecb0deb6ff57cb5c5d617ca11ac096279c19422e248aca046c8ee4023ad4 +size 10582 diff --git a/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType.uasset b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType.uasset new file mode 100644 index 0000000..76ed56f --- /dev/null +++ b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8e3d1dad22162fde2b2e117b8eb403b1617dd5edcfcc85dc6c76665b28b36b91 +size 10093 diff --git a/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType.uasset b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType.uasset new file mode 100644 index 0000000..d7ca5c2 --- /dev/null +++ b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0465242020cf2bdde471fda5209f42f6f691d1180fc2d8e7f4145efae08d5f80 +size 8718 diff --git a/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType.uasset b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType.uasset new file mode 100644 index 0000000..19aab54 --- /dev/null +++ b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:edbdec14534c0e5c95bf395f74568fdabc03b7f293bfa8f57edb0847c68de731 +size 8760 diff --git a/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType.uasset b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType.uasset new file mode 100644 index 0000000..9fa530b --- /dev/null +++ b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38b1b73361800513c35836bcd38b5d9f9f1271be5522fa13e53df69c7a3ef79c +size 10637 diff --git a/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType.uasset b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType.uasset new file mode 100644 index 0000000..0ab613c --- /dev/null +++ b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:027a511f2b048ddee8792214c9dc3cbae430f115da8caee3edd494949afc9c60 +size 8453 diff --git a/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType.uasset b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType.uasset new file mode 100644 index 0000000..c0745dd --- /dev/null +++ b/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81b70b4008f5c1622c57371eb18b2744aec1c2305201f333e3c95209f3400d07 +size 8556 diff --git a/Elistria_Calling/Content/Stylized_PBR_Nature/Terrain/M_Water_Basic.uasset b/Elistria_Calling/Content/Stylized_PBR_Nature/Terrain/M_Water_Basic.uasset index 75a9852..0b48105 100644 --- a/Elistria_Calling/Content/Stylized_PBR_Nature/Terrain/M_Water_Basic.uasset +++ b/Elistria_Calling/Content/Stylized_PBR_Nature/Terrain/M_Water_Basic.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:6d74320be814f84950f300018d08e18953ee1ef1878a72587f58e357523e3fd4 -size 7029 +oid sha256:31d180d96209ca68ebb1f18aa95d5a25cefb506810f789ce4967280b49d19b18 +size 12748 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_1.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_1.uasset new file mode 100644 index 0000000..c5f1027 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fe91917de0682ca37debd66d41c99ba15ff06f50ca4e5f0212f38f215ae193d2 +size 5473869 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_2.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_2.uasset new file mode 100644 index 0000000..a743c1b --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_2.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8b35c65f3eec131c33afea86fa6dedee6ab3539944f6c8c38d76e1ad15a7df1 +size 5473869 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_3.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_3.uasset new file mode 100644 index 0000000..6ba321d --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_3.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fa1a09e0abdf0b409a612e242d536450f22a4d4126586da888a50b5efc6afacf +size 5473869 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_4.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_4.uasset new file mode 100644 index 0000000..8c3bd47 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_4.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:53112e52b17544f8efba5c41fdc3a7cf15d9efaa876fab73314f87245ac8fdd3 +size 5473735 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_5.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_5.uasset new file mode 100644 index 0000000..bc80697 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_5.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:904889e1a50d522817a32158db6b5f89fb56eb03518eec14954e66f1b8e8e021 +size 5473735 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_6.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_6.uasset new file mode 100644 index 0000000..25992c3 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/A_Combo_6.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4013278f3228adcd4cb666cf63ca17a21ab74eabd362f4f3934fbf2a318e2f8 +size 5473735 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_01.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_01.uasset new file mode 100644 index 0000000..f9c9665 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a11a2e952246b86391e5e18db82b0007bac03fe9ea33c8b094a4b19640f7f0c +size 5431529 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_02.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_02.uasset new file mode 100644 index 0000000..412404e --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7bfd6ed75e419a28e8d9fcaf2451ddca1071a692cc8f1ee5ad156b004998549a +size 5423567 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_03.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_03.uasset new file mode 100644 index 0000000..c6200dd --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:7cb25979f741fcd8381583362d0d7885d6b966d19bc95ae98607c148c56bf7dd +size 5423567 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_04.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_04.uasset new file mode 100644 index 0000000..81a605b --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9a456ede8d7d94cf5ae1d7e49c59e322c57a33fd113b4111044aac2b4d2afd8c +size 5423567 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_05.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_05.uasset new file mode 100644 index 0000000..6dc5e62 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:09cbccd0700a127bf3f5ef157aa23df9eb469e35fad555daeecb2d21589d5fd1 +size 5423567 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_06.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_06.uasset new file mode 100644 index 0000000..ca6f0cd --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99ecdd6e2e79b7f25cb8ca350a45b5b3d63ad1ed190eb887297128db84122fb8 +size 5423567 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_07.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_07.uasset new file mode 100644 index 0000000..caf5da5 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:19bf7a69074159b568c186e80ecbe827082be3ecfa74d40ae817f10746cf2711 +size 5423567 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_08.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_08.uasset new file mode 100644 index 0000000..58b1420 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8cea96d0278895170329148a172bab90e2fbc8d13ac2364e69fc0c33a050e6c0 +size 5423567 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_09.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_09.uasset new file mode 100644 index 0000000..19dd5a4 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e79d788220adbf86890dd4d08ce453e0b6765a22a1050f06cd06fab16d581ba0 +size 5423567 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_10.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_10.uasset new file mode 100644 index 0000000..c129de2 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f9085ba7a7504d9666182d3e30b5d924871087072a54bd413e6e439c6d60cc6e +size 5423555 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_11.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_11.uasset new file mode 100644 index 0000000..d0f4dce --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:456f537bfb945499410cb3787b87ca22d41aa4f42df85f86ce9fcebb067133ff +size 5423555 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_12.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_12.uasset new file mode 100644 index 0000000..0cb7d21 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:51642e688c1ce9d148d212935e4bafd61133484177d7233aeda8c53916cf87ea +size 5423555 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_13.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_13.uasset new file mode 100644 index 0000000..5136e62 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:873842c19c7869f2049f42da381c54adf55b23b516b46094811cb0797e7f62f1 +size 5423555 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_14.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_14.uasset new file mode 100644 index 0000000..69f5acd --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:52105ea2bb21c3727e389c8a7d917e4ae800bc05cfc6aee2c561b52340b2d4eb +size 5423555 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_15.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_15.uasset new file mode 100644 index 0000000..6ef0d95 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b312281d7d18de7184c853d765193853291c305f47fc19b359bdb7e7673a20f6 +size 5423555 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_16.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_16.uasset new file mode 100644 index 0000000..fd7fdaa --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:109fba88e241f121836a972c2bc4e4c87b5ae41e15b48d9ca7949f6e707d8e51 +size 5423555 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_17.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_17.uasset new file mode 100644 index 0000000..6165ad6 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4be0db98a7bfd999fb331103fef9a2aa5b6994d68a1338befcb717f4607ccdca +size 5423555 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_18.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_18.uasset new file mode 100644 index 0000000..8e38bd5 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/Anims/NS_Demo/A_NS_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cdb6581541f5a009671ce010f7c6854398f2a9191c9b0aa05be07840c85865e2 +size 5423555 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/BP_Man.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/BP_Man.uasset new file mode 100644 index 0000000..59647da --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/BP_Man.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:77a305d87392f57f981182b7c13fe34d98a8b7d5aa617924b2a5f0c32463d299 +size 33671 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/M_Base.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/M_Base.uasset new file mode 100644 index 0000000..eaf13a7 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/M_Base.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:06d20f92ef76f08e1b8e565a178e4bdde9b31033344c564e25fd446c827ded6d +size 8479 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/SKM_Man/PhA_Man.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/SKM_Man/PhA_Man.uasset new file mode 100644 index 0000000..3d132dd --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/SKM_Man/PhA_Man.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:87578a11ac998d924168bc2d9264ba66d703cf57be978c6891fcff174b74b9ad +size 30222 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/SKM_Man/SKM_Man.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/SKM_Man/SKM_Man.uasset new file mode 100644 index 0000000..948b63b --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/SKM_Man/SKM_Man.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:407d3e803bd9157a837209b959ee9cc6ddc4af59c2bf4b8a11268711b6f8cfc6 +size 7151480 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/SKM_Man/Skeleton_Man.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/SKM_Man/Skeleton_Man.uasset new file mode 100644 index 0000000..8fe32e3 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/SKM_Man/Skeleton_Man.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:eb6197e7ef79c2b20ff7c7ed4e9d102d1de0b0917cd25cb59096f60f27ae93d2 +size 28596 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Demo/SM_Sword.uasset b/Elistria_Calling/Content/SwordTrailVFX/Demo/SM_Sword.uasset new file mode 100644 index 0000000..feb63c1 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Demo/SM_Sword.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:78c2141219f4cbd3448ea31ea144328c3559f25d49d1dd3dfc2cf96a36673678 +size 48711 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Draw/M_Draw.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Draw/M_Draw.uasset new file mode 100644 index 0000000..3bbf9a3 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Draw/M_Draw.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:8827b6ba0a1ea98f3fc5ae5e65d5f87cb8f01d264bef5693d93563c02433bf44 +size 12148 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Draw/M_Draw_N.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Draw/M_Draw_N.uasset new file mode 100644 index 0000000..cc4e9b9 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Draw/M_Draw_N.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:555b65ca8523608c37f73ca9cded3bb7734024fb27498eb67008ac4aad1c1ad8 +size 15980 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/M_DefaultSprite.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/M_DefaultSprite.uasset new file mode 100644 index 0000000..ec8d8c3 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/M_DefaultSprite.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:32054d20daaccfeaf628b75a1883fd2b4c16a7cadf5aee63743d974fa8c633ef +size 12015 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/M_Trail_Color.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/M_Trail_Color.uasset new file mode 100644 index 0000000..4dddf29 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/M_Trail_Color.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:248326f1a43365c55e962be6f33726507d2830c5c236b5e816b7a51a30235d4f +size 58952 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/M_Trail_Refraction.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/M_Trail_Refraction.uasset new file mode 100644 index 0000000..8988b35 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/M_Trail_Refraction.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ad488dbbaddb3d09d5c01078053c990a3aeb65eab264c7b6a32eb401c161fcec +size 12193 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_01.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_01.uasset new file mode 100644 index 0000000..1d510a8 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:97c7ac3439b7b92738198d21e2a96ed8f39c2554a22f062cbb4f87eea37f68eb +size 13054 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_02.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_02.uasset new file mode 100644 index 0000000..6e1f6e2 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f7faac1d9bb0f8cda8b379f76ef8d7c6af7aef991f334dd3df015fc447191ec5 +size 12828 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_03.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_03.uasset new file mode 100644 index 0000000..95fb46e --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:934fc56d9b9cc1190787dfeee5f8e344689e53832aba5ebd610a5d4a5819e2e1 +size 12655 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_04.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_04.uasset new file mode 100644 index 0000000..fe74d6a --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3d398c605916e3e609956c11fe458688c9fb23ab1036697b12dcbebfc4394f4e +size 11693 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_05.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_05.uasset new file mode 100644 index 0000000..3e246da --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:61fe7cabe9383d2d06ddc4c032e408a59d6ada2ba438e91b0e2d83de255bcb03 +size 12201 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_06.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_06.uasset new file mode 100644 index 0000000..f3a1f8c --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:10fccda87959292c5055e4e5298df057f093982204ef4331b79871f972447bf0 +size 12880 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_07.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_07.uasset new file mode 100644 index 0000000..e369d81 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5983d249382b9a6950e8644fbe410f13d92a2b4e268be763c654944fc7358115 +size 12781 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_08.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_08.uasset new file mode 100644 index 0000000..d26a5ac --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c1c0c8e2dad360022e4cf5058c990e577dc544ed90a66b5d3cf3f7e25d4105f3 +size 13244 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_09.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_09.uasset new file mode 100644 index 0000000..137295d --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:d22ac062b30e33f6815214b6f45cae3165dcb88b1deeea5b72825754bbe4fd03 +size 14697 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_10.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_10.uasset new file mode 100644 index 0000000..865f3dc --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:e5fa4ae2da595c5f536dc4316fc337c8193ad1bdce5a713864ef264fe8583694 +size 14320 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_12.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_12.uasset new file mode 100644 index 0000000..0694351 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c2f73cd43dced09fd9e029ba5c7eae5ea78e7c340a8290105c75a9fec255c27 +size 16342 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_13.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_13.uasset new file mode 100644 index 0000000..800839d --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:81fb1f926bc160cce4f2575001e2ffc2bbe78a4525ef6fa7d8af6b21a915b189 +size 16150 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_14.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_14.uasset new file mode 100644 index 0000000..61af7af --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ca160e5349e6111a29727f883a3f8990bc177ff6806e9bae635b3ce8dfc32209 +size 15044 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_15.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_15.uasset new file mode 100644 index 0000000..2078131 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:aebda303769c2f48d50fbc74f3116b4772b5803ae83c91c9690cd035c6ad0984 +size 14289 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_16.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_16.uasset new file mode 100644 index 0000000..7c7c637 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cf50bd67c28702717d1786d188c3e84ab8221e7821a820e643bec8a6c8d0a5b6 +size 15120 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_17.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_17.uasset new file mode 100644 index 0000000..c27c012 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3a5ce9673bb108fd8dbd4850d7f3ead6a3463d0390eaf5de3477fff307d3b55e +size 15892 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_18.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_18.uasset new file mode 100644 index 0000000..dfcf778 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2b0d90a85b48e066a4d411b34f9253da692baa3ef1fda28f43bcdcf7f4cdc8fb +size 15663 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_19.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_19.uasset new file mode 100644 index 0000000..fa8b60b --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b64232e9472c839a9e335536fccaa6f8fbac7728cd47bbc64e7d66ae4e6399ef +size 15212 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_20.uasset b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_20.uasset new file mode 100644 index 0000000..50ccb8f --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Materials/Trails_MI/MI_Trail_Color_20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:416e141533feb910674a4e8f75aee94f3cda664a811304f09feb483330230637 +size 15137 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_01.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_01.uasset new file mode 100644 index 0000000..befc425 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f96de0450e52530e2785e3ec82ebefe4f1325e7f7fb58ed61631a00a1a42131 +size 156608 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_02.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_02.uasset new file mode 100644 index 0000000..705597f --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f584484565fcc57ab41bbd274aa377c2e8258cb9e6c5f59ae00724ea68d53387 +size 696952 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_03.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_03.uasset new file mode 100644 index 0000000..af3f674 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:152ab1c0ff6adf4232cc75fde165b10c23e02559ebe0a80790886344b7fc3614 +size 1388280 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_04.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_04.uasset new file mode 100644 index 0000000..e03ae4e --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:67a7d7ecf4e9e9e2e1f01df9e916096228f6466086b909db7a4d3cb3fdcd1900 +size 925312 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_05.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_05.uasset new file mode 100644 index 0000000..c57b676 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9c32681f542b0297bc0fcdb5163c16105d740c4069b8795dea89a230e96cff41 +size 645434 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_06.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_06.uasset new file mode 100644 index 0000000..053e21a --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ae203989e25ef327043a3349afb5debcd1ac4c349b506466de2f058abf0d55ac +size 543823 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_07.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_07.uasset new file mode 100644 index 0000000..adcf55f --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:899ea0aa7996c06980421c18bb37ea93d8bbf5f42393dd68321c7c62a85015c3 +size 422436 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_08.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_08.uasset new file mode 100644 index 0000000..f9fa50d --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a2839d2051d4d502cf21e31f614cfdccb67c09eab84c6b8b4eb9f032b4e43876 +size 946773 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_09.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_09.uasset new file mode 100644 index 0000000..236116d --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c2fd351d1b536096645fe81c4d49e010290deddc95af33700626ff1cde4d66fe +size 498641 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_11.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_11.uasset new file mode 100644 index 0000000..0c88bfd --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a4f73059819dea1dfbe825b29601b13c5f22f402bbc5bafa19503ed7e5a45784 +size 222282 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_12.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_12.uasset new file mode 100644 index 0000000..1b70074 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2f0dd04ce2c3c3efd5c20aad8eb42157c017042238ee52bff2afd1dcd22e5510 +size 360259 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_14.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_14.uasset new file mode 100644 index 0000000..0289197 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:409fdfd02cc3e58decb92a9755ddf21db18c6eb42179773390501cd68918ca63 +size 727331 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_15.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_15.uasset new file mode 100644 index 0000000..52928e2 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2ff7c196e228bd0bb9972f3d308e7d75cf67e3bf003965e97597ca0bcbfb4639 +size 817302 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_16.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_16.uasset new file mode 100644 index 0000000..1c3db57 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1174005a3b9215d27dc4f8c1a66de990b900447602e35472fcfa48d37541c732 +size 559572 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_17.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_17.uasset new file mode 100644 index 0000000..3a189a3 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:852bcafa52b167b948de24e6cc983a3a7bffc6e98bb4c4155c957df6adac47ba +size 29323 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_18.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_18.uasset new file mode 100644 index 0000000..18998dd --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c95deee8aadbcb8e7e779f4e54f18f5c6faa507ec3e386724504f99f4bc08d61 +size 468886 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_19.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_19.uasset new file mode 100644 index 0000000..2d4b15c --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_19.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9f9bc4d1ba8460f7a296cdc8143f72fce2acee4f39dab1a40e3b47d0578c1aa7 +size 731415 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_20.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_20.uasset new file mode 100644 index 0000000..9302deb --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_20.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:70f6785b8bfed5461ffa414402ba97be47e934b4e022d2e18c24498f545e93ca +size 479739 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_21.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_21.uasset new file mode 100644 index 0000000..76e4d78 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_21.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fb6dd7a554dda00b18f184d6301aa979ccc41f76ac5d6e395f35c859f012b9f8 +size 342484 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_22.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_22.uasset new file mode 100644 index 0000000..8e43366 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/Mask/T_TrailMask_22.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4a97820f545b36bac343331bf2088b4c862b656bfae9b1309e1348e21cbaaba5 +size 287712 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/RT_Draw.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/RT_Draw.uasset new file mode 100644 index 0000000..c9b17d3 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/RT_Draw.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:caad8c2ebd7f6dabcddf9049265918b53b6a3df1b2339044f0c2c6c82e173484 +size 4042 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/RTs/RT_Draw_01.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/RTs/RT_Draw_01.uasset new file mode 100644 index 0000000..4afd861 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/RTs/RT_Draw_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b035d66f072967296b93bb3f285eae2acf907e3c0a3f0c806a2ee0dc1637c390 +size 179913 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/RTs/RT_Draw_N_01.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/RTs/RT_Draw_N_01.uasset new file mode 100644 index 0000000..919d435 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/RTs/RT_Draw_N_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:60cc01fbaefa637fef313529c9e71bd721cbdd83ae6a8283e5f6399a6a2dc15d +size 135909 diff --git a/Elistria_Calling/Content/SwordTrailVFX/Textures/T_Base_LC.uasset b/Elistria_Calling/Content/SwordTrailVFX/Textures/T_Base_LC.uasset new file mode 100644 index 0000000..3c72888 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/Textures/T_Base_LC.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:ea293f615b03b577f7a334e61af68f5324173196c07538c5e061db3f3d8a8ed2 +size 4531 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_01.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_01.uasset new file mode 100644 index 0000000..3e0202d --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_01.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:618f652ce18e78e11e3b45f5314e202b66f2b966bf50d1bd591a7f6b0dde2ff7 +size 554707 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_02.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_02.uasset new file mode 100644 index 0000000..7d366d2 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_02.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:f671568c755f31cf0255e69718e61c5f5dde339ae51f60fbbeeb75fe1b022486 +size 556808 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_03.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_03.uasset new file mode 100644 index 0000000..7170fd0 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_03.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c60d183881db760ba0a9a69bdd908c672f172c87da78c916c68805502c149548 +size 1190562 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_04.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_04.uasset new file mode 100644 index 0000000..b5df3aa --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_04.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:598d35866af48fc0e2ef00299eef7b8a13c227691a067fcc7ce0db73597ec1de +size 848552 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_05.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_05.uasset new file mode 100644 index 0000000..d30b374 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_05.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3ed9a47d1d259f6558222098e93d29bd22ef0e256aaf07b1b3a0e049849b19fc +size 831964 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_06.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_06.uasset new file mode 100644 index 0000000..450b290 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_06.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1465dc5a22e126a0da6ab401a8f9e022a09ef172c90a54842c65cc712bfcea38 +size 869625 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_07.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_07.uasset new file mode 100644 index 0000000..a097bcc --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_07.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:38df3b2b66b6f248588eb51c9ca031259a54a30c5c344788763c3b086ea9df36 +size 869331 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_08.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_08.uasset new file mode 100644 index 0000000..87cdd44 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_08.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b972702dce52b46dd9064813987685f0063b833fc4e95c23c4f615b5a4ccad64 +size 854941 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_09.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_09.uasset new file mode 100644 index 0000000..6be6d24 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_09.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5315fb4f2df312e5e775cc4819719ecee9b495e1086c1a4b2ac81fcacfa0e4cd +size 855654 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_10.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_10.uasset new file mode 100644 index 0000000..1ed8611 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_10.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:62217727a4c13ad0d63c897fd13d4becf6e07c78d2bdce00b0f7e0ae920ac878 +size 1790760 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_11.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_11.uasset new file mode 100644 index 0000000..f9efa62 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_11.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c283784488bbb6d57dfcfd763cbed96fc45f30d317fb033935fe95a3ac526b52 +size 1780512 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_12.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_12.uasset new file mode 100644 index 0000000..e69845b --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_12.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:45e81b3185c9c72621e6d5476594b09f8ce60fdfe5bad5d9fd02ade58ccced9c +size 1929612 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_13.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_13.uasset new file mode 100644 index 0000000..250c63b --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_13.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:75914c53fd84d8b70fb487dbfa02e25b78095c934c6e622295f0bf36a56bedcb +size 1367342 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_14.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_14.uasset new file mode 100644 index 0000000..efe7d3a --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_14.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:99da8af44097e97b4dfc826298213e0acdb5220eaa8b0dc68ad0d67c1a920ab2 +size 1702889 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_15.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_15.uasset new file mode 100644 index 0000000..261f05e --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_15.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:4f49b9d48421baf137ba40a406aa07b50086603c5b2d41c17f8210358e81d8ae +size 1346836 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_16.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_16.uasset new file mode 100644 index 0000000..3c876c9 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_16.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:a793de9f2d1cbd62edec1f59a34d147a802396ae175c4b462762834fa3e54c78 +size 1351286 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_17.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_17.uasset new file mode 100644 index 0000000..5d3a404 --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_17.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:5e065538c24c939e16d74b94087c6f4847e6f4810c3f13fd9933b37a0801b9f7 +size 1351038 diff --git a/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_18.uasset b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_18.uasset new file mode 100644 index 0000000..e8e2a6c --- /dev/null +++ b/Elistria_Calling/Content/SwordTrailVFX/VFX/NS_Trail_18.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:fff9403073b86c3f00df34c445bb35c7de045a06fd516d4324a80b1d6a982bfd +size 1351518 diff --git a/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset b/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset index 0b0e2ef..048bdb5 100644 --- a/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset +++ b/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:7ea82566964d33226cad74338c620fe8ce2f16a8a893a6828dcc3b7c3f8f6f0b -size 1107484 +oid sha256:f2bd63285c7b10f05fbc5d9de07a4070e151e53d2cc123cf89f8da1ac639a9ac +size 1107046 diff --git a/Elistria_Calling/Elistria_Calling.uproject b/Elistria_Calling/Elistria_Calling.uproject index b6fdd92..7caa3d3 100644 --- a/Elistria_Calling/Elistria_Calling.uproject +++ b/Elistria_Calling/Elistria_Calling.uproject @@ -14,6 +14,14 @@ { "Name": "MotionWarping", "Enabled": true + }, + { + "Name": "Landmass", + "Enabled": true + }, + { + "Name": "Water", + "Enabled": true } ] } \ No newline at end of file diff --git a/Elistria_Calling/Intermediate/CachedAssetRegistry_0.bin b/Elistria_Calling/Intermediate/CachedAssetRegistry_0.bin index 9e9c7ba..6fd1fe8 100644 Binary files a/Elistria_Calling/Intermediate/CachedAssetRegistry_0.bin and b/Elistria_Calling/Intermediate/CachedAssetRegistry_0.bin differ diff --git a/Elistria_Calling/Saved/AutoScreenshot.png b/Elistria_Calling/Saved/AutoScreenshot.png index 77de663..e4e85e2 100644 --- a/Elistria_Calling/Saved/AutoScreenshot.png +++ b/Elistria_Calling/Saved/AutoScreenshot.png @@ -1,3 +1,3 @@ version https://git-lfs.github.com/spec/v1 -oid sha256:f1ab85b0bb3e78ee21e43a76c7a4d8c372adb75be8d059739e685488f30cd442 -size 60621 +oid sha256:a8a2af27c6e3a3daa8b5faf01a6a86d8d9403eda425b7282c386e8c20d52de2c +size 99887 diff --git a/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto1.umap b/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto1.umap new file mode 100644 index 0000000..14185d7 --- /dev/null +++ b/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto1.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cb2f2fd13f8c0274a2044a305b22ac7a1d051bcb1248fa9248b018ecd05b3b53 +size 289514336 diff --git a/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto2.umap b/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto2.umap new file mode 100644 index 0000000..ee0e828 --- /dev/null +++ b/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto2.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04e7666f93100a352bf7b5a89fa9290316a5a52129282056ca8e564c7979ca80 +size 70307773 diff --git a/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto3.umap b/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto3.umap new file mode 100644 index 0000000..79b3e41 --- /dev/null +++ b/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto3.umap @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:b75142fc23514296cb6d3920b0dad22f65b4ac5cf6a7ac1ec7ac784437fb9db9 +size 71495650 diff --git a/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType_Auto1.uasset b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType_Auto1.uasset new file mode 100644 index 0000000..6eefffa --- /dev/null +++ b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType_Auto1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:305a8887e2260202092846e8e067f8e246a8e328ef9427c66778d116db4b5dd2 +size 8403 diff --git a/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType_Auto1.uasset b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType_Auto1.uasset new file mode 100644 index 0000000..585a200 --- /dev/null +++ b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType_Auto1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:9e0a4e8c22ed12e79cf8fbfc9a43c7f2fbcafa9468dc4ddc2b7b9f940d149537 +size 8889 diff --git a/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType_Auto1.uasset b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType_Auto1.uasset new file mode 100644 index 0000000..57b7941 --- /dev/null +++ b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType_Auto1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:2a5b0cdb6166fae0c9a0f42adeafd8bfb0069a1814c65ad9404b5c2e9bf7d104 +size 9060 diff --git a/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType_Auto1.uasset b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType_Auto1.uasset new file mode 100644 index 0000000..584f15a --- /dev/null +++ b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType_Auto1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:04f89981c1c363531a902e06e3dcf65c982799210feaf73adc295e80a463f92b +size 8171 diff --git a/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType_Auto1.uasset b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType_Auto1.uasset new file mode 100644 index 0000000..9804a5f --- /dev/null +++ b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType_Auto1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:cec2593e010fc45ac6b94f85bcb4c24c7e1c67e5fa48997b4836fb40df26ec32 +size 9889 diff --git a/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType_Auto1.uasset b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType_Auto1.uasset new file mode 100644 index 0000000..3aac440 --- /dev/null +++ b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType_Auto1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:c8a691df4716dc8ed7989ca29e4566aa472d3199bdc75cae77989ff175772cc9 +size 9378 diff --git a/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType_Auto1.uasset b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType_Auto1.uasset new file mode 100644 index 0000000..ab54b45 --- /dev/null +++ b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType_Auto1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:3c823030faf84103dfe71f147a940ddc50e3567c19ff5b2804bb113fa56baf11 +size 7988 diff --git a/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType_Auto1.uasset b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType_Auto1.uasset new file mode 100644 index 0000000..234d96f --- /dev/null +++ b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType_Auto1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:0f1d09d0aef68b44c23c3e6f0681e9870f49efbb3faf818a03f36b05fa657c96 +size 8019 diff --git a/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType_Auto1.uasset b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType_Auto1.uasset new file mode 100644 index 0000000..3d22f2f --- /dev/null +++ b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType_Auto1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:89058c84158d78dd38b5c45a6e8a32a2a6cb7427effa5ad1b13aa748ded63276 +size 9926 diff --git a/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType_Auto1.uasset b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType_Auto1.uasset new file mode 100644 index 0000000..f373e87 --- /dev/null +++ b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType_Auto1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:23ef7ea232847cc4eb6aba96beeb9c8c5d8b4c06318313ebe818e55a9da15afc +size 7726 diff --git a/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType_Auto1.uasset b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType_Auto1.uasset new file mode 100644 index 0000000..46839d6 --- /dev/null +++ b/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType_Auto1.uasset @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:1bbd622abc803616a5e37e23075ae3f3b6df1bc335249529395146ca2916f5e2 +size 7843 diff --git a/Elistria_Calling/Saved/Config/CrashReportClient/UECC-Windows-0A4FB9354C2B7098E8B88C80E440BA06/CrashReportClient.ini b/Elistria_Calling/Saved/Config/CrashReportClient/UECC-Windows-0A4FB9354C2B7098E8B88C80E440BA06/CrashReportClient.ini new file mode 100644 index 0000000..e6a72c5 --- /dev/null +++ b/Elistria_Calling/Saved/Config/CrashReportClient/UECC-Windows-0A4FB9354C2B7098E8B88C80E440BA06/CrashReportClient.ini @@ -0,0 +1,7 @@ +[CrashReportClient] +bHideLogFilesOption=false +bIsAllowedToCloseWithoutSending=true +CrashConfigPurgeDays=2 +Stall.RecordDump=false +Ensure.RecordDump=true + diff --git a/Elistria_Calling/Saved/Config/CrashReportClient/UECC-Windows-163880874F055C0F40168997634CDCAC/CrashReportClient.ini b/Elistria_Calling/Saved/Config/CrashReportClient/UECC-Windows-163880874F055C0F40168997634CDCAC/CrashReportClient.ini new file mode 100644 index 0000000..e6a72c5 --- /dev/null +++ b/Elistria_Calling/Saved/Config/CrashReportClient/UECC-Windows-163880874F055C0F40168997634CDCAC/CrashReportClient.ini @@ -0,0 +1,7 @@ +[CrashReportClient] +bHideLogFilesOption=false +bIsAllowedToCloseWithoutSending=true +CrashConfigPurgeDays=2 +Stall.RecordDump=false +Ensure.RecordDump=true + diff --git a/Elistria_Calling/Saved/Config/CrashReportClient/UECC-Windows-28FF47E3443378A23BC36E99FE9E6593/CrashReportClient.ini b/Elistria_Calling/Saved/Config/CrashReportClient/UECC-Windows-28FF47E3443378A23BC36E99FE9E6593/CrashReportClient.ini new file mode 100644 index 0000000..e6a72c5 --- /dev/null +++ b/Elistria_Calling/Saved/Config/CrashReportClient/UECC-Windows-28FF47E3443378A23BC36E99FE9E6593/CrashReportClient.ini @@ -0,0 +1,7 @@ +[CrashReportClient] +bHideLogFilesOption=false +bIsAllowedToCloseWithoutSending=true +CrashConfigPurgeDays=2 +Stall.RecordDump=false +Ensure.RecordDump=true + diff --git a/Elistria_Calling/Saved/Config/CrashReportClient/UECC-Windows-8431419642D1F36427E9F2A51D0C3D38/CrashReportClient.ini b/Elistria_Calling/Saved/Config/CrashReportClient/UECC-Windows-8431419642D1F36427E9F2A51D0C3D38/CrashReportClient.ini new file mode 100644 index 0000000..e6a72c5 --- /dev/null +++ b/Elistria_Calling/Saved/Config/CrashReportClient/UECC-Windows-8431419642D1F36427E9F2A51D0C3D38/CrashReportClient.ini @@ -0,0 +1,7 @@ +[CrashReportClient] +bHideLogFilesOption=false +bIsAllowedToCloseWithoutSending=true +CrashConfigPurgeDays=2 +Stall.RecordDump=false +Ensure.RecordDump=true + diff --git a/Elistria_Calling/Saved/Config/CrashReportClient/UECC-Windows-D5C1D3994B20CF281E7934A460E8C32A/CrashReportClient.ini b/Elistria_Calling/Saved/Config/CrashReportClient/UECC-Windows-D5C1D3994B20CF281E7934A460E8C32A/CrashReportClient.ini new file mode 100644 index 0000000..e6a72c5 --- /dev/null +++ b/Elistria_Calling/Saved/Config/CrashReportClient/UECC-Windows-D5C1D3994B20CF281E7934A460E8C32A/CrashReportClient.ini @@ -0,0 +1,7 @@ +[CrashReportClient] +bHideLogFilesOption=false +bIsAllowedToCloseWithoutSending=true +CrashConfigPurgeDays=2 +Stall.RecordDump=false +Ensure.RecordDump=true + diff --git a/Elistria_Calling/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini b/Elistria_Calling/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini index fd5404e..792ecce 100644 --- a/Elistria_Calling/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini +++ b/Elistria_Calling/Saved/Config/WindowsEditor/EditorPerProjectUserSettings.ini @@ -156,7 +156,7 @@ SplineTangentScale=0.500000 LastInViewportMenuLocation=(X=0.000000,Y=0.000000) MaterialForDroppedTextures=None MaterialParamsForDroppedTextures=() -EditorViews=(("/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap", (LevelViewportsInfo=((CamPosition=(X=-681.405572,Y=1682.036544,Z=1367.392154),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-681.405572,Y=1682.036544,Z=1367.392154),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-681.405572,Y=1682.036544,Z=1367.392154),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=283.809785,Y=1857.449960,Z=869.374767),CamRotation=(Pitch=-31.231636,Yaw=-60.647879,Roll=-0.000002)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True))))) +EditorViews=(("/Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap", (LevelViewportsInfo=((CamPosition=(X=-681.405572,Y=1682.036544,Z=1367.392154),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-681.405572,Y=1682.036544,Z=1367.392154),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=-681.405572,Y=1682.036544,Z=1367.392154),CamOrthoZoom=9999999562023526247432192.000000),(CamPosition=(X=289.027270,Y=1851.411159,Z=869.374767),CamRotation=(Pitch=-31.231636,Yaw=-42.047879,Roll=-0.000002)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True)))),("/Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01", (LevelViewportsInfo=((CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951)),(CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951)),(CamPosition=(X=-1215.381030,Y=18.714798,Z=285.168951)),(CamPosition=(X=-82705.353328,Y=63547.611547,Z=527.876394),CamRotation=(Pitch=-13.090799,Yaw=119.517491,Roll=0.000000)),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True),(CamUpdated=True))))) PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport0",ConfigSettings=(ViewportType=LVT_OrthoYZ,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,SelectionOutlineColor0=0,SelectionOutlineColor1=0,SelectionOutlineColor2=0,SelectionOutlineColor3=0,SelectionOutlineColor4=0,SelectionOutlineColor5=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=0,LargeVertices=0,Grid=1,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,ShaderPrint=1",GameShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,SelectionOutlineColor0=0,SelectionOutlineColor1=0,SelectionOutlineColor2=0,SelectionOutlineColor3=0,SelectionOutlineColor4=0,SelectionOutlineColor5=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=0,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,ShaderPrint=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",SubstrateVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=False,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True,bAllowCinematicControl=True)) PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport1",ConfigSettings=(ViewportType=LVT_Perspective,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=1,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,SelectionOutlineColor0=0,SelectionOutlineColor1=0,SelectionOutlineColor2=0,SelectionOutlineColor3=0,SelectionOutlineColor4=0,SelectionOutlineColor5=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=0,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=1,LargeVertices=0,Grid=1,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=0,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,ShaderPrint=1",GameShowFlagsString="PostProcessing=1,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,SelectionOutlineColor0=0,SelectionOutlineColor1=0,SelectionOutlineColor2=0,SelectionOutlineColor3=0,SelectionOutlineColor4=0,SelectionOutlineColor5=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=0,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=1,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=0,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,ShaderPrint=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",SubstrateVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=True,bShowOnScreenStats=False,EnabledStats=,bShowFullToolbar=True,bAllowCinematicControl=True)) PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport2",ConfigSettings=(ViewportType=LVT_OrthoXZ,PerspViewModeIndex=VMI_Lit,OrthoViewModeIndex=VMI_BrushWireframe,EditorShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=0,CompositeEditorPrimitives=1,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=0,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=1,SelectionOutlineColor0=0,SelectionOutlineColor1=0,SelectionOutlineColor2=0,SelectionOutlineColor3=0,SelectionOutlineColor4=0,SelectionOutlineColor5=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=1,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=1,BSPTriangles=0,LargeVertices=0,Grid=1,Snap=0,MeshEdges=0,Cover=0,Splines=1,Selection=1,VisualizeLevelInstanceEditing=1,ModeWidgets=1,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=1,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=1,Fog=1,Volumes=1,Game=0,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=1,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,ShaderPrint=1",GameShowFlagsString="PostProcessing=0,Bloom=1,LocalExposure=1,Tonemapper=1,AntiAliasing=1,TemporalAA=1,AmbientCubemap=1,EyeAdaptation=1,VisualizeHDR=0,VisualizeSkyLightIlluminance=0,VisualizeLocalExposure=0,LensFlares=1,GlobalIllumination=1,Vignette=1,Grain=1,AmbientOcclusion=1,Decals=1,CameraImperfections=1,OnScreenDebug=1,OverrideDiffuseAndSpecular=0,LightingOnlyOverride=0,ReflectionOverride=0,VisualizeBuffer=0,VisualizeNanite=0,VisualizeLumen=0,VisualizeSubstrate=0,VisualizeGroom=0,VisualizeVirtualShadowMap=0,DirectLighting=1,DirectionalLights=1,PointLights=1,SpotLights=1,RectLights=1,ColorGrading=1,VectorFields=0,DepthOfField=1,GBufferHints=0,MotionBlur=1,CompositeEditorPrimitives=0,OpaqueCompositeEditorPrimitives=0,TestImage=0,VisualizeDOF=0,VertexColors=0,PhysicalMaterialMasks=0,Refraction=1,CameraInterpolation=1,SceneColorFringe=1,ToneCurve=1,SeparateTranslucency=1,ScreenPercentage=1,VisualizeMotionBlur=0,VisualizeMotionVectors=0,VisualizeReprojection=0,VisualizeTemporalUpscaler=0,VisualizeTSR=0,ReflectionEnvironment=1,VisualizeOutOfBoundsPixels=0,Diffuse=1,Specular=1,SelectionOutline=0,SelectionOutlineColor0=0,SelectionOutlineColor1=0,SelectionOutlineColor2=0,SelectionOutlineColor3=0,SelectionOutlineColor4=0,SelectionOutlineColor5=0,ScreenSpaceReflections=1,LumenReflections=1,ContactShadows=1,RayTracedDistanceFieldShadows=1,CapsuleShadows=1,SubsurfaceScattering=1,VisualizeSSS=0,VolumetricLightmap=1,IndirectLightingCache=1,DebugAI=0,VisLog=1,Navigation=0,GameplayDebug=1,TexturedLightProfiles=1,LightFunctions=1,InstancedStaticMeshes=1,InstancedFoliage=1,HISMCOcclusionBounds=0,HISMCClusterTree=0,VisualizeInstanceUpdates=0,InstancedGrass=1,DynamicShadows=1,Particles=1,Niagara=1,HeterogeneousVolumes=1,SkeletalMeshes=1,BuilderBrush=1,Translucency=1,BillboardSprites=1,LOD=1,LightComplexity=0,ShaderComplexity=0,StationaryLightOverlap=0,LightMapDensity=0,StreamingBounds=0,Constraints=0,MassProperties=0,CameraFrustums=0,AudioRadius=0,ForceFeedbackRadius=1,BSPSplit=0,Brushes=1,Lighting=1,DeferredLighting=1,Editor=0,BSPTriangles=0,LargeVertices=0,Grid=0,Snap=0,MeshEdges=0,Cover=0,Splines=0,Selection=0,VisualizeLevelInstanceEditing=1,ModeWidgets=0,Bounds=0,HitProxies=0,LightInfluences=0,Pivot=0,ShadowFrustums=0,Wireframe=1,Materials=1,StaticMeshes=1,Landscape=1,LightRadius=0,Fog=1,Volumes=0,Game=1,BSP=1,Collision=0,CollisionVisibility=0,CollisionPawn=0,LightShafts=1,PostProcessMaterial=1,Atmosphere=1,Cloud=1,CameraAspectRatioBars=0,CameraSafeFrames=0,TextRender=1,Rendering=1,HMDDistortion=0,StereoRendering=0,DistanceCulledPrimitives=0,VisualizeLightCulling=0,PrecomputedVisibility=1,SkyLighting=1,PreviewShadowsIndicator=1,PrecomputedVisibilityCells=0,VisualizeVolumetricLightmap=0,VolumeLightingSamples=0,Paper2DSprites=1,VisualizeDistanceFieldAO=0,VisualizeMeshDistanceFields=0,PhysicsField=0,VisualizeGlobalDistanceField=0,VisualizeLightingOnProbes=0,ScreenSpaceAO=1,DistanceFieldAO=1,LumenGlobalIllumination=1,VolumetricFog=1,VisualizeSSR=0,VisualizeShadingModels=0,VisualizeSenses=1,LODColoration=0,HLODColoration=0,QuadOverdraw=0,ShaderComplexityWithQuadOverdraw=0,PrimitiveDistanceAccuracy=0,MeshUVDensityAccuracy=0,MaterialTextureScaleAccuracy=0,OutputMaterialTextureScales=0,RequiredTextureResolution=0,VirtualTexturePendingMips=0,WidgetComponents=1,Bones=0,ServerDrawDebug=0,MediaPlanes=1,VREditing=0,OcclusionMeshes=0,VisualizeInstanceOcclusionQueries=0,DisableOcclusionQueries=0,PathTracing=0,RayTracingDebug=0,VisualizeSkyAtmosphere=0,VisualizeLightFunctionAtlas=0,VisualizeCalibrationColor=0,VisualizeCalibrationGrayscale=0,VisualizeCalibrationCustom=0,VisualizePostProcessStack=0,VirtualTexturePrimitives=0,VisualizeVolumetricCloudConservativeDensity=0,VisualizeVolumetricCloudEmptySpaceSkipping=0,VirtualShadowMapPersistentData=1,DebugDrawDistantVirtualSMLights=0,VirtualTextureResidency=1,InputDebugVisualizer=1,LumenScreenTraces=1,LumenDetailTraces=1,LumenGlobalTraces=1,LumenFarFieldTraces=1,LumenSecondaryBounces=1,LumenShortRangeAmbientOcclusion=1,NaniteMeshes=1,NaniteStreamingGeometry=1,VisualizeGPUSkinCache=0,ShaderPrint=1",BufferVisualizationMode="",NaniteVisualizationMode="",LumenVisualizationMode="",SubstrateVisualizationMode="",GroomVisualizationMode="",VirtualShadowMapVisualizationMode="",RayTracingDebugVisualizationMode="",GPUSkinCacheVisualizationMode="",ExposureSettings=(FixedEV100=1.000000,bFixed=False),FOVAngle=90.000000,FarViewPlane=0.000000,bIsRealtime=False,bShowOnScreenStats=True,EnabledStats=,bShowFullToolbar=True,bAllowCinematicControl=True)) @@ -164,6 +164,7 @@ PerInstanceSettings=(ConfigName="FourPanes2x2.Viewport 1.Viewport3",ConfigSettin SnapScaleEnabled=False GridEnabled=False RotGridEnabled=False +CameraSpeed=5 [ContentBrowser] ContentBrowserTab1.SelectedPaths=/Game/MAIN_CONTENT/Mesh/Weapons/Shields @@ -206,43 +207,43 @@ ContentBrowserDrawer.VerticalSplitter.SlotSize1=0.75 ContentBrowserDrawer.FavoriteSplitter.SlotSize0=0.200000003 ContentBrowserDrawer.FavoriteSplitter.SlotSize1=0.800000012 ContentBrowserDrawer.FavoriteSplitter.SlotSize2=0.400000006 -ContentBrowserDrawer.SelectedPaths=/Game/MAIN_CONTENT/Equipment_System +ContentBrowserDrawer.SelectedPaths=/Game/Stylized_PBR_Nature/Rocks/Materials ContentBrowserDrawer.PluginFilters= ContentBrowserDrawer.Favorites.SelectedPaths= ContentBrowserDrawer.SelectedCollections= ContentBrowserDrawer.ExpandedCollections= ContentBrowserDrawer.ThumbnailSize=2 ContentBrowserDrawer.CurrentViewType=1 -ContentBrowserDrawer.JumpMRU=/All/Game/MAIN_CONTENT/Equipment_System -ContentBrowserDrawer.JumpMRU=/All/Game/MAIN_CONTENT/Equipment_System/UI -ContentBrowserDrawer.JumpMRU=/All/Game/MAIN_CONTENT/Mesh/Armor +ContentBrowserDrawer.JumpMRU=/All/Game/Stylized_PBR_Nature/Rocks/Materials +ContentBrowserDrawer.JumpMRU=/All/Game/Stylized_PBR_Nature/Rocks +ContentBrowserDrawer.JumpMRU=/All/Game/Stylized_PBR_Nature/Rocks/Textures +ContentBrowserDrawer.JumpMRU=/All/Game/Stylized_PBR_Nature +ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials/Meshes +ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials/Meshes/Props +ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials/Meshes/Props/Planks ContentBrowserDrawer.JumpMRU=/All/Game/MAIN_CONTENT/Mesh -ContentBrowserDrawer.JumpMRU=/All/Game/MAIN_CONTENT/Textures -ContentBrowserDrawer.JumpMRU=/All/Game/ThirdPerson/Blueprints -ContentBrowserDrawer.JumpMRU=/All/Game/ThirdPerson -ContentBrowserDrawer.JumpMRU=/All/Game/MAIN_CONTENT/Textures/Icons -ContentBrowserDrawer.JumpMRU=/All/Game/MCO_Mocap_Basics/Character/Mesh -ContentBrowserDrawer.JumpMRU=/All/Game/MAIN_CONTENT/Mesh/Armor/Mats -ContentBrowserDrawer.JumpMRU=/All/Game/MAIN_CONTENT/Mesh/Armor/Mats/NewHelm +ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials/Meshes/Arch/RuinedWalls +ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials/Meshes/Arch +ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials/Meshes/Env +ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials +ContentBrowserDrawer.JumpMRU=/All/Game/Stylized_PBR_Nature/Foliage/Assets +ContentBrowserDrawer.JumpMRU=/All/Game/Stylized_PBR_Nature/Foliage +ContentBrowserDrawer.JumpMRU=/All/Game/Stylized_PBR_Nature/Terrain +ContentBrowserDrawer.JumpMRU=/All/Game/MAIN_CONTENT/Levels ContentBrowserDrawer.JumpMRU=/All/Game/MAIN_CONTENT/Blueprints -ContentBrowserDrawer.JumpMRU=/All/Game/MAIN_CONTENT/Textures/UI -ContentBrowserDrawer.JumpMRU=/All/Game/MCO_Mocap_Basics/Character -ContentBrowserDrawer.JumpMRU=/All/Game/MCO_Mocap_Basics ContentBrowserDrawer.JumpMRU=/All/Game/MAIN_CONTENT/AI ContentBrowserDrawer.JumpMRU=/All/Game/MAIN_CONTENT/Quest_System +ContentBrowserDrawer.JumpMRU=/All/Game/MAIN_CONTENT/Equipment_System +ContentBrowserDrawer.JumpMRU=/All/Game/MWLandscapeAutoMaterial/Materials/Landscape +ContentBrowserDrawer.JumpMRU=/All/Game/MWLandscapeAutoMaterial/Materials +ContentBrowserDrawer.JumpMRU=/All/Game/MWLandscapeAutoMaterial +ContentBrowserDrawer.JumpMRU=/All/Game/ThirdPerson/Blueprints +ContentBrowserDrawer.JumpMRU=/All/Game/ThirdPerson +ContentBrowserDrawer.JumpMRU=/All/Game/Stylized_PBR_Nature/Rocks/Assets ContentBrowserDrawer.JumpMRU=/All/Game/MAIN_CONTENT -ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials -ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials/Meshes/Env/Trees/WeepingWillow -ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials/Meshes/Env/Trees -ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials/Meshes/Env/Trees/Pines -ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials/Meshes/Env/Trees/Oak -ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials/Meshes/Env -ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials/Meshes/Env/GrassLumps -ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials/Meshes/Env/Ground -ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials/Meshes/Env/Rocks -ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials/Meshes -ContentBrowserDrawer.JumpMRU=/All/Game/Realistic_Starter_VFX_Pack_Vol2 -ContentBrowserDrawer.JumpMRU=/All/Game/VRS_LowPolyNatureEssentials/Meshes/Arch/Fence +ContentBrowserDrawer.JumpMRU=/All/Game +ContentBrowserDrawer.JumpMRU=/All +ContentBrowserDrawer.JumpMRU=/All/EngineData SequenceBrowser.ThumbnailSize=2 SequenceBrowser.CurrentViewType=2 SequenceBrowser.HiddenColumns=Source Frame Rate @@ -278,14 +279,20 @@ AssetDialog.ThumbnailSize=2 AssetDialog.CurrentViewType=1 [EditorStartup] -LastLevel=/Game/ThirdPerson/Maps/ThirdPersonMap +LastLevel=/Game/MAIN_CONTENT/Levels/OpenWorld_01 [AssetEditorSubsystem] CleanShutdown=True DebuggerAttached=False +RecentAssetEditors= +RecentAssetEditors=BlueprintEditor +RecentAssetEditors=UserDefinedStructureEditor +RecentAssetEditors=UserDefinedStructureEditor +RecentAssetEditors=MaterialInstanceEditor +RecentAssetEditors=BlueprintEditor +RecentAssetEditors=MaterialEditor RecentAssetEditors=WidgetBlueprintEditor RecentAssetEditors=DataTableEditor -RecentAssetEditors=BlueprintEditor RecentAssetEditors=SkeletonEditor RecentAssetEditors=SkeletalMeshEditor RecentAssetEditors=SkeletalMeshEditor @@ -307,15 +314,6 @@ RecentAssetEditors=MaterialEditor RecentAssetEditors=StaticMeshEditor RecentAssetEditors=BlueprintEditor RecentAssetEditors=BlueprintEditor -RecentAssetEditors=AnimationBlueprintEditor -RecentAssetEditors=UserDefinedStructureEditor -RecentAssetEditors=WidgetBlueprintEditor -RecentAssetEditors=BlueprintEditor -RecentAssetEditors=StaticMeshEditor -RecentAssetEditors=BlueprintEditor -OpenAssetsAtExit=/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -OpenAssetsAtExit=/Game/MAIN_CONTENT/Equipment_System/DB_Weapons.DB_Weapons -OpenAssetsAtExit=/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment [/Script/Engine.WorldPartitionEditorPerProjectUserSettings] bHideEditorDataLayers=False @@ -350,7 +348,7 @@ FourPanes2x2.Viewport 1.bIsMaximized=True FourPanes2x2.Viewport 1.MaximizedViewport=FourPanes2x2.Viewport 1.Viewport1 [Directories2] -UNR=../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ +UNR=../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels BRUSH=../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ FBX=../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ FBXAnim=../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ @@ -360,7 +358,7 @@ GenericOpen=../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Cont GenericSave=../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ MeshImportExport=../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ WorldRoot=../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ -Level=../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ +Level=../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels Project=F:/UE_5.4/ [ModuleFileTracking] @@ -1494,6 +1492,20 @@ MaterialEditor.TimeStamp=2024.09.06-20.48.12 MaterialEditor.LastCompileMethod=Unknown HierarchicalLODUtilities.TimeStamp=2024.09.06-20.48.11 HierarchicalLODUtilities.LastCompileMethod=Unknown +Water.TimeStamp=2024.09.06-20.49.21 +Water.LastCompileMethod=Unknown +BlueprintMaterialTextureNodes.TimeStamp=2024.09.06-20.49.11 +BlueprintMaterialTextureNodes.LastCompileMethod=Unknown +Landmass.TimeStamp=2024.09.06-20.49.18 +Landmass.LastCompileMethod=Unknown +LandmassEditor.TimeStamp=2024.09.06-20.49.18 +LandmassEditor.LastCompileMethod=Unknown +WaterEditor.TimeStamp=2024.09.06-20.49.21 +WaterEditor.LastCompileMethod=Unknown +AndroidDeviceProfileSelector.TimeStamp=2024.09.06-20.49.28 +AndroidDeviceProfileSelector.LastCompileMethod=Unknown +ExternalImagePicker.TimeStamp=2024.09.06-20.48.11 +ExternalImagePicker.LastCompileMethod=Unknown [Python] LastDirectory= @@ -1548,16 +1560,16 @@ RetargetChainSettings=RetargetChainSettings.Chain Settings.FK,RetargetChainSetti InputMappingContext=InputMappingContext.Mappings.ActionMappings,InputMappingContext.Mappings.ActionMappings./Game/ThirdPerson/Input/Actions/IA_Equipment.IA_Equipment InputAction= BoneProxy=BoneProxy.Transforms.Bone,BoneProxy.Transforms.Reference,BoneProxy.Transforms.Mesh Relative -MaterialEditorInstanceConstant=MaterialEditorInstanceConstant.General.LightmassSettings,MaterialEditorInstanceConstant.General.MaterialPropertyOverrideGroup,MaterialEditorInstanceConstant.ParameterGroups.Global Texture Parameter Values,MaterialEditorInstanceConstant.ParameterGroups.Global Vector Parameter Values +MaterialEditorInstanceConstant=MaterialEditorInstanceConstant.General.LightmassSettings,MaterialEditorInstanceConstant.General.MaterialPropertyOverrideGroup,MaterialEditorInstanceConstant.ParameterGroups.Global Texture Parameter Values,MaterialEditorInstanceConstant.ParameterGroups.Global Vector Parameter Values,MaterialEditorInstanceConstant.ParameterGroups.3_Grass,MaterialEditorInstanceConstant.ParameterGroups.4_Stones,MaterialEditorInstanceConstant.ParameterGroups.5_Rock,MaterialEditorInstanceConstant.ParameterGroups.LandscapeVariation,MaterialEditorInstanceConstant.ParameterGroups.Lighting,MaterialEditorInstanceConstant.ParameterGroups.UVs MaterialInstanceConstant= Blueprint=Blueprint.Interfaces.Implemented Interfaces -SkeletalMeshComponent=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData +SkeletalMeshComponent=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision BP_ThirdPersonCharacter_C=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData -K2Node_VariableGet=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData +K2Node_VariableGet=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.Dialogue,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision K2Node=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData K2Node_VariableSet=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,SpringArmComponent.TransformCommon.Transform,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData CharacterMovementComponent=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision -PropertyWrapper=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData +PropertyWrapper=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,PropertyWrapper.DefaultValueCategory.Quests,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.Dialogue,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision K2Node_EnhancedInputAction=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.HitAnims K2Node_Variable=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData K2Node_CustomEvent=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData @@ -1573,26 +1585,164 @@ K2Node_SwitchInteger=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshCo EdGraphNode_Comment=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.HitAnims Character=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData SphereComponent=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision -CapsuleComponent=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision -StaticMeshActor=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision +CapsuleComponent=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision,MeshComponent.Physics.ConstraintsGroup,WaterBodyOcean.Rendering.Rendering Features,WaterBodyOcean.Rendering.Path Tracing +StaticMeshActor=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision,MeshComponent.Physics.ConstraintsGroup,WaterBodyOcean.Rendering.Rendering Features,WaterBodyOcean.Rendering.Path Tracing WB_DummyHealthBar_C=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.HitAnims SpringArmComponent=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,SpringArmComponent.TransformCommon.Transform,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData -BP_Weapon_C=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision +BP_Weapon_C=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision,MeshComponent.Physics.ConstraintsGroup,WaterBodyOcean.Rendering.Rendering Features,WaterBodyOcean.Rendering.Path Tracing K2Node_BreakStruct=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData -SceneComponent=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision +SceneComponent= BPC_EquipmentSystem_C=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData K2Node_MacroInstance=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData PlayerController=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData WB_Equipable_Slot_C=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData WB_Item_Slot_C=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData WB_Equipment_C=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData -BP_QuestGiver_C= +BP_QuestGiver_C=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision,MeshComponent.Physics.ConstraintsGroup,WaterBodyOcean.Rendering.Rendering Features,WaterBodyOcean.Rendering.Path Tracing WB_QuestGiverDialogue_C= BP_AI_C=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision StaticMesh=StaticMesh.ImportSettings.Mesh,StaticMesh.ImportSettings.Material -StaticMeshComponent=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData +StaticMeshComponent=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision MeshComponent= -Actor=MeshComponent.Physics.ConstraintsGroup +Actor=MeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision +Landscape=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision,MeshComponent.Physics.ConstraintsGroup,WaterBodyOcean.Rendering.Rendering Features,WaterBodyOcean.Rendering.Path Tracing +WorldSettings=WorldSettings.GameMode.SelectedGameModeDetails,WorldSettings.WorldPartitionSetup.RuntimeHash +WorldPartitionRuntimeHashSet=WorldSettings.GameMode.SelectedGameModeDetails,WorldSettings.WorldPartitionSetup.RuntimeHash +CustomBrush_Landmass_C=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision +LandscapeGizmoActiveActor=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision +LandscapeGizmoRenderComponent=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision +LandmassBrushManager_C=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision +SplineComponent=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision +WaterBodyOcean=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision,MeshComponent.Physics.ConstraintsGroup,WaterBodyOcean.Rendering.Rendering Features,WaterBodyOcean.Rendering.Path Tracing +WaterBodyOceanComponent=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision,MeshComponent.Physics.ConstraintsGroup,WaterBodyOcean.Rendering.Rendering Features,WaterBodyOcean.Rendering.Path Tracing +GeneralProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +CryptoKeysSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +GameplayTagsSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +GameMapsSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +MoviePlayerSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +ProjectPackagingSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +HardwareTargetingSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +AssetManagerSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +AssetToolsSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +SlateRHIRendererSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +WidgetStateSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +AISystem=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +AnimationSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +AnimationModifierSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +AudioSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +ChaosSolverSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +CineCameraSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +CollisionProfile=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +ConsoleSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +ControlRigSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +CookerSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +CrowdManager=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +DataDrivenConsoleVariableSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +DebugCameraControllerSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +EnhancedInputDeveloperSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +InputModifierSmoothDelta= +InputModifierDeadZone= +InputModifierResponseCurveExponential= +InputModifierFOVScaling= +InputTriggerDown= +InputTriggerPressed= +InputTriggerReleased= +InputTriggerHold= +InputTriggerHoldAndRelease= +InputTriggerTap= +InputTriggerPulse= +EnhancedInputEditorProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +GameplayDebuggerConfig=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +GarbageCollectionSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +Engine=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +HierarchicalLODSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +InputSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +InterchangeProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +GLTFPipelineSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +MaterialXPipelineSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +LandscapeSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +LevelSequenceProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +MeshBudgetProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +MeshDrawCommandStatsSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +MetaSoundSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +RecastNavMesh=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +NavigationSystemV1=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +NetworkSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +PhysicsSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +RendererSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +RendererOverrideSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +SlateSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +StreamingSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +TextureEncodingProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +UserInterfaceSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +VirtualTexturePoolConfig=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +WorldPartitionSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +LevelEditor2DSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +EditorProjectAppearanceSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +EditorProjectAssetSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +BlueprintEditorProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +ClassViewerProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +DataValidationSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +DDCProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +DocumentationSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +EditorUtilityWidgetProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +ProxyLODMeshSimplificationSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +LevelEditorProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +LevelInstanceEditorSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +MovieSceneToolsProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +MeshSimplificationSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +PaperImporterSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +EditorPerformanceProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +SourceControlPreferences=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +SkeletalMeshSimplificationSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +PlasticSourceControlProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +StructViewerProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +TextureImportSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +UMGEditorProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +AndroidRuntimeSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +ShaderPlatformQualitySettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +AndroidSDKSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +IOSRuntimeSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +LinuxTargetSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +MacTargetSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +WindowsTargetSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +XcodeProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +AndroidFileServerRuntimeSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +AvfMediaSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +DataflowSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +FractureModeSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +GameplayCamerasEditorSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +GeometryCacheStreamerSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +GooglePADRuntimeSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +ImgMediaSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +ToolPresetProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +LevelSequenceEditorSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +ModelingToolsEditorModeSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +ModelingComponentsSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +NiagaraSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +NiagaraEditorSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +PaperRuntimeSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +PythonScriptPluginSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +RenderDocPluginSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +ResonanceAudioSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +TakeRecorderProjectSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +MovieSceneTakeSettings= +TakeRecorderMicrophoneAudioSourceSettings= +TakeRecorderMicrophoneAudioManager= +MovieSceneAnimationTrackRecorderEditorSettings= +TakeRecorderWorldSourceSettings= +TcpMessagingSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +TemplateSequenceEditorSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +UdpMessagingSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +WaterRuntimeSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +WaterEditorSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +WmfMediaSettings=EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierSmoothDelta,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierDeadZone,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierResponseCurveExponential,EnhancedInputDeveloperSettings.Modifier Default Values.InputModifierFOVScaling,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerDown,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPressed,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerPulse,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerReleased,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHold,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerHoldAndRelease,EnhancedInputDeveloperSettings.Trigger Default Values.InputTriggerTap +WaterBrushManager=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision +WaterZone=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision +PrimitiveComponent= +PlayerStart=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision +CameraComponent=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CameraComponent.PostProcess.Lens,CameraComponent.PostProcess.Lens +InstancedFoliageActor=SkeletalMeshComponent.Materials.MaterialList,SkeletalMeshComponent.Physics.ConstraintsGroup,SkeletalMeshComponent.Collision.Collision,PropertyWrapper.DefaultValueCategory.HitAnims,PropertyWrapper.DefaultValueCategory.ItemData,K2Node_VariableGet.DefaultValueCategory.HitAnims,K2Node_VariableGet.DefaultValueCategory.ItemData,CapsuleComponent.Physics.ConstraintsGroup,CapsuleComponent.Collision.Collision,BP_QuestGiver_C.Materials.MaterialList,BP_QuestGiver_C.Collision.Collision,MeshComponent.Physics.ConstraintsGroup,WaterBodyOcean.Rendering.Rendering Features,WaterBodyOcean.Rendering.Path Tracing [/Script/AudioEditor.AudioEditorSettings] bUseAudioAttenuation=True @@ -1604,7 +1754,7 @@ bPinSoundConcurrencyInAssetMenu=True [DetailPropertyExpansion] PreviewMeshCollection="\"Object.SkeletalMeshes\" " DataAsset="\"Object.SkeletalMeshes\" " -Object= +Object="\"Object\" " EditorLoadingSavingSettings="\"Object.AutoReimport\" \"Object.AutoSave\" \"Object.Blueprints\" " CrashReportsPrivacySettings="\"Object.Options.bSendUnattendedBugReports\" " AnalyticsPrivacySettings="\"Object.Options.bSendUsageData\" " @@ -1615,14 +1765,14 @@ EdGraphNode= InputMappingContext="\"Object.Mappings.Mappings.Mappings[14].Triggers\" \"Object.Mappings.Mappings.Mappings[15]\" \"Object.Mappings.Mappings.Mappings[16]\" \"Object.Mappings.Mappings.Mappings[17]\" \"Object.Mappings.Mappings.Mappings[17].Triggers\" \"Object.Mappings.Mappings.Mappings[17].Modifiers\" \"Object.Mappings.Mappings.Mappings[18]\" \"Object.Mappings.Mappings.Mappings[19]\" \"Object.Mappings.Mappings.Mappings[20]\" " EditorNotifyObject= EditorAnimBaseObj= -SkeletalMeshComponent= -SkinnedMeshComponent= -MeshComponent= -PrimitiveComponent= -SceneComponent= -ActorComponent= -CapsuleComponent= -ShapeComponent= +SkeletalMeshComponent="\"Object\" " +SkinnedMeshComponent="\"Object\" " +MeshComponent="\"Object\" " +PrimitiveComponent="\"Object\" " +SceneComponent="\"Object\" " +ActorComponent="\"Object\" " +CapsuleComponent="\"Object\" " +ShapeComponent="\"Object\" " TextBlock="\"Object.Appearance.ColorAndOpacity\" \"Object.Appearance.Font\" \"Object.Appearance.Font.OutlineSettings\" " TextLayoutWidget="\"Object.Appearance.ColorAndOpacity\" \"Object.Appearance.Font\" \"Object.Appearance.Font.OutlineSettings\" " Widget= @@ -1641,7 +1791,7 @@ AnimMontage="\"Object.BlendOption.BlendOut\" " AnimCompositeBase="\"Object.BlendOption.BlendOut\" " AnimSequenceBase="\"Object.BlendOption.BlendOut\" " AnimationAsset="\"Object.BlendOption.BlendOut\" " -BP_Weapon_C="\"Object.Default.ItemData\" \"Object.Default.ItemData.Item_2_B1731B4741582F6288DA6A917F4E09AE\" " +BP_Weapon_C="\"Object\" \"Object.Default.ItemData\" \"Object.Default.ItemData.Item_2_B1731B4741582F6288DA6A917F4E09AE\" " Button="\"Object.Appearance.WidgetStyle\" \"Object.Appearance.WidgetStyle.Normal\" \"Object.Appearance.WidgetStyle.Normal.TintColor\" \"Object.Appearance.WidgetStyle.Hovered\" \"Object.Appearance.WidgetStyle.Hovered.TintColor\" \"Object.Appearance.WidgetStyle.Pressed\" \"Object.Appearance.WidgetStyle.Pressed.TintColor\" \"Object.Appearance.ColorAndOpacity\" \"Object.Appearance.BackgroundColor\" " ContentWidget="\"Object.Appearance.WidgetStyle\" \"Object.Appearance.WidgetStyle.Normal\" \"Object.Appearance.WidgetStyle.Normal.TintColor\" \"Object.Appearance.WidgetStyle.Hovered\" \"Object.Appearance.WidgetStyle.Hovered.TintColor\" \"Object.Appearance.WidgetStyle.Pressed\" \"Object.Appearance.WidgetStyle.Pressed.TintColor\" \"Object.Appearance.ColorAndOpacity\" \"Object.Appearance.BackgroundColor\" " PanelWidget="\"Object.Appearance.WidgetStyle\" \"Object.Appearance.WidgetStyle.Normal\" \"Object.Appearance.WidgetStyle.Normal.TintColor\" \"Object.Appearance.WidgetStyle.Hovered\" \"Object.Appearance.WidgetStyle.Hovered.TintColor\" \"Object.Appearance.WidgetStyle.Pressed\" \"Object.Appearance.WidgetStyle.Pressed.TintColor\" \"Object.Appearance.ColorAndOpacity\" \"Object.Appearance.BackgroundColor\" " @@ -1653,40 +1803,198 @@ MaterialExpressionVectorParameter="\"Object.DefaultValue\" " MaterialExpressionParameter="\"Object.DefaultValue\" " MaterialExpression= WB_Item_Slot_C="\"Object.Appearance.ColorAndOpacity\" " -BP_QuestGiver_C="\"Object.Dialogue\" " -StaticMeshComponent="\"Object.Collision.BodyInstance\" \"Object.Tags.ComponentTags\" " +BP_QuestGiver_C= +StaticMeshComponent="\"Object\" \"Object.Collision.BodyInstance\" \"Object.Tags.ComponentTags\" " +WorldPartitionRuntimeHashSet="\"Object\" " +WorldPartitionRuntimeHash="\"Object\" " +LandscapeEditorObject="\"Object\" " +LandscapeGizmoRenderComponent="\"Object\" " +CustomBrush_Landmass_C="\"Object.1) Brush Settings.1) Brush Settings|Falloff\" \"Object.2) Effects.2) Effects|Curl Noise\" \"Object.2) Effects.2) Effects|Displacement\" \"Object.2) Effects.2) Effects|Terracing\" " +LandscapeBlueprintBrush= +LandscapeBlueprintBrushBase= +SplineComponent="\"Object\" " +WaterBodyOcean="\"Object\" \"Object.Water.WaterBodyComponent.Object.Rendering.UnderwaterPostProcessSettings\" \"Object.Water.WaterBodyComponent.Object.Rendering.UnderwaterPostProcessSettings.PostProcessSettings\" \"Object.Wave.WaterWaves.Object.Water Waves Asset\" " +WaterBody="\"Object\" \"Object.Water.WaterBodyComponent.Object.Rendering.UnderwaterPostProcessSettings\" \"Object.Water.WaterBodyComponent.Object.Rendering.UnderwaterPostProcessSettings.PostProcessSettings\" \"Object.Wave.WaterWaves.Object.Water Waves Asset\" " +WaterBodyOceanComponent="\"Object\" " +WaterBodyComponent="\"Object\" " +GeneralProjectSettings="\"Object\" " +CryptoKeysSettings="\"Object\" " +GameplayTagsSettings="\"Object\" " +GameplayTagsList="\"Object\" " +GameMapsSettings="\"Object\" " +MoviePlayerSettings="\"Object\" " +ProjectPackagingSettings="\"Object\" " +HardwareTargetingSettings="\"Object\" " +AssetManagerSettings="\"Object\" " +DeveloperSettings="\"Object\" \"Object.ActorDefaults.WaterBodyLakeDefaults.WaterWaves.Object.Water Waves Asset\" \"Object.ActorDefaults.WaterBodyOceanDefaults.WaterWaves.Object.Water Waves Asset\" " +AssetToolsSettings="\"Object\" " +SlateRHIRendererSettings="\"Object\" " +AISystem="\"Object\" " +AISystemBase="\"Object\" " +AnimationSettings="\"Object\" " +AnimationModifierSettings="\"Object\" " +AudioSettings="\"Object\" " +ChaosSolverSettings="\"Object\" " +CineCameraSettings="\"Object\" " +ConsoleSettings="\"Object\" " +ControlRigSettings="\"Object\" " +CookerSettings="\"Object\" " +CrowdManager="\"Object\" " +CrowdManagerBase="\"Object\" " +DataDrivenConsoleVariableSettings="\"Object\" " +DebugCameraControllerSettings="\"Object\" " +EnhancedInputDeveloperSettings="\"Object\" " +DeveloperSettingsBackedByCVars="\"Object\" " +InputModifierSmoothDelta="\"Object\" " +InputModifier="\"Object\" " +InputModifierDeadZone="\"Object\" " +InputModifierResponseCurveExponential="\"Object\" " +InputModifierFOVScaling="\"Object\" " +InputTriggerDown="\"Object\" " +InputTrigger="\"Object\" " +InputTriggerPressed="\"Object\" " +InputTriggerReleased="\"Object\" " +InputTriggerHold="\"Object\" " +InputTriggerTimedBase="\"Object\" " +InputTriggerHoldAndRelease="\"Object\" " +InputTriggerTap="\"Object\" " +InputTriggerPulse="\"Object\" " +EnhancedInputEditorProjectSettings="\"Object\" " +GameplayDebuggerConfig="\"Object\" " +GarbageCollectionSettings="\"Object\" " +Engine="\"Object\" " +HierarchicalLODSettings="\"Object\" " +InputSettings="\"Object\" " +InterchangeProjectSettings="\"Object\" " +GLTFPipelineSettings="\"Object\" " +MaterialXPipelineSettings="\"Object\" " +LandscapeSettings="\"Object\" " +LevelSequenceProjectSettings="\"Object\" " +MeshBudgetProjectSettings="\"Object\" " +MeshDrawCommandStatsSettings="\"Object\" " +MetaSoundSettings="\"Object\" " +NavigationSystemV1="\"Object\" " +NavigationSystemBase="\"Object\" " +NetworkSettings="\"Object\" " +PhysicsSettings="\"Object\" " +PhysicsSettingsCore="\"Object\" " +RendererSettings="\"Object\" " +RendererOverrideSettings="\"Object\" " +SlateSettings="\"Object\" " +StreamingSettings="\"Object\" " +TextureEncodingProjectSettings="\"Object\" " +UserInterfaceSettings="\"Object\" " +VirtualTexturePoolConfig="\"Object\" " +WorldPartitionSettings="\"Object\" " +LevelEditor2DSettings="\"Object\" " +EditorProjectAppearanceSettings="\"Object\" " +EditorProjectAssetSettings="\"Object\" " +BlueprintEditorProjectSettings="\"Object\" " +ClassViewerProjectSettings="\"Object\" " +DataValidationSettings="\"Object\" " +DDCProjectSettings="\"Object\" " +EditorUtilityWidgetProjectSettings="\"Object\" " +WidgetEditingProjectSettings="\"Object\" " +ProxyLODMeshSimplificationSettings="\"Object\" " +LevelEditorProjectSettings="\"Object\" " +LevelInstanceEditorSettings="\"Object\" " +MovieSceneToolsProjectSettings="\"Object\" " +MeshSimplificationSettings="\"Object\" " +PaperImporterSettings="\"Object\" " +EditorPerformanceProjectSettings="\"Object\" " +SourceControlPreferences="\"Object\" " +SkeletalMeshSimplificationSettings="\"Object\" " +PlasticSourceControlProjectSettings="\"Object\" " +StructViewerProjectSettings="\"Object\" " +TextureImportSettings="\"Object\" " +UMGEditorProjectSettings="\"Object\" " +AndroidRuntimeSettings="\"Object\" " +ShaderPlatformQualitySettings="\"Object\" " +AndroidSDKSettings="\"Object\" " +IOSRuntimeSettings="\"Object\" " +LinuxTargetSettings="\"Object\" " +MacTargetSettings="\"Object\" " +WindowsTargetSettings="\"Object\" " +XcodeProjectSettings="\"Object\" " +AndroidFileServerRuntimeSettings="\"Object\" " +AvfMediaSettings="\"Object\" " +DataflowSettings="\"Object\" " +FractureModeSettings="\"Object\" " +GeometryCacheStreamerSettings="\"Object\" " +GooglePADRuntimeSettings="\"Object\" " +ImgMediaSettings="\"Object\" " +ToolPresetProjectSettings="\"Object\" " +LevelSequenceEditorSettings="\"Object\" " +ModelingToolsEditorModeSettings="\"Object\" " +ModelingComponentsSettings="\"Object\" " +NiagaraSettings="\"Object\" " +NiagaraEditorSettings="\"Object\" " +PaperRuntimeSettings="\"Object\" " +PythonScriptPluginSettings="\"Object\" " +RenderDocPluginSettings="\"Object\" " +ResonanceAudioSettings="\"Object\" " +TakeRecorderProjectSettings="\"Object\" " +MovieSceneTakeSettings="\"Object\" " +TakeRecorderMicrophoneAudioSourceSettings="\"Object\" " +TakeRecorderSource="\"Object\" " +TakeRecorderMicrophoneAudioManager="\"Object\" " +TakeRecorderAudioInputSettings="\"Object\" " +MovieSceneAnimationTrackRecorderEditorSettings="\"Object\" " +MovieSceneTrackRecorderSettings="\"Object\" " +TakeRecorderWorldSourceSettings="\"Object\" " +TcpMessagingSettings="\"Object\" " +UdpMessagingSettings="\"Object\" " +WaterRuntimeSettings="\"Object\" " +WaterEditorSettings="\"Object\" \"Object.ActorDefaults.WaterBodyLakeDefaults.WaterWaves.Object.Water Waves Asset\" \"Object.ActorDefaults.WaterBodyOceanDefaults.WaterWaves.Object.Water Waves Asset\" " +WmfMediaSettings="\"Object\" " +RecastNavMesh="\"Object\" " +NavigationData="\"Object\" " +Actor="\"Object\" " +MaterialEditorInstanceConstant="\"Object\" " +MaterialInstanceConstant="\"Object\" " +MaterialInstance="\"Object\" " +MaterialInterface="\"Object\" " +PreviewMaterial="\"Object\" " +Material="\"Object\" " +FoliageType_InstancedStaticMesh="\"Object\" " +FoliageType="\"Object\" " +CameraComponent="\"Object\" \"Object.PostProcess.PostProcessSettings\" " +StaticMeshActor="\"Object.StaticMeshActor.StaticMeshComponent.Object.Collision.BodyInstance\" " +Landscape="\"Object.Collision.BodyInstance\" " +LandscapeProxy="\"Object.Collision.BodyInstance\" " +PartitionActor= [AssetEditorSubsystemRecents] -MRUItem0=/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -MRUItem1=/Game/MAIN_CONTENT/Equipment_System/DB_Weapons -MRUItem2=/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -MRUItem3=/Game/MCO_Mocap_Basics/Character/Mesh/UE4_Mannequin_Skeleton -MRUItem4=/Game/MAIN_CONTENT/Mesh/Armor/corne_low -MRUItem5=/Game/MAIN_CONTENT/Mesh/Armor/basecorne_low -MRUItem6=/Game/MAIN_CONTENT/Mesh/Armor/bar_low -MRUItem7=/Game/MAIN_CONTENT/Mesh/Armor/casque_low -MRUItem8=/Game/MAIN_CONTENT/Mesh/Armor/Mats/NewHelm/NewHelm -MRUItem9=/Game/MAIN_CONTENT/Mesh/Armor/Mats/LegArmor -MRUItem10=/Game/MAIN_CONTENT/Mesh/Armor/Mats/Gem -MRUItem11=/Game/MAIN_CONTENT/Mesh/Armor/Mats/Fabric -MRUItem12=/Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest2 -MRUItem13=/Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest1 -MRUItem14=/Game/MAIN_CONTENT/Mesh/Armor/Mats/Bent -MRUItem15=/Game/MAIN_CONTENT/Mesh/Armor/Mats/ArmArmor -MRUItem16=/Game/MAIN_CONTENT/Equipment_System/E_WeaponTypes -MRUItem17=/Game/MAIN_CONTENT/Equipment_System/S_Items -MRUItem18=/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -MRUItem19=/Game/MAIN_CONTENT/Mesh/Armor/Mats/HelmetTop -MRUItem20=/Game/MAIN_CONTENT/Mesh/Armor/Mats/HelmetFace -MRUItem21=/Game/MAIN_CONTENT/Mesh/Armor/uploads_files_2243919_SpartanHelmet -MRUItem22=/Game/MAIN_CONTENT/Blueprints/BP_TestDummy -MRUItem23=/Game/MAIN_CONTENT/AI/BP_AI -MRUItem24=/Game/MAIN_CONTENT/AI/ABP_AI -MRUItem25=/Game/MAIN_CONTENT/Quest_System/S_Quest -MRUItem26=/Game/MAIN_CONTENT/Quest_System/WB_QuestGiverDialogue -MRUItem27=/Game/MAIN_CONTENT/Quest_System/BP_QuestGiver -MRUItem28=/Game/VRS_LowPolyNatureEssentials/Meshes/Env/Trees/WeepingWillow/SM_WillowTreeAdultA -MRUItem29=/Game/MAIN_CONTENT/Blueprints/BPI_Assassination +MRUItem0=/Game/MAIN_CONTENT/Levels/OpenWorld_01 +MRUItem1=/Game/MAIN_CONTENT/Quest_System/BP_QuestGiver +MRUItem2=/Game/MAIN_CONTENT/Quest_System/S_QuestObjective +MRUItem3=/Game/MAIN_CONTENT/Quest_System/S_Quest +MRUItem4=/Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample +MRUItem5=/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter +MRUItem6=/Game/Stylized_PBR_Nature/Terrain/M_Water_Basic +MRUItem7=/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment +MRUItem8=/Game/MAIN_CONTENT/Equipment_System/DB_Weapons +MRUItem9=/Game/MCO_Mocap_Basics/Character/Mesh/UE4_Mannequin_Skeleton +MRUItem10=/Game/MAIN_CONTENT/Mesh/Armor/corne_low +MRUItem11=/Game/MAIN_CONTENT/Mesh/Armor/basecorne_low +MRUItem12=/Game/MAIN_CONTENT/Mesh/Armor/bar_low +MRUItem13=/Game/MAIN_CONTENT/Mesh/Armor/casque_low +MRUItem14=/Game/MAIN_CONTENT/Mesh/Armor/Mats/NewHelm/NewHelm +MRUItem15=/Game/MAIN_CONTENT/Mesh/Armor/Mats/LegArmor +MRUItem16=/Game/MAIN_CONTENT/Mesh/Armor/Mats/Gem +MRUItem17=/Game/MAIN_CONTENT/Mesh/Armor/Mats/Fabric +MRUItem18=/Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest2 +MRUItem19=/Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest1 +MRUItem20=/Game/MAIN_CONTENT/Mesh/Armor/Mats/Bent +MRUItem21=/Game/MAIN_CONTENT/Mesh/Armor/Mats/ArmArmor +MRUItem22=/Game/MAIN_CONTENT/Equipment_System/E_WeaponTypes +MRUItem23=/Game/MAIN_CONTENT/Equipment_System/S_Items +MRUItem24=/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot +MRUItem25=/Game/MAIN_CONTENT/Mesh/Armor/Mats/HelmetTop +MRUItem26=/Game/MAIN_CONTENT/Mesh/Armor/Mats/HelmetFace +MRUItem27=/Game/MAIN_CONTENT/Mesh/Armor/uploads_files_2243919_SpartanHelmet +MRUItem28=/Game/MAIN_CONTENT/Blueprints/BP_TestDummy +MRUItem29=/Game/MAIN_CONTENT/AI/BP_AI [DetailCategories] BlendSpace1D.InputInterpolation=True @@ -2925,6 +3233,477 @@ Actor.HLOD=True Actor.Physics=True Actor.Networking=True Actor.Actor=True +LandscapeEditorObject.New Landscape=True +LandscapeEditorObject.LandscapeEditor=True +LandscapeEditorObject.Tool Settings=True +LandscapeEditorObject.Brush Settings=True +LandscapeEditorObject.Edit Layers=True +LandscapeEditorObject.Edit Layer Blueprint Brushes=True +LandscapeEditorObject.Target Layers=True +Landscape.LOD Distribution=True +Landscape.Nanite=True +Landscape.LOD=True +Landscape.Landscape=True +Landscape.Information=True +Landscape.TransformCommon=True +Landscape.Lighting=True +Landscape.VirtualTexture=True +Landscape.Rendering=True +Landscape.Lightmass=True +Landscape.Collision=True +Landscape.Navigation=True +Landscape.HLOD=True +Landscape.Replication=True +Landscape.Networking=True +Landscape.Input=True +Landscape.Actor=True +WorldSettings.PrecomputedVisibility=True +WorldSettings.GameMode=True +WorldSettings.Lightmass=True +WorldSettings.World=True +WorldSettings.Physics=True +WorldSettings.Broadphase=True +WorldSettings.HLODSystem=True +WorldSettings.WorldPartitionSetup=True +WorldSettings.Network=True +WorldSettings.Foliage=True +WorldSettings.Landscape=True +WorldSettings.Navigation=True +WorldSettings.VR=True +WorldSettings.Rendering=True +WorldSettings.Nanite=True +WorldSettings.Audio=True +WorldSettings.Tick=True +WorldSettings.Networking=True +WorldPartitionRuntimeHashSet.RuntimeSettings=True +CustomBrush_Landmass_C.Networking=True +CustomBrush_Landmass_C.Physics=True +CustomBrush_Landmass_C.HLOD=True +CustomBrush_Landmass_C.Settings=True +CustomBrush_Landmass_C.Collision=True +CustomBrush_Landmass_C.5) Debug=True +CustomBrush_Landmass_C.2) Effects=True +CustomBrush_Landmass_C.1) Brush Settings=True +CustomBrush_Landmass_C.TransformCommon=True +SplineComponent.TransformCommon=True +SplineComponent.Selected Points=True +SplineComponent.Spline=True +SplineComponent.Editor=True +SplineComponent.HLOD=True +SplineComponent.Navigation=True +SplineComponent.Tags=True +SplineComponent.Activation=True +SplineComponent.Cooking=True +WaterBodyOcean.TransformCommon=True +WaterBodyOcean.Selected Points=True +WaterBodyOcean.Water=True +WaterBodyOcean.Terrain=True +WaterBodyOcean.Wave=True +WaterBodyOcean.Lighting=True +WaterBodyOcean.Physics=True +WaterBodyOcean.LOD=True +WaterBodyOcean.HLOD=True +WaterBodyOcean.Collision=True +WaterBodyOcean.TextureStreaming=True +WaterBodyOcean.Navigation=True +WaterBodyOcean.RayTracing=True +WaterBodyOcean.Tags=True +WaterBodyOcean.Activation=True +WaterBodyOcean.Rendering=True +WaterBodyOcean.Debug=True +WaterBodyOcean.Networking=True +GeneralProjectSettings.About=True +GeneralProjectSettings.Publisher=True +GeneralProjectSettings.Legal=True +GeneralProjectSettings.Displayed=True +GeneralProjectSettings.Settings=True +CryptoKeysSettings.Encryption=True +CryptoKeysSettings.Signing=True +GameplayTagsSettings.GameplayTags=True +GameplayTagsSettings.Advanced Gameplay Tags=True +GameplayTagsSettings.Advanced Replication=True +GameMapsSettings.DefaultModes=True +GameMapsSettings.DefaultMaps=True +GameMapsSettings.LocalMultiplayer=True +GameMapsSettings.GameInstance=True +MoviePlayerSettings.Movies=True +ProjectPackagingSettings.Packaging=True +ProjectPackagingSettings.Project=True +ProjectPackagingSettings.Prerequisites=True +HardwareTargetingSettings.Target Hardware=True +HardwareTargetingSettings.Pending Changes=True +AssetManagerSettings.Asset Manager=True +AssetManagerSettings.Redirects=True +AssetToolsSettings.Advanced Copy=True +SlateRHIRendererSettings.PostProcessing=True +AISystem.AISystem=True +AISystem.Movement=True +AISystem.EQS=True +AISystem.Blackboard=True +AISystem.Behavior Tree=True +AISystem.PerceptionSystem=True +AnimationSettings.Compression=True +AnimationSettings.Performance=True +AnimationSettings.AnimationAttributes=True +AnimationSettings.Mirroring=True +AnimationSettings.AnimationData=True +AnimationModifierSettings.Modifiers=True +AudioSettings.Dialogue=True +AudioSettings.Audio=True +AudioSettings.Mix=True +AudioSettings.Quality=True +AudioSettings.Debug=True +ChaosSolverSettings.GameInstance=True +CineCameraSettings.Lens=True +CineCameraSettings.Filmback=True +CineCameraSettings.Crop=True +CollisionProfile.Object Channels=True +CollisionProfile.Trace Channels=True +ConsoleSettings.General=True +ConsoleSettings.AutoComplete=True +ConsoleSettings.Colors=True +ControlRigSettings.Shapes=True +ControlRigSettings.ModularRigging=True +CookerSettings.Cooker=True +CookerSettings.Textures=True +CookerSettings.Editor=True +CrowdManager.Config=True +DataDrivenConsoleVariableSettings.DataDrivenCVar=True +DebugCameraControllerSettings.General=True +EnhancedInputDeveloperSettings.Enhanced Input=True +InputModifierSmoothDelta.Settings=True +InputModifierDeadZone.Settings=True +InputModifierResponseCurveExponential.Settings=True +InputModifierFOVScaling.Settings=True +EnhancedInputDeveloperSettings.Modifier Default Values=True +InputTriggerDown.Trigger Settings=True +InputTriggerPressed.Trigger Settings=True +InputTriggerReleased.Trigger Settings=True +InputTriggerHold.Trigger Settings=True +InputTriggerHoldAndRelease.Trigger Settings=True +InputTriggerTap.Trigger Settings=True +InputTriggerPulse.Trigger Settings=True +EnhancedInputDeveloperSettings.Trigger Default Values=True +EnhancedInputEditorProjectSettings.Default=True +GameplayDebuggerConfig.Input=True +GameplayDebuggerConfig.Display=True +GameplayDebuggerConfig.AddOns=True +GarbageCollectionSettings.General=True +GarbageCollectionSettings.Optimization=True +GarbageCollectionSettings.Debug=True +Engine.Fonts=True +Engine.DefaultClasses=True +Engine.DefaultMaterials=True +Engine.Settings=True +Engine.Subtitles=True +Engine.Blueprints=True +Engine.Anim Blueprints=True +Engine.Framerate=True +Engine.Timecode=True +Engine.Screenshots=True +HierarchicalLODSettings.HLODSystem=True +InputSettings.Bindings=True +InputSettings.Platforms=True +InputSettings.ViewportProperties=True +InputSettings.Input=True +InputSettings.Mobile=True +InputSettings.Virtual Keyboard (Mobile)=True +InputSettings.DefaultClasses=True +InputSettings.Console=True +InterchangeProjectSettings.ImportContent=True +InterchangeProjectSettings.ImportIntoLevel=True +InterchangeProjectSettings.EditorInterface=True +InterchangeProjectSettings.Generic=True +InterchangeProjectSettings.Editor Generic Pipeline Class=True +GLTFPipelineSettings.PredefinedglTFMaterialLibrary=True +MaterialXPipelineSettings.MaterialXPredefined . Surface Shaders=True +MaterialXPipelineSettings.MaterialXPredefined . BSDF=True +MaterialXPipelineSettings.MaterialXPredefined . EDF=True +MaterialXPipelineSettings.MaterialXPredefined . VDF=True +LandscapeSettings.Layers=True +LandscapeSettings.Configuration=True +LandscapeSettings.Materials=True +LandscapeSettings.HLOD=True +LevelSequenceProjectSettings.Timeline=True +MeshBudgetProjectSettings.StaticMesh=True +MeshDrawCommandStatsSettings.Engine=True +MetaSoundSettings.AutoUpdate=True +MetaSoundSettings.Registration=True +MetaSoundSettings.Quality=True +RecastNavMesh.Display=True +RecastNavMesh.Generation=True +RecastNavMesh.Query=True +RecastNavMesh.Runtime=True +RecastNavMesh.Tick=True +RecastNavMesh.Collision=True +RecastNavMesh.HLOD=True +RecastNavMesh.Physics=True +RecastNavMesh.Networking=True +NavigationSystemV1.Navigation=True +NavigationSystemV1.NavigationSystem=True +NavigationSystemV1.Navigation Enforcing=True +NavigationSystemV1.Agents=True +NetworkSettings.libcurl=True +NetworkSettings.World=True +PhysicsSettings.Replication=True +PhysicsSettings.Simulation=True +PhysicsSettings.Optimization=True +PhysicsSettings.Framerate=True +PhysicsSettings.Broadphase=True +PhysicsSettings.ChaosPhysics=True +PhysicsSettings.Constants=True +PhysicsSettings.Physical Surface=True +RendererSettings.Mobile=True +RendererSettings.Materials=True +RendererSettings.Culling=True +RendererSettings.Textures=True +RendererSettings.VirtualTextures=True +RendererSettings.WorkingColorSpace=True +RendererSettings.GlobalIllumination=True +RendererSettings.Reflections=True +RendererSettings.Lumen=True +RendererSettings.Shadows=True +RendererSettings.HardwareRayTracing=True +RendererSettings.SoftwareRayTracing=True +RendererSettings.Nanite=True +RendererSettings.MiscLighting=True +RendererSettings.ForwardRenderer=True +RendererSettings.Translucency=True +RendererSettings.VR=True +RendererSettings.Postprocessing=True +RendererSettings.DefaultSettings=True +RendererSettings.DefaultScreenPercentage=True +RendererSettings.Optimizations=True +RendererSettings.LightFunctionAtlas=True +RendererSettings.Debugging=True +RendererSettings.Mesh Streaming=True +RendererSettings.Heterogeneous Volumes=True +RendererSettings.Editor=True +RendererSettings.ShaderPermutationReduction=True +RendererSettings.Substrate=True +RendererSettings.HairStrands=True +RendererSettings.MobileShaderPermutationReduction=True +RendererSettings.Skinning=True +RendererSettings.PostProcessCalibrationMaterials=True +RendererOverrideSettings.ShaderPermutationReduction=True +SlateSettings.ConstraintCanvas=True +StreamingSettings.PackageStreaming=True +StreamingSettings.LevelStreaming=True +StreamingSettings.General=True +StreamingSettings.Deprecated Settings=True +TextureEncodingProjectSettings.EncodeSettings=True +TextureEncodingProjectSettings.EncodeSpeedSettings=True +TextureEncodingProjectSettings.EncodeSpeeds=True +UserInterfaceSettings.Focus=True +UserInterfaceSettings.Hardware Cursors=True +UserInterfaceSettings.Software Cursors=True +UserInterfaceSettings.DPI Scaling=True +UserInterfaceSettings.Widgets=True +UserInterfaceSettings.UMG Fonts=True +VirtualTexturePoolConfig.PoolConfig=True +WorldPartitionSettings.WorldPartition=True +LevelEditor2DSettings.General=True +LevelEditor2DSettings.LayerSnapping=True +EditorProjectAppearanceSettings.Units=True +EditorProjectAppearanceSettings.ReferenceViewer=True +EditorProjectAssetSettings.Redirectors=True +BlueprintEditorProjectSettings.Blueprints=True +BlueprintEditorProjectSettings.Actors=True +BlueprintEditorProjectSettings.Experimental=True +BlueprintEditorProjectSettings.Play=True +ClassViewerProjectSettings.ClassVisibilityManagement=True +DDCProjectSettings.Warnings=True +EditorUtilityWidgetProjectSettings.Designer=True +EditorUtilityWidgetProjectSettings.Compiler=True +EditorUtilityWidgetProjectSettings.Class Filtering=True +EditorUtilityWidgetProjectSettings.Class Settings=True +ProxyLODMeshSimplificationSettings.General=True +LevelEditorProjectSettings.Editing=True +LevelInstanceEditorSettings.World Partition=True +MovieSceneToolsProjectSettings.Timeline=True +MovieSceneToolsProjectSettings.Shots=True +MovieSceneToolsProjectSettings.TrackSettings=True +MeshSimplificationSettings.General=True +PaperImporterSettings.NewAssetSettings=True +PaperImporterSettings.ImportSettings=True +PaperImporterSettings.MaterialSettings=True +EditorPerformanceProjectSettings.ViewportResolution=True +SourceControlPreferences.SourceControl=True +SkeletalMeshSimplificationSettings.General=True +PlasticSourceControlProjectSettings.Unity Version Control=True +StructViewerProjectSettings.StructVisibilityManagement=True +TextureImportSettings.VirtualTextures=True +TextureImportSettings.ImportSettings=True +UMGEditorProjectSettings.Compiler=True +UMGEditorProjectSettings.Class Filtering=True +UMGEditorProjectSettings.Designer=True +UMGEditorProjectSettings.Class Settings=True +AndroidRuntimeSettings.APK Packaging=True +AndroidRuntimeSettings.App Bundles=True +AndroidRuntimeSettings.Build=True +AndroidRuntimeSettings.Advanced APK Packaging=True +AndroidRuntimeSettings.DistributionSigning=True +AndroidRuntimeSettings.GooglePlayServices=True +AndroidRuntimeSettings.Icons=True +AndroidRuntimeSettings.LaunchImages=True +AndroidRuntimeSettings.GraphicsDebugger=True +AndroidRuntimeSettings.Input=True +AndroidRuntimeSettings.Audio=True +AndroidRuntimeSettings.MultiTextureFormats=True +AndroidRuntimeSettings.TextureFormatPriorities=True +AndroidRuntimeSettings.Misc=True +ShaderPlatformQualitySettings.Forward Rendering Overrides=True +AndroidSDKSettings.SDKConfig=True +IOSRuntimeSettings.Mobile Provision=True +IOSRuntimeSettings.BundleInformation=True +IOSRuntimeSettings.PowerUsage=True +IOSRuntimeSettings.Orientation=True +IOSRuntimeSettings.FileSystem=True +IOSRuntimeSettings.Input=True +IOSRuntimeSettings.Rendering=True +IOSRuntimeSettings.Build=True +IOSRuntimeSettings.Online=True +IOSRuntimeSettings.RequiredIOSIcons=True +IOSRuntimeSettings.OptionalIOSIcons=True +IOSRuntimeSettings.RequiredTVOSAssets=True +IOSRuntimeSettings.OptionalTVOSAssets=True +IOSRuntimeSettings.LaunchScreen=True +IOSRuntimeSettings.Remote Build=True +IOSRuntimeSettings.Audio=True +LinuxTargetSettings.Targeted RHIs=True +LinuxTargetSettings.Splash=True +LinuxTargetSettings.Icon=True +LinuxTargetSettings.Audio=True +MacTargetSettings.Targeted RHIs=True +MacTargetSettings.Rendering=True +MacTargetSettings.Packaging=True +MacTargetSettings.Splash=True +MacTargetSettings.Icon=True +MacTargetSettings.Audio=True +WindowsTargetSettings.D3D12 Targeted Shader Formats=True +WindowsTargetSettings.D3D11 Targeted Shader Formats=True +WindowsTargetSettings.Vulkan Targeted Shader Formats=True +WindowsTargetSettings.Targeted RHIs=True +WindowsTargetSettings.Toolchain=True +WindowsTargetSettings.Splash=True +WindowsTargetSettings.Icon=True +WindowsTargetSettings.Audio=True +XcodeProjectSettings.Xcode=True +XcodeProjectSettings.Plist Files=True +XcodeProjectSettings.Entitlements=True +XcodeProjectSettings.Code Signing=True +XcodeProjectSettings.Privacy Manifests=True +AndroidFileServerRuntimeSettings.Packaging=True +AndroidFileServerRuntimeSettings.Deployment=True +AndroidFileServerRuntimeSettings.Connection=True +AvfMediaSettings.Debug=True +DataflowSettings.PinColors=True +DataflowSettings.NodeColors=True +FractureModeSettings.Fracture Mode=True +GeometryCacheStreamerSettings.Geometry Cache Streamer=True +GooglePADRuntimeSettings.Packaging=True +ImgMediaSettings.General=True +ImgMediaSettings.Caching=True +ImgMediaSettings.EXR=True +ImgMediaSettings.Proxies=True +ToolPresetProjectSettings.Interactive Tool Presets=True +LevelSequenceEditorSettings.Tracks=True +LevelSequenceEditorSettings.Playback=True +ModelingToolsEditorModeSettings.Modeling Mode=True +ModelingComponentsSettings.Modeling Tools=True +NiagaraSettings.Niagara=True +NiagaraSettings.Viewport=True +NiagaraSettings.SimulationCaching=True +NiagaraSettings.Scalability=True +NiagaraSettings.Renderer=True +NiagaraSettings.LightRenderer=True +NiagaraSettings.SkeletalMeshDI=True +NiagaraSettings.StaticMeshDI=True +NiagaraSettings.AsyncGpuTraceDI=True +NiagaraSettings.SimCache=True +NiagaraEditorSettings.Niagara=True +NiagaraEditorSettings.SimulationOptions=True +NiagaraEditorSettings.Niagara Colors=True +PaperRuntimeSettings.Experimental=True +PaperRuntimeSettings.Settings=True +PythonScriptPluginSettings.Python=True +PythonScriptPluginSettings.PythonPipInstall=True +PythonScriptPluginSettings.PythonRemoteExecution=True +RenderDocPluginSettings.Frame Capture Settings=True +RenderDocPluginSettings.Advanced Settings=True +ResonanceAudioSettings.Reverb=True +ResonanceAudioSettings.General=True +TakeRecorderProjectSettings.Take Recorder=True +TakeRecorderProjectSettings.Movie Scene Take Settings=True +TakeRecorderProjectSettings.Microphone Audio Recorder=True +TakeRecorderProjectSettings.Audio Input Device=True +TakeRecorderProjectSettings.Animation Recorder=True +TakeRecorderProjectSettings.World Recorder=True +TcpMessagingSettings.Transport=True +UdpMessagingSettings.Availability=True +UdpMessagingSettings.Transport=True +UdpMessagingSettings.Tunnel=True +WaterRuntimeSettings.Collision=True +WaterRuntimeSettings.Rendering=True +WaterRuntimeSettings.Water=True +WaterEditorSettings.Rendering=True +WaterEditorSettings.Brush=True +WaterEditorSettings.ActorDefaults=True +WaterEditorSettings.Water=True +WmfMediaSettings.Media=True +WmfMediaSettings.Debug=True +LandmassBrushManager_C.TransformCommon=True +LandmassBrushManager_C.Render Targets=True +LandmassBrushManager_C.Landmass=True +LandmassBrushManager_C.Quadtree=True +LandmassBrushManager_C.Debug=True +LandmassBrushManager_C.Debug Export=True +LandmassBrushManager_C.Settings=True +LandmassBrushManager_C.Landscape=True +WaterBrushManager.TransformCommon=True +WaterBrushManager.Render Targets=True +WaterBrushManager.Cache=True +WaterBrushManager.Debug=True +WaterBrushManager.Settings=True +WaterBrushManager.HLOD=True +WaterBrushManager.Physics=True +WaterBrushManager.Networking=True +WaterZone.TransformCommon=True +WaterZone.Water=True +WaterZone.Rendering=True +WaterZone.Debug=True +WaterZone.VirtualTexture=True +WaterZone.Tags=True +WaterZone.Cooking=True +WaterZone.LocalTessellation=True +WaterZone.HLOD=True +WaterZone.Networking=True +WaterZone.Actor=True +PlayerStart.TransformCommon=True +PlayerStart.Object=True +PlayerStart.Rendering=True +PlayerStart.Replication=True +PlayerStart.HLOD=True +PlayerStart.Physics=True +PlayerStart.Networking=True +PlayerStart.Input=True +PlayerStart.Actor=True +FoliageType_InstancedStaticMesh.Mesh=True +FoliageType_InstancedStaticMesh.Painting=True +FoliageType_InstancedStaticMesh.Placement=True +FoliageType_InstancedStaticMesh.InstanceSettings=True +FoliageType_InstancedStaticMesh.Scalability=True +FoliageType_InstancedStaticMesh.Physics=True +FoliageType_InstancedStaticMesh.VirtualTexture=True +FoliageType_InstancedStaticMesh.HLOD=True +InstancedFoliageActor.TransformCommon=True +InstancedFoliageActor.Replication=True +InstancedFoliageActor.Collision=True +InstancedFoliageActor.HLOD=True +InstancedFoliageActor.Physics=True +InstancedFoliageActor.Networking=True +InstancedFoliageActor.Input=True +InstancedFoliageActor.Actor=True [AssetEditorToolkitTabLocation] /Game/MAIN_CONTENT/Animations/Locomotion/Locomotion_Blendspace_1D.Locomotion_Blendspace_1D=0 @@ -3062,6 +3841,9 @@ Actor.Actor=True /Game/MAIN_CONTENT/Mesh/Armor/bar_low.bar_low=1 /Game/MAIN_CONTENT/Mesh/Armor/basecorne_low.basecorne_low=1 /Game/MAIN_CONTENT/Mesh/Armor/corne_low.corne_low=1 +/Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample.MTL_MWAM_Landscape_MountainRangeExample=1 +/Game/Stylized_PBR_Nature/Terrain/M_Water_Basic.M_Water_Basic=1 +/Game/MAIN_CONTENT/Quest_System/S_QuestObjective.S_QuestObjective=1 [/Script/PinnedCommandList.PinnedCommandListSettings] Contexts=(Name="AnimationEditor",Commands=) @@ -3098,8 +3880,8 @@ bHostFindInBlueprintsInGlobalTab=True bNavigateToNativeFunctionsFromCallNodes=True bDoubleClickNavigatesToParent=True bEnableTypePromotion=True -TypePromotionPinDenyList=string TypePromotionPinDenyList=text +TypePromotionPinDenyList=string BreakpointReloadMethod=RestoreAll bEnablePinValueInspectionTooltips=True bEnableNamespaceEditorFeatures=True @@ -3131,6 +3913,16 @@ GraphEditorQuickJumps=() [DetailMultiObjectNodeExpansion] EditorStyleSettings=True LevelEditorPlaySettings=True +GeneralProjectSettings=True +AISystem=True +ConsoleSettings=True +CrowdManager=True +Engine=True +RecastNavMesh=True +PhysicsSettings=True +ModelingComponentsSettings=True +NiagaraSettings=True +WaterRuntimeSettings=True [DetailCategoriesAdvanced] LevelEditorPlaySettings.PlayInEditor=False @@ -3147,6 +3939,7 @@ TextBlock.Appearance=True bHideUnrelatedNodes=False bUseUnsortedMenus=False bRealtimeMaterialViewport=False +bShowGrid=False [MaterialInstanceEditor] bShowGrid=False @@ -3437,10 +4230,15 @@ bForceFrontXAxis=False bConvertSceneUnit=False [MessageLog] -LastLogListing=PIE +LastLogListing=LoadErrors [PlacementMode] +RecentlyPlaced=/Engine/BasicShapes/Cube.Cube;/Engine/Transient.ActorFactoryBasicShape_0 +RecentlyPlaced=/Game/VRS_LowPolyNatureEssentials/Meshes/Arch/RuinedWalls/SM_RuinedWallRubbleA.SM_RuinedWallRubbleA; +RecentlyPlaced=/Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy; +RecentlyPlaced=/Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver; RecentlyPlaced=/Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon; +RecentlyPlaced=/Script/Water.WaterBodyOcean;/Engine/Transient.WaterBodyOceanActorFactory_0 RecentlyPlaced=/Game/MAIN_CONTENT/Mesh/Armor/casque_low.casque_low; RecentlyPlaced=/Game/MAIN_CONTENT/Mesh/Armor/ManArmor_LegArmor.ManArmor_LegArmor; RecentlyPlaced=/Game/MAIN_CONTENT/Mesh/Armor/ManArmor_Fabric.ManArmor_Fabric; @@ -3452,9 +4250,6 @@ RecentlyPlaced=/Game/MAIN_CONTENT/Mesh/Armor/ManArmor_ArmArmor.ManArmor_ArmArmor RecentlyPlaced=/Game/MAIN_CONTENT/Mesh/Armor/uploads_files_713054_LeatherChest.uploads_files_713054_LeatherChest; RecentlyPlaced=/Game/MAIN_CONTENT/Mesh/Armor/uploads_files_2243919_SpartanHelmet.uploads_files_2243919_SpartanHelmet; RecentlyPlaced=/Game/MAIN_CONTENT/AI/BP_AI.BP_AI; -RecentlyPlaced=/Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver; -RecentlyPlaced=/Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy; -RecentlyPlaced=/Engine/BasicShapes/Cube.Cube;/Engine/Transient.ActorFactoryBasicShape_0 [WidgetTemplatesExpanded] Audio=False @@ -3707,3 +4502,40 @@ Results=None [InterchangeSelectPipeline] Assets_LastSelectedPipeline=InterchangeGenericAssetsPipeline +[MRU] +MRUItem0=/Game/MAIN_CONTENT/Levels/OpenWorld_01 + +[LandscapeEdit] +PaintToolStrength=0.300000012 +PaintBrushRadius=2048 +PaintBrushFalloff=0.5 +AlphaBrushAutoRotate=True +WorldSpacePatternBrushSettings.Origin=X=0.000 Y=0.000 +WorldSpacePatternBrushSettings.bCenterTextureOnOrigin=False +WorldSpacePatternBrushSettings.RepeatSize=3200 +bUseFlattenTarget=False +FlattenTarget=0 +TerraceSmooth=9.99999975e-05 +TerraceInterval=1 +RampWidth=2000 +RampSideFalloff=0.400000006 +bCombinedLayersOperation=True +SmoothFilterKernelSize=4 +MirrorOp=0 +NewLandscapeMaterialName= +ImportLandscape_AlphamapType=0 +ShowUnusedLayers=True + +[FoliageEdit] +Radius=6427.08789 +PaintDensity=0.000699999975 +WindowPosition=-1,-1,284,400 +bFilterFoliage=False +bShowPaletteItemDetails=True +bShowPaletteItemTooltips=True +ActivePaletteViewMode=0 +PaletteThumbnailScale=0.300000012 +IsInSingleInstantiationMode=False +IsInSpawnInCurrentLevelMode=False +SingleInstantiationPlacementMode=0 + diff --git a/Elistria_Calling/Saved/Config/WorldState/1993980049.json b/Elistria_Calling/Saved/Config/WorldState/1993980049.json new file mode 100644 index 0000000..0324df2 Binary files /dev/null and b/Elistria_Calling/Saved/Config/WorldState/1993980049.json differ diff --git a/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.03.28-12.49.37.log b/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.03.28-12.49.37.log deleted file mode 100644 index 62e8fbf..0000000 --- a/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.03.28-12.49.37.log +++ /dev/null @@ -1,3492 +0,0 @@ -Log file open, 03/28/25 05:22:42 -LogWindows: Failed to load 'aqProf.dll' (GetLastError=126) -LogWindows: File 'aqProf.dll' does not exist -LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). -LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126) -LogWindows: File 'VtuneApi.dll' does not exist -LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126) -LogWindows: File 'VtuneApi32e.dll' does not exist -LogWindows: Started CrashReportClient (pid=9992) -LogWindows: Custom abort handler registered for crash reporting. -LogInit: Display: Running engine for game: Elistria_Calling -LogCore: UTS: Unreal Trace Server launched successfully -LogTrace: Initializing trace... -LogCore: Display: Requested channels: 'cpu,gpu,frame,log,bookmark,screenshot,region' -LogTrace: Finished trace initialization. -LogCsvProfiler: Display: Metadata set : platform="Windows" -LogCsvProfiler: Display: Metadata set : config="Development" -LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.4-CL-35576357" -LogCsvProfiler: Display: Metadata set : engineversion="5.4.4-35576357+++UE5+Release-5.4" -LogCsvProfiler: Display: Metadata set : os="Windows 10 (22H2) [10.0.19045.5608] " -LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 9 5900X 12-Core Processor" -LogCsvProfiler: Display: Metadata set : pgoenabled="0" -LogCsvProfiler: Display: Metadata set : pgoprofilingenabled="0" -LogCsvProfiler: Display: Metadata set : ltoenabled="0" -LogCsvProfiler: Display: Metadata set : asan="0" -LogCsvProfiler: Display: Metadata set : commandline="" "F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Elistria_Calling.uproject""" -LogCsvProfiler: Display: Metadata set : loginid="046a422842307c5389fcfb85fdde73f2" -LogCsvProfiler: Display: Metadata set : llm="0" -LogStats: Stats thread started at 0.406975 -LogICUInternationalization: ICU TimeZone Detection - Raw Offset: -7:00, Platform Override: '' -LogInit: Session CrashGUID >==================================================== - Session CrashGUID > UECC-Windows-DDF8EF8A4674EE0B7B3B6090BB1ACE93 - Session CrashGUID >==================================================== -LogConfig: No local boot hotfix file found at: [../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/PersistentDownloadDir/HotfixForNextBoot.txt] -LogConfig: Display: Loading VulkanPC ini files took 0.02 seconds -LogConfig: Display: Loading Windows ini files took 0.02 seconds -LogConfig: Display: Loading Mac ini files took 0.03 seconds -LogConfig: Display: Loading IOS ini files took 0.03 seconds -LogConfig: Display: Loading Android ini files took 0.03 seconds -LogConfig: Display: Loading Unix ini files took 0.03 seconds -LogConfig: Display: Loading VisionOS ini files took 0.03 seconds -LogConfig: Display: Loading TVOS ini files took 0.04 seconds -LogAssetRegistry: Display: Asset registry cache read as 26.7 MiB from ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_0.bin -LogConfig: Display: Loading LinuxArm64 ini files took 0.04 seconds -LogConfig: Display: Loading Linux ini files took 0.04 seconds -LogPluginManager: Mounting Engine plugin ChaosCloth -LogPluginManager: Mounting Engine plugin Bridge -LogPluginManager: Mounting Engine plugin CmdLinkServer -LogPluginManager: Mounting Engine plugin ChaosVD -LogPluginManager: Found config from plugin[ChaosVD] Engine -LogPluginManager: Mounting Engine plugin EnhancedInput -LogPluginManager: Found config from plugin[EnhancedInput] Input -LogPluginManager: Mounting Engine plugin FastBuildController -LogPluginManager: Mounting Engine plugin MeshPainting -LogPluginManager: Mounting Engine plugin RenderGraphInsights -LogPluginManager: Mounting Engine plugin TraceUtilities -LogPluginManager: Mounting Engine plugin WorldMetrics -LogPluginManager: Mounting Engine plugin XGEController -LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor -LogPluginManager: Mounting Engine plugin ACLPlugin -LogPluginManager: Mounting Engine plugin AnimationData -LogPluginManager: Mounting Engine plugin AISupport -LogPluginManager: Mounting Engine plugin AnimationModifierLibrary -LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis -LogPluginManager: Mounting Engine plugin ControlRigSpline -LogPluginManager: Mounting Engine plugin MotionWarping -LogPluginManager: Mounting Engine plugin IKRig -LogPluginManager: Mounting Engine plugin OodleNetwork -LogPluginManager: Mounting Engine plugin ControlRig -LogPluginManager: Mounting Engine plugin ControlRigModules -LogPluginManager: Mounting Engine plugin AvfMedia -LogPluginManager: Mounting Engine plugin AndroidMedia -LogPluginManager: Mounting Engine plugin ImgMedia -LogPluginManager: Mounting Engine plugin MediaCompositing -LogPluginManager: Mounting Engine plugin MediaPlayerEditor -LogPluginManager: Mounting Engine plugin MediaPlate -LogPluginManager: Mounting Engine plugin AnimationSharing -LogPluginManager: Mounting Engine plugin WebMMedia -LogPluginManager: Mounting Engine plugin WmfMedia -LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess -LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess -LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess -LogPluginManager: Mounting Engine plugin DumpGPUServices -LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess -LogPluginManager: Mounting Engine plugin GitSourceControl -LogPluginManager: Mounting Engine plugin NullSourceCodeAccess -LogPluginManager: Mounting Engine plugin PerforceSourceControl -LogPluginManager: Mounting Engine plugin PixWinPlugin -LogPluginManager: Mounting Engine plugin PlasticSourceControl -LogPluginManager: Mounting Engine plugin PluginUtils -LogPluginManager: Mounting Engine plugin PropertyAccessNode -LogPluginManager: Mounting Engine plugin RenderDocPlugin -LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess -LogPluginManager: Mounting Engine plugin TextureFormatOodle -LogPluginManager: Mounting Engine plugin UObjectPlugin -LogPluginManager: Mounting Engine plugin SubversionSourceControl -LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess -LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess -LogPluginManager: Mounting Engine plugin TraceDataFilters -LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess -LogPluginManager: Mounting Engine plugin AutomationUtils -LogPluginManager: Mounting Engine plugin BackChannel -LogPluginManager: Mounting Engine plugin ChaosCaching -LogPluginManager: Mounting Engine plugin ChaosEditor -LogPluginManager: Mounting Engine plugin ChaosNiagara -LogPluginManager: Mounting Engine plugin ChaosUserDataPT -LogPluginManager: Mounting Engine plugin ChaosSolverPlugin -LogPluginManager: Mounting Engine plugin CharacterAI -LogPluginManager: Mounting Engine plugin Dataflow -LogPluginManager: Mounting Engine plugin FullBodyIK -LogPluginManager: Mounting Engine plugin Fracture -LogPluginManager: Mounting Engine plugin GeometryFlow -LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin -LogPluginManager: Mounting Engine plugin LocalizableMessage -LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp -LogPluginManager: Mounting Engine plugin OpenImageDenoise -LogPluginManager: Mounting Engine plugin PlanarCut -LogPluginManager: Mounting Engine plugin PlatformCrypto -LogPluginManager: Mounting Engine plugin PythonScriptPlugin -LogPluginManager: Mounting Engine plugin SkeletalReduction -LogPluginManager: Mounting Engine plugin StructUtils -LogPluginManager: Mounting Engine plugin StudioTelemetry -LogPluginManager: Mounting Engine plugin ToolPresets -LogPluginManager: Mounting Engine plugin Niagara -LogPluginManager: Mounting Engine plugin NiagaraSimCaching -LogPluginManager: Mounting Engine plugin ActorLayerUtilities -LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector -LogPluginManager: Mounting Engine plugin AndroidFileServer -LogPluginManager: Mounting Engine plugin AndroidPermission -LogPluginManager: Mounting Engine plugin AndroidMoviePlayer -LogPluginManager: Mounting Engine plugin AppleImageUtils -LogPluginManager: Mounting Engine plugin AppleMoviePlayer -LogPluginManager: Mounting Engine plugin ArchVisCharacter -LogPluginManager: Mounting Engine plugin AssetTags -LogPluginManager: Mounting Engine plugin AudioCapture -LogPluginManager: Mounting Engine plugin AudioSynesthesia -LogPluginManager: Mounting Engine plugin AudioWidgets -LogPluginManager: Mounting Engine plugin CableComponent -LogPluginManager: Mounting Engine plugin ChunkDownloader -LogPluginManager: Mounting Engine plugin CustomMeshComponent -LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector -LogPluginManager: Mounting Engine plugin GeometryCache -LogPluginManager: Mounting Engine plugin GeometryProcessing -LogPluginManager: Mounting Engine plugin GoogleCloudMessaging -LogPluginManager: Mounting Engine plugin GooglePAD -LogPluginManager: Mounting Engine plugin InputDebugging -LogPluginManager: Found config from plugin[InputDebugging] Input -LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector -LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector -LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary -LogPluginManager: Mounting Engine plugin MeshModelingToolset -LogPluginManager: Mounting Engine plugin Metasound -LogPluginManager: Mounting Engine plugin MobilePatchingUtils -LogPluginManager: Mounting Engine plugin MsQuic -LogPluginManager: Mounting Engine plugin ProceduralMeshComponent -LogPluginManager: Mounting Engine plugin PropertyAccessEditor -LogPluginManager: Mounting Engine plugin ResonanceAudio -LogPluginManager: Mounting Engine plugin RigVM -LogPluginManager: Mounting Engine plugin SignificanceManager -LogPluginManager: Mounting Engine plugin SoundFields -LogPluginManager: Mounting Engine plugin Synthesis -LogPluginManager: Mounting Engine plugin WaveTable -LogPluginManager: Mounting Engine plugin WebMMoviePlayer -LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector -LogPluginManager: Mounting Engine plugin WindowsMoviePlayer -LogPluginManager: Mounting Engine plugin GameplayCameras -LogPluginManager: Mounting Engine plugin DatasmithContent -LogPluginManager: Mounting Engine plugin CameraShakePreviewer -LogPluginManager: Mounting Engine plugin GLTFExporter -LogPluginManager: Mounting Engine plugin VariantManager -LogPluginManager: Mounting Engine plugin VariantManagerContent -LogPluginManager: Mounting Engine plugin LauncherChunkInstaller -LogPluginManager: Mounting Engine plugin AssetManagerEditor -LogPluginManager: Mounting Engine plugin BlueprintHeaderView -LogPluginManager: Mounting Engine plugin ChangelistReview -LogPluginManager: Mounting Engine plugin CryptoKeys -LogPluginManager: Mounting Engine plugin CurveEditorTools -LogPluginManager: Mounting Engine plugin DataValidation -LogPluginManager: Mounting Engine plugin EditorDebugTools -LogPluginManager: Mounting Engine plugin EditorScriptingUtilities -LogPluginManager: Mounting Engine plugin EngineAssetDefinitions -LogPluginManager: Mounting Engine plugin FacialAnimation -LogPluginManager: Mounting Engine plugin GameplayTagsEditor -LogPluginManager: Mounting Engine plugin GeometryMode -LogPluginManager: Mounting Engine plugin MacGraphicsSwitching -LogPluginManager: Mounting Engine plugin MaterialAnalyzer -LogPluginManager: Mounting Engine plugin MeshLODToolset -LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard -LogPluginManager: Mounting Engine plugin ProxyLODPlugin -LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode -LogPluginManager: Mounting Engine plugin PluginBrowser -LogPluginManager: Mounting Engine plugin SequencerAnimTools -LogPluginManager: Mounting Engine plugin SpeedTreeImporter -LogPluginManager: Mounting Engine plugin UVEditor -LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities -LogPluginManager: Mounting Engine plugin OnlineBase -LogPluginManager: Mounting Engine plugin OnlineServices -LogPluginManager: Mounting Engine plugin OnlineSubsystem -LogPluginManager: Mounting Engine plugin OnlineSubsystemNull -LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils -LogPluginManager: Mounting Engine plugin InterchangeEditor -LogPluginManager: Mounting Engine plugin Interchange -LogPluginManager: Mounting Engine plugin Takes -LogPluginManager: Mounting Engine plugin InterchangeTests -LogPluginManager: Mounting Engine plugin ActorSequence -LogPluginManager: Mounting Engine plugin LevelSequenceEditor -LogPluginManager: Mounting Engine plugin SequencerScripting -LogPluginManager: Mounting Engine plugin TcpMessaging -LogPluginManager: Mounting Engine plugin TemplateSequence -LogPluginManager: Mounting Engine plugin Paper2D -LogPluginManager: Mounting Engine plugin UdpMessaging -LogPluginManager: Mounting Engine plugin AlembicImporter -LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor -LogPluginManager: Mounting Engine plugin MetaHumanProjectUtilities -LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS -LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource -LogPluginManager: Mounting Engine plugin ObjectMixer -LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay -LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource -LogPluginManager: Mounting Engine plugin LightMixer -LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource -LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource -LogPluginManager: Mounting Engine plugin XInputDevice -SourceControl: Revision control is disabled -SourceControl: Revision control is disabled -SourceControl: Revision control is disabled -LogWindows: Failed to load 'WinPixGpuCapturer.dll' (GetLastError=126) -LogWindows: File 'WinPixGpuCapturer.dll' does not exist -PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. -LogConfig: Applying CVar settings from Section [/Script/RenderDocPlugin.RenderDocPluginSettings] File [Engine] -RenderDocPlugin: Display: RenderDoc plugin will not be loaded. Use '-AttachRenderDoc' on the cmd line or enable 'renderdoc.AutoAttach' in the plugin settings. -LogStudioTelemetry: Display: Starting StudioTelemetry Module -LogStudioTelemetry: Display: Created an analytics provider LogAnalytics from module AnalyticsLog configuration Engine [StudioTelemetry.Log] -LogStudioTelemetry: Started StudioTelemetry Session -LogInit: Using libcurl 8.4.0 -LogInit: - built for Windows -LogInit: - supports SSL with OpenSSL/1.1.1t -LogInit: - supports HTTP deflate (compression) using libz 1.3 -LogInit: - other features: -LogInit: CURL_VERSION_SSL -LogInit: CURL_VERSION_LIBZ -LogInit: CURL_VERSION_IPV6 -LogInit: CURL_VERSION_ASYNCHDNS -LogInit: CURL_VERSION_LARGEFILE -LogInit: CurlRequestOptions (configurable via config and command line): -LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate -LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy -LogInit: - bDontReuseConnections = false - Libcurl will reuse connections -LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host -LogInit: - LocalHostAddr = Default -LogInit: - BufferSize = 65536 -LogInit: CreateHttpThread using FCurlHttpThread -LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467 -LogOnline: OSS: Created online subsystem instance for: NULL -LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] -LogInit: ExecutableName: UnrealEditor.exe -LogInit: Build: ++UE5+Release-5.4-CL-35576357 -LogInit: Platform=WindowsEditor -LogInit: MachineId=046a422842307c5389fcfb85fdde73f2 -LogInit: DeviceId= -LogInit: Engine Version: 5.4.4-35576357+++UE5+Release-5.4 -LogInit: Compatible Engine Version: 5.4.0-33043543+++UE5+Release-5.4 -LogInit: Net CL: 33043543 -LogInit: OS: Windows 10 (22H2) [10.0.19045.5608] (), CPU: AMD Ryzen 9 5900X 12-Core Processor , GPU: NVIDIA GeForce RTX 4070 Ti SUPER -LogInit: Compiled (64-bit): Aug 16 2024 04:10:34 -LogInit: Architecture: x64 -LogInit: Compiled with Visual C++: 19.38.33130.00 -LogInit: Build Configuration: Development -LogInit: Branch Name: ++UE5+Release-5.4 -LogInit: Command Line: -LogInit: Base Directory: F:/UE_5.4/Engine/Binaries/Win64/ -LogInit: Allocator: Mimalloc -LogInit: Installed Engine Build: 1 -LogInit: This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no -LogDevObjectVersion: Number of dev versions registered: 36 -LogDevObjectVersion: Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 10 -LogDevObjectVersion: Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0 -LogDevObjectVersion: Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 4 -LogDevObjectVersion: Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 40 -LogDevObjectVersion: Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 37 -LogDevObjectVersion: Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 3 -LogDevObjectVersion: Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0 -LogDevObjectVersion: Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0 -LogDevObjectVersion: Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 20 -LogDevObjectVersion: Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0 -LogDevObjectVersion: Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 48 -LogDevObjectVersion: Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 13 -LogDevObjectVersion: Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 3 -LogDevObjectVersion: Dev-LoadTimes (C2A15278-BFE7-4AFE-6C17-90FF531DF755): 1 -LogDevObjectVersion: Private-Geometry (6EACA3D4-40EC-4CC1-B786-8BED09428FC5): 3 -LogDevObjectVersion: Dev-AnimPhys (29E575DD-E0A3-4627-9D10-D276232CDCEA): 17 -LogDevObjectVersion: Dev-Anim (AF43A65D-7FD3-4947-9873-3E8ED9C1BB05): 15 -LogDevObjectVersion: Dev-ReflectionCapture (6B266CEC-1EC7-4B8F-A30B-E4D90942FC07): 1 -LogDevObjectVersion: Dev-Automation (0DF73D61-A23F-47EA-B727-89E90C41499A): 1 -LogDevObjectVersion: FortniteMain (601D1886-AC64-4F84-AA16-D3DE0DEAC7D6): 134 -LogDevObjectVersion: FortniteValkyrie (8DBC2C5B-54A7-43E0-A768-FCBB7DA29060): 8 -LogDevObjectVersion: FortniteSeason (5B4C06B7-2463-4AF8-805B-BF70CDF5D0DD): 12 -LogDevObjectVersion: FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 13 -LogDevObjectVersion: Dev-Enterprise (9DFFBCD6-494F-0158-E221-12823C92A888): 10 -LogDevObjectVersion: Dev-Niagara (F2AED0AC-9AFE-416F-8664-AA7FFA26D6FC): 1 -LogDevObjectVersion: Dev-Destruction (174F1F0B-B4C6-45A5-B13F-2EE8D0FB917D): 10 -LogDevObjectVersion: Dev-Physics-Ext (35F94A83-E258-406C-A318-09F59610247C): 41 -LogDevObjectVersion: Dev-PhysicsMaterial-Chaos (B68FC16E-8B1B-42E2-B453-215C058844FE): 1 -LogDevObjectVersion: Dev-CineCamera (B2E18506-4273-CFC2-A54E-F4BB758BBA07): 1 -LogDevObjectVersion: Dev-VirtualProduction (64F58936-FD1B-42BA-BA96-7289D5D0FA4E): 1 -LogDevObjectVersion: UE5-Main (697DD581-E64F-41AB-AA4A-51ECBEB7B628): 119 -LogDevObjectVersion: UE5-Release (D89B5E42-24BD-4D46-8412-ACA8DF641779): 51 -LogDevObjectVersion: UE5-PrivateFrosty (59DA5D52-1232-4948-B878-597870B8E98B): 8 -LogDevObjectVersion: UE5-Dev-Cooker (26075A32-730F-4708-88E9-8C32F1599D05): 0 -LogDevObjectVersion: Dev-MediaFramework (6F0ED827-A609-4895-9C91-998D90180EA4): 2 -LogDevObjectVersion: UE5-Dev-LWCRendering (30D58BE3-95EA-4282-A6E3-B159D8EBB06A): 1 -LogInit: Presizing for max 25165824 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool. -LogInit: Object subsystem initialized -LogConfig: Set CVar [[con.DebugEarlyDefault:1]] -LogConfig: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created -LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created -LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created -LogConfig: Set CVar [[r.setres:1280x720]] -LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created -LogConfig: CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] deferred - dummy variable created -LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created -LogConfig: CVar [[r.Occlusion.SingleRHIThreadStall:1]] deferred - dummy variable created -LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]] -LogConfig: CVar [[D3D12.Bindless.ResourceDescriptorHeapSize:100000]] deferred - dummy variable created -LogConfig: CVar [[D3D12.Bindless.SamplerDescriptorHeapSize:2048]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[r.VSync:0]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs:0]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[r.Mobile.EnableNoPrecomputedLightingCSMShader:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] -[2025.03.28-11.22.44:942][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] -[2025.03.28-11.22.44:942][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created -[2025.03.28-11.22.44:942][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created -[2025.03.28-11.22.44:949][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.AOQuality:2]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.DetailMode:3]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: CVar [[fx.Niagara.QualityLevel:3]] deferred - dummy variable created -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] -[2025.03.28-11.22.44:949][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] -[2025.03.28-11.22.44:951][ 0]LogRHI: Using Default RHI: D3D12 -[2025.03.28-11.22.44:951][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 -[2025.03.28-11.22.44:951][ 0]LogRHI: Loading RHI module D3D12RHI -[2025.03.28-11.22.45:096][ 0]LogD3D12RHI: Aftermath initialized -[2025.03.28-11.22.45:096][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). -[2025.03.28-11.22.45:096][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. -[2025.03.28-11.22.45:329][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 4070 Ti SUPER (VendorId: 10de, DeviceId: 2689, SubSysId: 89b91043, Revision: 00a1 -[2025.03.28-11.22.45:329][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported -[2025.03.28-11.22.45:329][ 0]LogD3D12RHI: Adapter has 16063MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 3 output[s] -[2025.03.28-11.22.45:329][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) -[2025.03.28-11.22.45:329][ 0]LogD3D12RHI: Driver Date: 12-3-2024 -[2025.03.28-11.22.45:334][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 -[2025.03.28-11.22.45:334][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported -[2025.03.28-11.22.45:334][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 0 output[s] -[2025.03.28-11.22.45:334][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. -[2025.03.28-11.22.45:334][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 -[2025.03.28-11.22.45:334][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. -[2025.03.28-11.22.45:334][ 0]LogInit: Selected Device Profile: [WindowsEditor] -[2025.03.28-11.22.45:334][ 0]LogHAL: Display: Platform has ~ 64 GB [68641247232 / 68719476736 / 64], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) -[2025.03.28-11.22.45:334][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] -[2025.03.28-11.22.45:334][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] -[2025.03.28-11.22.45:334][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] -[2025.03.28-11.22.45:341][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] -[2025.03.28-11.22.45:341][ 0]LogConfig: Set CVar [[r.Shaders.WarningsAsErrors:0 ;; 0: off, 1: global shaders, 2: all]] -[2025.03.28-11.22.45:341][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] -[2025.03.28-11.22.45:341][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] -[2025.03.28-11.22.45:341][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] -[2025.03.28-11.22.45:341][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] -[2025.03.28-11.22.45:341][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] -[2025.03.28-11.22.45:341][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Config/WindowsEditor/Editor.ini] -[2025.03.28-11.22.45:341][ 0]LogInit: Computer: DESKTOP-KTQTHKD -[2025.03.28-11.22.45:341][ 0]LogInit: User: LoreNatusol -[2025.03.28-11.22.45:341][ 0]LogInit: CPU Page size=4096, Cores=12 -[2025.03.28-11.22.45:341][ 0]LogInit: High frequency timer resolution =10.000000 MHz -[2025.03.28-11.22.45:718][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits -[2025.03.28-11.22.45:718][ 0]LogMemory: Memory total: Physical=63.9GB (64GB approx) Virtual=73.4GB -[2025.03.28-11.22.45:718][ 0]LogMemory: Platform Memory Stats for WindowsEditor -[2025.03.28-11.22.45:718][ 0]LogMemory: Process Physical Memory: 536.38 MB used, 549.69 MB peak -[2025.03.28-11.22.45:718][ 0]LogMemory: Process Virtual Memory: 552.83 MB used, 552.83 MB peak -[2025.03.28-11.22.45:718][ 0]LogMemory: Physical Memory: 16718.29 MB used, 48743.11 MB free, 65461.39 MB total -[2025.03.28-11.22.45:718][ 0]LogMemory: Virtual Memory: 21982.46 MB used, 53206.93 MB free, 75189.39 MB total -[2025.03.28-11.22.45:718][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" -[2025.03.28-11.22.45:722][ 0]LogWindows: WindowsPlatformFeatures enabled -[2025.03.28-11.22.45:787][ 0]LogInit: Physics initialised using underlying interface: Chaos -[2025.03.28-11.22.45:787][ 0]LogInit: Using OS detected language (en-US). -[2025.03.28-11.22.45:787][ 0]LogInit: Using OS detected locale (en-US). -[2025.03.28-11.22.45:790][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. -[2025.03.28-11.22.45:790][ 0]LogInit: Setting process to per monitor DPI aware -[2025.03.28-11.22.46:052][ 0]LogWindowsTextInputMethodSystem: Available input methods: -[2025.03.28-11.22.46:052][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). -[2025.03.28-11.22.46:052][ 0]LogWindowsTextInputMethodSystem: - English (United States) - Touch Input Correction (TSF IME). -[2025.03.28-11.22.46:052][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). -[2025.03.28-11.22.46:115][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 -[2025.03.28-11.22.46:115][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 -[2025.03.28-11.22.48:464][ 0]LogRHI: Using Default RHI: D3D12 -[2025.03.28-11.22.48:464][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 -[2025.03.28-11.22.48:464][ 0]LogRHI: Loading RHI module D3D12RHI -[2025.03.28-11.22.48:464][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. -[2025.03.28-11.22.48:464][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. -[2025.03.28-11.22.48:464][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 -[2025.03.28-11.22.48:464][ 0]LogWindows: Attached monitors: -[2025.03.28-11.22.48:464][ 0]LogWindows: resolution: 1920x1080, work area: (2560, 457) -> (4480, 1497), device: '\\.\DISPLAY1' -[2025.03.28-11.22.48:464][ 0]LogWindows: resolution: 2560x1440, work area: (-2560, 629) -> (0, 2019), device: '\\.\DISPLAY2' -[2025.03.28-11.22.48:464][ 0]LogWindows: resolution: 2560x1440, work area: (0, 0) -> (2560, 1400), device: '\\.\DISPLAY3' [PRIMARY] -[2025.03.28-11.22.48:464][ 0]LogWindows: Found 3 attached monitors. -[2025.03.28-11.22.48:464][ 0]LogWindows: Gathering driver information using Windows Setup API -[2025.03.28-11.22.48:464][ 0]LogRHI: RHI Adapter Info: -[2025.03.28-11.22.48:464][ 0]LogRHI: Name: NVIDIA GeForce RTX 4070 Ti SUPER -[2025.03.28-11.22.48:464][ 0]LogRHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) -[2025.03.28-11.22.48:464][ 0]LogRHI: Driver Date: 12-3-2024 -[2025.03.28-11.22.48:464][ 0]LogD3D12RHI: GPU DeviceId: 0x2689 (for the marketing name, search the web for "GPU Device Id") -[2025.03.28-11.22.48:464][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off -[2025.03.28-11.22.48:468][ 0]LogD3D12RHI: [Aftermath] Aftermath crash dumping enabled -[2025.03.28-11.22.48:468][ 0]LogD3D12RHI: [DRED] Dred breadcrumb context enabled -[2025.03.28-11.22.48:468][ 0]LogD3D12RHI: [DRED] Using lightweight DRED. -[2025.03.28-11.22.48:468][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: [Aftermath] Aftermath enabled and primed -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: [Aftermath] Aftermath resource tracking enabled -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: ID3D12Device1 is supported. -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: ID3D12Device2 is supported. -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: ID3D12Device3 is supported. -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: ID3D12Device4 is supported. -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: ID3D12Device5 is supported. -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: ID3D12Device6 is supported. -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: ID3D12Device7 is supported. -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: ID3D12Device8 is supported. -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: ID3D12Device9 is supported. -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: ID3D12Device10 is supported. -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: ID3D12Device11 is supported. -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: ID3D12Device12 is supported. -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: Bindless resources are supported -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: Raster order views are supported -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported -[2025.03.28-11.22.48:587][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported -[2025.03.28-11.22.48:636][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (3D) -[2025.03.28-11.22.48:636][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Copy) -[2025.03.28-11.22.48:637][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Compute) -[2025.03.28-11.22.48:651][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 -[2025.03.28-11.22.48:651][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 -[2025.03.28-11.22.48:651][ 0]LogRHI: Texture pool is 9635 MB (70% of 13765 MB) -[2025.03.28-11.22.48:651][ 0]LogD3D12RHI: Async texture creation enabled -[2025.03.28-11.22.48:651][ 0]LogD3D12RHI: RHI has support for 64 bit atomics -[2025.03.28-11.22.48:664][ 0]LogVRS: Current RHI supports Variable Rate Shading -[2025.03.28-11.22.48:666][ 0]LogInit: Initializing FReadOnlyCVARCache -[2025.03.28-11.22.48:745][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all' -[2025.03.28-11.22.48:745][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all" ] -[2025.03.28-11.22.49:203][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC -[2025.03.28-11.22.49:203][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT -[2025.03.28-11.22.49:203][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 -[2025.03.28-11.22.49:203][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp -[2025.03.28-11.22.49:203][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed -[2025.03.28-11.22.49:203][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 -[2025.03.28-11.22.49:203][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll -[2025.03.28-11.22.49:224][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll -[2025.03.28-11.22.49:243][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle -[2025.03.28-11.22.49:328][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' -[2025.03.28-11.22.49:328][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' -[2025.03.28-11.22.49:328][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' -[2025.03.28-11.22.49:328][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' -[2025.03.28-11.22.49:328][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' -[2025.03.28-11.22.49:328][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' -[2025.03.28-11.22.49:328][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' -[2025.03.28-11.22.49:328][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' -[2025.03.28-11.22.49:328][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' -[2025.03.28-11.22.49:328][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' -[2025.03.28-11.22.49:361][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' -[2025.03.28-11.22.49:361][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' -[2025.03.28-11.22.49:385][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' -[2025.03.28-11.22.49:385][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' -[2025.03.28-11.22.49:385][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' -[2025.03.28-11.22.49:385][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' -[2025.03.28-11.22.49:408][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' -[2025.03.28-11.22.49:408][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' -[2025.03.28-11.22.49:408][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' -[2025.03.28-11.22.49:430][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' -[2025.03.28-11.22.49:430][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' -[2025.03.28-11.22.49:430][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' -[2025.03.28-11.22.49:430][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' -[2025.03.28-11.22.49:454][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' -[2025.03.28-11.22.49:454][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' -[2025.03.28-11.22.49:499][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' -[2025.03.28-11.22.49:499][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' -[2025.03.28-11.22.49:499][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' -[2025.03.28-11.22.49:499][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' -[2025.03.28-11.22.49:499][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor -[2025.03.28-11.22.49:648][ 0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. -[2025.03.28-11.22.49:990][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: SF_METAL -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: SF_METAL_MRT -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: SF_METAL_TVOS -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: SF_METAL_SM5 -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: SF_METAL_SM6 -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: SF_METAL_SIM -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: PCD3D_SM6 -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: PCD3D_SM5 -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: PCD3D_ES31 -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: GLSL_150_ES31 -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: VVM_1_0 -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID -[2025.03.28-11.22.50:013][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 -[2025.03.28-11.22.50:013][ 0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0). -[2025.03.28-11.22.50:016][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB -[2025.03.28-11.22.50:016][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/DDC.ddp not found, will not use a pak cache. -[2025.03.28-11.22.50:016][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. -[2025.03.28-11.22.50:016][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. -[2025.03.28-11.22.50:016][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. -[2025.03.28-11.22.50:049][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2464 MiB) -[2025.03.28-11.22.50:049][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. -[2025.03.28-11.22.50:049][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. -[2025.03.28-11.22.50:049][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data -[2025.03.28-11.22.50:050][ 0]LogZenServiceInstance: InTree version at 'F:/UE_5.4/Engine/Binaries/Win64/zenserver.exe' is '5.4.5-202405102234-windows-x64-release-373e58b' -[2025.03.28-11.22.50:055][ 0]LogZenServiceInstance: Installed version at 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' -[2025.03.28-11.22.50:055][ 0]LogZenServiceInstance: No current process using the data dir found, launching a new instance -[2025.03.28-11.22.50:055][ 0]LogZenServiceInstance: Display: Launching executable 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe', working dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install', data dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data', args '--port 8558 --data-dir "C:\Users\Lore Natusol\AppData\Local\UnrealEngine\Common\Zen\Data" --http asio --gc-cache-duration-seconds 1209600 --gc-interval-seconds 21600 --gc-low-diskspace-threshold 2147483648 --http-forceloopback --quiet --owner-pid 27372' -[2025.03.28-11.22.50:521][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. -[2025.03.28-11.22.50:522][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. -[2025.03.28-11.22.50:576][ 0]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.05 seconds. -[2025.03.28-11.22.50:576][ 0]LogDerivedDataCache: Display: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.05ms. RandomReadSpeed=19.54MBs, RandomWriteSpeed=182.65MBs. Assigned SpeedClass 'Local' -[2025.03.28-11.22.50:577][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly -[2025.03.28-11.22.50:577][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' -[2025.03.28-11.22.50:577][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. -[2025.03.28-11.22.50:577][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. -[2025.03.28-11.22.50:577][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. -[2025.03.28-11.22.50:577][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' -[2025.03.28-11.22.50:577][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. -[2025.03.28-11.22.50:577][ 0]LogShaderCompilers: Guid format shader working directory is -11 characters bigger than the processId version (../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/Shaders/WorkingDirectory/27372/). -[2025.03.28-11.22.50:578][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Lore Natusol/AppData/Local/Temp/UnrealShaderWorkingDir/3912E1774972E9F5B852F2A6A83EA650/'. -[2025.03.28-11.22.50:578][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. -[2025.03.28-11.22.50:578][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers. -[2025.03.28-11.22.50:579][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush -[2025.03.28-11.22.50:586][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. -[2025.03.28-11.22.55:629][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 -[2025.03.28-11.22.56:358][ 0]LogSlate: Using FreeType 2.10.0 -[2025.03.28-11.22.56:374][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 -[2025.03.28-11.22.56:385][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. -[2025.03.28-11.22.56:385][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png -[2025.03.28-11.22.56:425][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. -[2025.03.28-11.22.56:425][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png -[2025.03.28-11.22.56:425][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. -[2025.03.28-11.22.56:425][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png -[2025.03.28-11.22.56:523][ 0]LogAssetRegistry: FAssetRegistry took 0.0016 seconds to start up -[2025.03.28-11.22.56:526][ 0]LogEditorDomain: Display: EditorDomain is Disabled -[2025.03.28-11.22.56:529][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin. -[2025.03.28-11.22.56:676][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). -[2025.03.28-11.22.56:676][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal -[2025.03.28-11.22.56:676][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled -[2025.03.28-11.22.56:678][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. -[2025.03.28-11.22.56:678][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. -[2025.03.28-11.22.56:698][ 0]LogDeviceProfileManager: Active device profile: [00000BD480703E00][00000BD47C985000 66] WindowsEditor -[2025.03.28-11.22.56:698][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" -[2025.03.28-11.22.56:698][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush -[2025.03.28-11.22.56:705][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. -[2025.03.28-11.22.56:706][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.18362.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.22621.0, Allowed_AutoSdk=10.0.19041.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists") -[2025.03.28-11.22.56:730][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD' -[2025.03.28-11.22.56:730][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD" -nocompile -nocompileuat ] -[2025.03.28-11.22.56:936][ 0]LogMaterial: Display: WorldGridMaterial-SM6-Default: MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378BB459A7F0DBAC5232AC3C6813D7A1C9C1E037A6F_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_TDepthOnlyVS0_0_03809D327566D79B7D003D609F3FFBC28CB24CA5DBE22A860DB786AA9A7DE7C711953CC3F484404A4_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_FTranslucentLightingInjectPS0_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS1_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS2_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS3_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS4_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS5_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS6_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS7_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS8_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS9_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS10_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS11_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS12_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS13_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS14_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS15_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS16_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS17_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS18_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS19_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS20_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS21_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS22_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS23_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS24_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS25_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS26_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS27_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS28_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS29_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS30_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS31_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TShadowDepthVSVertexShadowDepth_PerspectiveCorrectPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3786F63A2867FA005A1D9974353C1F05C64FB02CAA1_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_TShadowDepthVSVertexShadowDepth_VirtualShadowMapPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37854CCF0F0329BEB98E3834B9B0E1CAAB6B4587848_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TShadowDepthVSVertexShadowDepth_OnePassPointLightPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3784449D1779A17BA029521B676974C013CAD4F1D63_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_DepthPosOnlyNoPixelPipeline3809D327566D79B7D003D609F3FFBC28CB24CA5D_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FGPUSpriteVertexFactory245FB466A2A94E1A1436B691BFD0A7AD3AAB15226F4AA5ED14228FB7E8DA60EA4B587BD3239FAD94B9CA513CCBA4F1E3AF7D9556DD0F2FF45E951E1A_FNiagaraRibbonVertexFactoryD19292AE439B9BA2AF405539D8C979D72ADDB9DAA5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966DE03DD13CEAD2D60503F2AAC85D4762994EF4025A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966_TGPUSkinAPEXClothVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FParticleSpriteVertexFactory50F1F3C21861C59B390701CCEFB63753852D229FF99E1B0FB635933CEEAC41CF9441DF5EA4A994CA9DAE5A7C55936FD50BC3B20BD063C1832A4D4247_TGPUSkinVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_FVectorFieldVisualizationVertexFactory36404C380DD96CD0872E9BBEDDFAD1A6E72AA01DCC854D8E74FEAEF90804D69AF6B78BD07A141ACC_FNiagaraMeshVertexFactoryF3FBD77A8F4B4A38338B697D58BDAC7AB8D5B27C4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9571BD81B2CBA1F364F28A837532353718EB814537B4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9574B3A20E0CA93D5CA5A60C16EF2EB14EA073FC957_FParticleBeamTrailVertexFactory9B4864381849C227417F59C2CD595ADF65DE8972378BBDDEC2CEAC35A309C357B38D702E7981D5D3_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_TGPUSkinVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_TGPUSkinAPEXClothVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FGeometryCollectionVertexFactory74DF12C20858E13A6E65317951D0E79E184025DB49D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC41_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FMeshParticleVertexFactory8E5462CD108F3ACF9C2D93B79DB64B3906833D1AF773920348F231C490A74B1A551F8CE3ABF04791_FInstancedStaticMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869739A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD_FSplineMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B3218697A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965_FLocalVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869781418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FNiagaraSpriteVertexFactoryACB1629DF3CA3124277348B8C5E6DFA8BCE4390C5957CFEE095AEFFBA7F83F09F020F15CF6555718EFF166204144512228FF7A163011544EEF3FD2265957CFEE095AEFFBA7F83F09F020F15CF65557185957CFEE095AEFFBA7F83F09F020F15CF6555718_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FGeometryCacheVertexVertexFactory74ADC0A3F4354AA5B6F6B8CDE88F0843E005C5DD76143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCESPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_2c57d0a836509d36c7c166415bfeb15e0ef573dcd9b4603cf1538f7314f9243dSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_54a1312cf73db2c90c5ed5f36724cf7f386b575e0cdac7da6333551840860f28SPM_b902cb58365a597ab0b6fe8cf87ae04d551e6747d32c37d928b8157fd3eba5c0SPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_36d1d796bf3fb73ccd892afb1b779f503d696f05fd480468b72f5ef66020825cSPM_83dbf399e330e02ba06c94ef9626063f802e7dad4acecf70bd8dc6046d1c22bbSPM_4a9d07239f86cc5310d60e8af0f25edf06a7d9ea4a2cac6d8cec6a1602c017a9SPM_16580fe885dc965c263d5eaad54b525a074fe46b65804a2a9a8eeb6c60d81eccSPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_1abdcf528b27ee15ea112606f7deb0e2bf1615c76e72788521d73027ce1f58d5SPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_44cfd7856989e0d50b86ae467107f8cb1927d4c4ac69e4400cc83861f7c2587fSPM_5ba0c5b7c5677cfc80f9c206abf3f2281b0c59cf7534bc2c0c3040647bc959d3SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_35ddf07c29b7ba174b82f284a0659e75175dffbdb1e5bcfbb8be87ef8e1351f9SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_2379ae40c9a93d1354f571759773506590e9bd6d2be3b959dc2ab0dca7e60fe4SPM_f6481c86c24d5e8e86b711ed96952ba756b1b40357dd9cadb41c22ae0d52834bSPM_a2ca952d5d0c16a12b0eca91df068d9ce926000b17be062f97ba31ac64039a67SPM_e99122b96c86762ba069e73393d36dd9e7886cd1e40a4c23c10949dc4144ff77SPM_c4fd33b245ca554105394a55a3b11ebe5ab14de075817620e79925a15f1d4e79SPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_98e11b36ef3d6e4dc166bfc6020842cb5ad6481ef73003a086fd4cdf34885068SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_db11416980d7f513dc0e1e08a8df85b346a02b99b3dfcc1a6c49176898f046c7SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; -_MatTransl_3B7A55D3409170328211A060FC2E3BB1E263C720_BBD650804D314CE7A44ADF9BB4F3F5F9_ -[2025.03.28-11.22.57:327][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction -[2025.03.28-11.22.57:327][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction -[2025.03.28-11.22.57:327][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging -[2025.03.28-11.22.57:327][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available -[2025.03.28-11.22.57:327][ 0]LogMeshMerging: No distributed automatic mesh merging module available -[2025.03.28-11.22.57:439][ 0]LogTurnkeySupport: Completed device detection: Code = 0 -[2025.03.28-11.22.58:242][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None -[2025.03.28-11.22.58:242][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled -[2025.03.28-11.22.58:251][ 0]LogUObjectArray: 22203 objects as part of root set at end of initial load. -[2025.03.28-11.22.58:251][ 0]LogUObjectAllocator: 6109736 out of 0 bytes used by permanent object pool. -[2025.03.28-11.22.58:251][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool -[2025.03.28-11.22.58:282][ 0]LogLiveCoding: Display: Starting LiveCoding -[2025.03.28-11.22.58:283][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development -[2025.03.28-11.22.58:283][ 0]LogLiveCoding: Display: First instance in process group "UE_Elistria_Calling_0x6dd5b082", spawning console -[2025.03.28-11.22.58:287][ 0]LogLiveCoding: Display: Waiting for server -[2025.03.28-11.22.58:421][ 0]LogSlate: Border -[2025.03.28-11.22.58:421][ 0]LogSlate: BreadcrumbButton -[2025.03.28-11.22.58:421][ 0]LogSlate: Brushes.Title -[2025.03.28-11.22.58:421][ 0]LogSlate: Default -[2025.03.28-11.22.58:421][ 0]LogSlate: Icons.Save -[2025.03.28-11.22.58:421][ 0]LogSlate: Icons.Toolbar.Settings -[2025.03.28-11.22.58:421][ 0]LogSlate: ListView -[2025.03.28-11.22.58:421][ 0]LogSlate: SoftwareCursor_CardinalCross -[2025.03.28-11.22.58:421][ 0]LogSlate: SoftwareCursor_Grab -[2025.03.28-11.22.58:421][ 0]LogSlate: TableView.DarkRow -[2025.03.28-11.22.58:421][ 0]LogSlate: TableView.Row -[2025.03.28-11.22.58:421][ 0]LogSlate: TreeView -[2025.03.28-11.22.59:391][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... -[2025.03.28-11.22.59:393][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 1.615 ms -[2025.03.28-11.22.59:437][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread -[2025.03.28-11.22.59:486][ 0]LogInit: XR: Instanced Stereo Rendering is Disabled -[2025.03.28-11.22.59:486][ 0]LogInit: XR: MultiViewport is Disabled -[2025.03.28-11.22.59:486][ 0]LogInit: XR: Mobile Multiview is Disabled -[2025.03.28-11.22.59:487][ 0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-KTQTHKD: (Name=DESKTOP-KTQTHKD, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid") -[2025.03.28-11.23.00:796][ 0]LogPython: Using Python 3.11.8 -[2025.03.28-11.23.01:404][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping -[2025.03.28-11.23.01:493][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 21CCF7077B5B4A24800000000000EA00 | Instance: 584B64A343EE72E0B5A59F9A142A1792 (DESKTOP-KTQTHKD-27372). -[2025.03.28-11.23.02:130][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... -[2025.03.28-11.23.02:146][ 0]LogMetasoundEngine: MetaSound Engine Initialized -[2025.03.28-11.23.03:171][ 0]LogTcpMessaging: Initializing TcpMessaging bridge -[2025.03.28-11.23.03:274][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. -[2025.03.28-11.23.03:274][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:55115'. -[2025.03.28-11.23.03:275][ 0]LogUdpMessaging: Display: Added local interface '192.168.1.109' to multicast group '230.0.0.1:6666' -[2025.03.28-11.23.04:210][ 0]SourceControl: Revision control is disabled -[2025.03.28-11.23.04:301][ 0]SourceControl: Revision control is disabled -[2025.03.28-11.23.05:192][ 0]LogOpenImageDenoise: OIDN starting up -[2025.03.28-11.23.05:475][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance -[2025.03.28-11.23.05:615][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. -[2025.03.28-11.23.05:615][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. -[2025.03.28-11.23.07:109][ 0]LogCollectionManager: Loaded 0 collections in 0.000708 seconds -[2025.03.28-11.23.07:111][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Collections/' took 0.00s -[2025.03.28-11.23.07:112][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Developers/LoreNatusol/Collections/' took 0.00s -[2025.03.28-11.23.07:113][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Collections/' took 0.00s -[2025.03.28-11.23.07:634][ 0]LogEngine: Initializing Engine... -[2025.03.28-11.23.07:637][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s -[2025.03.28-11.23.07:886][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll -[2025.03.28-11.23.07:980][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-11.23.07:983][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. -[2025.03.28-11.23.07:983][ 0]LogInit: Texture streaming: Enabled -[2025.03.28-11.23.08:046][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.4.4-35576357+++UE5+Release-5.4 -[2025.03.28-11.23.08:066][ 0]LogAudio: Display: Initializing Audio Device Manager... -[2025.03.28-11.23.08:090][ 0]LogAudio: Display: Loading Default Audio Settings Objects... -[2025.03.28-11.23.08:094][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). -[2025.03.28-11.23.08:094][ 0]LogAudio: Display: AudioInfo: 'OPUS' Registered -[2025.03.28-11.23.08:094][ 0]LogAudio: Display: AudioInfo: 'OGG' Registered -[2025.03.28-11.23.08:113][ 0]LogAudio: Display: AudioInfo: 'ADPCM' Registered -[2025.03.28-11.23.08:113][ 0]LogAudio: Display: AudioInfo: 'PCM' Registered -[2025.03.28-11.23.08:130][ 0]LogAudio: Display: AudioInfo: 'BINKA' Registered -[2025.03.28-11.23.08:147][ 0]LogAudio: Display: AudioInfo: 'RADA' Registered -[2025.03.28-11.23.08:148][ 0]LogAudio: Display: Audio Device Manager Initialized -[2025.03.28-11.23.08:148][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True -[2025.03.28-11.23.08:148][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-11.23.08:148][ 0]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-11.23.08:148][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-11.23.08:148][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-11.23.08:148][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-11.23.08:148][ 0]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-11.23.08:148][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-11.23.08:148][ 0]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-11.23.08:148][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-11.23.08:148][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-11.23.08:148][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-11.23.08:181][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-11.23.08:214][ 0]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-11.23.08:214][ 0]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-11.23.08:236][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-11.23.08:237][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-11.23.08:237][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 -[2025.03.28-11.23.08:237][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 -[2025.03.28-11.23.08:238][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 -[2025.03.28-11.23.08:238][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 -[2025.03.28-11.23.08:238][ 0]LogInit: FAudioDevice initialized with ID 1. -[2025.03.28-11.23.08:239][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. -[2025.03.28-11.23.08:239][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 -[2025.03.28-11.23.08:265][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" -[2025.03.28-11.23.08:274][ 0]LogInit: Undo buffer set to 32 MB -[2025.03.28-11.23.08:274][ 0]LogInit: Transaction tracking system initialized -[2025.03.28-11.23.08:326][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SourceControl/UncontrolledChangelists.json -[2025.03.28-11.23.08:676][ 0]LocalizationService: Localization service is disabled -[2025.03.28-11.23.08:732][ 0]TimingProfiler: Initialize -[2025.03.28-11.23.08:732][ 0]TimingProfiler: OnSessionChanged -[2025.03.28-11.23.08:732][ 0]LoadingProfiler: Initialize -[2025.03.28-11.23.08:732][ 0]LoadingProfiler: OnSessionChanged -[2025.03.28-11.23.08:732][ 0]NetworkingProfiler: Initialize -[2025.03.28-11.23.08:732][ 0]NetworkingProfiler: OnSessionChanged -[2025.03.28-11.23.08:732][ 0]MemoryProfiler: Initialize -[2025.03.28-11.23.08:732][ 0]MemoryProfiler: OnSessionChanged -[2025.03.28-11.23.09:429][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/' took 0.02s -[2025.03.28-11.23.10:162][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. -[2025.03.28-11.23.10:255][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete -[2025.03.28-11.23.10:347][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() -[2025.03.28-11.23.10:348][ 0]SourceControl: Revision control is disabled -[2025.03.28-11.23.10:348][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 28.404 -[2025.03.28-11.23.10:357][ 0]Cmd: MAP LOAD FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Maps/ThirdPersonMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 -[2025.03.28-11.23.10:364][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true -[2025.03.28-11.23.10:364][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-11.23.10:364][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-11.23.10:364][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-11.23.10:368][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-11.23.10:371][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.44ms -[2025.03.28-11.23.10:843][ 0]LogAssetRegistry: Display: Asset registry cache written as 26.8 MiB to ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin -[2025.03.28-11.23.11:644][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'ThirdPersonMap'. -[2025.03.28-11.23.11:644][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-11.23.11:650][ 0]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=0, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=1, InitializeForGame=0) -[2025.03.28-11.23.11:650][ 0]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-11.23.11:650][ 0]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap, World Type = Editor, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 1, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-11.23.11:657][ 0]LogStreaming: Display: FlushAsyncLoading(1): 46 QueuedPackages, 0 AsyncPackages -[2025.03.28-11.23.11:958][ 0]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-11.23.11:958][ 0]LogWorldPartition: Display: WorldPartition initialize took 307.217 ms -[2025.03.28-11.23.11:969][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) -[2025.03.28-11.23.11:977][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.46ms -[2025.03.28-11.23.11:977][ 0]Cmd: MAP CHECKDEP NOCLEARLOG -[2025.03.28-11.23.11:978][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.39ms to complete. -[2025.03.28-11.23.12:005][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 30.061 -[2025.03.28-11.23.12:111][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-11.23.12:111][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-11.23.12:111][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-11.23.12:111][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-11.23.12:111][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-11.23.12:111][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-11.23.12:111][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-11.23.12:111][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-11.23.12:111][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-11.23.12:111][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-11.23.12:111][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-11.23.12:111][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-11.23.12:111][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-11.23.12:128][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-11.23.12:135][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-11.23.12:142][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-11.23.12:149][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-11.23.12:180][ 0]LogSlate: The tab "TopRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-11.23.12:192][ 0]LogSlate: The tab "BottomRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-11.23.12:237][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-11.23.12:242][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/StarterContent.upack', mount point: 'root:/' -[2025.03.28-11.23.12:242][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-11.23.12:250][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' -[2025.03.28-11.23.12:250][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-11.23.12:257][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' -[2025.03.28-11.23.12:257][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-11.23.12:264][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' -[2025.03.28-11.23.12:265][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-11.23.12:270][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' -[2025.03.28-11.23.12:270][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-11.23.12:274][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' -[2025.03.28-11.23.12:275][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-11.23.12:279][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' -[2025.03.28-11.23.12:280][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-11.23.12:286][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' -[2025.03.28-11.23.12:287][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-11.23.12:296][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' -[2025.03.28-11.23.12:297][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-11.23.12:301][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' -[2025.03.28-11.23.12:670][ 0]LogSlate: Took 0.005546 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) -[2025.03.28-11.23.12:676][ 0]LogSlate: Took 0.004095 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) -[2025.03.28-11.23.12:680][ 0]LogSlate: Took 0.003693 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) -[2025.03.28-11.23.13:006][ 0]LogStall: Startup... -[2025.03.28-11.23.13:008][ 0]LogStall: Startup complete. -[2025.03.28-11.23.13:037][ 0]LogLoad: (Engine Initialization) Total time: 31.09 seconds -[2025.03.28-11.23.13:089][ 0]LogAssetRegistry: AssetRegistryGather time 0.0631s: AssetDataDiscovery 0.0181s, AssetDataGather 0.0147s, StoreResults 0.0303s. - NumCachedDirectories 0. NumUncachedDirectories 1585. NumCachedFiles 7757. NumUncachedFiles 8. -[2025.03.28-11.23.13:106][ 0]LogSourceControl: Uncontrolled asset enumeration started... -[2025.03.28-11.23.13:135][ 0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000004 seconds (updated 0 objects) -[2025.03.28-11.23.13:136][ 0]LogContentStreaming: Texture pool size now 1000 MB -[2025.03.28-11.23.13:136][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" -[2025.03.28-11.23.13:294][ 0]LogSourceControl: Uncontrolled asset enumeration finished in 0.187608 seconds (Found 7740 uncontrolled assets) -[2025.03.28-11.23.13:445][ 0]LogPython: registering - -[2025.03.28-11.23.13:452][ 0]Running Python start-up script 'F:/UE_5.4/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.205394 secs -[2025.03.28-11.23.13:517][ 1]LogD3D12RHI: Cannot end block when stack is empty -[2025.03.28-11.24.50:576][628]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. -[2025.03.28-11.49.58:582][ 79]LogSlate: Took 0.005855 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) -[2025.03.28-11.49.59:219][117]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-11.49.59:219][117]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-11.49.59:220][117]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.494 ms -[2025.03.28-11.49.59:221][117]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-11.49.59:224][117]LogOnline: OSS: Created online subsystem instance for: NULL -[2025.03.28-11.49.59:224][117]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] -[2025.03.28-11.49.59:224][117]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-11.49.59:229][117]LogPlayLevel: PIE: StaticDuplicateObject took: (0.004323s) -[2025.03.28-11.49.59:229][117]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.004356s) -[2025.03.28-11.49.59:234][117]LogUObjectHash: Compacting FUObjectHashTables data took 0.53ms -[2025.03.28-11.49.59:234][117]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-11.49.59:235][117]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-11.49.59:235][117]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-11.49.59:235][117]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-11.49.59:235][117]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-11.49.59:236][117]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-11.49.59:236][117]LogWorldPartition: Display: WorldPartition initialize took 1.313 ms (total: 308.530 ms) -[2025.03.28-11.49.59:236][117]LogPlayLevel: PIE: World Init took: (0.002136s) -[2025.03.28-11.49.59:247][117]LogAudio: Display: Creating Audio Device: Id: 2, Scope: Unique, Realtime: True -[2025.03.28-11.49.59:247][117]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-11.49.59:247][117]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-11.49.59:247][117]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-11.49.59:247][117]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-11.49.59:247][117]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-11.49.59:247][117]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-11.49.59:247][117]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-11.49.59:247][117]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-11.49.59:247][117]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-11.49.59:247][117]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-11.49.59:247][117]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-11.49.59:248][117]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-11.49.59:264][117]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-11.49.59:264][117]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-11.49.59:264][117]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-11.49.59:264][117]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-11.49.59:265][117]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2 -[2025.03.28-11.49.59:265][117]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2 -[2025.03.28-11.49.59:266][117]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2 -[2025.03.28-11.49.59:266][117]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2 -[2025.03.28-11.49.59:266][117]LogInit: FAudioDevice initialized with ID 2. -[2025.03.28-11.49.59:266][117]LogAudio: Display: Audio Device (ID: 2) registered with world 'ThirdPersonMap'. -[2025.03.28-11.49.59:266][117]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2 -[2025.03.28-11.49.59:268][117]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-11.49.59:271][117]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-05.49.59 -[2025.03.28-11.49.59:272][117]LogWorld: Bringing up level for play took: 0.003063 -[2025.03.28-11.49.59:273][117]LogOnline: OSS: Created online subsystem instance for: :Context_3 -[2025.03.28-11.49.59:274][117]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-11.49.59:274][117]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-11.49.59:296][117]PIE: Server logged in -[2025.03.28-11.49.59:296][117]PIE: Play in editor total start time 0.078 seconds. -[2025.03.28-11.50.04:095][652]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-11.50.04:095][652]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-11.50.04:095][652]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-11.50.08:319][159]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-11.50.08:319][159]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-11.50.57:463][ 52]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-11.50.57:463][ 52]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-11.50.57:463][ 52]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-11.50.57:464][ 52]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-11.50.57:464][ 52]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-11.50.57:464][ 52]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-11.50.57:464][ 52]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-11.50.57:464][ 52]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-11.50.57:467][ 52]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-11.50.57:469][ 52]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-11.50.57:473][ 52]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-11.50.57:473][ 52]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2 -[2025.03.28-11.50.57:474][ 52]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 -[2025.03.28-11.50.57:475][ 52]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 -[2025.03.28-11.50.57:478][ 52]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-11.50.57:479][ 52]LogUObjectHash: Compacting FUObjectHashTables data took 0.47ms -[2025.03.28-11.50.57:552][ 53]LogPlayLevel: Display: Destroying online subsystem :Context_3 -[2025.03.28-11.51.00:819][272]LogSlate: Took 0.005744 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) -[2025.03.28-11.51.06:724][936]LogAssetEditorSubsystem: Opening Asset editor for WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-11.51.06:743][936]LogSlate: Warning: The command 'UMGEditor.OpenAnimDrawer' has the same default chord as 'EditorViewport.Next' [Ctrl+Shift+Space Bar] -[2025.03.28-11.51.08:112][936]LogSlate: Took 0.005016 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K) -[2025.03.28-11.51.08:119][936]LogSlateStyle: Warning: Missing Resource from 'CoreStyle' Style: 'Unable to find SlateColor 'Foreground'.' -[2025.03.28-11.51.08:123][936]LogSlate: Took 0.003449 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K) -[2025.03.28-11.51.48:464][623]LogAssetEditorSubsystem: Opening Asset editor for WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-11.52.22:459][646]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.28-11.52.23:046][700]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-11.52.23:073][700]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-11.52.23:077][700]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-11.52.23:077][700]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-11.52.23:083][700]LogPackageLocalizationCache: Processed 52 localized package path(s) for 1 prioritized culture(s) in 0.006270 seconds -[2025.03.28-11.52.23:090][700]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-11.52.23:090][700]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentE26689764924557ACC9EE3B7C482C538.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-11.52.23:100][700]LogFileHelpers: InternalPromptForCheckoutAndSave took 53.741 ms -[2025.03.28-11.52.23:129][700]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-11.52.23:129][700]LogContentValidation: Enabled validators: -[2025.03.28-11.52.23:129][700]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-11.52.23:129][700]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-11.52.23:129][700]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-11.52.23:129][700]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-11.52.23:130][700]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-11.52.30:016][453]LogEditorTransaction: Undo Drag and Drop Widget -[2025.03.28-11.52.33:274][762]LogEditorTransaction: Undo Drag and Drop Widget -[2025.03.28-11.53.07:772][926]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-11.53.07:797][926]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-11.53.07:798][926]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-11.53.07:798][926]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-11.53.07:800][926]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-11.53.07:800][926]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_Slot162F278640440AA17FEEA790041681E0.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-11.53.07:808][926]LogFileHelpers: InternalPromptForCheckoutAndSave took 35.938 ms (total: 89.680 ms) -[2025.03.28-11.53.07:838][926]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-11.53.07:838][926]LogContentValidation: Enabled validators: -[2025.03.28-11.53.07:838][926]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-11.53.07:838][926]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-11.53.07:838][926]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-11.53.07:838][926]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-11.53.07:839][926]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-11.53.10:668][243]LogContentBrowser: Deferred new asset file creation: WB_Equipable_Slot1 -[2025.03.28-11.53.10:682][243]LogContentBrowser: Creating deferred item: WB_Equipable_Slot1 -[2025.03.28-11.53.10:704][244]LogContentBrowser: Renaming the item being created (Deferred Item: WB_Equipable_Slot1). -[2025.03.28-11.53.18:126][937]LogContentBrowser: Attempting asset rename: WB_Equipable_Slot1 -> WB_Item_Slot1 -[2025.03.28-11.53.18:148][937]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-11.53.18:153][937]LogContentBrowser: End creating deferred item WB_Equipable_Slot1 -[2025.03.28-11.53.23:366][541]LogContentBrowser: Attempting asset rename: WB_Item_Slot1 -> WB_Item_Slot -[2025.03.28-11.53.23:392][541]LogMetaData: Removing '/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.SKEL_WB_Item_Slot_C' ref from Metadata '/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot1.PackageMetaData' -[2025.03.28-11.53.23:392][541]LogMetaData: Removing '/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot_C' ref from Metadata '/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot1.PackageMetaData' -[2025.03.28-11.53.23:392][541]LogMetaData: Removing '/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.SKEL_WB_Item_Slot_C:BndEvt__WB_Equipable_Slot_EquipButton_K2Node_ComponentBoundEvent_0_OnButtonClickedEvent__DelegateSignature' ref from Metadata '/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot1.PackageMetaData' -[2025.03.28-11.53.23:395][541]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-11.53.23:425][541]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-11.53.23:427][541]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-11.53.23:427][541]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-11.53.23:429][541]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-11.53.23:429][541]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot5B88A6C44C801EA67A1A769F6A4408AB.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-11.53.23:438][541]LogFileHelpers: InternalPromptForCheckoutAndSave took 42.610 ms (total: 132.290 ms) -[2025.03.28-11.53.23:459][541]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.28-11.53.23:475][541]LogUObjectHash: Compacting FUObjectHashTables data took 0.98ms -[2025.03.28-11.53.23:489][541]LogUObjectHash: Compacting FUObjectHashTables data took 0.49ms -[2025.03.28-11.53.23:515][541]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-11.53.23:515][541]LogContentValidation: Enabled validators: -[2025.03.28-11.53.23:515][541]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-11.53.23:515][541]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-11.53.23:515][541]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-11.53.23:515][541]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-11.53.23:516][541]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-11.53.24:619][663]LogAssetEditorSubsystem: Opening Asset editor for WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-11.53.27:080][913]LogSlate: Window 'WB_Item_Slot' being destroyed -[2025.03.28-11.53.51:145][105]LogSlate: Took 0.000814 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansFallback.ttf' (3848K) -[2025.03.28-11.56.27:485][844]LogEditorTransaction: Undo Drag and Drop Widget -[2025.03.28-11.56.35:973][787]LogEditorTransaction: Undo Move Widget -[2025.03.28-11.57.04:406][ 96]LogSlate: Window 'Color Picker' being destroyed -[2025.03.28-11.57.19:786][918]LogUObjectHash: Compacting FUObjectHashTables data took 1.31ms -[2025.03.28-11.57.20:453][990]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-11.57.20:480][990]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-11.57.20:483][990]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-11.57.20:483][990]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-11.57.20:490][990]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-11.57.20:490][990]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment961C83BF48948BCFA0B36A89F208862C.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-11.57.20:496][990]LogFileHelpers: InternalPromptForCheckoutAndSave took 43.749 ms (total: 176.040 ms) -[2025.03.28-11.57.20:528][990]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-11.57.20:528][990]LogContentValidation: Enabled validators: -[2025.03.28-11.57.20:528][990]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-11.57.20:528][990]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-11.57.20:528][990]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-11.57.20:528][990]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-11.57.20:529][990]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-11.57.22:086][155]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-11.57.22:086][155]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-11.57.22:088][155]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.724 ms (total: 3.219 ms) -[2025.03.28-11.57.22:090][155]LogPlayLevel: [PlayLevel] Compiling WB_Equipable_Slot before play... -[2025.03.28-11.57.22:157][155]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-11.57.22:160][155]LogPlayLevel: PlayLevel: Blueprint regeneration took 70 ms (1 blueprints) -[2025.03.28-11.57.22:187][155]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-11.57.22:190][155]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003583s) -[2025.03.28-11.57.22:190][155]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003619s) -[2025.03.28-11.57.22:206][155]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-11.57.22:207][155]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-11.57.22:208][155]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-11.57.22:208][155]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-11.57.22:208][155]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-11.57.22:208][155]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-11.57.22:209][155]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-11.57.22:209][155]LogWorldPartition: Display: WorldPartition initialize took 1.354 ms (total: 309.885 ms) -[2025.03.28-11.57.22:209][155]LogPlayLevel: PIE: World Init took: (0.002276s) -[2025.03.28-11.57.22:221][155]LogAudio: Display: Creating Audio Device: Id: 3, Scope: Unique, Realtime: True -[2025.03.28-11.57.22:221][155]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-11.57.22:221][155]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-11.57.22:221][155]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-11.57.22:221][155]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-11.57.22:221][155]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-11.57.22:221][155]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-11.57.22:221][155]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-11.57.22:221][155]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-11.57.22:221][155]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-11.57.22:221][155]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-11.57.22:221][155]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-11.57.22:222][155]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-11.57.22:239][155]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-11.57.22:239][155]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-11.57.22:239][155]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-11.57.22:239][155]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-11.57.22:240][155]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3 -[2025.03.28-11.57.22:240][155]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=3 -[2025.03.28-11.57.22:241][155]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3 -[2025.03.28-11.57.22:241][155]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3 -[2025.03.28-11.57.22:241][155]LogInit: FAudioDevice initialized with ID 3. -[2025.03.28-11.57.22:241][155]LogAudio: Display: Audio Device (ID: 3) registered with world 'ThirdPersonMap'. -[2025.03.28-11.57.22:241][155]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3 -[2025.03.28-11.57.22:244][155]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-11.57.22:247][155]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-05.57.22 -[2025.03.28-11.57.22:248][155]LogWorld: Bringing up level for play took: 0.003372 -[2025.03.28-11.57.22:249][155]LogOnline: OSS: Created online subsystem instance for: :Context_11 -[2025.03.28-11.57.22:250][155]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-11.57.22:250][155]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-11.57.22:264][155]PIE: Server logged in -[2025.03.28-11.57.22:264][155]PIE: Play in editor total start time 0.179 seconds. -[2025.03.28-11.57.23:115][247]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-11.57.23:115][247]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-11.57.23:115][247]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-11.57.28:216][858]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-11.57.28:216][858]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-11.57.28:567][900]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-11.57.28:567][900]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-11.57.30:124][ 87]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-11.57.30:124][ 87]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-11.57.30:500][132]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-11.57.30:501][132]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-11.57.30:933][184]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-11.57.30:933][184]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-11.58.14:190][371]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-11.58.14:190][371]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-11.58.14:190][371]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-11.58.14:191][371]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-11.58.14:191][371]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-11.58.14:191][371]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-11.58.14:191][371]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-11.58.14:191][371]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-11.58.14:194][371]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-11.58.14:197][371]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-11.58.14:213][371]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-11.58.14:213][371]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3 -[2025.03.28-11.58.14:213][371]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 -[2025.03.28-11.58.14:215][371]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 -[2025.03.28-11.58.14:220][371]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-11.58.14:294][372]LogPlayLevel: Display: Destroying online subsystem :Context_11 -[2025.03.28-12.00.26:162][140]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.28-12.00.26:163][140]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/ThirdPerson/Maps/ThirdPersonMap' took 0.019 -[2025.03.28-12.00.26:164][140]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-12.00.26:167][140]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-12.00.26:167][140]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-12.00.26:174][140]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment_Auto1 -[2025.03.28-12.00.26:174][140]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment_Auto16D7CB90F452187B9EABDB3ADAB72A19F.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment_Auto1.uasset' -[2025.03.28-12.00.26:174][140]LogFileHelpers: Auto-saving content packages took 0.011 -[2025.03.28-12.01.36:717][569]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.28-12.01.37:314][633]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.01.37:345][633]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-12.01.37:348][633]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-12.01.37:348][633]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-12.01.37:356][633]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-12.01.37:357][633]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment616B457B48FD822743588CB717CB1D23.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-12.01.37:364][633]LogFileHelpers: InternalPromptForCheckoutAndSave took 49.903 ms (total: 225.943 ms) -[2025.03.28-12.01.37:392][633]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.01.37:392][633]LogContentValidation: Enabled validators: -[2025.03.28-12.01.37:392][633]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.01.37:392][633]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.01.37:392][633]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.01.37:392][633]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-12.01.37:393][633]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-12.02.06:545][618]LogUObjectHash: Compacting FUObjectHashTables data took 1.31ms -[2025.03.28-12.02.07:402][696]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.02.07:427][696]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-12.02.07:430][696]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-12.02.07:430][696]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-12.02.07:437][696]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-12.02.07:437][696]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment9E71F4504329A613B86212A67CC82F81.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-12.02.07:442][696]LogFileHelpers: InternalPromptForCheckoutAndSave took 40.469 ms (total: 266.412 ms) -[2025.03.28-12.02.07:468][696]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.02.07:468][696]LogContentValidation: Enabled validators: -[2025.03.28-12.02.07:468][696]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.02.07:468][696]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.02.07:468][696]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.02.07:468][696]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-12.02.07:470][696]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-12.02.46:930][382]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.28-12.02.47:646][461]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.02.47:670][461]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-12.02.47:673][461]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-12.02.47:673][461]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-12.02.47:680][461]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-12.02.47:681][461]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment5255E28649DEA218C7AB688E8572EF31.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-12.02.47:686][461]LogFileHelpers: InternalPromptForCheckoutAndSave took 39.926 ms (total: 306.339 ms) -[2025.03.28-12.02.47:711][461]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.02.47:712][461]LogContentValidation: Enabled validators: -[2025.03.28-12.02.47:712][461]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.02.47:712][461]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.02.47:712][461]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.02.47:712][461]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-12.02.47:713][461]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-12.03.22:318][427]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.03.22:318][427]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.03.22:320][427]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.504 ms (total: 4.723 ms) -[2025.03.28-12.03.22:321][427]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.03.22:321][427]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.03.22:325][427]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003330s) -[2025.03.28-12.03.22:325][427]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003353s) -[2025.03.28-12.03.22:341][427]LogUObjectHash: Compacting FUObjectHashTables data took 0.98ms -[2025.03.28-12.03.22:343][427]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.03.22:344][427]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.03.22:344][427]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.03.22:344][427]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.03.22:344][427]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.03.22:345][427]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.03.22:345][427]LogWorldPartition: Display: WorldPartition initialize took 1.327 ms (total: 311.212 ms) -[2025.03.28-12.03.22:345][427]LogPlayLevel: PIE: World Init took: (0.002217s) -[2025.03.28-12.03.22:357][427]LogAudio: Display: Creating Audio Device: Id: 4, Scope: Unique, Realtime: True -[2025.03.28-12.03.22:357][427]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.03.22:357][427]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.03.22:357][427]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.03.22:357][427]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.03.22:357][427]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.03.22:357][427]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.03.22:357][427]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.03.22:357][427]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.03.22:357][427]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.03.22:357][427]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.03.22:357][427]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.03.22:359][427]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.03.22:385][427]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.03.22:385][427]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.03.22:385][427]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.03.22:385][427]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.03.22:386][427]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4 -[2025.03.28-12.03.22:386][427]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=4 -[2025.03.28-12.03.22:387][427]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4 -[2025.03.28-12.03.22:387][427]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4 -[2025.03.28-12.03.22:387][427]LogInit: FAudioDevice initialized with ID 4. -[2025.03.28-12.03.22:387][427]LogAudio: Display: Audio Device (ID: 4) registered with world 'ThirdPersonMap'. -[2025.03.28-12.03.22:387][427]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 4 -[2025.03.28-12.03.22:389][427]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.03.22:392][427]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.03.22 -[2025.03.28-12.03.22:393][427]LogWorld: Bringing up level for play took: 0.003156 -[2025.03.28-12.03.22:394][427]LogOnline: OSS: Created online subsystem instance for: :Context_12 -[2025.03.28-12.03.22:395][427]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.03.22:395][427]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.03.22:409][427]PIE: Server logged in -[2025.03.28-12.03.22:409][427]PIE: Play in editor total start time 0.093 seconds. -[2025.03.28-12.03.23:195][511]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.03.23:195][511]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.03.23:195][511]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.03.30:245][357]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-12.03.30:245][357]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-12.03.30:529][391]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.03.30:529][391]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-12.03.30:945][441]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-12.03.30:945][441]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-12.03.32:146][585]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.03.32:146][585]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-12.03.34:423][857]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-12.03.34:423][857]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-12.03.35:066][928]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.03.35:066][928]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.03.35:066][928]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.03.35:066][928]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.03.35:067][928]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.03.35:067][928]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.03.35:067][928]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.03.35:067][928]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.03.35:070][928]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.03.35:073][928]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.03.35:090][928]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.03.35:090][928]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 4 -[2025.03.28-12.03.35:090][928]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 -[2025.03.28-12.03.35:091][928]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 -[2025.03.28-12.03.35:094][928]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.03.35:097][928]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.28-12.03.35:168][929]LogPlayLevel: Display: Destroying online subsystem :Context_12 -[2025.03.28-12.03.52:079][926]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-12.03.52:981][ 17]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.03.53:010][ 17]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-12.03.53:013][ 17]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-12.03.53:013][ 17]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-12.03.53:020][ 17]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-12.03.53:020][ 17]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentF144DB2C4C24E0BA640E1AB358351A5E.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-12.03.53:027][ 17]LogFileHelpers: InternalPromptForCheckoutAndSave took 46.232 ms (total: 352.571 ms) -[2025.03.28-12.03.53:052][ 17]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.03.53:052][ 17]LogContentValidation: Enabled validators: -[2025.03.28-12.03.53:052][ 17]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.03.53:052][ 17]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.03.53:052][ 17]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.03.53:052][ 17]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-12.03.53:053][ 17]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-12.04.59:160][372]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.28-12.04.59:810][429]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.04.59:836][429]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-12.04.59:840][429]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-12.04.59:840][429]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-12.04.59:847][429]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-12.04.59:847][429]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment427080E646DD53C26AA18C890DBA7685.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-12.04.59:853][429]LogFileHelpers: InternalPromptForCheckoutAndSave took 42.838 ms (total: 395.410 ms) -[2025.03.28-12.04.59:885][429]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.04.59:885][429]LogContentValidation: Enabled validators: -[2025.03.28-12.04.59:885][429]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.04.59:885][429]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.04.59:885][429]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.04.59:885][429]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-12.04.59:886][429]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-12.05.13:016][221]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.28-12.05.13:742][285]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.05.13:770][285]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-12.05.13:773][285]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-12.05.13:773][285]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-12.05.13:780][285]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-12.05.13:780][285]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment52962FA342A7D89E963CB9BCD11DFFAC.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-12.05.13:786][285]LogFileHelpers: InternalPromptForCheckoutAndSave took 44.631 ms (total: 440.041 ms) -[2025.03.28-12.05.13:811][285]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.05.13:811][285]LogContentValidation: Enabled validators: -[2025.03.28-12.05.13:811][285]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.05.13:811][285]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.05.13:811][285]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.05.13:811][285]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-12.05.13:812][285]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-12.06.18:844][ 25]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-12.06.19:437][ 77]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.06.19:463][ 77]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-12.06.19:465][ 77]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-12.06.19:465][ 77]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-12.06.19:468][ 77]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-12.06.19:468][ 77]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_SlotBD42955C442FC28FBC82BF9B32D0E3ED.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-12.06.19:475][ 77]LogFileHelpers: InternalPromptForCheckoutAndSave took 37.700 ms (total: 477.742 ms) -[2025.03.28-12.06.19:504][ 77]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.06.19:504][ 77]LogContentValidation: Enabled validators: -[2025.03.28-12.06.19:504][ 77]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.06.19:504][ 77]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.06.19:504][ 77]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.06.19:504][ 77]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-12.06.19:504][ 77]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-12.06.23:432][232]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-12.06.23:951][289]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.06.23:980][289]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-12.06.23:982][289]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-12.06.23:982][289]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-12.06.23:984][289]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-12.06.23:984][289]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotA828D18E47968E092A9A60AB683C0214.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-12.06.23:993][289]LogFileHelpers: InternalPromptForCheckoutAndSave took 41.172 ms (total: 518.915 ms) -[2025.03.28-12.06.24:021][289]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.06.24:021][289]LogContentValidation: Enabled validators: -[2025.03.28-12.06.24:021][289]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.06.24:021][289]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.06.24:021][289]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.06.24:021][289]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-12.06.24:021][289]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-12.07.01:393][153]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.07.01:393][153]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.07.01:394][153]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.469 ms (total: 6.193 ms) -[2025.03.28-12.07.01:395][153]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.07.01:396][153]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.07.01:399][153]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003129s) -[2025.03.28-12.07.01:399][153]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003155s) -[2025.03.28-12.07.01:415][153]LogUObjectHash: Compacting FUObjectHashTables data took 1.25ms -[2025.03.28-12.07.01:417][153]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.07.01:418][153]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.07.01:418][153]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.07.01:418][153]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.07.01:418][153]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.07.01:419][153]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.07.01:419][153]LogWorldPartition: Display: WorldPartition initialize took 1.607 ms (total: 312.820 ms) -[2025.03.28-12.07.01:419][153]LogPlayLevel: PIE: World Init took: (0.002423s) -[2025.03.28-12.07.01:431][153]LogAudio: Display: Creating Audio Device: Id: 5, Scope: Unique, Realtime: True -[2025.03.28-12.07.01:431][153]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.07.01:431][153]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.07.01:431][153]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.07.01:431][153]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.07.01:431][153]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.07.01:431][153]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.07.01:431][153]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.07.01:431][153]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.07.01:431][153]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.07.01:431][153]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.07.01:431][153]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.07.01:432][153]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.07.01:447][153]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.07.01:448][153]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.07.01:448][153]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.07.01:448][153]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.07.01:448][153]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5 -[2025.03.28-12.07.01:448][153]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=5 -[2025.03.28-12.07.01:449][153]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5 -[2025.03.28-12.07.01:449][153]LogInit: FAudioDevice initialized with ID 5. -[2025.03.28-12.07.01:449][153]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5 -[2025.03.28-12.07.01:449][153]LogAudio: Display: Audio Device (ID: 5) registered with world 'ThirdPersonMap'. -[2025.03.28-12.07.01:449][153]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 5 -[2025.03.28-12.07.01:451][153]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.07.01:454][153]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.07.01 -[2025.03.28-12.07.01:455][153]LogWorld: Bringing up level for play took: 0.003130 -[2025.03.28-12.07.01:456][153]LogOnline: OSS: Created online subsystem instance for: :Context_13 -[2025.03.28-12.07.01:457][153]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.07.01:457][153]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.07.01:471][153]PIE: Server logged in -[2025.03.28-12.07.01:471][153]PIE: Play in editor total start time 0.081 seconds. -[2025.03.28-12.07.03:032][330]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.07.03:032][330]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.07.03:032][330]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.07.07:507][867]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-12.07.07:507][867]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-12.07.10:067][169]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.07.10:067][169]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.07.10:067][169]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.07.10:067][169]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.07.10:067][169]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.07.10:067][169]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.07.10:068][169]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.07.10:068][169]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.07.10:070][169]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.07.10:075][169]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.07.10:091][169]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.07.10:092][169]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 5 -[2025.03.28-12.07.10:092][169]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 -[2025.03.28-12.07.10:093][169]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 -[2025.03.28-12.07.10:098][169]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-12.07.10:172][170]LogPlayLevel: Display: Destroying online subsystem :Context_13 -[2025.03.28-12.07.54:506][111]LogUObjectHash: Compacting FUObjectHashTables data took 1.35ms -[2025.03.28-12.07.55:101][163]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.07.55:131][163]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-12.07.55:133][163]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-12.07.55:133][163]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-12.07.55:137][163]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-12.07.55:137][163]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_Slot3585136D4A672BE04E8BCEAF2A146317.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-12.07.55:144][163]LogFileHelpers: InternalPromptForCheckoutAndSave took 42.358 ms (total: 561.274 ms) -[2025.03.28-12.07.55:170][163]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.07.55:170][163]LogContentValidation: Enabled validators: -[2025.03.28-12.07.55:170][163]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.07.55:170][163]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.07.55:170][163]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.07.55:170][163]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-12.07.55:171][163]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-12.07.57:781][476]LogEditorTransaction: Undo Straighten Connection(s) -[2025.03.28-12.08.08:502][711]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.28-12.08.09:129][767]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.08.09:160][767]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-12.08.09:161][767]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-12.08.09:161][767]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-12.08.09:165][767]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-12.08.09:165][767]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_Slot058B107B4BF23DC6719C3483C4BC1E65.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-12.08.09:171][767]LogFileHelpers: InternalPromptForCheckoutAndSave took 42.623 ms (total: 603.897 ms) -[2025.03.28-12.08.09:200][767]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.08.09:200][767]LogContentValidation: Enabled validators: -[2025.03.28-12.08.09:200][767]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.08.09:200][767]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.08.09:200][767]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.08.09:200][767]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-12.08.09:200][767]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-12.08.53:240][490]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-12.08.53:880][547]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.08.53:903][547]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-12.08.53:905][547]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-12.08.53:905][547]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-12.08.53:909][547]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-12.08.53:909][547]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_Slot379FC1DC4CF32B6C920292BAA7E3305C.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-12.08.53:915][547]LogFileHelpers: InternalPromptForCheckoutAndSave took 35.342 ms (total: 639.239 ms) -[2025.03.28-12.08.53:947][547]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.08.53:947][547]LogContentValidation: Enabled validators: -[2025.03.28-12.08.53:947][547]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.08.53:947][547]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.08.53:947][547]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.08.53:947][547]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-12.08.53:947][547]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-12.09.03:762][779]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.09.03:763][779]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.09.03:764][779]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.422 ms (total: 7.616 ms) -[2025.03.28-12.09.03:765][779]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.09.03:792][779]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.09.03:796][779]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003433s) -[2025.03.28-12.09.03:796][779]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003472s) -[2025.03.28-12.09.03:813][779]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-12.09.03:816][779]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.09.03:817][779]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.09.03:817][779]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.09.03:817][779]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.09.03:817][779]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.09.03:818][779]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.09.03:818][779]LogWorldPartition: Display: WorldPartition initialize took 1.332 ms (total: 314.152 ms) -[2025.03.28-12.09.03:818][779]LogPlayLevel: PIE: World Init took: (0.002325s) -[2025.03.28-12.09.03:831][779]LogAudio: Display: Creating Audio Device: Id: 6, Scope: Unique, Realtime: True -[2025.03.28-12.09.03:831][779]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.09.03:831][779]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.09.03:831][779]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.09.03:831][779]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.09.03:831][779]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.09.03:831][779]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.09.03:831][779]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.09.03:831][779]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.09.03:831][779]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.09.03:831][779]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.09.03:831][779]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.09.03:832][779]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.09.03:848][779]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.09.03:848][779]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.09.03:848][779]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.09.03:848][779]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.09.03:849][779]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6 -[2025.03.28-12.09.03:849][779]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=6 -[2025.03.28-12.09.03:850][779]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6 -[2025.03.28-12.09.03:850][779]LogInit: FAudioDevice initialized with ID 6. -[2025.03.28-12.09.03:850][779]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6 -[2025.03.28-12.09.03:850][779]LogAudio: Display: Audio Device (ID: 6) registered with world 'ThirdPersonMap'. -[2025.03.28-12.09.03:850][779]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 6 -[2025.03.28-12.09.03:852][779]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.09.03:854][779]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.09.03 -[2025.03.28-12.09.03:855][779]LogWorld: Bringing up level for play took: 0.002952 -[2025.03.28-12.09.03:856][779]LogOnline: OSS: Created online subsystem instance for: :Context_14 -[2025.03.28-12.09.03:857][779]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.09.03:857][779]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.09.03:870][779]PIE: Server logged in -[2025.03.28-12.09.03:871][779]PIE: Play in editor total start time 0.11 seconds. -[2025.03.28-12.09.04:750][875]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.09.04:750][875]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.09.04:750][875]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.09.12:574][810]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.09.12:574][810]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.09.12:575][810]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.09.12:575][810]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.09.12:575][810]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.09.12:575][810]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.09.12:575][810]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.09.12:575][810]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.09.12:577][810]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.09.12:581][810]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.09.12:598][810]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.09.12:598][810]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 6 -[2025.03.28-12.09.12:598][810]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 -[2025.03.28-12.09.12:599][810]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 -[2025.03.28-12.09.12:602][810]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.09.12:605][810]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms -[2025.03.28-12.09.12:672][811]LogPlayLevel: Display: Destroying online subsystem :Context_14 -[2025.03.28-12.09.26:013][394]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.28-12.09.26:561][440]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.09.26:591][440]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-12.09.26:593][440]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-12.09.26:594][440]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-12.09.26:597][440]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-12.09.26:597][440]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_Slot20A8C03F4952669CD37C1D85BE455B23.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-12.09.26:604][440]LogFileHelpers: InternalPromptForCheckoutAndSave took 43.433 ms (total: 682.673 ms) -[2025.03.28-12.09.26:635][440]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.09.26:635][440]LogContentValidation: Enabled validators: -[2025.03.28-12.09.26:635][440]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.09.26:635][440]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.09.26:635][440]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.09.26:635][440]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-12.09.26:635][440]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-12.09.27:799][552]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.09.27:799][552]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.09.27:801][552]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.486 ms (total: 9.102 ms) -[2025.03.28-12.09.27:802][552]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.09.27:832][552]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.09.27:835][552]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003096s) -[2025.03.28-12.09.27:835][552]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003119s) -[2025.03.28-12.09.27:852][552]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-12.09.27:854][552]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.09.27:854][552]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.09.27:855][552]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.09.27:855][552]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.09.27:855][552]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.09.27:856][552]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.09.27:856][552]LogWorldPartition: Display: WorldPartition initialize took 1.248 ms (total: 315.401 ms) -[2025.03.28-12.09.27:856][552]LogPlayLevel: PIE: World Init took: (0.002021s) -[2025.03.28-12.09.27:866][552]LogAudio: Display: Creating Audio Device: Id: 7, Scope: Unique, Realtime: True -[2025.03.28-12.09.27:866][552]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.09.27:866][552]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.09.27:866][552]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.09.27:866][552]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.09.27:866][552]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.09.27:866][552]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.09.27:866][552]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.09.27:866][552]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.09.27:866][552]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.09.27:866][552]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.09.27:866][552]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.09.27:868][552]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.09.27:883][552]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.09.27:883][552]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.09.27:883][552]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.09.27:883][552]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.09.27:884][552]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7 -[2025.03.28-12.09.27:884][552]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=7 -[2025.03.28-12.09.27:885][552]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7 -[2025.03.28-12.09.27:885][552]LogInit: FAudioDevice initialized with ID 7. -[2025.03.28-12.09.27:885][552]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7 -[2025.03.28-12.09.27:885][552]LogAudio: Display: Audio Device (ID: 7) registered with world 'ThirdPersonMap'. -[2025.03.28-12.09.27:885][552]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 7 -[2025.03.28-12.09.27:887][552]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.09.27:889][552]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.09.27 -[2025.03.28-12.09.27:890][552]LogWorld: Bringing up level for play took: 0.002846 -[2025.03.28-12.09.27:891][552]LogOnline: OSS: Created online subsystem instance for: :Context_15 -[2025.03.28-12.09.27:892][552]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.09.27:892][552]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.09.27:905][552]PIE: Server logged in -[2025.03.28-12.09.27:905][552]PIE: Play in editor total start time 0.108 seconds. -[2025.03.28-12.09.28:646][631]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.09.28:646][631]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.09.28:646][631]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.09.32:711][119]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-12.09.32:711][119]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-12.10.22:764][116]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.10.23:073][153]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.10.23:307][181]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.10.25:182][406]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.10.25:182][406]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-12.10.27:936][736]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-12.10.27:936][736]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-12.10.28:886][845]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.10.28:886][845]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.10.28:886][845]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.10.28:886][845]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.10.28:886][845]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.10.28:886][845]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.10.28:886][845]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.10.28:886][845]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.10.28:889][845]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.10.28:893][845]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.10.28:910][845]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.10.28:910][845]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 7 -[2025.03.28-12.10.28:910][845]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 -[2025.03.28-12.10.28:912][845]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 -[2025.03.28-12.10.28:915][845]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.10.28:918][845]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-12.10.28:995][846]LogPlayLevel: Display: Destroying online subsystem :Context_15 -[2025.03.28-12.12.17:221][290]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-12.12.17:701][336]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.12.17:731][336]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-12.12.17:736][336]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-12.12.17:736][336]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-12.12.17:744][336]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-12.12.17:744][336]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment69AACC7A4A909F1D5E29038F07663C61.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-12.12.17:751][336]LogFileHelpers: InternalPromptForCheckoutAndSave took 50.093 ms (total: 732.767 ms) -[2025.03.28-12.12.17:780][336]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.12.17:780][336]LogContentValidation: Enabled validators: -[2025.03.28-12.12.17:780][336]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.12.17:780][336]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.12.17:780][336]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.12.17:780][336]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-12.12.17:781][336]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-12.12.20:647][501]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.12.20:647][501]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.12.20:648][501]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.464 ms (total: 10.566 ms) -[2025.03.28-12.12.20:649][501]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.12.20:649][501]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.12.20:652][501]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003088s) -[2025.03.28-12.12.20:652][501]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003110s) -[2025.03.28-12.12.20:669][501]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-12.12.20:672][501]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.12.20:673][501]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.12.20:673][501]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.12.20:673][501]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.12.20:673][501]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.12.20:674][501]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.12.20:674][501]LogWorldPartition: Display: WorldPartition initialize took 1.220 ms (total: 316.621 ms) -[2025.03.28-12.12.20:674][501]LogPlayLevel: PIE: World Init took: (0.002006s) -[2025.03.28-12.12.20:685][501]LogAudio: Display: Creating Audio Device: Id: 8, Scope: Unique, Realtime: True -[2025.03.28-12.12.20:685][501]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.12.20:685][501]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.12.20:685][501]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.12.20:685][501]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.12.20:685][501]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.12.20:685][501]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.12.20:685][501]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.12.20:685][501]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.12.20:685][501]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.12.20:685][501]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.12.20:685][501]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.12.20:686][501]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.12.20:702][501]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.12.20:702][501]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.12.20:702][501]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.12.20:702][501]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.12.20:703][501]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=8 -[2025.03.28-12.12.20:703][501]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=8 -[2025.03.28-12.12.20:704][501]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=8 -[2025.03.28-12.12.20:704][501]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=8 -[2025.03.28-12.12.20:704][501]LogInit: FAudioDevice initialized with ID 8. -[2025.03.28-12.12.20:704][501]LogAudio: Display: Audio Device (ID: 8) registered with world 'ThirdPersonMap'. -[2025.03.28-12.12.20:704][501]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 8 -[2025.03.28-12.12.20:707][501]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.12.20:709][501]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.12.20 -[2025.03.28-12.12.20:710][501]LogWorld: Bringing up level for play took: 0.003089 -[2025.03.28-12.12.20:711][501]LogOnline: OSS: Created online subsystem instance for: :Context_16 -[2025.03.28-12.12.20:712][501]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.12.20:712][501]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.12.20:725][501]PIE: Server logged in -[2025.03.28-12.12.20:725][501]PIE: Play in editor total start time 0.08 seconds. -[2025.03.28-12.12.22:220][671]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.12.22:221][671]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.12.22:221][671]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.12.35:513][266]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-12.12.35:513][266]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-12.12.36:457][379]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.12.36:457][379]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-12.12.36:706][409]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-12.12.36:706][409]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-12.12.37:155][459]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.12.37:155][459]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.12.37:155][459]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.12.37:156][459]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.12.37:156][459]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.12.37:156][459]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.12.37:156][459]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.12.37:156][459]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.12.37:159][459]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.12.37:163][459]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.12.37:177][459]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.12.37:178][459]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 8 -[2025.03.28-12.12.37:178][459]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 -[2025.03.28-12.12.37:179][459]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 -[2025.03.28-12.12.37:182][459]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.12.37:185][459]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-12.12.37:258][460]LogPlayLevel: Display: Destroying online subsystem :Context_16 -[2025.03.28-12.13.32:988][103]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.13.32:988][103]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.13.32:989][103]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.478 ms (total: 12.045 ms) -[2025.03.28-12.13.32:990][103]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.13.32:990][103]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.13.32:994][103]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003125s) -[2025.03.28-12.13.32:994][103]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003150s) -[2025.03.28-12.13.33:010][103]LogUObjectHash: Compacting FUObjectHashTables data took 1.35ms -[2025.03.28-12.13.33:012][103]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.13.33:013][103]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.13.33:013][103]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.13.33:013][103]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.13.33:013][103]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.13.33:014][103]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.13.33:014][103]LogWorldPartition: Display: WorldPartition initialize took 1.232 ms (total: 317.853 ms) -[2025.03.28-12.13.33:014][103]LogPlayLevel: PIE: World Init took: (0.002031s) -[2025.03.28-12.13.33:025][103]LogAudio: Display: Creating Audio Device: Id: 9, Scope: Unique, Realtime: True -[2025.03.28-12.13.33:025][103]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.13.33:025][103]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.13.33:025][103]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.13.33:025][103]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.13.33:025][103]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.13.33:025][103]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.13.33:025][103]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.13.33:025][103]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.13.33:025][103]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.13.33:025][103]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.13.33:025][103]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.13.33:026][103]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.13.33:042][103]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.13.33:043][103]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.13.33:043][103]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.13.33:043][103]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.13.33:043][103]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=9 -[2025.03.28-12.13.33:043][103]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=9 -[2025.03.28-12.13.33:044][103]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=9 -[2025.03.28-12.13.33:045][103]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=9 -[2025.03.28-12.13.33:045][103]LogInit: FAudioDevice initialized with ID 9. -[2025.03.28-12.13.33:045][103]LogAudio: Display: Audio Device (ID: 9) registered with world 'ThirdPersonMap'. -[2025.03.28-12.13.33:045][103]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 9 -[2025.03.28-12.13.33:047][103]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.13.33:050][103]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.13.33 -[2025.03.28-12.13.33:050][103]LogWorld: Bringing up level for play took: 0.003185 -[2025.03.28-12.13.33:052][103]LogOnline: OSS: Created online subsystem instance for: :Context_17 -[2025.03.28-12.13.33:053][103]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.13.33:053][103]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.13.33:066][103]PIE: Server logged in -[2025.03.28-12.13.33:067][103]PIE: Play in editor total start time 0.081 seconds. -[2025.03.28-12.13.36:234][473]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.13.36:234][473]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.13.36:234][473]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.13.54:575][674]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-12.13.54:575][674]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-12.13.54:984][723]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.13.54:984][723]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-12.13.57:950][ 79]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-12.13.57:950][ 79]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-12.13.59:925][311]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.13.59:925][311]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.13.59:925][311]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.13.59:925][311]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.13.59:925][311]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.13.59:926][311]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.13.59:926][311]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.13.59:926][311]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.13.59:928][311]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.13.59:932][311]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.13.59:949][311]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.13.59:949][311]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 9 -[2025.03.28-12.13.59:949][311]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 -[2025.03.28-12.13.59:950][311]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 -[2025.03.28-12.13.59:956][311]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-12.14.00:028][312]LogPlayLevel: Display: Destroying online subsystem :Context_17 -[2025.03.28-12.14.02:750][625]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-12.14.03:455][701]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.14.03:480][701]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-12.14.03:484][701]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-12.14.03:484][701]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-12.14.03:491][701]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-12.14.03:491][701]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentDA6E4DBD45E7E14732441BBB60011640.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-12.14.03:497][701]LogFileHelpers: InternalPromptForCheckoutAndSave took 42.791 ms (total: 775.558 ms) -[2025.03.28-12.14.03:529][701]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.14.03:529][701]LogContentValidation: Enabled validators: -[2025.03.28-12.14.03:529][701]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.14.03:529][701]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.14.03:529][701]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.14.03:529][701]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-12.14.03:531][701]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-12.15.58:308][111]LogBlueprint: Error: [AssetLog] F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Content\MAIN_CONTENT\Equipment_System\UI\WB_Equipment.uasset: [Compiler] The type of Out Row is undetermined. Connect something to Get Data Table Row to imply a specific type. -[2025.03.28-12.15.58:339][111]LogUObjectHash: Compacting FUObjectHashTables data took 1.11ms -[2025.03.28-12.17.37:629][502]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-12.17.38:530][569]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.17.38:558][569]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-12.17.38:562][569]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-12.17.38:562][569]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-12.17.38:572][569]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-12.17.38:572][569]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentA0FB48904CA4C30CA606BDABFE926A1F.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-12.17.38:578][569]LogFileHelpers: InternalPromptForCheckoutAndSave took 47.268 ms (total: 822.827 ms) -[2025.03.28-12.17.38:607][569]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.17.38:607][569]LogContentValidation: Enabled validators: -[2025.03.28-12.17.38:607][569]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.17.38:607][569]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.17.38:607][569]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.17.38:607][569]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-12.17.38:608][569]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-12.18.09:595][589]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-12.18.10:181][630]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.18.10:212][630]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-12.18.10:215][630]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-12.18.10:215][630]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-12.18.10:226][630]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-12.18.10:226][630]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentC6155C8F4C8324E69BF5B881C7F0D439.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-12.18.10:233][630]LogFileHelpers: InternalPromptForCheckoutAndSave took 51.540 ms (total: 874.367 ms) -[2025.03.28-12.18.10:259][630]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.18.10:259][630]LogContentValidation: Enabled validators: -[2025.03.28-12.18.10:259][630]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.18.10:259][630]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.18.10:259][630]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.18.10:259][630]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-12.18.10:261][630]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-12.18.29:231][634]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.18.29:232][634]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.18.29:233][634]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.544 ms (total: 13.589 ms) -[2025.03.28-12.18.29:234][634]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.18.29:269][634]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.18.29:272][634]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003253s) -[2025.03.28-12.18.29:272][634]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003287s) -[2025.03.28-12.18.29:290][634]LogUObjectHash: Compacting FUObjectHashTables data took 1.40ms -[2025.03.28-12.18.29:292][634]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.18.29:293][634]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.18.29:293][634]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.18.29:293][634]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.18.29:293][634]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.18.29:294][634]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.18.29:294][634]LogWorldPartition: Display: WorldPartition initialize took 1.279 ms (total: 319.133 ms) -[2025.03.28-12.18.29:294][634]LogPlayLevel: PIE: World Init took: (0.002203s) -[2025.03.28-12.18.29:306][634]LogAudio: Display: Creating Audio Device: Id: 10, Scope: Unique, Realtime: True -[2025.03.28-12.18.29:306][634]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.18.29:306][634]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.18.29:306][634]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.18.29:306][634]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.18.29:306][634]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.18.29:306][634]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.18.29:306][634]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.18.29:306][634]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.18.29:306][634]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.18.29:306][634]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.18.29:306][634]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.18.29:307][634]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.18.29:323][634]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.18.29:324][634]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.18.29:324][634]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.18.29:324][634]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.18.29:324][634]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=10 -[2025.03.28-12.18.29:324][634]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=10 -[2025.03.28-12.18.29:325][634]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=10 -[2025.03.28-12.18.29:325][634]LogInit: FAudioDevice initialized with ID 10. -[2025.03.28-12.18.29:325][634]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=10 -[2025.03.28-12.18.29:325][634]LogAudio: Display: Audio Device (ID: 10) registered with world 'ThirdPersonMap'. -[2025.03.28-12.18.29:325][634]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 10 -[2025.03.28-12.18.29:328][634]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.18.29:331][634]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.18.29 -[2025.03.28-12.18.29:332][634]LogWorld: Bringing up level for play took: 0.003211 -[2025.03.28-12.18.29:333][634]LogOnline: OSS: Created online subsystem instance for: :Context_18 -[2025.03.28-12.18.29:334][634]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.18.29:334][634]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.18.29:352][634]PIE: Server logged in -[2025.03.28-12.18.29:352][634]PIE: Play in editor total start time 0.123 seconds. -[2025.03.28-12.18.30:835][802]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.18.31:410][871]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.18.32:260][973]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.18.32:686][ 24]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.18.32:686][ 24]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.18.32:686][ 24]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.19.01:202][438]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.19.01:203][438]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.19.01:203][438]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.19.01:203][438]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.19.01:203][438]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.19.01:203][438]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.19.01:203][438]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.19.01:203][438]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.19.01:205][438]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.19.01:209][438]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.19.01:226][438]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.19.01:226][438]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 10 -[2025.03.28-12.19.01:226][438]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10 -[2025.03.28-12.19.01:227][438]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10 -[2025.03.28-12.19.01:231][438]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.19.01:233][438]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-12.19.01:301][439]LogPlayLevel: Display: Destroying online subsystem :Context_18 -[2025.03.28-12.24.50:576][332]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. -[2025.03.28-12.32.03:519][ 42]LogSlate: Took 0.000085 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) -[2025.03.28-12.33.53:957][284]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.33.53:958][284]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.33.53:961][284]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.33.54:031][285]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.33.54:032][285]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.33.54:033][285]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.33.54:052][286]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.33.54:055][286]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.33.54:123][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.33.54:135][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.33.54:223][289]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.33.54:234][290]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.33.54:326][292]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.34.35:119][675]LogBlueprint: Warning: [AssetLog] F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Content\MAIN_CONTENT\Equipment_System\UI\WB_Item_Slot.uasset: [Compiler] On Clicked (ItemButton) does not have a valid matching component! -[2025.03.28-12.34.35:149][675]LogUObjectHash: Compacting FUObjectHashTables data took 1.35ms -[2025.03.28-12.34.35:671][719]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.34.35:703][719]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-12.34.35:706][719]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-12.34.35:706][719]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-12.34.35:709][719]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-12.34.35:709][719]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot243181124AC5070564D00BAC1BD3B551.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-12.34.35:717][719]LogFileHelpers: InternalPromptForCheckoutAndSave took 45.550 ms (total: 919.918 ms) -[2025.03.28-12.34.35:743][719]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.34.35:743][719]LogContentValidation: Enabled validators: -[2025.03.28-12.34.35:743][719]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.34.35:743][719]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.34.35:743][719]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.34.35:743][719]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-12.34.35:744][719]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-12.34.43:696][490]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-12.34.44:240][538]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.34.44:265][538]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-12.34.44:267][538]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-12.34.44:267][538]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-12.34.44:269][538]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-12.34.44:269][538]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotB3B1A94C4DEA91B797F1389234B9BFD4.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-12.34.44:275][538]LogFileHelpers: InternalPromptForCheckoutAndSave took 35.297 ms (total: 955.215 ms) -[2025.03.28-12.34.44:306][538]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.34.44:306][538]LogContentValidation: Enabled validators: -[2025.03.28-12.34.44:306][538]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.34.44:306][538]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.34.44:306][538]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.34.44:306][538]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-12.34.44:307][538]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-12.37.28:348][691]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.37.28:349][691]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.37.28:350][691]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.37.28:351][691]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.37.28:425][692]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.37.28:436][692]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.37.28:445][693]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.37.28:530][695]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.39.08:759][561]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.28-12.39.09:459][628]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.39.09:488][628]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-12.39.09:491][628]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-12.39.09:491][628]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-12.39.09:493][628]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-12.39.09:494][628]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot1ABE6E8B488F216577441DABBE859529.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-12.39.09:500][628]LogFileHelpers: InternalPromptForCheckoutAndSave took 40.450 ms (total: 995.666 ms) -[2025.03.28-12.39.09:528][628]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.39.09:528][628]LogContentValidation: Enabled validators: -[2025.03.28-12.39.09:528][628]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.39.09:528][628]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.39.09:528][628]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.39.09:528][628]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-12.39.09:529][628]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-12.39.35:147][529]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.39.35:147][529]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.39.35:148][529]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.487 ms (total: 15.076 ms) -[2025.03.28-12.39.35:149][529]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.39.35:149][529]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.39.35:152][529]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003276s) -[2025.03.28-12.39.35:152][529]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003298s) -[2025.03.28-12.39.35:169][529]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-12.39.35:170][529]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.39.35:171][529]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.39.35:171][529]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.39.35:171][529]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.39.35:171][529]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.39.35:172][529]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.39.35:172][529]LogWorldPartition: Display: WorldPartition initialize took 1.258 ms (total: 320.391 ms) -[2025.03.28-12.39.35:172][529]LogPlayLevel: PIE: World Init took: (0.002119s) -[2025.03.28-12.39.35:183][529]LogAudio: Display: Creating Audio Device: Id: 11, Scope: Unique, Realtime: True -[2025.03.28-12.39.35:183][529]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.39.35:183][529]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.39.35:183][529]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.39.35:183][529]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.39.35:183][529]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.39.35:183][529]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.39.35:184][529]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.39.35:184][529]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.39.35:184][529]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.39.35:184][529]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.39.35:184][529]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.39.35:185][529]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.39.35:200][529]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.39.35:200][529]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.39.35:200][529]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.39.35:200][529]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.39.35:201][529]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=11 -[2025.03.28-12.39.35:201][529]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=11 -[2025.03.28-12.39.35:202][529]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=11 -[2025.03.28-12.39.35:202][529]LogInit: FAudioDevice initialized with ID 11. -[2025.03.28-12.39.35:202][529]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=11 -[2025.03.28-12.39.35:202][529]LogAudio: Display: Audio Device (ID: 11) registered with world 'ThirdPersonMap'. -[2025.03.28-12.39.35:202][529]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 11 -[2025.03.28-12.39.35:205][529]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.39.35:208][529]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.39.35 -[2025.03.28-12.39.35:208][529]LogWorld: Bringing up level for play took: 0.003072 -[2025.03.28-12.39.35:210][529]LogOnline: OSS: Created online subsystem instance for: :Context_19 -[2025.03.28-12.39.35:210][529]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.39.35:210][529]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.39.35:224][529]PIE: Server logged in -[2025.03.28-12.39.35:224][529]PIE: Play in editor total start time 0.081 seconds. -[2025.03.28-12.39.36:154][623]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.39.36:487][663]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.39.36:945][718]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.39.37:279][758]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.39.37:280][758]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.39.37:280][758]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.40.41:554][251]Cmd: TRANSACTION UNDO -[2025.03.28-12.40.41:554][251]LogEditorTransaction: Undo Add Widget -[2025.03.28-12.41.21:965][474]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.21:966][474]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.21:970][474]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:045][475]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:069][476]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:074][476]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:148][477]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:150][477]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:165][477]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:175][478]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:176][478]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:251][479]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:266][479]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:277][480]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:368][482]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:377][483]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:399][485]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:411][486]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:431][488]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:441][489]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:461][491]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:471][492]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:489][494]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:498][495]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:519][497]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:529][498]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:552][500]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:558][501]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:562][501]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:569][502]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:578][503]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:582][503]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:589][504]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:593][504]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:599][505]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:610][506]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:614][506]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:621][507]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:625][507]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:643][509]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:652][510]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:660][511]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:674][512]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:676][512]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:682][512]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:753][513]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:766][513]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:775][514]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:846][515]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:847][515]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:848][515]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:862][515]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:872][516]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:873][516]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:874][516]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:875][516]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:877][516]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:878][516]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:879][516]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:880][516]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:881][516]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:882][516]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:883][516]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:884][516]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:888][516]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:957][517]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:982][518]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.22:986][518]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:055][519]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:068][519]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:146][521]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:148][521]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:149][521]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:162][521]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:171][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:173][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:174][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:175][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:176][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:177][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:178][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:179][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:181][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:182][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:183][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:184][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:185][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:186][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:187][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:188][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:189][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:190][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:191][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:192][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:193][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:194][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:195][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:196][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:197][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:198][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:200][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:201][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:202][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:203][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:204][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:205][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:206][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:207][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:209][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:210][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:211][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:212][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:213][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:214][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:215][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:216][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:217][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:218][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:219][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:220][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:221][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:222][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:224][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:228][522]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:297][523]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:318][524]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:322][524]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:390][525]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:407][525]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:417][526]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:418][526]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:489][527]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:503][527]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:516][528]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:584][529]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:606][530]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:610][530]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:677][531]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:679][531]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:692][531]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:702][532]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:703][532]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:776][533]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:791][533]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:801][534]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:805][534]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:873][535]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:896][536]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:897][536]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:899][536]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:903][536]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:970][537]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:971][537]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:984][537]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.23:994][538]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:068][539]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:069][539]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:070][539]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:083][539]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:093][540]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:094][540]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:094][540]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:099][540]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:168][541]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:169][541]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:191][542]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:196][542]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:203][543]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:206][543]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:212][544]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:225][545]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:235][546]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:254][548]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:264][549]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:283][551]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:292][552]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:310][554]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:319][555]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:341][557]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:351][558]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:374][560]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:386][561]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:409][563]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:419][564]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:439][566]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:448][567]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:467][569]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:480][570]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:500][572]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:513][573]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:531][575]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:542][576]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:563][578]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:573][579]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:593][581]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:601][582]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:620][584]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:631][585]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.24:649][587]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:840][916]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:842][916]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:843][916]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:921][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:922][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:923][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:925][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:926][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:927][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:928][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:929][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:930][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:931][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:932][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:933][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:934][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:935][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:937][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:938][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:939][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:940][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:941][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:942][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:943][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:944][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:945][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:946][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:947][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:948][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:949][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:950][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:951][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:952][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:953][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:954][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:956][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:957][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:958][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:959][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:960][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:961][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:962][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:963][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:964][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:965][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:966][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:967][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:968][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:969][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:970][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:972][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:973][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:974][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:975][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:976][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:977][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:978][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:979][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:980][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:981][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:982][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:983][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:984][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:985][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:986][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:987][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:988][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:990][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:991][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:992][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:993][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:994][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:995][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:996][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:997][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:998][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.27:999][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:000][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:001][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:002][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:003][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:004][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:005][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:006][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:007][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:009][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:010][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:011][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:012][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:013][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:014][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:015][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:016][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:017][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:018][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:019][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:020][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:021][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:022][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:023][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:024][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:026][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:027][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:028][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:029][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:030][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:031][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:032][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:033][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:034][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:036][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:037][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:038][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:039][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:040][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:041][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:042][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:043][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:044][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:045][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:046][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:047][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:049][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:050][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:051][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:052][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:053][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:054][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:055][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:056][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:057][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:058][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:059][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:060][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:061][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:062][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:064][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:065][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:066][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:067][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:068][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:070][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:071][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:072][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:073][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:074][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:075][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:076][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:077][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:078][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:079][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:080][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:081][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:082][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:083][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:084][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:086][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:087][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:088][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:089][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:090][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:091][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:092][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:106][917]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:117][918]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:119][918]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:120][918]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:121][918]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:126][918]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:199][919]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:226][920]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:311][921]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:320][922]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:402][923]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:404][923]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:405][923]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:407][923]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:408][923]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:409][923]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:411][923]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:412][923]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:426][923]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:437][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:439][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:440][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:441][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:442][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:443][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:445][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:446][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:447][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:448][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:449][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:450][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:451][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:453][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:454][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:455][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:456][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:457][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:458][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:459][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:460][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:461][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:462][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:463][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:465][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:466][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:467][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:468][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:469][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:470][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:471][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:472][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:474][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:475][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:476][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:477][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:478][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:479][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:480][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:482][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:483][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:485][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:486][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:487][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:489][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:490][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:491][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:493][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:494][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:495][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:497][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:498][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:499][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:500][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:501][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:503][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:504][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:505][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:506][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:508][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:509][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:510][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:511][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:512][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:513][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:514][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:515][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:517][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:518][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:519][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:520][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:521][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:522][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:523][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:524][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:525][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:526][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:527][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:528][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:530][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:531][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:532][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:533][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:534][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:535][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:536][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:537][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:538][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:539][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:540][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:541][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:543][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:544][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:545][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:546][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:547][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:548][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:549][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:550][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:551][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:552][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:553][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:554][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:555][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:556][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:558][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:559][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:560][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:561][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:562][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:563][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:564][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:565][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:566][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:567][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:568][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:569][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:570][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:571][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:572][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:574][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:575][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:576][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:577][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:578][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:579][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:580][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:581][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:582][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:583][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:585][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:586][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:587][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:588][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:589][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:590][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:591][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:592][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:593][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:594][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:596][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:597][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:598][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:599][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:600][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:601][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:602][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:603][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:604][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:605][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:607][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:608][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:609][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:610][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:611][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:612][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:613][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:614][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:619][924]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:688][925]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:690][925]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:691][925]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:713][926]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:718][926]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:787][927]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:801][927]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:810][928]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:811][928]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:812][928]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:813][928]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:885][929]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:886][929]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:888][929]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:889][929]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:890][929]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:891][929]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:892][929]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:893][929]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:894][929]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:895][929]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:896][929]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:897][929]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:898][929]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:912][929]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:922][930]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:926][930]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:993][931]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.28:994][931]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:016][932]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:020][932]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:084][933]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:097][933]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:104][934]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:113][935]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:114][935]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:117][935]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:123][936]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:127][936]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:134][937]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:136][937]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:137][937]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:138][937]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:211][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:212][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:213][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:215][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:216][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:217][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:218][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:219][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:220][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:221][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:222][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:223][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:224][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:225][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:226][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:227][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:229][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:230][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:231][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:232][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:233][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:234][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:235][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:236][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:237][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:238][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:239][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:240][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:241][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:242][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:243][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:244][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:246][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:247][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:248][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:249][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:250][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:251][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:252][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:253][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:266][938]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:276][939]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:277][939]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:278][939]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:279][939]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:280][939]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:282][939]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:283][939]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:284][939]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:285][939]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:286][939]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:287][939]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:288][939]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:290][939]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:290][939]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:291][939]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:295][939]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:359][940]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:380][941]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:384][941]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:390][942]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:395][942]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:402][943]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:411][944]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:412][944]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:415][944]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:421][945]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:425][945]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:431][946]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:440][947]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:444][947]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:450][948]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:454][948]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:460][949]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:469][950]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:472][950]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:479][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:482][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:488][952]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:499][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:503][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:510][954]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:513][954]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:519][955]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:528][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:531][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:537][957]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:541][957]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:547][958]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:557][959]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:561][959]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:569][960]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:573][960]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:580][961]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:581][961]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:590][962]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:594][962]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:600][963]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:601][963]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:604][963]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:611][964]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:620][965]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:623][965]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:629][966]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:632][966]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:639][967]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:648][968]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:649][968]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:652][968]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:658][969]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:662][969]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:668][970]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:680][971]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:684][971]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:690][972]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:694][972]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:700][973]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:709][974]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:713][974]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:719][975]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:723][975]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:728][976]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:737][977]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:741][977]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:752][978]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:768][980]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:777][981]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:791][983]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:794][983]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:803][984]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:810][985]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:819][986]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:823][986]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:830][987]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:833][987]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:840][988]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:852][989]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:855][989]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:861][990]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:865][990]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:871][991]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:880][992]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:881][992]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:884][992]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:893][993]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:896][993]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:902][994]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:911][995]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:915][995]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:921][996]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:924][996]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:930][997]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:941][998]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:943][998]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:944][998]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.29:948][998]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:018][999]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:032][999]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:042][ 0]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:044][ 0]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:045][ 0]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:046][ 0]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:048][ 0]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:049][ 0]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:124][ 1]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:139][ 1]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:154][ 2]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:251][ 4]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:322][ 5]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:323][ 5]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:338][ 5]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:349][ 6]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:350][ 6]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:433][ 7]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:448][ 7]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:461][ 8]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:554][ 10]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:558][ 10]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:630][ 11]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:632][ 11]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:633][ 11]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:634][ 11]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:635][ 11]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:636][ 11]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:650][ 11]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:659][ 12]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:660][ 12]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:661][ 12]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:662][ 12]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:663][ 12]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:737][ 13]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:739][ 13]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:752][ 13]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:762][ 14]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:767][ 14]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:835][ 15]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:836][ 15]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:837][ 15]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:838][ 15]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:860][ 16]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:862][ 16]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:866][ 16]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:934][ 17]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:947][ 17]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.30:955][ 18]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:025][ 19]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:038][ 19]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:045][ 20]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:049][ 20]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:055][ 21]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:064][ 22]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:068][ 22]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:077][ 23]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:093][ 25]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:102][ 26]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:118][ 28]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:127][ 29]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:145][ 31]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:154][ 32]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:171][ 34]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:180][ 35]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:198][ 37]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:206][ 38]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:224][ 40]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:234][ 41]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:253][ 43]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:263][ 44]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:281][ 46]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:291][ 47]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:310][ 49]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:319][ 50]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.31:335][ 52]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-12.41.37:305][712]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.41.37:305][712]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.41.37:305][712]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.41.37:306][712]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.41.37:306][712]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.41.37:306][712]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.41.37:306][712]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.41.37:306][712]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.41.37:308][712]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.41.37:312][712]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.41.37:330][712]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.41.37:330][712]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 11 -[2025.03.28-12.41.37:330][712]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11 -[2025.03.28-12.41.37:331][712]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11 -[2025.03.28-12.41.37:334][712]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.41.37:338][712]LogUObjectHash: Compacting FUObjectHashTables data took 1.42ms -[2025.03.28-12.41.37:393][713]LogPlayLevel: Display: Destroying online subsystem :Context_19 -[2025.03.28-12.41.40:945][134]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.28-12.41.41:641][201]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.41.41:670][201]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-12.41.41:672][201]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-12.41.41:672][201]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-12.41.41:674][201]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-12.41.41:674][201]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot00BBF0734ECD7B894B936293F84FB364.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-12.41.41:681][201]LogFileHelpers: InternalPromptForCheckoutAndSave took 40.452 ms (total: 1.03 sec) -[2025.03.28-12.41.41:710][201]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.41.41:710][201]LogContentValidation: Enabled validators: -[2025.03.28-12.41.41:710][201]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.41.41:710][201]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.41.41:710][201]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.41.41:710][201]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-12.41.41:710][201]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-12.42.33:153][305]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.28-12.42.33:825][369]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.42.33:852][369]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-12.42.33:854][369]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-12.42.33:854][369]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-12.42.33:856][369]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-12.42.33:857][369]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotED812AEE4D85457A8FC32C8FA0DE2679.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-12.42.33:863][369]LogFileHelpers: InternalPromptForCheckoutAndSave took 38.440 ms (total: 1.07 sec) -[2025.03.28-12.42.33:897][369]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.42.33:897][369]LogContentValidation: Enabled validators: -[2025.03.28-12.42.33:897][369]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.42.33:897][369]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.42.33:897][369]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.42.33:897][369]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-12.42.33:898][369]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-12.42.35:123][483]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.42.35:123][483]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.42.35:125][483]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.462 ms (total: 16.539 ms) -[2025.03.28-12.42.35:126][483]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.42.35:151][483]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.42.35:154][483]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003189s) -[2025.03.28-12.42.35:154][483]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003224s) -[2025.03.28-12.42.35:171][483]LogUObjectHash: Compacting FUObjectHashTables data took 1.15ms -[2025.03.28-12.42.35:173][483]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.42.35:173][483]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.42.35:173][483]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.42.35:173][483]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.42.35:173][483]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.42.35:175][483]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.42.35:175][483]LogWorldPartition: Display: WorldPartition initialize took 1.334 ms (total: 321.726 ms) -[2025.03.28-12.42.35:175][483]LogPlayLevel: PIE: World Init took: (0.002271s) -[2025.03.28-12.42.35:186][483]LogAudio: Display: Creating Audio Device: Id: 12, Scope: Unique, Realtime: True -[2025.03.28-12.42.35:186][483]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.42.35:186][483]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.42.35:186][483]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.42.35:186][483]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.42.35:186][483]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.42.35:186][483]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.42.35:186][483]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.42.35:186][483]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.42.35:186][483]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.42.35:186][483]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.42.35:186][483]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.42.35:187][483]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.42.35:202][483]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.42.35:203][483]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.42.35:203][483]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.42.35:203][483]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.42.35:203][483]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=12 -[2025.03.28-12.42.35:203][483]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=12 -[2025.03.28-12.42.35:204][483]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=12 -[2025.03.28-12.42.35:204][483]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=12 -[2025.03.28-12.42.35:204][483]LogInit: FAudioDevice initialized with ID 12. -[2025.03.28-12.42.35:204][483]LogAudio: Display: Audio Device (ID: 12) registered with world 'ThirdPersonMap'. -[2025.03.28-12.42.35:204][483]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 12 -[2025.03.28-12.42.35:207][483]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.42.35:209][483]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.42.35 -[2025.03.28-12.42.35:210][483]LogWorld: Bringing up level for play took: 0.003155 -[2025.03.28-12.42.35:211][483]LogOnline: OSS: Created online subsystem instance for: :Context_20 -[2025.03.28-12.42.35:212][483]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.42.35:212][483]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.42.35:226][483]PIE: Server logged in -[2025.03.28-12.42.35:226][483]PIE: Play in editor total start time 0.104 seconds. -[2025.03.28-12.42.36:004][567]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.42.36:329][606]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.42.36:605][639]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.42.36:913][676]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.42.36:913][676]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.42.36:913][676]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.42.45:494][695]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.42.45:495][695]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.42.45:495][695]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.42.45:495][695]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.42.45:495][695]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.42.45:495][695]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.42.45:495][695]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.42.45:495][695]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.42.45:497][695]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.42.45:501][695]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.42.45:517][695]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.42.45:518][695]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 12 -[2025.03.28-12.42.45:518][695]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12 -[2025.03.28-12.42.45:519][695]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12 -[2025.03.28-12.42.45:522][695]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.42.45:524][695]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-12.42.45:594][696]LogPlayLevel: Display: Destroying online subsystem :Context_20 -[2025.03.28-12.44.21:013][ 45]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.28-12.44.21:924][134]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.44.21:951][134]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-12.44.21:953][134]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-12.44.21:953][134]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-12.44.21:955][134]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-12.44.21:955][134]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotE58B3DE54CDFA996E3428D85C488DFE9.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-12.44.21:962][134]LogFileHelpers: InternalPromptForCheckoutAndSave took 38.069 ms (total: 1.11 sec) -[2025.03.28-12.44.21:993][134]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.44.21:993][134]LogContentValidation: Enabled validators: -[2025.03.28-12.44.21:993][134]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.44.21:993][134]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.44.21:993][134]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.44.21:993][134]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-12.44.21:993][134]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-12.44.23:360][276]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.44.23:360][276]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.44.23:361][276]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.451 ms (total: 17.990 ms) -[2025.03.28-12.44.23:362][276]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.44.23:363][276]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.44.23:366][276]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003178s) -[2025.03.28-12.44.23:366][276]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003200s) -[2025.03.28-12.44.23:383][276]LogUObjectHash: Compacting FUObjectHashTables data took 1.18ms -[2025.03.28-12.44.23:385][276]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.44.23:386][276]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.44.23:386][276]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.44.23:386][276]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.44.23:386][276]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.44.23:387][276]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.44.23:387][276]LogWorldPartition: Display: WorldPartition initialize took 1.303 ms (total: 323.030 ms) -[2025.03.28-12.44.23:387][276]LogPlayLevel: PIE: World Init took: (0.002157s) -[2025.03.28-12.44.23:398][276]LogAudio: Display: Creating Audio Device: Id: 13, Scope: Unique, Realtime: True -[2025.03.28-12.44.23:398][276]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.44.23:398][276]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.44.23:398][276]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.44.23:398][276]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.44.23:398][276]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.44.23:398][276]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.44.23:398][276]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.44.23:398][276]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.44.23:398][276]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.44.23:398][276]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.44.23:398][276]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.44.23:400][276]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.44.23:416][276]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.44.23:416][276]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.44.23:416][276]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.44.23:416][276]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.44.23:417][276]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=13 -[2025.03.28-12.44.23:417][276]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=13 -[2025.03.28-12.44.23:418][276]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=13 -[2025.03.28-12.44.23:418][276]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=13 -[2025.03.28-12.44.23:418][276]LogInit: FAudioDevice initialized with ID 13. -[2025.03.28-12.44.23:418][276]LogAudio: Display: Audio Device (ID: 13) registered with world 'ThirdPersonMap'. -[2025.03.28-12.44.23:418][276]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 13 -[2025.03.28-12.44.23:420][276]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.44.23:423][276]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.44.23 -[2025.03.28-12.44.23:423][276]LogWorld: Bringing up level for play took: 0.003139 -[2025.03.28-12.44.23:425][276]LogOnline: OSS: Created online subsystem instance for: :Context_21 -[2025.03.28-12.44.23:425][276]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.44.23:425][276]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.44.23:440][276]PIE: Server logged in -[2025.03.28-12.44.23:440][276]PIE: Play in editor total start time 0.081 seconds. -[2025.03.28-12.44.24:961][442]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.44.25:403][495]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.44.25:778][540]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.44.26:287][601]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.44.26:287][601]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.44.26:287][601]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.44.55:481][ 16]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.44.55:482][ 16]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.44.55:482][ 16]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.44.55:482][ 16]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.44.55:482][ 16]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.44.55:482][ 16]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.44.55:482][ 16]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.44.55:482][ 16]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.44.55:485][ 16]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.44.55:489][ 16]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.44.55:505][ 16]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.44.55:505][ 16]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 13 -[2025.03.28-12.44.55:505][ 16]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13 -[2025.03.28-12.44.55:507][ 16]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13 -[2025.03.28-12.44.55:510][ 16]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.44.55:513][ 16]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-12.44.55:575][ 17]LogPlayLevel: Display: Destroying online subsystem :Context_21 -[2025.03.28-12.44.57:962][299]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.28-12.44.58:715][372]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.44.58:742][372]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-12.44.58:744][372]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-12.44.58:744][372]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-12.44.58:746][372]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-12.44.58:747][372]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot085775304701F7B56187E391EF4956B0.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-12.44.58:752][372]LogFileHelpers: InternalPromptForCheckoutAndSave took 37.547 ms (total: 1.15 sec) -[2025.03.28-12.44.58:783][372]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.44.58:783][372]LogContentValidation: Enabled validators: -[2025.03.28-12.44.58:783][372]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.44.58:783][372]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.44.58:783][372]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.44.58:783][372]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-12.44.58:784][372]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-12.45.56:626][563]LogBlueprint: Error: [AssetLog] F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Content\MAIN_CONTENT\Equipment_System\UI\WB_Equipment.uasset: [Compiler] The current value of the ' In Brush ' pin is invalid: 'In Brush' in action 'Set Brush' must have an input wired into it ("by ref" params expect a valid input to operate on). -[2025.03.28-12.45.56:653][563]LogUObjectHash: Compacting FUObjectHashTables data took 1.33ms -[2025.03.28-12.45.57:332][614]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.45.57:359][614]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-12.45.57:362][614]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-12.45.57:363][614]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-12.45.57:374][614]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-12.45.57:374][614]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentFD3AAD9E429226C3E407C2B8C8EC40D7.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-12.45.57:381][614]LogFileHelpers: InternalPromptForCheckoutAndSave took 49.108 ms (total: 1.19 sec) -[2025.03.28-12.45.57:409][614]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.45.57:409][614]LogContentValidation: Enabled validators: -[2025.03.28-12.45.57:409][614]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.45.57:409][614]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.45.57:409][614]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.45.57:409][614]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-12.45.57:411][614]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-12.46.16:481][708]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-12.46.17:176][760]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.46.17:204][760]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-12.46.17:207][760]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-12.46.17:207][760]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-12.46.17:219][760]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-12.46.17:219][760]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentB90904024E5A36BEB31B3E9C80455E94.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-12.46.17:227][760]LogFileHelpers: InternalPromptForCheckoutAndSave took 50.961 ms (total: 1.25 sec) -[2025.03.28-12.46.17:259][760]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.46.17:259][760]LogContentValidation: Enabled validators: -[2025.03.28-12.46.17:259][760]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.46.17:259][760]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.46.17:259][760]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.46.17:259][760]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-12.46.17:260][760]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-12.46.43:080][968]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.28-12.46.43:929][ 51]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.46.43:958][ 51]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-12.46.43:961][ 51]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-12.46.43:961][ 51]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-12.46.43:976][ 51]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-12.46.43:976][ 51]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment2B330E7041DEB38B129E1CA6A993833D.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-12.46.43:983][ 51]LogFileHelpers: InternalPromptForCheckoutAndSave took 53.880 ms (total: 1.30 sec) -[2025.03.28-12.46.44:013][ 51]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.46.44:014][ 51]LogContentValidation: Enabled validators: -[2025.03.28-12.46.44:014][ 51]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.46.44:014][ 51]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.46.44:014][ 51]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.46.44:014][ 51]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-12.46.44:015][ 51]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-12.47.03:270][269]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.47.03:270][269]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.47.03:271][269]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.540 ms (total: 19.530 ms) -[2025.03.28-12.47.03:272][269]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.47.03:272][269]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.47.03:276][269]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003231s) -[2025.03.28-12.47.03:276][269]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003255s) -[2025.03.28-12.47.03:293][269]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-12.47.03:295][269]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.47.03:296][269]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.47.03:296][269]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.47.03:296][269]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.47.03:296][269]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.47.03:297][269]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.47.03:297][269]LogWorldPartition: Display: WorldPartition initialize took 1.288 ms (total: 324.318 ms) -[2025.03.28-12.47.03:297][269]LogPlayLevel: PIE: World Init took: (0.002184s) -[2025.03.28-12.47.03:308][269]LogAudio: Display: Creating Audio Device: Id: 14, Scope: Unique, Realtime: True -[2025.03.28-12.47.03:308][269]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.47.03:308][269]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.47.03:308][269]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.47.03:308][269]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.47.03:308][269]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.47.03:308][269]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.47.03:308][269]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.47.03:308][269]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.47.03:308][269]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.47.03:308][269]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.47.03:308][269]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.47.03:310][269]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.47.03:327][269]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.47.03:327][269]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.47.03:327][269]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.47.03:327][269]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.47.03:327][269]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=14 -[2025.03.28-12.47.03:327][269]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=14 -[2025.03.28-12.47.03:329][269]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=14 -[2025.03.28-12.47.03:329][269]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=14 -[2025.03.28-12.47.03:329][269]LogInit: FAudioDevice initialized with ID 14. -[2025.03.28-12.47.03:329][269]LogAudio: Display: Audio Device (ID: 14) registered with world 'ThirdPersonMap'. -[2025.03.28-12.47.03:329][269]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 14 -[2025.03.28-12.47.03:331][269]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.47.03:335][269]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.47.03 -[2025.03.28-12.47.03:336][269]LogWorld: Bringing up level for play took: 0.003888 -[2025.03.28-12.47.03:337][269]LogOnline: OSS: Created online subsystem instance for: :Context_22 -[2025.03.28-12.47.03:338][269]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.47.03:338][269]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.47.03:352][269]PIE: Server logged in -[2025.03.28-12.47.03:353][269]PIE: Play in editor total start time 0.084 seconds. -[2025.03.28-12.47.04:431][389]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.47.05:089][468]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.47.05:465][513]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.47.05:790][552]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.47.05:790][552]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.47.05:790][552]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.47.08:124][827]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.47.08:125][827]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.47.08:125][827]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.47.08:125][827]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.47.08:125][827]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.47.08:125][827]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.47.08:125][827]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.47.08:125][827]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.47.08:127][827]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.47.08:131][827]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.47.08:148][827]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.47.08:148][827]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 14 -[2025.03.28-12.47.08:148][827]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14 -[2025.03.28-12.47.08:149][827]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14 -[2025.03.28-12.47.08:152][827]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.47.08:155][827]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-12.47.08:223][828]LogPlayLevel: Display: Destroying online subsystem :Context_22 -[2025.03.28-12.47.20:125][221]LogAssetEditorSubsystem: Opening Asset editor for DataTable /Game/MAIN_CONTENT/Equipment_System/DB_Weapons.DB_Weapons -[2025.03.28-12.48.21:559][762]LogContentBrowser: Deferred new asset folder creation: NewFolder -[2025.03.28-12.48.21:569][762]LogContentBrowser: Creating deferred item: NewFolder -[2025.03.28-12.48.21:574][763]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder). -[2025.03.28-12.48.23:180][956]LogContentBrowser: Attempting asset rename: NewFolder -> Icons -[2025.03.28-12.48.23:180][956]LogContentBrowser: End creating deferred item NewFolder -[2025.03.28-12.48.33:598][195]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Arrow.Arrow (BGRA8, 31x31 x1x1x1) (Required Memory Estimate: 0.090599 MB), EncodeSpeed: Fast -[2025.03.28-12.48.33:599][195]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Axe.Axe (BGRA8, 26x32 x1x1x1) (Required Memory Estimate: 0.086826 MB), EncodeSpeed: Fast -[2025.03.28-12.48.33:599][195]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Book.Book (TFO_AutoDXT, 28x32 x1x1x1) (Required Memory Estimate: 0.203699 MB), EncodeSpeed: Fast -[2025.03.28-12.48.33:600][195]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Bow.Bow (BGRA8, 31x31 x1x1x1) (Required Memory Estimate: 0.090599 MB), EncodeSpeed: Fast -[2025.03.28-12.48.33:601][195]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Chest.Chest (BGRA8, 32x23 x1x1x1) (Required Memory Estimate: 0.084019 MB), EncodeSpeed: Fast -[2025.03.28-12.48.33:601][195]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Coin.Coin (BGRA8, 22x20 x1x1x1) (Required Memory Estimate: 0.075356 MB), EncodeSpeed: Fast -[2025.03.28-12.48.33:603][195]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Compass.Compass (BGRA8, 23x24 x1x1x1) (Required Memory Estimate: 0.078644 MB), EncodeSpeed: Fast -[2025.03.28-12.48.33:619][195]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-12.48.34:823][195]LogSlate: Window 'Delete Assets' being destroyed -[2025.03.28-12.48.34:850][195]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.28-12.48.34:867][195]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.28-12.48.34:882][195]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms -[2025.03.28-12.48.38:948][680]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Ingot_gold.Ingot_gold (BGRA8, 25x28 x1x1x1) (Required Memory Estimate: 0.082966 MB), EncodeSpeed: Fast -[2025.03.28-12.48.38:949][680]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Ingot_silver.Ingot_silver (BGRA8, 25x28 x1x1x1) (Required Memory Estimate: 0.082966 MB), EncodeSpeed: Fast -[2025.03.28-12.48.38:950][680]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Key.Key (BGRA8, 13x28 x1x1x1) (Required Memory Estimate: 0.073139 MB), EncodeSpeed: Fast -[2025.03.28-12.48.38:950][680]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Pick_axe.Pick_axe (BGRA8, 31x31 x1x1x1) (Required Memory Estimate: 0.090599 MB), EncodeSpeed: Fast -[2025.03.28-12.48.38:951][680]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Potion01.Potion01 (BGRA8, 24x31 x1x1x1) (Required Memory Estimate: 0.084259 MB), EncodeSpeed: Fast -[2025.03.28-12.48.38:952][680]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Potion02.Potion02 (BGRA8, 24x31 x1x1x1) (Required Memory Estimate: 0.084259 MB), EncodeSpeed: Fast -[2025.03.28-12.48.38:952][680]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Scroll.Scroll (BGRA8, 30x32 x1x1x1) (Required Memory Estimate: 0.090576 MB), EncodeSpeed: Fast -[2025.03.28-12.48.38:969][680]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms -[2025.03.28-12.48.39:869][680]LogSlate: Window 'Delete Assets' being destroyed -[2025.03.28-12.48.39:896][680]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-12.48.39:913][680]LogUObjectHash: Compacting FUObjectHashTables data took 0.50ms -[2025.03.28-12.48.39:929][680]LogUObjectHash: Compacting FUObjectHashTables data took 0.49ms -[2025.03.28-12.48.42:500][981]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Skull.Skull (BGRA8, 25x26 x1x1x1) (Required Memory Estimate: 0.081497 MB), EncodeSpeed: Fast -[2025.03.28-12.48.42:501][981]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Stick.Stick (BGRA8, 30x29 x1x1x1) (Required Memory Estimate: 0.087944 MB), EncodeSpeed: Fast -[2025.03.28-12.48.42:502][981]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Stone_01.Stone_01 (BGRA8, 18x23 x1x1x1) (Required Memory Estimate: 0.074608 MB), EncodeSpeed: Fast -[2025.03.28-12.48.42:502][981]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Stone_02.Stone_02 (BGRA8, 18x23 x1x1x1) (Required Memory Estimate: 0.074608 MB), EncodeSpeed: Fast -[2025.03.28-12.48.42:504][981]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/Wand.Wand (BGRA8, 28x31 x1x1x1) (Required Memory Estimate: 0.087879 MB), EncodeSpeed: Fast -[2025.03.28-12.48.42:520][981]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms -[2025.03.28-12.48.43:351][981]LogSlate: Window 'Delete Assets' being destroyed -[2025.03.28-12.48.43:376][981]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.28-12.48.43:393][981]LogUObjectHash: Compacting FUObjectHashTables data took 0.50ms -[2025.03.28-12.48.43:408][981]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms -[2025.03.28-12.48.51:939][640]LogInterchangeEngine: [Pending] Importing -[2025.03.28-12.48.51:939][640]LogInterchangeEngine: Display: Interchange start importing source [C:/Users/Lore Natusol/Downloads/IMG_2261.png] -[2025.03.28-12.48.51:939][640]LogInterchangeEngine: [Pending] Importing - (2) -[2025.03.28-12.48.51:939][640]LogInterchangeEngine: Display: Interchange start importing source [C:/Users/Lore Natusol/Downloads/IMG_2260.png] -[2025.03.28-12.48.51:940][640]LogInterchangeEngine: [Pending] Importing - (3) -[2025.03.28-12.48.51:940][640]LogInterchangeEngine: Display: Interchange start importing source [C:/Users/Lore Natusol/Downloads/IMG_2257.png] -[2025.03.28-12.48.51:950][640]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.48.51:962][640]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.48.51:964][640]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.48.51:964][640]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.48.51:965][640]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.48.51:967][640]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.48.51:969][640]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.48.58:933][640]LogSlate: Window 'Message' being destroyed -[2025.03.28-12.48.58:939][640]Message dialog closed, result: No, title: Message, text: Are you sure you want to override asset 'Texture2D /Game/MAIN_CONTENT/Textures/Icons/IMG.IMG'? -[2025.03.28-12.48.59:699][640]LogSlate: Window 'Message' being destroyed -[2025.03.28-12.48.59:705][640]Message dialog closed, result: No, title: Message, text: Are you sure you want to override asset 'Texture2D /Game/MAIN_CONTENT/Textures/Icons/IMG.IMG'? -[2025.03.28-12.48.59:727][640]LogTexture: Warning: Large VT "IMG", must be padded to power-of-2 for VT support (1620x2160) -[2025.03.28-12.48.59:727][640]LogTexture: Warning: VT has blocks with mismatched aspect ratios, cannot build. -[2025.03.28-12.48.59:728][640]LogTexture: Display: Texture was not found in DDC and couldn't build as the texture source was unable to load or validate (/Game/MAIN_CONTENT/Textures/Icons/IMG.IMG) -[2025.03.28-12.48.59:728][640]LogTexture: Display: Texture Data Blocks: 20 Layers: 1 Mips: 0 -[2025.03.28-12.48.59:728][640]LogTexture: Error: Unable to get texture source data for synchronous build of /Game/MAIN_CONTENT/Textures/Icons/IMG.IMG -[2025.03.28-12.48.59:728][640]LogTexture: Warning: Texture2D /Game/MAIN_CONTENT/Textures/Icons/IMG.IMG contains no miplevels! This could happen if this texture is a thumbnail and hasn't been generated (Format: 0) -[2025.03.28-12.48.59:728][640]LogInterchangeEngine: [Pending] Importing - (2) -[2025.03.28-12.48.59:728][640]LogInterchangeEngine: Display: Interchange import completed [C:/Users/Lore Natusol/Downloads/IMG_2261.png] -[2025.03.28-12.48.59:728][640]LogInterchangeEngine: [Pending] Importing - (1) -[2025.03.28-12.48.59:729][640]Interchange: Warning: [C:/Users/Lore Natusol/Downloads/IMG_2260.png : '', Texture2D] The option bReplaceExisting is false, we are not overriding the asset named 'Texture2D /Game/MAIN_CONTENT/Textures/Icons/IMG.IMG'. -[2025.03.28-12.48.59:729][640]Interchange: Warning: [C:/Users/Lore Natusol/Downloads/IMG_2257.png : '', Texture2D] The option bReplaceExisting is false, we are not overriding the asset named 'Texture2D /Game/MAIN_CONTENT/Textures/Icons/IMG.IMG'. -[2025.03.28-12.48.59:746][640]LogInterchangeEngine: Error: [Failure] Import Failed -[2025.03.28-12.48.59:775][640]LogInterchangeEngine: Error: [Failure] Import Failed -[2025.03.28-12.49.01:969][850]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms -[2025.03.28-12.49.02:890][850]LogSlate: Window 'Delete Assets' being destroyed -[2025.03.28-12.49.02:922][850]LogUObjectHash: Compacting FUObjectHashTables data took 0.98ms -[2025.03.28-12.49.02:939][850]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.28-12.49.02:954][850]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms -[2025.03.28-12.49.07:415][955]LogInterchangeEngine: [Pending] Importing -[2025.03.28-12.49.07:415][955]LogInterchangeEngine: Display: Interchange start importing source [C:/Users/Lore Natusol/Downloads/IMG_2257.png] -[2025.03.28-12.49.07:421][955]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.49.07:440][955]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.49.07:441][955]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.49.07:441][955]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.49.07:442][955]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.49.07:443][955]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.49.07:443][955]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.49.07:445][955]LogInterchangeEngine: [Pending] Importing -[2025.03.28-12.49.07:768][956]LogTexture: Warning: Large VT "IMG", must be padded to power-of-2 for VT support (1620x2160) -[2025.03.28-12.49.07:768][956]LogTexture: Warning: VT has blocks with mismatched aspect ratios, cannot build. -[2025.03.28-12.49.07:768][956]LogTexture: Display: Texture was not found in DDC and couldn't build as the texture source was unable to load or validate (/Game/MAIN_CONTENT/Textures/Icons/IMG.IMG) -[2025.03.28-12.49.07:768][956]LogTexture: Display: Texture Data Blocks: 20 Layers: 1 Mips: 0 -[2025.03.28-12.49.07:768][956]LogTexture: Error: Unable to get texture source data for synchronous build of /Game/MAIN_CONTENT/Textures/Icons/IMG.IMG -[2025.03.28-12.49.07:768][956]LogTexture: Warning: Texture2D /Game/MAIN_CONTENT/Textures/Icons/IMG.IMG contains no miplevels! This could happen if this texture is a thumbnail and hasn't been generated (Format: 0) -[2025.03.28-12.49.07:769][956]LogInterchangeEngine: Display: Interchange import completed [C:/Users/Lore Natusol/Downloads/IMG_2257.png] -[2025.03.28-12.49.07:774][956]LogInterchangeEngine: [Success] Import Done -[2025.03.28-12.49.07:805][956]LogInterchangeEngine: [Success] Import Done -[2025.03.28-12.49.09:119][961]LogAssetEditorSubsystem: Opening Asset editor for Texture2D /Game/MAIN_CONTENT/Textures/Icons/IMG.IMG -[2025.03.28-12.49.09:213][961]LogTexture: Warning: Texture2D /Game/MAIN_CONTENT/Textures/Icons/IMG.IMG contains no miplevels! This could happen if this texture is a thumbnail and hasn't been generated (Format: 0) -[2025.03.28-12.49.14:292][548]LogInterchangeEngine: [Pending] Importing -[2025.03.28-12.49.14:292][548]LogInterchangeEngine: Display: Interchange start importing source [C:/Users/Lore Natusol/Downloads/IMG_2257.png] -[2025.03.28-12.49.14:300][548]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.49.14:319][548]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.49.14:319][548]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.49.14:320][548]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.49.14:321][548]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.49.14:321][548]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.49.14:321][548]LogInterchangeEngine: [Pending] Importing -[2025.03.28-12.49.14:323][549]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.49.14:633][560]LogTexture: Warning: Texture2D /Game/MAIN_CONTENT/Textures/Icons/IMG.IMG contains no miplevels! This could happen if this texture is a thumbnail and hasn't been generated (Format: 0) -[2025.03.28-12.49.14:637][560]LogInterchangeEngine: Display: Interchange import completed [C:/Users/Lore Natusol/Downloads/IMG_2257.png] -[2025.03.28-12.49.14:637][560]LogInterchangeEngine: [Success] Import Done -[2025.03.28-12.49.14:646][560]LogInterchangeEngine: [Success] Import Done -[2025.03.28-12.49.30:052][362]LogUObjectHash: Compacting FUObjectHashTables data took 1.13ms -[2025.03.28-12.49.33:233][362]LogSlate: Window 'Save Content' being destroyed -[2025.03.28-12.49.33:242][362]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.49.33:275][362]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Textures/Icons/IMG] ([1] browsable assets)... -[2025.03.28-12.49.33:277][362]OBJ SavePackage: Rendered thumbnail for [Texture2D /Game/MAIN_CONTENT/Textures/Icons/IMG.IMG] -[2025.03.28-12.49.33:278][362]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Textures/Icons/IMG] -[2025.03.28-12.49.33:278][362]Cmd: OBJ SAVEPACKAGE PACKAGE="/Game/MAIN_CONTENT/Textures/Icons/IMG" FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Textures/Icons/IMG.uasset" SILENT=true -[2025.03.28-12.49.33:673][362]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Textures/Icons/IMG -[2025.03.28-12.49.33:673][362]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/IMGDC56192547D8AEEEC198A1AF5CB4FBCF.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Textures/Icons/IMG.uasset' -[2025.03.28-12.49.33:684][362]LogFileHelpers: InternalPromptForCheckoutAndSave took 442.161 ms (total: 1.74 sec) -[2025.03.28-12.49.33:704][362]LogStall: Shutdown... -[2025.03.28-12.49.33:709][362]LogStall: Shutdown complete. -[2025.03.28-12.49.33:766][362]LogWorld: UWorld::CleanupWorld for World_4, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.49.33:766][362]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.49.33:772][362]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.49.33:772][362]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.49.33:826][362]LogWorld: UWorld::CleanupWorld for World_6, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.49.33:826][362]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.49.33:831][362]LogWorld: UWorld::CleanupWorld for World_5, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.49.33:831][362]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.49.33:893][362]LogWorld: UWorld::CleanupWorld for World_11, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.49.33:893][362]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.49.33:899][362]LogWorld: UWorld::CleanupWorld for World_10, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.49.33:899][362]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.49.33:952][362]LogSlate: Window 'Elistria_Calling - Unreal Editor' being destroyed -[2025.03.28-12.49.34:026][362]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.49.34:026][362]LogContentValidation: Enabled validators: -[2025.03.28-12.49.34:026][362]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.49.34:026][362]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.49.34:026][362]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.49.34:026][362]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Textures/Icons/IMG.IMG -[2025.03.28-12.49.34:027][362]AssetCheck: /Game/MAIN_CONTENT/Textures/Icons/IMG Validating asset -[2025.03.28-12.49.34:047][362]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms -[2025.03.28-12.49.34:065][362]Cmd: QUIT_EDITOR -[2025.03.28-12.49.34:065][362]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) -[2025.03.28-12.49.34:066][363]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) -[2025.03.28-12.49.34:067][363]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown -[2025.03.28-12.49.34:067][363]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown -[2025.03.28-12.49.34:068][363]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.49.34:068][363]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.49.34:068][363]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.49.34:068][363]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.49.34:068][363]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.49.34:069][363]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.49.34:072][363]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. -[2025.03.28-12.49.34:079][363]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.49.34:079][363]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.49.34:082][363]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.49.34:082][363]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.49.34:085][363]LogWorld: UWorld::CleanupWorld for World_2, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.49.34:085][363]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.49.34:101][363]LogStudioTelemetry: Ended StudioTelemetry Session -[2025.03.28-12.49.34:104][363]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider -[2025.03.28-12.49.34:104][363]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session -[2025.03.28-12.49.34:104][363]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider -[2025.03.28-12.49.34:989][363]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... -[2025.03.28-12.49.34:989][363]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... -[2025.03.28-12.49.34:989][363]LogAudio: Display: Audio Device unregistered from world 'ThirdPersonMap'. -[2025.03.28-12.49.34:989][363]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. -[2025.03.28-12.49.34:989][363]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 -[2025.03.28-12.49.34:990][363]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 -[2025.03.28-12.49.34:993][363]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 -[2025.03.28-12.49.34:993][363]LogAudio: Display: Audio Device Manager Shutdown -[2025.03.28-12.49.34:994][363]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). -[2025.03.28-12.49.34:996][363]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 -[2025.03.28-12.49.34:996][363]LogExit: Preparing to exit. -[2025.03.28-12.49.35:016][363]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.add_null_above_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.align_translation_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.align_translation_all' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.align_translation_x' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.align_translation_y' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.align_translation_z' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.align_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.align_scale' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.search_replace_name_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.search_replace_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.do_rename_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.do_rename_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.set_bone_reference_pose' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.import_ik_rig_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:021][363]LogPython: Display: Object '/Engine/PythonTypes.ControlOutputFormat' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-12.49.35:892][363]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled -[2025.03.28-12.49.35:905][363]LogExit: Editor shut down -[2025.03.28-12.49.35:906][363]LogExit: Transaction tracking system shut down -[2025.03.28-12.49.36:011][363]LogExit: Object subsystem successfully closed. -[2025.03.28-12.49.36:123][363]LogShaderCompilers: Display: Shaders left to compile 0 -[2025.03.28-12.49.36:585][363]MemoryProfiler: Shutdown -[2025.03.28-12.49.36:585][363]NetworkingProfiler: Shutdown -[2025.03.28-12.49.36:585][363]LoadingProfiler: Shutdown -[2025.03.28-12.49.36:585][363]TimingProfiler: Shutdown -[2025.03.28-12.49.36:615][363]LogOpenImageDenoise: OIDN shutting down -[2025.03.28-12.49.36:863][363]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests: -[2025.03.28-12.49.36:863][363]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7BF5DEE695-409E-EC28-74E0-71BA1EDB6CDE%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.4.4-35576357%2B%2B%2BUE5%2BRelease-5.4&UserID=046a422842307c5389fcfb85fdde73f2%7Cd8a41001870d437292af770c7edf75b9%7Cfb76c1c7-d567-45aa-9d4b-8a81fa7e1fef&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing -[2025.03.28-12.49.36:880][363]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module -[2025.03.28-12.49.36:880][363]RenderDocPlugin: plugin has been unloaded. -[2025.03.28-12.49.36:890][363]LogXGEController: Cleaning working directory: C:/Users/Lore Natusol/AppData/Local/Temp/UnrealXGEWorkingDir/ -[2025.03.28-12.49.36:892][363]LogPakFile: Destroying PakPlatformFile -[2025.03.28-12.49.36:995][363]LogD3D12RHI: ~FD3D12DynamicRHI -[2025.03.28-12.49.37:021][363]LogExit: Exiting. -[2025.03.28-12.49.37:045][363]Log file closed, 03/28/25 06:49:37 diff --git a/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.03.28-15.24.48.log b/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.03.28-15.24.48.log deleted file mode 100644 index 7961c63..0000000 --- a/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.03.28-15.24.48.log +++ /dev/null @@ -1,9568 +0,0 @@ -Log file open, 03/28/25 06:51:02 -LogWindows: Failed to load 'aqProf.dll' (GetLastError=126) -LogWindows: File 'aqProf.dll' does not exist -LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). -LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126) -LogWindows: File 'VtuneApi.dll' does not exist -LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126) -LogWindows: File 'VtuneApi32e.dll' does not exist -LogWindows: Started CrashReportClient (pid=13840) -LogWindows: Custom abort handler registered for crash reporting. -LogInit: Display: Running engine for game: Elistria_Calling -LogCore: UTS: Unreal Trace Server launched successfully -LogTrace: Initializing trace... -LogCore: Display: Requested channels: 'cpu,gpu,frame,log,bookmark,screenshot,region' -LogTrace: Finished trace initialization. -LogCsvProfiler: Display: Metadata set : platform="Windows" -LogCsvProfiler: Display: Metadata set : config="Development" -LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.4-CL-35576357" -LogCsvProfiler: Display: Metadata set : engineversion="5.4.4-35576357+++UE5+Release-5.4" -LogCsvProfiler: Display: Metadata set : os="Windows 10 (22H2) [10.0.19045.5608] " -LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 9 5900X 12-Core Processor" -LogCsvProfiler: Display: Metadata set : pgoenabled="0" -LogCsvProfiler: Display: Metadata set : pgoprofilingenabled="0" -LogCsvProfiler: Display: Metadata set : ltoenabled="0" -LogCsvProfiler: Display: Metadata set : asan="0" -LogCsvProfiler: Display: Metadata set : commandline="" "F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Elistria_Calling.uproject""" -LogCsvProfiler: Display: Metadata set : loginid="046a422842307c5389fcfb85fdde73f2" -LogCsvProfiler: Display: Metadata set : llm="0" -LogStats: Stats thread started at 0.275841 -LogICUInternationalization: ICU TimeZone Detection - Raw Offset: -7:00, Platform Override: '' -LogInit: Session CrashGUID >==================================================== - Session CrashGUID > UECC-Windows-A505D75940D00929ED2CF19C46E9BA33 - Session CrashGUID >==================================================== -LogConfig: No local boot hotfix file found at: [../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/PersistentDownloadDir/HotfixForNextBoot.txt] -LogConfig: Display: Loading VulkanPC ini files took 0.02 seconds -LogConfig: Display: Loading Mac ini files took 0.02 seconds -LogConfig: Display: Loading Android ini files took 0.02 seconds -LogConfig: Display: Loading IOS ini files took 0.03 seconds -LogConfig: Display: Loading Unix ini files took 0.03 seconds -LogConfig: Display: Loading Windows ini files took 0.03 seconds -LogConfig: Display: Loading VisionOS ini files took 0.03 seconds -LogConfig: Display: Loading TVOS ini files took 0.03 seconds -LogConfig: Display: Loading Linux ini files took 0.03 seconds -LogConfig: Display: Loading LinuxArm64 ini files took 0.04 seconds -LogAssetRegistry: Display: Asset registry cache read as 26.8 MiB from ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_0.bin -LogPluginManager: Mounting Engine plugin Bridge -LogPluginManager: Mounting Engine plugin ChaosCloth -LogPluginManager: Mounting Engine plugin CmdLinkServer -LogPluginManager: Mounting Engine plugin ChaosVD -LogPluginManager: Found config from plugin[ChaosVD] Engine -LogPluginManager: Mounting Engine plugin EnhancedInput -LogPluginManager: Found config from plugin[EnhancedInput] Input -LogPluginManager: Mounting Engine plugin FastBuildController -LogPluginManager: Mounting Engine plugin RenderGraphInsights -LogPluginManager: Mounting Engine plugin TraceUtilities -LogPluginManager: Mounting Engine plugin XGEController -LogPluginManager: Mounting Engine plugin WorldMetrics -LogPluginManager: Mounting Engine plugin MeshPainting -LogPluginManager: Mounting Engine plugin AISupport -LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor -LogPluginManager: Mounting Engine plugin ACLPlugin -LogPluginManager: Mounting Engine plugin AnimationData -LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis -LogPluginManager: Mounting Engine plugin AnimationModifierLibrary -LogPluginManager: Mounting Engine plugin ControlRig -LogPluginManager: Mounting Engine plugin ControlRigSpline -LogPluginManager: Mounting Engine plugin IKRig -LogPluginManager: Mounting Engine plugin ControlRigModules -LogPluginManager: Mounting Engine plugin MotionWarping -LogPluginManager: Mounting Engine plugin VariantManager -LogPluginManager: Mounting Engine plugin DatasmithContent -LogPluginManager: Mounting Engine plugin GLTFExporter -LogPluginManager: Mounting Engine plugin InterchangeTests -LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess -LogPluginManager: Mounting Engine plugin VariantManagerContent -LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess -LogPluginManager: Mounting Engine plugin AnimationSharing -LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess -LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess -LogPluginManager: Mounting Engine plugin PixWinPlugin -LogPluginManager: Mounting Engine plugin PlasticSourceControl -LogPluginManager: Mounting Engine plugin NullSourceCodeAccess -LogPluginManager: Mounting Engine plugin PerforceSourceControl -LogPluginManager: Mounting Engine plugin RenderDocPlugin -LogPluginManager: Mounting Engine plugin PluginUtils -LogPluginManager: Mounting Engine plugin PropertyAccessNode -LogPluginManager: Mounting Engine plugin SubversionSourceControl -LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess -LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess -LogPluginManager: Mounting Engine plugin UObjectPlugin -LogPluginManager: Mounting Engine plugin DumpGPUServices -LogPluginManager: Mounting Engine plugin TraceDataFilters -LogPluginManager: Mounting Engine plugin OnlineBase -LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess -LogPluginManager: Mounting Engine plugin OnlineSubsystem -LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess -LogPluginManager: Mounting Engine plugin TextureFormatOodle -LogPluginManager: Mounting Engine plugin OnlineSubsystemNull -LogPluginManager: Mounting Engine plugin GitSourceControl -LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils -LogPluginManager: Mounting Engine plugin AndroidMedia -LogPluginManager: Mounting Engine plugin AvfMedia -LogPluginManager: Mounting Engine plugin OnlineServices -LogPluginManager: Mounting Engine plugin MediaPlayerEditor -LogPluginManager: Mounting Engine plugin MediaCompositing -LogPluginManager: Mounting Engine plugin MediaPlate -LogPluginManager: Mounting Engine plugin ImgMedia -LogPluginManager: Mounting Engine plugin WebMMedia -LogPluginManager: Mounting Engine plugin WmfMedia -LogPluginManager: Mounting Engine plugin LauncherChunkInstaller -LogPluginManager: Mounting Engine plugin Takes -LogPluginManager: Mounting Engine plugin Niagara -LogPluginManager: Mounting Engine plugin UdpMessaging -LogPluginManager: Mounting Engine plugin OodleNetwork -LogPluginManager: Mounting Engine plugin TcpMessaging -LogPluginManager: Mounting Engine plugin NiagaraSimCaching -LogPluginManager: Mounting Engine plugin AssetManagerEditor -LogPluginManager: Mounting Engine plugin BlueprintHeaderView -LogPluginManager: Mounting Engine plugin ChangelistReview -LogPluginManager: Mounting Engine plugin EditorDebugTools -LogPluginManager: Mounting Engine plugin DataValidation -LogPluginManager: Mounting Engine plugin CryptoKeys -LogPluginManager: Mounting Engine plugin CurveEditorTools -LogPluginManager: Mounting Engine plugin EngineAssetDefinitions -LogPluginManager: Mounting Engine plugin EditorScriptingUtilities -LogPluginManager: Mounting Engine plugin GeometryMode -LogPluginManager: Mounting Engine plugin GameplayTagsEditor -LogPluginManager: Mounting Engine plugin MacGraphicsSwitching -LogPluginManager: Mounting Engine plugin FacialAnimation -LogPluginManager: Mounting Engine plugin MaterialAnalyzer -LogPluginManager: Mounting Engine plugin MeshLODToolset -LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard -LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode -LogPluginManager: Mounting Engine plugin ProxyLODPlugin -LogPluginManager: Mounting Engine plugin SequencerAnimTools -LogPluginManager: Mounting Engine plugin PluginBrowser -LogPluginManager: Mounting Engine plugin SpeedTreeImporter -LogPluginManager: Mounting Engine plugin UVEditor -LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities -LogPluginManager: Mounting Engine plugin ActorLayerUtilities -LogPluginManager: Mounting Engine plugin AndroidFileServer -LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector -LogPluginManager: Mounting Engine plugin AndroidPermission -LogPluginManager: Mounting Engine plugin AndroidMoviePlayer -LogPluginManager: Mounting Engine plugin AppleMoviePlayer -LogPluginManager: Mounting Engine plugin AppleImageUtils -LogPluginManager: Mounting Engine plugin AssetTags -LogPluginManager: Mounting Engine plugin AudioCapture -LogPluginManager: Mounting Engine plugin ArchVisCharacter -LogPluginManager: Mounting Engine plugin AudioWidgets -LogPluginManager: Mounting Engine plugin AudioSynesthesia -LogPluginManager: Mounting Engine plugin ChunkDownloader -LogPluginManager: Mounting Engine plugin CableComponent -LogPluginManager: Mounting Engine plugin CustomMeshComponent -LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector -LogPluginManager: Mounting Engine plugin GeometryCache -LogPluginManager: Mounting Engine plugin GoogleCloudMessaging -LogPluginManager: Mounting Engine plugin GeometryProcessing -LogPluginManager: Mounting Engine plugin GooglePAD -LogPluginManager: Mounting Engine plugin InputDebugging -LogPluginManager: Found config from plugin[InputDebugging] Input -LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector -LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector -LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary -LogPluginManager: Mounting Engine plugin MeshModelingToolset -LogPluginManager: Mounting Engine plugin Metasound -LogPluginManager: Mounting Engine plugin MobilePatchingUtils -LogPluginManager: Mounting Engine plugin MsQuic -LogPluginManager: Mounting Engine plugin ProceduralMeshComponent -LogPluginManager: Mounting Engine plugin PropertyAccessEditor -LogPluginManager: Mounting Engine plugin RigVM -LogPluginManager: Mounting Engine plugin ResonanceAudio -LogPluginManager: Mounting Engine plugin SignificanceManager -LogPluginManager: Mounting Engine plugin SoundFields -LogPluginManager: Mounting Engine plugin Synthesis -LogPluginManager: Mounting Engine plugin WaveTable -LogPluginManager: Mounting Engine plugin WebMMoviePlayer -LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector -LogPluginManager: Mounting Engine plugin WindowsMoviePlayer -LogPluginManager: Mounting Engine plugin BackChannel -LogPluginManager: Mounting Engine plugin AutomationUtils -LogPluginManager: Mounting Engine plugin ChaosCaching -LogPluginManager: Mounting Engine plugin ChaosEditor -LogPluginManager: Mounting Engine plugin ChaosSolverPlugin -LogPluginManager: Mounting Engine plugin ChaosNiagara -LogPluginManager: Mounting Engine plugin CharacterAI -LogPluginManager: Mounting Engine plugin ChaosUserDataPT -LogPluginManager: Mounting Engine plugin Dataflow -LogPluginManager: Mounting Engine plugin FullBodyIK -LogPluginManager: Mounting Engine plugin Fracture -LogPluginManager: Mounting Engine plugin GeometryFlow -LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin -LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp -LogPluginManager: Mounting Engine plugin LocalizableMessage -LogPluginManager: Mounting Engine plugin OpenImageDenoise -LogPluginManager: Mounting Engine plugin PlanarCut -LogPluginManager: Mounting Engine plugin PlatformCrypto -LogPluginManager: Mounting Engine plugin PythonScriptPlugin -LogPluginManager: Mounting Engine plugin SkeletalReduction -LogPluginManager: Mounting Engine plugin StructUtils -LogPluginManager: Mounting Engine plugin StudioTelemetry -LogPluginManager: Mounting Engine plugin ToolPresets -LogPluginManager: Mounting Engine plugin Interchange -LogPluginManager: Mounting Engine plugin InterchangeEditor -LogPluginManager: Mounting Engine plugin Paper2D -LogPluginManager: Mounting Engine plugin CameraShakePreviewer -LogPluginManager: Mounting Engine plugin GameplayCameras -LogPluginManager: Mounting Engine plugin AlembicImporter -LogPluginManager: Mounting Engine plugin ActorSequence -LogPluginManager: Mounting Engine plugin LevelSequenceEditor -LogPluginManager: Mounting Engine plugin TemplateSequence -LogPluginManager: Mounting Engine plugin SequencerScripting -LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay -LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor -LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource -LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource -LogPluginManager: Mounting Engine plugin MetaHumanProjectUtilities -LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource -LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource -LogPluginManager: Mounting Engine plugin XInputDevice -LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS -LogPluginManager: Mounting Engine plugin LightMixer -LogPluginManager: Mounting Engine plugin ObjectMixer -SourceControl: Revision control is disabled -SourceControl: Revision control is disabled -SourceControl: Revision control is disabled -LogWindows: Failed to load 'WinPixGpuCapturer.dll' (GetLastError=126) -LogWindows: File 'WinPixGpuCapturer.dll' does not exist -PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. -LogConfig: Applying CVar settings from Section [/Script/RenderDocPlugin.RenderDocPluginSettings] File [Engine] -RenderDocPlugin: Display: RenderDoc plugin will not be loaded. Use '-AttachRenderDoc' on the cmd line or enable 'renderdoc.AutoAttach' in the plugin settings. -LogInit: Using libcurl 8.4.0 -LogInit: - built for Windows -LogInit: - supports SSL with OpenSSL/1.1.1t -LogInit: - supports HTTP deflate (compression) using libz 1.3 -LogInit: - other features: -LogInit: CURL_VERSION_SSL -LogInit: CURL_VERSION_LIBZ -LogInit: CURL_VERSION_IPV6 -LogInit: CURL_VERSION_ASYNCHDNS -LogInit: CURL_VERSION_LARGEFILE -LogInit: CurlRequestOptions (configurable via config and command line): -LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate -LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy -LogInit: - bDontReuseConnections = false - Libcurl will reuse connections -LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host -LogInit: - LocalHostAddr = Default -LogInit: - BufferSize = 65536 -LogInit: CreateHttpThread using FCurlHttpThread -LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467 -LogOnline: OSS: Created online subsystem instance for: NULL -LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] -LogStudioTelemetry: Display: Starting StudioTelemetry Module -LogStudioTelemetry: Display: Created an analytics provider LogAnalytics from module AnalyticsLog configuration Engine [StudioTelemetry.Log] -LogStudioTelemetry: Started StudioTelemetry Session -LogInit: ExecutableName: UnrealEditor.exe -LogInit: Build: ++UE5+Release-5.4-CL-35576357 -LogInit: Platform=WindowsEditor -LogInit: MachineId=046a422842307c5389fcfb85fdde73f2 -LogInit: DeviceId= -LogInit: Engine Version: 5.4.4-35576357+++UE5+Release-5.4 -LogInit: Compatible Engine Version: 5.4.0-33043543+++UE5+Release-5.4 -LogInit: Net CL: 33043543 -LogInit: OS: Windows 10 (22H2) [10.0.19045.5608] (), CPU: AMD Ryzen 9 5900X 12-Core Processor , GPU: NVIDIA GeForce RTX 4070 Ti SUPER -LogInit: Compiled (64-bit): Aug 16 2024 04:10:34 -LogInit: Architecture: x64 -LogInit: Compiled with Visual C++: 19.38.33130.00 -LogInit: Build Configuration: Development -LogInit: Branch Name: ++UE5+Release-5.4 -LogInit: Command Line: -LogInit: Base Directory: F:/UE_5.4/Engine/Binaries/Win64/ -LogInit: Allocator: Mimalloc -LogInit: Installed Engine Build: 1 -LogInit: This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no -LogDevObjectVersion: Number of dev versions registered: 36 -LogDevObjectVersion: Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 10 -LogDevObjectVersion: Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0 -LogDevObjectVersion: Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 4 -LogDevObjectVersion: Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 40 -LogDevObjectVersion: Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 37 -LogDevObjectVersion: Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 3 -LogDevObjectVersion: Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0 -LogDevObjectVersion: Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0 -LogDevObjectVersion: Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 20 -LogDevObjectVersion: Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0 -LogDevObjectVersion: Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 48 -LogDevObjectVersion: Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 13 -LogDevObjectVersion: Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 3 -LogDevObjectVersion: Dev-LoadTimes (C2A15278-BFE7-4AFE-6C17-90FF531DF755): 1 -LogDevObjectVersion: Private-Geometry (6EACA3D4-40EC-4CC1-B786-8BED09428FC5): 3 -LogDevObjectVersion: Dev-AnimPhys (29E575DD-E0A3-4627-9D10-D276232CDCEA): 17 -LogDevObjectVersion: Dev-Anim (AF43A65D-7FD3-4947-9873-3E8ED9C1BB05): 15 -LogDevObjectVersion: Dev-ReflectionCapture (6B266CEC-1EC7-4B8F-A30B-E4D90942FC07): 1 -LogDevObjectVersion: Dev-Automation (0DF73D61-A23F-47EA-B727-89E90C41499A): 1 -LogDevObjectVersion: FortniteMain (601D1886-AC64-4F84-AA16-D3DE0DEAC7D6): 134 -LogDevObjectVersion: FortniteValkyrie (8DBC2C5B-54A7-43E0-A768-FCBB7DA29060): 8 -LogDevObjectVersion: FortniteSeason (5B4C06B7-2463-4AF8-805B-BF70CDF5D0DD): 12 -LogDevObjectVersion: FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 13 -LogDevObjectVersion: Dev-Enterprise (9DFFBCD6-494F-0158-E221-12823C92A888): 10 -LogDevObjectVersion: Dev-Niagara (F2AED0AC-9AFE-416F-8664-AA7FFA26D6FC): 1 -LogDevObjectVersion: Dev-Destruction (174F1F0B-B4C6-45A5-B13F-2EE8D0FB917D): 10 -LogDevObjectVersion: Dev-Physics-Ext (35F94A83-E258-406C-A318-09F59610247C): 41 -LogDevObjectVersion: Dev-PhysicsMaterial-Chaos (B68FC16E-8B1B-42E2-B453-215C058844FE): 1 -LogDevObjectVersion: Dev-CineCamera (B2E18506-4273-CFC2-A54E-F4BB758BBA07): 1 -LogDevObjectVersion: Dev-VirtualProduction (64F58936-FD1B-42BA-BA96-7289D5D0FA4E): 1 -LogDevObjectVersion: UE5-Main (697DD581-E64F-41AB-AA4A-51ECBEB7B628): 119 -LogDevObjectVersion: UE5-Release (D89B5E42-24BD-4D46-8412-ACA8DF641779): 51 -LogDevObjectVersion: UE5-PrivateFrosty (59DA5D52-1232-4948-B878-597870B8E98B): 8 -LogDevObjectVersion: UE5-Dev-Cooker (26075A32-730F-4708-88E9-8C32F1599D05): 0 -LogDevObjectVersion: Dev-MediaFramework (6F0ED827-A609-4895-9C91-998D90180EA4): 2 -LogDevObjectVersion: UE5-Dev-LWCRendering (30D58BE3-95EA-4282-A6E3-B159D8EBB06A): 1 -LogInit: Presizing for max 25165824 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool. -LogInit: Object subsystem initialized -LogConfig: Set CVar [[con.DebugEarlyDefault:1]] -LogConfig: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created -LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created -LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created -LogConfig: Set CVar [[r.setres:1280x720]] -LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created -LogConfig: CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] deferred - dummy variable created -LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created -LogConfig: CVar [[r.Occlusion.SingleRHIThreadStall:1]] deferred - dummy variable created -LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]] -LogConfig: CVar [[D3D12.Bindless.ResourceDescriptorHeapSize:100000]] deferred - dummy variable created -LogConfig: CVar [[D3D12.Bindless.SamplerDescriptorHeapSize:2048]] deferred - dummy variable created -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[r.VSync:0]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] -[2025.03.28-12.51.02:917][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created -[2025.03.28-12.51.02:917][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] -[2025.03.28-12.51.02:917][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs:0]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[r.Mobile.EnableNoPrecomputedLightingCSMShader:1]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] -[2025.03.28-12.51.02:917][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] -[2025.03.28-12.51.02:917][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] -[2025.03.28-12.51.02:917][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created -[2025.03.28-12.51.02:917][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created -[2025.03.28-12.51.02:917][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created -[2025.03.28-12.51.02:917][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] -[2025.03.28-12.51.02:917][ 0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:1]] -[2025.03.28-12.51.02:918][ 0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]] -[2025.03.28-12.51.02:918][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] -[2025.03.28-12.51.02:918][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] -[2025.03.28-12.51.02:918][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created -[2025.03.28-12.51.02:918][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created -[2025.03.28-12.51.02:924][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] -[2025.03.28-12.51.02:924][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] -[2025.03.28-12.51.02:924][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] -[2025.03.28-12.51.02:924][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.AOQuality:2]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.DetailMode:3]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: CVar [[fx.Niagara.QualityLevel:3]] deferred - dummy variable created -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] -[2025.03.28-12.51.02:925][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] -[2025.03.28-12.51.02:928][ 0]LogRHI: Using Default RHI: D3D12 -[2025.03.28-12.51.02:928][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 -[2025.03.28-12.51.02:928][ 0]LogRHI: Loading RHI module D3D12RHI -[2025.03.28-12.51.02:933][ 0]LogD3D12RHI: Aftermath initialized -[2025.03.28-12.51.02:934][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). -[2025.03.28-12.51.02:934][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. -[2025.03.28-12.51.03:099][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 4070 Ti SUPER (VendorId: 10de, DeviceId: 2689, SubSysId: 89b91043, Revision: 00a1 -[2025.03.28-12.51.03:099][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported -[2025.03.28-12.51.03:099][ 0]LogD3D12RHI: Adapter has 16063MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 3 output[s] -[2025.03.28-12.51.03:099][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) -[2025.03.28-12.51.03:099][ 0]LogD3D12RHI: Driver Date: 12-3-2024 -[2025.03.28-12.51.03:104][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 -[2025.03.28-12.51.03:104][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported -[2025.03.28-12.51.03:104][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 0 output[s] -[2025.03.28-12.51.03:104][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. -[2025.03.28-12.51.03:104][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 -[2025.03.28-12.51.03:104][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. -[2025.03.28-12.51.03:104][ 0]LogInit: Selected Device Profile: [WindowsEditor] -[2025.03.28-12.51.03:104][ 0]LogHAL: Display: Platform has ~ 64 GB [68641247232 / 68719476736 / 64], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) -[2025.03.28-12.51.03:104][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] -[2025.03.28-12.51.03:104][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] -[2025.03.28-12.51.03:104][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] -[2025.03.28-12.51.03:105][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] -[2025.03.28-12.51.03:105][ 0]LogConfig: Set CVar [[r.Shaders.WarningsAsErrors:0 ;; 0: off, 1: global shaders, 2: all]] -[2025.03.28-12.51.03:105][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] -[2025.03.28-12.51.03:105][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] -[2025.03.28-12.51.03:105][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] -[2025.03.28-12.51.03:105][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] -[2025.03.28-12.51.03:105][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] -[2025.03.28-12.51.03:105][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Config/WindowsEditor/Editor.ini] -[2025.03.28-12.51.03:105][ 0]LogInit: Computer: DESKTOP-KTQTHKD -[2025.03.28-12.51.03:105][ 0]LogInit: User: LoreNatusol -[2025.03.28-12.51.03:105][ 0]LogInit: CPU Page size=4096, Cores=12 -[2025.03.28-12.51.03:105][ 0]LogInit: High frequency timer resolution =10.000000 MHz -[2025.03.28-12.51.03:492][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits -[2025.03.28-12.51.03:492][ 0]LogMemory: Memory total: Physical=63.9GB (64GB approx) Virtual=73.4GB -[2025.03.28-12.51.03:492][ 0]LogMemory: Platform Memory Stats for WindowsEditor -[2025.03.28-12.51.03:492][ 0]LogMemory: Process Physical Memory: 536.71 MB used, 549.85 MB peak -[2025.03.28-12.51.03:492][ 0]LogMemory: Process Virtual Memory: 556.67 MB used, 556.67 MB peak -[2025.03.28-12.51.03:492][ 0]LogMemory: Physical Memory: 17584.50 MB used, 47876.89 MB free, 65461.39 MB total -[2025.03.28-12.51.03:492][ 0]LogMemory: Virtual Memory: 22928.88 MB used, 52260.52 MB free, 75189.39 MB total -[2025.03.28-12.51.03:492][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" -[2025.03.28-12.51.03:495][ 0]LogWindows: WindowsPlatformFeatures enabled -[2025.03.28-12.51.03:501][ 0]LogInit: Physics initialised using underlying interface: Chaos -[2025.03.28-12.51.03:501][ 0]LogInit: Using OS detected language (en-US). -[2025.03.28-12.51.03:501][ 0]LogInit: Using OS detected locale (en-US). -[2025.03.28-12.51.03:504][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. -[2025.03.28-12.51.03:504][ 0]LogInit: Setting process to per monitor DPI aware -[2025.03.28-12.51.03:725][ 0]LogWindowsTextInputMethodSystem: Available input methods: -[2025.03.28-12.51.03:725][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). -[2025.03.28-12.51.03:725][ 0]LogWindowsTextInputMethodSystem: - English (United States) - Touch Input Correction (TSF IME). -[2025.03.28-12.51.03:725][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). -[2025.03.28-12.51.03:742][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 -[2025.03.28-12.51.03:742][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 -[2025.03.28-12.51.03:860][ 0]LogRHI: Using Default RHI: D3D12 -[2025.03.28-12.51.03:860][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 -[2025.03.28-12.51.03:860][ 0]LogRHI: Loading RHI module D3D12RHI -[2025.03.28-12.51.03:860][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. -[2025.03.28-12.51.03:860][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. -[2025.03.28-12.51.03:860][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 -[2025.03.28-12.51.03:861][ 0]LogWindows: Attached monitors: -[2025.03.28-12.51.03:861][ 0]LogWindows: resolution: 1920x1080, work area: (2560, 457) -> (4480, 1497), device: '\\.\DISPLAY1' -[2025.03.28-12.51.03:861][ 0]LogWindows: resolution: 2560x1440, work area: (-2560, 629) -> (0, 2019), device: '\\.\DISPLAY2' -[2025.03.28-12.51.03:861][ 0]LogWindows: resolution: 2560x1440, work area: (0, 0) -> (2560, 1400), device: '\\.\DISPLAY3' [PRIMARY] -[2025.03.28-12.51.03:861][ 0]LogWindows: Found 3 attached monitors. -[2025.03.28-12.51.03:861][ 0]LogWindows: Gathering driver information using Windows Setup API -[2025.03.28-12.51.03:861][ 0]LogRHI: RHI Adapter Info: -[2025.03.28-12.51.03:861][ 0]LogRHI: Name: NVIDIA GeForce RTX 4070 Ti SUPER -[2025.03.28-12.51.03:861][ 0]LogRHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) -[2025.03.28-12.51.03:861][ 0]LogRHI: Driver Date: 12-3-2024 -[2025.03.28-12.51.03:861][ 0]LogD3D12RHI: GPU DeviceId: 0x2689 (for the marketing name, search the web for "GPU Device Id") -[2025.03.28-12.51.03:861][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off -[2025.03.28-12.51.03:866][ 0]LogD3D12RHI: [Aftermath] Aftermath crash dumping enabled -[2025.03.28-12.51.03:866][ 0]LogD3D12RHI: [DRED] Dred breadcrumb context enabled -[2025.03.28-12.51.03:866][ 0]LogD3D12RHI: [DRED] Using lightweight DRED. -[2025.03.28-12.51.03:866][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: [Aftermath] Aftermath enabled and primed -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: [Aftermath] Aftermath resource tracking enabled -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: ID3D12Device1 is supported. -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: ID3D12Device2 is supported. -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: ID3D12Device3 is supported. -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: ID3D12Device4 is supported. -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: ID3D12Device5 is supported. -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: ID3D12Device6 is supported. -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: ID3D12Device7 is supported. -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: ID3D12Device8 is supported. -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: ID3D12Device9 is supported. -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: ID3D12Device10 is supported. -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: ID3D12Device11 is supported. -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: ID3D12Device12 is supported. -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: Bindless resources are supported -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: Raster order views are supported -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported -[2025.03.28-12.51.03:970][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported -[2025.03.28-12.51.04:015][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (3D) -[2025.03.28-12.51.04:016][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Copy) -[2025.03.28-12.51.04:016][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Compute) -[2025.03.28-12.51.04:031][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 -[2025.03.28-12.51.04:031][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 -[2025.03.28-12.51.04:031][ 0]LogRHI: Texture pool is 9635 MB (70% of 13765 MB) -[2025.03.28-12.51.04:031][ 0]LogD3D12RHI: Async texture creation enabled -[2025.03.28-12.51.04:031][ 0]LogD3D12RHI: RHI has support for 64 bit atomics -[2025.03.28-12.51.04:038][ 0]LogVRS: Current RHI supports Variable Rate Shading -[2025.03.28-12.51.04:040][ 0]LogInit: Initializing FReadOnlyCVARCache -[2025.03.28-12.51.04:046][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all' -[2025.03.28-12.51.04:046][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all" ] -[2025.03.28-12.51.04:067][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC -[2025.03.28-12.51.04:067][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT -[2025.03.28-12.51.04:067][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 -[2025.03.28-12.51.04:067][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp -[2025.03.28-12.51.04:067][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed -[2025.03.28-12.51.04:067][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 -[2025.03.28-12.51.04:067][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll -[2025.03.28-12.51.04:067][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll -[2025.03.28-12.51.04:068][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle -[2025.03.28-12.51.04:084][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' -[2025.03.28-12.51.04:084][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' -[2025.03.28-12.51.04:084][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' -[2025.03.28-12.51.04:084][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' -[2025.03.28-12.51.04:084][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' -[2025.03.28-12.51.04:084][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' -[2025.03.28-12.51.04:084][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' -[2025.03.28-12.51.04:084][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' -[2025.03.28-12.51.04:084][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' -[2025.03.28-12.51.04:084][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' -[2025.03.28-12.51.04:087][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' -[2025.03.28-12.51.04:087][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' -[2025.03.28-12.51.04:090][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' -[2025.03.28-12.51.04:090][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' -[2025.03.28-12.51.04:090][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' -[2025.03.28-12.51.04:090][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' -[2025.03.28-12.51.04:092][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' -[2025.03.28-12.51.04:092][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' -[2025.03.28-12.51.04:092][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' -[2025.03.28-12.51.04:094][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' -[2025.03.28-12.51.04:094][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' -[2025.03.28-12.51.04:094][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' -[2025.03.28-12.51.04:094][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' -[2025.03.28-12.51.04:096][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' -[2025.03.28-12.51.04:096][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' -[2025.03.28-12.51.04:100][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' -[2025.03.28-12.51.04:100][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' -[2025.03.28-12.51.04:100][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' -[2025.03.28-12.51.04:100][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' -[2025.03.28-12.51.04:100][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor -[2025.03.28-12.51.04:108][ 0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. -[2025.03.28-12.51.04:143][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: SF_METAL -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: SF_METAL_MRT -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: SF_METAL_TVOS -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: SF_METAL_SM5 -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: SF_METAL_SM6 -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: SF_METAL_SIM -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: PCD3D_SM6 -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: PCD3D_SM5 -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: PCD3D_ES31 -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: GLSL_150_ES31 -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: VVM_1_0 -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID -[2025.03.28-12.51.04:145][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 -[2025.03.28-12.51.04:145][ 0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0). -[2025.03.28-12.51.04:147][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB -[2025.03.28-12.51.04:147][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/DDC.ddp not found, will not use a pak cache. -[2025.03.28-12.51.04:147][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. -[2025.03.28-12.51.04:147][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. -[2025.03.28-12.51.04:147][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. -[2025.03.28-12.51.04:176][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2464 MiB) -[2025.03.28-12.51.04:176][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. -[2025.03.28-12.51.04:176][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. -[2025.03.28-12.51.04:176][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data -[2025.03.28-12.51.04:176][ 0]LogZenServiceInstance: InTree version at 'F:/UE_5.4/Engine/Binaries/Win64/zenserver.exe' is '5.4.5-202405102234-windows-x64-release-373e58b' -[2025.03.28-12.51.04:177][ 0]LogZenServiceInstance: Installed version at 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' -[2025.03.28-12.51.04:177][ 0]LogZenServiceInstance: No current process using the data dir found, launching a new instance -[2025.03.28-12.51.04:177][ 0]LogZenServiceInstance: Display: Launching executable 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe', working dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install', data dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data', args '--port 8558 --data-dir "C:\Users\Lore Natusol\AppData\Local\UnrealEngine\Common\Zen\Data" --http asio --gc-cache-duration-seconds 1209600 --gc-interval-seconds 21600 --gc-low-diskspace-threshold 2147483648 --http-forceloopback --quiet --owner-pid 35928' -[2025.03.28-12.51.04:264][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. -[2025.03.28-12.51.04:266][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. -[2025.03.28-12.51.04:272][ 0]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds. -[2025.03.28-12.51.04:272][ 0]LogDerivedDataCache: Display: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.03ms. RandomReadSpeed=1058.75MBs, RandomWriteSpeed=205.98MBs. Assigned SpeedClass 'Local' -[2025.03.28-12.51.04:273][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly -[2025.03.28-12.51.04:273][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' -[2025.03.28-12.51.04:273][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. -[2025.03.28-12.51.04:273][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. -[2025.03.28-12.51.04:273][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. -[2025.03.28-12.51.04:273][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' -[2025.03.28-12.51.04:273][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. -[2025.03.28-12.51.04:273][ 0]LogShaderCompilers: Guid format shader working directory is -11 characters bigger than the processId version (../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/Shaders/WorkingDirectory/35928/). -[2025.03.28-12.51.04:274][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Lore Natusol/AppData/Local/Temp/UnrealShaderWorkingDir/C3D81673496E6DD66EEE0595B4FCAC78/'. -[2025.03.28-12.51.04:274][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. -[2025.03.28-12.51.04:274][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers. -[2025.03.28-12.51.04:275][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush -[2025.03.28-12.51.04:275][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. -[2025.03.28-12.51.04:850][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 -[2025.03.28-12.51.05:780][ 0]LogSlate: Using FreeType 2.10.0 -[2025.03.28-12.51.05:780][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 -[2025.03.28-12.51.05:781][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. -[2025.03.28-12.51.05:781][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png -[2025.03.28-12.51.05:782][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. -[2025.03.28-12.51.05:782][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png -[2025.03.28-12.51.05:782][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. -[2025.03.28-12.51.05:782][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png -[2025.03.28-12.51.05:797][ 0]LogAssetRegistry: FAssetRegistry took 0.0016 seconds to start up -[2025.03.28-12.51.05:800][ 0]LogEditorDomain: Display: EditorDomain is Disabled -[2025.03.28-12.51.05:803][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin. -[2025.03.28-12.51.05:950][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). -[2025.03.28-12.51.05:950][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal -[2025.03.28-12.51.05:950][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled -[2025.03.28-12.51.05:952][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. -[2025.03.28-12.51.05:952][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. -[2025.03.28-12.51.05:973][ 0]LogDeviceProfileManager: Active device profile: [0000048FE8F23C00][0000048FE59A5000 66] WindowsEditor -[2025.03.28-12.51.05:973][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" -[2025.03.28-12.51.05:973][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush -[2025.03.28-12.51.05:973][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. -[2025.03.28-12.51.05:973][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.18362.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.22621.0, Allowed_AutoSdk=10.0.19041.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists") -[2025.03.28-12.51.05:975][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD' -[2025.03.28-12.51.05:975][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD" -nocompile -nocompileuat ] -[2025.03.28-12.51.06:072][ 0]LogMaterial: Display: WorldGridMaterial-SM6-Default: MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378BB459A7F0DBAC5232AC3C6813D7A1C9C1E037A6F_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_TDepthOnlyVS0_0_03809D327566D79B7D003D609F3FFBC28CB24CA5DBE22A860DB786AA9A7DE7C711953CC3F484404A4_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_FTranslucentLightingInjectPS0_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS1_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS2_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS3_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS4_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS5_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS6_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS7_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS8_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS9_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS10_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS11_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS12_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS13_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS14_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS15_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS16_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS17_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS18_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS19_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS20_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS21_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS22_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS23_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS24_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS25_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS26_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS27_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS28_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS29_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS30_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS31_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TShadowDepthVSVertexShadowDepth_PerspectiveCorrectPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3786F63A2867FA005A1D9974353C1F05C64FB02CAA1_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_TShadowDepthVSVertexShadowDepth_VirtualShadowMapPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37854CCF0F0329BEB98E3834B9B0E1CAAB6B4587848_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TShadowDepthVSVertexShadowDepth_OnePassPointLightPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3784449D1779A17BA029521B676974C013CAD4F1D63_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_DepthPosOnlyNoPixelPipeline3809D327566D79B7D003D609F3FFBC28CB24CA5D_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FGPUSpriteVertexFactory245FB466A2A94E1A1436B691BFD0A7AD3AAB15226F4AA5ED14228FB7E8DA60EA4B587BD3239FAD94B9CA513CCBA4F1E3AF7D9556DD0F2FF45E951E1A_FNiagaraRibbonVertexFactoryD19292AE439B9BA2AF405539D8C979D72ADDB9DAA5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966DE03DD13CEAD2D60503F2AAC85D4762994EF4025A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966_TGPUSkinAPEXClothVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FParticleSpriteVertexFactory50F1F3C21861C59B390701CCEFB63753852D229FF99E1B0FB635933CEEAC41CF9441DF5EA4A994CA9DAE5A7C55936FD50BC3B20BD063C1832A4D4247_TGPUSkinVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_FVectorFieldVisualizationVertexFactory36404C380DD96CD0872E9BBEDDFAD1A6E72AA01DCC854D8E74FEAEF90804D69AF6B78BD07A141ACC_FNiagaraMeshVertexFactoryF3FBD77A8F4B4A38338B697D58BDAC7AB8D5B27C4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9571BD81B2CBA1F364F28A837532353718EB814537B4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9574B3A20E0CA93D5CA5A60C16EF2EB14EA073FC957_FParticleBeamTrailVertexFactory9B4864381849C227417F59C2CD595ADF65DE8972378BBDDEC2CEAC35A309C357B38D702E7981D5D3_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_TGPUSkinVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_TGPUSkinAPEXClothVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FGeometryCollectionVertexFactory74DF12C20858E13A6E65317951D0E79E184025DB49D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC41_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FMeshParticleVertexFactory8E5462CD108F3ACF9C2D93B79DB64B3906833D1AF773920348F231C490A74B1A551F8CE3ABF04791_FInstancedStaticMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869739A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD_FSplineMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B3218697A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965_FLocalVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869781418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FNiagaraSpriteVertexFactoryACB1629DF3CA3124277348B8C5E6DFA8BCE4390C5957CFEE095AEFFBA7F83F09F020F15CF6555718EFF166204144512228FF7A163011544EEF3FD2265957CFEE095AEFFBA7F83F09F020F15CF65557185957CFEE095AEFFBA7F83F09F020F15CF6555718_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FGeometryCacheVertexVertexFactory74ADC0A3F4354AA5B6F6B8CDE88F0843E005C5DD76143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCESPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_2c57d0a836509d36c7c166415bfeb15e0ef573dcd9b4603cf1538f7314f9243dSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_54a1312cf73db2c90c5ed5f36724cf7f386b575e0cdac7da6333551840860f28SPM_b902cb58365a597ab0b6fe8cf87ae04d551e6747d32c37d928b8157fd3eba5c0SPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_36d1d796bf3fb73ccd892afb1b779f503d696f05fd480468b72f5ef66020825cSPM_83dbf399e330e02ba06c94ef9626063f802e7dad4acecf70bd8dc6046d1c22bbSPM_4a9d07239f86cc5310d60e8af0f25edf06a7d9ea4a2cac6d8cec6a1602c017a9SPM_16580fe885dc965c263d5eaad54b525a074fe46b65804a2a9a8eeb6c60d81eccSPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_1abdcf528b27ee15ea112606f7deb0e2bf1615c76e72788521d73027ce1f58d5SPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_44cfd7856989e0d50b86ae467107f8cb1927d4c4ac69e4400cc83861f7c2587fSPM_5ba0c5b7c5677cfc80f9c206abf3f2281b0c59cf7534bc2c0c3040647bc959d3SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_35ddf07c29b7ba174b82f284a0659e75175dffbdb1e5bcfbb8be87ef8e1351f9SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_2379ae40c9a93d1354f571759773506590e9bd6d2be3b959dc2ab0dca7e60fe4SPM_f6481c86c24d5e8e86b711ed96952ba756b1b40357dd9cadb41c22ae0d52834bSPM_a2ca952d5d0c16a12b0eca91df068d9ce926000b17be062f97ba31ac64039a67SPM_e99122b96c86762ba069e73393d36dd9e7886cd1e40a4c23c10949dc4144ff77SPM_c4fd33b245ca554105394a55a3b11ebe5ab14de075817620e79925a15f1d4e79SPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_98e11b36ef3d6e4dc166bfc6020842cb5ad6481ef73003a086fd4cdf34885068SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_db11416980d7f513dc0e1e08a8df85b346a02b99b3dfcc1a6c49176898f046c7SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; -_MatTransl_3B7A55D3409170328211A060FC2E3BB1E263C720_BBD650804D314CE7A44ADF9BB4F3F5F9_ -[2025.03.28-12.51.06:137][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction -[2025.03.28-12.51.06:137][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction -[2025.03.28-12.51.06:137][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging -[2025.03.28-12.51.06:137][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available -[2025.03.28-12.51.06:137][ 0]LogMeshMerging: No distributed automatic mesh merging module available -[2025.03.28-12.51.06:425][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None -[2025.03.28-12.51.06:425][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled -[2025.03.28-12.51.06:432][ 0]LogUObjectArray: 22203 objects as part of root set at end of initial load. -[2025.03.28-12.51.06:432][ 0]LogUObjectAllocator: 6109744 out of 0 bytes used by permanent object pool. -[2025.03.28-12.51.06:432][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool -[2025.03.28-12.51.06:436][ 0]LogLiveCoding: Display: Starting LiveCoding -[2025.03.28-12.51.06:436][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development -[2025.03.28-12.51.06:438][ 0]LogLiveCoding: Display: First instance in process group "UE_Elistria_Calling_0x6dd5b082", spawning console -[2025.03.28-12.51.06:443][ 0]LogLiveCoding: Display: Waiting for server -[2025.03.28-12.51.06:458][ 0]LogSlate: Border -[2025.03.28-12.51.06:458][ 0]LogSlate: BreadcrumbButton -[2025.03.28-12.51.06:458][ 0]LogSlate: Brushes.Title -[2025.03.28-12.51.06:458][ 0]LogSlate: Default -[2025.03.28-12.51.06:458][ 0]LogSlate: Icons.Save -[2025.03.28-12.51.06:458][ 0]LogSlate: Icons.Toolbar.Settings -[2025.03.28-12.51.06:458][ 0]LogSlate: ListView -[2025.03.28-12.51.06:458][ 0]LogSlate: SoftwareCursor_CardinalCross -[2025.03.28-12.51.06:458][ 0]LogSlate: SoftwareCursor_Grab -[2025.03.28-12.51.06:458][ 0]LogSlate: TableView.DarkRow -[2025.03.28-12.51.06:458][ 0]LogSlate: TableView.Row -[2025.03.28-12.51.06:458][ 0]LogSlate: TreeView -[2025.03.28-12.51.06:531][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... -[2025.03.28-12.51.06:534][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 1.841 ms -[2025.03.28-12.51.06:544][ 0]LogInit: XR: Instanced Stereo Rendering is Disabled -[2025.03.28-12.51.06:544][ 0]LogInit: XR: MultiViewport is Disabled -[2025.03.28-12.51.06:544][ 0]LogInit: XR: Mobile Multiview is Disabled -[2025.03.28-12.51.06:695][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: D6E0F707A24642178000000000000200 | Instance: 515DBC1A4CFC1005EFFB4B9BB720F977 (DESKTOP-KTQTHKD-35928). -[2025.03.28-12.51.06:716][ 0]LogTurnkeySupport: Completed device detection: Code = 0 -[2025.03.28-12.51.06:728][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. -[2025.03.28-12.51.06:728][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:54343'. -[2025.03.28-12.51.06:729][ 0]LogUdpMessaging: Display: Added local interface '192.168.1.109' to multicast group '230.0.0.1:6666' -[2025.03.28-12.51.06:734][ 0]LogTcpMessaging: Initializing TcpMessaging bridge -[2025.03.28-12.51.06:939][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... -[2025.03.28-12.51.06:953][ 0]LogMetasoundEngine: MetaSound Engine Initialized -[2025.03.28-12.51.07:009][ 0]LogPython: Using Python 3.11.8 -[2025.03.28-12.51.07:499][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread -[2025.03.28-12.51.07:657][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping -[2025.03.28-12.51.07:864][ 0]SourceControl: Revision control is disabled -[2025.03.28-12.51.07:880][ 0]SourceControl: Revision control is disabled -[2025.03.28-12.51.08:097][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance -[2025.03.28-12.51.08:109][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. -[2025.03.28-12.51.08:109][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. -[2025.03.28-12.51.08:231][ 0]LogOpenImageDenoise: OIDN starting up -[2025.03.28-12.51.08:287][ 0]LogCollectionManager: Loaded 0 collections in 0.000736 seconds -[2025.03.28-12.51.08:289][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Collections/' took 0.00s -[2025.03.28-12.51.08:290][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Developers/LoreNatusol/Collections/' took 0.00s -[2025.03.28-12.51.08:291][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Collections/' took 0.00s -[2025.03.28-12.51.08:457][ 0]LogEngine: Initializing Engine... -[2025.03.28-12.51.08:460][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s -[2025.03.28-12.51.08:531][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll -[2025.03.28-12.51.08:548][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.51.08:551][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. -[2025.03.28-12.51.08:551][ 0]LogInit: Texture streaming: Enabled -[2025.03.28-12.51.08:558][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.4.4-35576357+++UE5+Release-5.4 -[2025.03.28-12.51.08:562][ 0]LogAudio: Display: Initializing Audio Device Manager... -[2025.03.28-12.51.08:565][ 0]LogAudio: Display: Loading Default Audio Settings Objects... -[2025.03.28-12.51.08:565][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). -[2025.03.28-12.51.08:565][ 0]LogAudio: Display: AudioInfo: 'OPUS' Registered -[2025.03.28-12.51.08:565][ 0]LogAudio: Display: AudioInfo: 'OGG' Registered -[2025.03.28-12.51.08:567][ 0]LogAudio: Display: AudioInfo: 'ADPCM' Registered -[2025.03.28-12.51.08:567][ 0]LogAudio: Display: AudioInfo: 'PCM' Registered -[2025.03.28-12.51.08:569][ 0]LogAudio: Display: AudioInfo: 'BINKA' Registered -[2025.03.28-12.51.08:571][ 0]LogAudio: Display: AudioInfo: 'RADA' Registered -[2025.03.28-12.51.08:572][ 0]LogAudio: Display: Audio Device Manager Initialized -[2025.03.28-12.51.08:572][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True -[2025.03.28-12.51.08:572][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.51.08:572][ 0]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.51.08:572][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.51.08:572][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.51.08:572][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.51.08:572][ 0]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.51.08:572][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.51.08:572][ 0]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.51.08:572][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.51.08:572][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.51.08:572][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.51.08:576][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.51.08:608][ 0]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.51.08:609][ 0]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.51.08:611][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.51.08:611][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.51.08:612][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 -[2025.03.28-12.51.08:612][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 -[2025.03.28-12.51.08:613][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 -[2025.03.28-12.51.08:613][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 -[2025.03.28-12.51.08:613][ 0]LogInit: FAudioDevice initialized with ID 1. -[2025.03.28-12.51.08:613][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. -[2025.03.28-12.51.08:613][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 -[2025.03.28-12.51.08:617][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" -[2025.03.28-12.51.08:628][ 0]LogInit: Undo buffer set to 32 MB -[2025.03.28-12.51.08:628][ 0]LogInit: Transaction tracking system initialized -[2025.03.28-12.51.08:640][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SourceControl/UncontrolledChangelists.json -[2025.03.28-12.51.08:684][ 0]LocalizationService: Localization service is disabled -[2025.03.28-12.51.08:694][ 0]TimingProfiler: Initialize -[2025.03.28-12.51.08:694][ 0]TimingProfiler: OnSessionChanged -[2025.03.28-12.51.08:694][ 0]LoadingProfiler: Initialize -[2025.03.28-12.51.08:694][ 0]LoadingProfiler: OnSessionChanged -[2025.03.28-12.51.08:694][ 0]NetworkingProfiler: Initialize -[2025.03.28-12.51.08:694][ 0]NetworkingProfiler: OnSessionChanged -[2025.03.28-12.51.08:694][ 0]MemoryProfiler: Initialize -[2025.03.28-12.51.08:694][ 0]MemoryProfiler: OnSessionChanged -[2025.03.28-12.51.08:825][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/' took 0.01s -[2025.03.28-12.51.08:919][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. -[2025.03.28-12.51.08:929][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete -[2025.03.28-12.51.08:943][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() -[2025.03.28-12.51.08:945][ 0]SourceControl: Revision control is disabled -[2025.03.28-12.51.08:945][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 6.772 -[2025.03.28-12.51.08:954][ 0]Cmd: MAP LOAD FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Maps/ThirdPersonMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 -[2025.03.28-12.51.08:955][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.51.08:955][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.51.08:956][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.51.08:956][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.51.08:959][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.51.08:962][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.42ms -[2025.03.28-12.51.09:588][ 0]LogAssetRegistry: Display: Asset registry cache written as 26.8 MiB to ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin -[2025.03.28-12.51.09:695][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'ThirdPersonMap'. -[2025.03.28-12.51.09:695][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.51.09:696][ 0]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=0, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=1, InitializeForGame=0) -[2025.03.28-12.51.09:696][ 0]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.51.09:696][ 0]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap, World Type = Editor, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 1, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.51.09:702][ 0]LogStreaming: Display: FlushAsyncLoading(1): 46 QueuedPackages, 0 AsyncPackages -[2025.03.28-12.51.09:769][ 0]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.51.09:769][ 0]LogWorldPartition: Display: WorldPartition initialize took 73.171 ms -[2025.03.28-12.51.09:778][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) -[2025.03.28-12.51.09:787][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.53ms -[2025.03.28-12.51.09:788][ 0]Cmd: MAP CHECKDEP NOCLEARLOG -[2025.03.28-12.51.09:788][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.455ms to complete. -[2025.03.28-12.51.09:803][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 7.630 -[2025.03.28-12.51.09:917][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.51.09:917][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.51.09:917][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.51.09:917][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.51.09:917][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.51.09:917][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.51.09:917][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.51.09:917][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.51.09:917][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.51.09:917][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.51.09:917][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.51.09:917][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.51.09:917][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.51.09:929][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.51.09:937][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.51.09:944][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.51.09:952][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.51.09:966][ 0]LogSlate: The tab "TopRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.51.09:973][ 0]LogSlate: The tab "BottomRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.51.10:005][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.51.10:006][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/StarterContent.upack', mount point: 'root:/' -[2025.03.28-12.51.10:006][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.51.10:006][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' -[2025.03.28-12.51.10:006][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.51.10:006][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' -[2025.03.28-12.51.10:007][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.51.10:007][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' -[2025.03.28-12.51.10:007][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.51.10:007][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' -[2025.03.28-12.51.10:007][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.51.10:008][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' -[2025.03.28-12.51.10:008][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.51.10:008][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' -[2025.03.28-12.51.10:008][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.51.10:008][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' -[2025.03.28-12.51.10:008][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.51.10:009][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' -[2025.03.28-12.51.10:009][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.51.10:009][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' -[2025.03.28-12.51.10:086][ 0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-KTQTHKD: (Name=DESKTOP-KTQTHKD, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid") -[2025.03.28-12.51.10:102][ 0]LogSlate: Took 0.000139 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) -[2025.03.28-12.51.10:105][ 0]LogSlate: Took 0.000104 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) -[2025.03.28-12.51.10:105][ 0]LogSlate: Took 0.000075 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) -[2025.03.28-12.51.10:390][ 0]LogStall: Startup... -[2025.03.28-12.51.10:391][ 0]LogStall: Startup complete. -[2025.03.28-12.51.10:394][ 0]LogLoad: (Engine Initialization) Total time: 8.22 seconds -[2025.03.28-12.51.10:451][ 0]LogAssetRegistry: AssetRegistryGather time 0.0589s: AssetDataDiscovery 0.0171s, AssetDataGather 0.0112s, StoreResults 0.0306s. - NumCachedDirectories 0. NumUncachedDirectories 1586. NumCachedFiles 7746. NumUncachedFiles 0. -[2025.03.28-12.51.10:467][ 0]LogSourceControl: Uncontrolled asset enumeration started... -[2025.03.28-12.51.10:470][ 0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000005 seconds (updated 0 objects) -[2025.03.28-12.51.10:472][ 0]LogContentStreaming: Texture pool size now 1000 MB -[2025.03.28-12.51.10:472][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" -[2025.03.28-12.51.10:594][ 0]LogPython: registering - -[2025.03.28-12.51.10:598][ 0]Running Python start-up script 'F:/UE_5.4/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.030756 secs -[2025.03.28-12.51.10:649][ 1]LogD3D12RHI: Cannot end block when stack is empty -[2025.03.28-12.51.10:653][ 2]LogSourceControl: Uncontrolled asset enumeration finished in 0.186213 seconds (Found 7721 uncontrolled assets) -[2025.03.28-12.51.11:901][122]LogSlate: Took 0.000129 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) -[2025.03.28-12.51.19:584][667]LogInterchangeEngine: [Pending] Importing -[2025.03.28-12.51.19:584][667]LogInterchangeEngine: Display: Interchange start importing source [C:/Users/Lore Natusol/Downloads/IMG_2261.png] -[2025.03.28-12.51.19:595][667]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.51.19:612][667]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.51.19:613][667]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.51.19:614][667]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.51.19:614][667]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.51.19:615][667]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.51.19:615][667]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.51.19:619][667]LogInterchangeEngine: [Pending] Importing -[2025.03.28-12.51.19:962][679]LogTexture: Warning: Large VT "IMG", must be padded to power-of-2 for VT support (1620x2160) -[2025.03.28-12.51.19:963][679]LogTexture: Warning: VT has blocks with mismatched aspect ratios, cannot build. -[2025.03.28-12.51.19:963][679]LogTexture: Display: Texture was not found in DDC and couldn't build as the texture source was unable to load or validate (/Game/MAIN_CONTENT/Textures/Icons/IMG.IMG) -[2025.03.28-12.51.19:963][679]LogTexture: Display: Texture Data Blocks: 20 Layers: 1 Mips: 0 -[2025.03.28-12.51.19:963][679]LogTexture: Error: Unable to get texture source data for synchronous build of /Game/MAIN_CONTENT/Textures/Icons/IMG.IMG -[2025.03.28-12.51.19:963][679]LogTexture: Warning: Texture2D /Game/MAIN_CONTENT/Textures/Icons/IMG.IMG contains no miplevels! This could happen if this texture is a thumbnail and hasn't been generated (Format: 0) -[2025.03.28-12.51.19:965][679]LogInterchangeEngine: Display: Interchange import completed [C:/Users/Lore Natusol/Downloads/IMG_2261.png] -[2025.03.28-12.51.19:969][679]LogInterchangeEngine: [Success] Import Done -[2025.03.28-12.51.19:976][679]LogInterchangeEngine: [Success] Import Done -[2025.03.28-12.51.20:066][681]LogSlate: Took 0.000159 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) -[2025.03.28-12.51.24:200][106]LogUObjectHash: Compacting FUObjectHashTables data took 0.44ms -[2025.03.28-12.51.25:091][106]LogSlate: Window 'Delete Assets' being destroyed -[2025.03.28-12.51.25:111][106]LogUObjectHash: Compacting FUObjectHashTables data took 0.45ms -[2025.03.28-12.51.25:116][106]LogUObjectHash: Compacting FUObjectHashTables data took 0.43ms -[2025.03.28-12.51.25:120][106]LogUObjectHash: Compacting FUObjectHashTables data took 0.24ms -[2025.03.28-12.52.01:720][ 50]LogInterchangeEngine: [Pending] Importing -[2025.03.28-12.52.01:721][ 50]LogInterchangeEngine: Display: Interchange start importing source [C:/Users/Lore Natusol/Downloads/IMG_2261.png] -[2025.03.28-12.52.01:721][ 50]LogInterchangeEngine: [Pending] Importing - (2) -[2025.03.28-12.52.01:721][ 50]LogInterchangeEngine: Display: Interchange start importing source [C:/Users/Lore Natusol/Downloads/IMG_2260.png] -[2025.03.28-12.52.01:721][ 50]LogInterchangeEngine: [Pending] Importing - (3) -[2025.03.28-12.52.01:721][ 50]LogInterchangeEngine: Display: Interchange start importing source [C:/Users/Lore Natusol/Downloads/IMG_2257.png] -[2025.03.28-12.52.01:731][ 50]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.52.01:750][ 50]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.52.01:750][ 50]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.52.01:751][ 50]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.52.01:751][ 50]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.52.01:751][ 50]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.52.01:751][ 50]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.52.03:862][ 50]LogSlate: Window 'Message' being destroyed -[2025.03.28-12.52.03:869][ 50]Message dialog closed, result: No, title: Message, text: Are you sure you want to override asset 'Texture2D /Game/MAIN_CONTENT/Textures/UI/IMG.IMG'? -[2025.03.28-12.52.04:455][ 50]LogSlate: Window 'Message' being destroyed -[2025.03.28-12.52.04:463][ 50]Message dialog closed, result: No, title: Message, text: Are you sure you want to override asset 'Texture2D /Game/MAIN_CONTENT/Textures/UI/IMG.IMG'? -[2025.03.28-12.52.04:485][ 50]LogTexture: Warning: Large VT "IMG", must be padded to power-of-2 for VT support (1620x2160) -[2025.03.28-12.52.04:485][ 50]LogTexture: Warning: VT has blocks with mismatched aspect ratios, cannot build. -[2025.03.28-12.52.04:485][ 50]LogInterchangeEngine: [Pending] Importing - (2) -[2025.03.28-12.52.04:485][ 50]LogInterchangeEngine: [Pending] Importing - (1) -[2025.03.28-12.52.04:486][ 50]LogTexture: Display: Texture was not found in DDC and couldn't build as the texture source was unable to load or validate (/Game/MAIN_CONTENT/Textures/UI/IMG.IMG) -[2025.03.28-12.52.04:486][ 50]LogTexture: Display: Texture Data Blocks: 20 Layers: 1 Mips: 0 -[2025.03.28-12.52.04:486][ 50]LogTexture: Error: Unable to get texture source data for synchronous build of /Game/MAIN_CONTENT/Textures/UI/IMG.IMG -[2025.03.28-12.52.04:486][ 50]LogTexture: Warning: Texture2D /Game/MAIN_CONTENT/Textures/UI/IMG.IMG contains no miplevels! This could happen if this texture is a thumbnail and hasn't been generated (Format: 0) -[2025.03.28-12.52.04:499][ 50]LogInterchangeEngine: [Pending] Importing - (1) -[2025.03.28-12.52.04:553][ 53]LogInterchangeEngine: Display: Interchange import completed [C:/Users/Lore Natusol/Downloads/IMG_2261.png] -[2025.03.28-12.52.04:553][ 53]Interchange: Warning: [C:/Users/Lore Natusol/Downloads/IMG_2257.png : '', Texture2D] The option bReplaceExisting is false, we are not overriding the asset named 'Texture2D /Game/MAIN_CONTENT/Textures/UI/IMG.IMG'. -[2025.03.28-12.52.04:553][ 53]Interchange: Warning: [C:/Users/Lore Natusol/Downloads/IMG_2260.png : '', Texture2D] The option bReplaceExisting is false, we are not overriding the asset named 'Texture2D /Game/MAIN_CONTENT/Textures/UI/IMG.IMG'. -[2025.03.28-12.52.04:568][ 53]LogInterchangeEngine: [Success] Import Done -[2025.03.28-12.52.04:610][ 53]LogInterchangeEngine: [Success] Import Done -[2025.03.28-12.52.06:365][187]LogUObjectHash: Compacting FUObjectHashTables data took 0.47ms -[2025.03.28-12.52.07:238][187]LogSlate: Window 'Delete Assets' being destroyed -[2025.03.28-12.52.07:260][187]LogUObjectHash: Compacting FUObjectHashTables data took 0.46ms -[2025.03.28-12.52.07:265][187]LogUObjectHash: Compacting FUObjectHashTables data took 0.43ms -[2025.03.28-12.52.07:269][187]LogUObjectHash: Compacting FUObjectHashTables data took 0.23ms -[2025.03.28-12.52.30:263][463]LogSlate: Warning: Unable to rasterize '../../../Engine/Content/Editor/Slate/Starship/AssetIcons/SpecularProfile_64.svg'. File could not be found -[2025.03.28-12.52.33:475][572]LogInterchangeEngine: [Pending] Importing -[2025.03.28-12.52.33:475][572]LogInterchangeEngine: Display: Interchange start importing source [C:/Users/Lore Natusol/Downloads/axeicon.png] -[2025.03.28-12.52.33:475][572]LogInterchangeEngine: [Pending] Importing - (2) -[2025.03.28-12.52.33:475][572]LogInterchangeEngine: Display: Interchange start importing source [C:/Users/Lore Natusol/Downloads/pickaxeicon.png] -[2025.03.28-12.52.33:476][572]LogInterchangeEngine: [Pending] Importing - (3) -[2025.03.28-12.52.33:476][572]LogInterchangeEngine: Display: Interchange start importing source [C:/Users/Lore Natusol/Downloads/swordicon.png] -[2025.03.28-12.52.33:488][572]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.52.33:493][572]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.52.33:494][572]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.52.33:494][572]LogInterchangeEngine: [Pending] Importing - (3) -[2025.03.28-12.52.33:499][573]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/axeicon.axeicon (TFO_AutoDXT, 2000x2000 x1x1x1) (Required Memory Estimate: 296.745433 MB), EncodeSpeed: Fast -[2025.03.28-12.52.33:521][573]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/pickaxeicon.pickaxeicon (TFO_AutoDXT, 2000x2000 x1x1x1) (Required Memory Estimate: 296.745433 MB), EncodeSpeed: Fast -[2025.03.28-12.52.33:523][574]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Textures/UI/swordicon.swordicon (TFO_AutoDXT, 2000x2000 x1x1x1) (Required Memory Estimate: 296.745433 MB), EncodeSpeed: Fast -[2025.03.28-12.52.33:581][575]LogInterchangeEngine: Display: Interchange import completed [C:/Users/Lore Natusol/Downloads/axeicon.png] -[2025.03.28-12.52.33:581][575]LogInterchangeEngine: [Pending] Importing - (2) -[2025.03.28-12.52.33:581][575]LogInterchangeEngine: Display: Interchange import completed [C:/Users/Lore Natusol/Downloads/pickaxeicon.png] -[2025.03.28-12.52.33:581][575]LogInterchangeEngine: [Pending] Importing - (1) -[2025.03.28-12.52.33:581][575]LogInterchangeEngine: Display: Interchange import completed [C:/Users/Lore Natusol/Downloads/swordicon.png] -[2025.03.28-12.52.33:581][575]LogInterchangeEngine: [Success] Import Done -[2025.03.28-12.52.33:610][575]LogInterchangeEngine: [Success] Import Done -[2025.03.28-12.52.39:955][235]LogUObjectHash: Compacting FUObjectHashTables data took 0.44ms -[2025.03.28-12.52.40:663][235]LogSlate: Window 'Delete Assets' being destroyed -[2025.03.28-12.52.40:676][235]LogUObjectHash: Compacting FUObjectHashTables data took 0.46ms -[2025.03.28-12.52.40:681][235]LogUObjectHash: Compacting FUObjectHashTables data took 0.44ms -[2025.03.28-12.52.40:685][235]LogUObjectHash: Compacting FUObjectHashTables data took 0.24ms -[2025.03.28-12.52.45:622][533]LogInterchangeEngine: [Pending] Importing -[2025.03.28-12.52.45:622][533]LogInterchangeEngine: Display: Interchange start importing source [C:/Users/Lore Natusol/Downloads/axeicon.png] -[2025.03.28-12.52.45:623][533]LogInterchangeEngine: [Pending] Importing - (2) -[2025.03.28-12.52.45:623][533]LogInterchangeEngine: Display: Interchange start importing source [C:/Users/Lore Natusol/Downloads/pickaxeicon.png] -[2025.03.28-12.52.45:623][533]LogInterchangeEngine: [Pending] Importing - (3) -[2025.03.28-12.52.45:623][533]LogInterchangeEngine: Display: Interchange start importing source [C:/Users/Lore Natusol/Downloads/swordicon.png] -[2025.03.28-12.52.45:636][533]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.52.45:636][533]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.52.45:636][533]LogCore: PNG has complex alpha channel, will not fill RGB in transparent background, due to setting PNGInfill == OnlyOnBinaryTransparency -[2025.03.28-12.52.45:641][533]LogInterchangeEngine: [Pending] Importing - (3) -[2025.03.28-12.52.45:647][534]LogInterchangeEngine: Display: Interchange import completed [C:/Users/Lore Natusol/Downloads/swordicon.png] -[2025.03.28-12.52.45:647][534]LogInterchangeEngine: [Pending] Importing - (2) -[2025.03.28-12.52.45:721][537]LogInterchangeEngine: Display: Interchange import completed [C:/Users/Lore Natusol/Downloads/pickaxeicon.png] -[2025.03.28-12.52.45:721][537]LogInterchangeEngine: [Pending] Importing - (1) -[2025.03.28-12.52.45:721][537]LogInterchangeEngine: Display: Interchange import completed [C:/Users/Lore Natusol/Downloads/axeicon.png] -[2025.03.28-12.52.45:721][537]LogInterchangeEngine: [Success] Import Done -[2025.03.28-12.52.45:779][537]LogInterchangeEngine: [Success] Import Done -[2025.03.28-12.52.47:791][695]LogContentBrowser: Deferred new asset file creation: swordicon1 -[2025.03.28-12.52.47:798][695]LogContentBrowser: Creating deferred item: swordicon1 -[2025.03.28-12.52.47:809][696]LogContentBrowser: Renaming the item being created (Deferred Item: swordicon1). -[2025.03.28-12.52.48:960][817]LogContentBrowser: Attempting asset rename: swordicon1 -> swordicon1 -[2025.03.28-12.52.48:971][817]LogContentBrowser: End creating deferred item swordicon1 -[2025.03.28-12.52.50:041][938]LogUObjectHash: Compacting FUObjectHashTables data took 0.46ms -[2025.03.28-12.52.50:766][938]LogSlate: Window 'Delete Assets' being destroyed -[2025.03.28-12.52.50:779][938]LogUObjectHash: Compacting FUObjectHashTables data took 0.49ms -[2025.03.28-12.52.50:784][938]LogUObjectHash: Compacting FUObjectHashTables data took 0.44ms -[2025.03.28-12.52.50:788][938]LogUObjectHash: Compacting FUObjectHashTables data took 0.20ms -[2025.03.28-12.52.52:050][ 78]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.52.52:085][ 78]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Textures/Icons/axeicon] ([1] browsable assets)... -[2025.03.28-12.52.52:086][ 78]OBJ SavePackage: Rendered thumbnail for [Texture2D /Game/MAIN_CONTENT/Textures/Icons/axeicon.axeicon] -[2025.03.28-12.52.52:086][ 78]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Textures/Icons/axeicon] -[2025.03.28-12.52.52:091][ 78]LogPackageLocalizationCache: Processed 52 localized package path(s) for 1 prioritized culture(s) in 0.004749 seconds -[2025.03.28-12.52.52:126][ 78]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Textures/Icons/axeicon -[2025.03.28-12.52.52:126][ 78]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/axeicon7518591C474CC9DCC114F6B7CB8BCB56.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Textures/Icons/axeicon.uasset' -[2025.03.28-12.52.52:135][ 78]LogFileHelpers: InternalPromptForCheckoutAndSave took 84.283 ms -[2025.03.28-12.52.52:166][ 78]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.52.52:166][ 78]LogContentValidation: Enabled validators: -[2025.03.28-12.52.52:166][ 78]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.52.52:166][ 78]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.52.52:166][ 78]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.52.52:166][ 78]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Textures/Icons/axeicon.axeicon -[2025.03.28-12.52.52:166][ 78]AssetCheck: /Game/MAIN_CONTENT/Textures/Icons/axeicon Validating asset -[2025.03.28-12.52.52:789][146]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.52.52:818][146]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Textures/Icons/pickaxeicon] ([1] browsable assets)... -[2025.03.28-12.52.52:819][146]OBJ SavePackage: Rendered thumbnail for [Texture2D /Game/MAIN_CONTENT/Textures/Icons/pickaxeicon.pickaxeicon] -[2025.03.28-12.52.52:819][146]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Textures/Icons/pickaxeicon] -[2025.03.28-12.52.52:853][146]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Textures/Icons/pickaxeicon -[2025.03.28-12.52.52:853][146]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/pickaxeiconDD5F02A9421B16D7BB3E72A5B23B0D3B.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Textures/Icons/pickaxeicon.uasset' -[2025.03.28-12.52.52:861][146]LogFileHelpers: InternalPromptForCheckoutAndSave took 71.246 ms (total: 155.529 ms) -[2025.03.28-12.52.52:888][146]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.52.52:888][146]LogContentValidation: Enabled validators: -[2025.03.28-12.52.52:888][146]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.52.52:888][146]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.52.52:888][146]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.52.52:888][146]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Textures/Icons/pickaxeicon.pickaxeicon -[2025.03.28-12.52.52:888][146]AssetCheck: /Game/MAIN_CONTENT/Textures/Icons/pickaxeicon Validating asset -[2025.03.28-12.52.53:406][203]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.52.53:438][203]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Textures/Icons/swordicon] ([1] browsable assets)... -[2025.03.28-12.52.53:439][203]OBJ SavePackage: Rendered thumbnail for [Texture2D /Game/MAIN_CONTENT/Textures/Icons/swordicon.swordicon] -[2025.03.28-12.52.53:439][203]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Textures/Icons/swordicon] -[2025.03.28-12.52.53:474][203]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Textures/Icons/swordicon -[2025.03.28-12.52.53:474][203]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/swordicon0EDAEFF54297936506EA19B531E5F026.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Textures/Icons/swordicon.uasset' -[2025.03.28-12.52.53:482][203]LogFileHelpers: InternalPromptForCheckoutAndSave took 76.215 ms (total: 231.744 ms) -[2025.03.28-12.52.53:512][203]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.52.53:512][203]LogContentValidation: Enabled validators: -[2025.03.28-12.52.53:512][203]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.52.53:512][203]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.52.53:512][203]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.52.53:512][203]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Textures/Icons/swordicon.swordicon -[2025.03.28-12.52.53:512][203]AssetCheck: /Game/MAIN_CONTENT/Textures/Icons/swordicon Validating asset -[2025.03.28-12.52.57:854][717]LogAssetEditorSubsystem: Opening Asset editor for DataTable /Game/MAIN_CONTENT/Equipment_System/DB_Weapons.DB_Weapons -[2025.03.28-12.53.00:577][ 24]LogSlate: Took 0.000108 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) -[2025.03.28-12.53.04:273][458]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. -[2025.03.28-12.53.21:960][548]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.53.21:990][548]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/DB_Weapons] ([1] browsable assets)... -[2025.03.28-12.53.21:990][548]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/DB_Weapons] -[2025.03.28-12.53.21:990][548]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/DB_Weapons -[2025.03.28-12.53.21:991][548]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/DB_WeaponsE8C2D6FA4B82FDDB8D3219BA7B108E11.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/DB_Weapons.uasset' -[2025.03.28-12.53.21:997][548]LogFileHelpers: InternalPromptForCheckoutAndSave took 36.904 ms (total: 268.648 ms) -[2025.03.28-12.53.22:024][548]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.53.22:024][548]LogContentValidation: Enabled validators: -[2025.03.28-12.53.22:024][548]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.53.22:024][548]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.53.22:024][548]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.53.22:024][548]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/DB_Weapons.DB_Weapons -[2025.03.28-12.53.22:024][548]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/DB_Weapons Validating asset -[2025.03.28-12.53.24:396][800]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.53.24:396][800]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.53.24:397][800]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.334 ms -[2025.03.28-12.53.24:398][800]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.53.24:401][800]LogOnline: OSS: Created online subsystem instance for: NULL -[2025.03.28-12.53.24:401][800]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] -[2025.03.28-12.53.24:401][800]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.53.24:405][800]LogPlayLevel: PIE: StaticDuplicateObject took: (0.004058s) -[2025.03.28-12.53.24:405][800]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.004088s) -[2025.03.28-12.53.24:410][800]LogUObjectHash: Compacting FUObjectHashTables data took 0.45ms -[2025.03.28-12.53.24:411][800]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.53.24:412][800]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.53.24:412][800]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.53.24:412][800]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.53.24:412][800]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.53.24:413][800]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.53.24:413][800]LogWorldPartition: Display: WorldPartition initialize took 1.200 ms (total: 74.372 ms) -[2025.03.28-12.53.24:413][800]LogPlayLevel: PIE: World Init took: (0.001979s) -[2025.03.28-12.53.24:423][800]LogAudio: Display: Creating Audio Device: Id: 2, Scope: Unique, Realtime: True -[2025.03.28-12.53.24:423][800]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.53.24:423][800]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.53.24:423][800]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.53.24:423][800]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.53.24:423][800]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.53.24:423][800]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.53.24:423][800]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.53.24:423][800]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.53.24:423][800]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.53.24:423][800]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.53.24:423][800]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.53.24:425][800]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.53.24:441][800]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.53.24:441][800]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.53.24:441][800]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.53.24:441][800]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.53.24:442][800]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2 -[2025.03.28-12.53.24:442][800]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2 -[2025.03.28-12.53.24:443][800]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2 -[2025.03.28-12.53.24:443][800]LogInit: FAudioDevice initialized with ID 2. -[2025.03.28-12.53.24:443][800]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2 -[2025.03.28-12.53.24:443][800]LogAudio: Display: Audio Device (ID: 2) registered with world 'ThirdPersonMap'. -[2025.03.28-12.53.24:443][800]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2 -[2025.03.28-12.53.24:445][800]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.53.24:448][800]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.53.24 -[2025.03.28-12.53.24:448][800]LogWorld: Bringing up level for play took: 0.003119 -[2025.03.28-12.53.24:450][800]LogOnline: OSS: Created online subsystem instance for: :Context_3 -[2025.03.28-12.53.24:451][800]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.53.24:451][800]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.53.24:473][800]PIE: Server logged in -[2025.03.28-12.53.24:474][800]PIE: Play in editor total start time 0.079 seconds. -[2025.03.28-12.53.25:559][907]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.53.25:860][943]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.53.26:332][990]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.53.26:965][ 56]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.53.26:965][ 56]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.53.26:965][ 56]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.53.57:989][779]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-12.53.57:989][779]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-12.53.59:198][924]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.53.59:198][924]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-12.54.01:231][168]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-12.54.01:231][168]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-12.54.01:582][210]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.54.01:582][210]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-12.54.04:082][507]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.54.04:082][507]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.54.04:082][507]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.54.04:083][507]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.54.04:083][507]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.54.04:083][507]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.54.04:083][507]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.54.04:083][507]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.54.04:085][507]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.54.04:087][507]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.54.04:092][507]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.54.04:092][507]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2 -[2025.03.28-12.54.04:092][507]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 -[2025.03.28-12.54.04:093][507]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 -[2025.03.28-12.54.04:096][507]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.54.04:098][507]LogUObjectHash: Compacting FUObjectHashTables data took 0.45ms -[2025.03.28-12.54.04:157][508]LogPlayLevel: Display: Destroying online subsystem :Context_3 -[2025.03.28-12.54.17:958][394]LogAssetEditorSubsystem: Opening Asset editor for WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-12.54.17:978][394]LogSlate: Warning: The command 'UMGEditor.OpenAnimDrawer' has the same default chord as 'EditorViewport.Next' [Ctrl+Shift+Space Bar] -[2025.03.28-12.54.18:667][394]LogSlate: Took 0.000164 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K) -[2025.03.28-12.54.18:674][394]LogSlateStyle: Warning: Missing Resource from 'CoreStyle' Style: 'Unable to find SlateColor 'Foreground'.' -[2025.03.28-12.54.18:675][394]LogSlate: Took 0.000101 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K) -[2025.03.28-12.54.23:311][516]LogSlate: Took 0.001407 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansFallback.ttf' (3848K) -[2025.03.28-12.54.26:658][901]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms -[2025.03.28-12.54.27:401][970]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.54.27:427][970]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-12.54.27:429][970]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-12.54.27:429][970]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-12.54.27:432][970]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-12.54.27:432][970]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot65D2B0DB4DAC8EDF27E351811BBF1A37.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-12.54.27:439][970]LogFileHelpers: InternalPromptForCheckoutAndSave took 37.799 ms (total: 306.447 ms) -[2025.03.28-12.54.27:467][970]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.54.27:467][970]LogContentValidation: Enabled validators: -[2025.03.28-12.54.27:467][970]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.54.27:467][970]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.54.27:468][970]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.54.27:468][970]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-12.54.27:468][970]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-12.54.36:917][692]LogAssetEditorSubsystem: Opening Asset editor for WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-12.55.32:490][838]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-12.55.33:151][902]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.55.33:175][902]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-12.55.33:180][902]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-12.55.33:180][902]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-12.55.33:191][902]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-12.55.33:191][902]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentFCB3E6C6402C8CA98835B8AACEF15159.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-12.55.33:198][902]LogFileHelpers: InternalPromptForCheckoutAndSave took 46.791 ms (total: 353.238 ms) -[2025.03.28-12.55.33:224][902]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.55.33:224][902]LogContentValidation: Enabled validators: -[2025.03.28-12.55.33:224][902]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.55.33:224][902]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.55.33:224][902]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.55.33:224][902]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-12.55.33:225][902]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-12.55.39:344][256]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.55.39:344][256]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.55.39:345][256]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.451 ms (total: 2.785 ms) -[2025.03.28-12.55.39:346][256]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.55.39:346][256]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.55.39:349][256]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002971s) -[2025.03.28-12.55.39:349][256]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002992s) -[2025.03.28-12.55.39:366][256]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-12.55.39:367][256]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.55.39:367][256]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.55.39:367][256]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.55.39:367][256]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.55.39:367][256]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.55.39:369][256]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.55.39:369][256]LogWorldPartition: Display: WorldPartition initialize took 1.268 ms (total: 75.640 ms) -[2025.03.28-12.55.39:369][256]LogPlayLevel: PIE: World Init took: (0.002087s) -[2025.03.28-12.55.39:379][256]LogAudio: Display: Creating Audio Device: Id: 3, Scope: Unique, Realtime: True -[2025.03.28-12.55.39:379][256]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.55.39:379][256]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.55.39:379][256]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.55.39:379][256]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.55.39:379][256]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.55.39:379][256]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.55.39:379][256]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.55.39:379][256]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.55.39:379][256]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.55.39:380][256]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.55.39:380][256]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.55.39:381][256]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.55.39:396][256]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.55.39:396][256]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.55.39:396][256]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.55.39:396][256]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.55.39:397][256]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3 -[2025.03.28-12.55.39:397][256]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=3 -[2025.03.28-12.55.39:398][256]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3 -[2025.03.28-12.55.39:398][256]LogInit: FAudioDevice initialized with ID 3. -[2025.03.28-12.55.39:398][256]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3 -[2025.03.28-12.55.39:398][256]LogAudio: Display: Audio Device (ID: 3) registered with world 'ThirdPersonMap'. -[2025.03.28-12.55.39:398][256]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3 -[2025.03.28-12.55.39:400][256]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.55.39:402][256]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.55.39 -[2025.03.28-12.55.39:403][256]LogWorld: Bringing up level for play took: 0.002947 -[2025.03.28-12.55.39:404][256]LogOnline: OSS: Created online subsystem instance for: :Context_8 -[2025.03.28-12.55.39:405][256]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.55.39:405][256]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.55.39:418][256]PIE: Server logged in -[2025.03.28-12.55.39:419][256]PIE: Play in editor total start time 0.078 seconds. -[2025.03.28-12.55.40:396][364]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.55.40:746][406]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.55.41:096][448]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.55.41:381][482]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.55.41:381][482]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.55.41:381][482]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.55.47:332][958]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.55.47:332][958]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.55.47:332][958]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.55.47:333][958]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.55.47:333][958]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.55.47:333][958]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.55.47:333][958]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.55.47:333][958]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.55.47:335][958]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.55.47:339][958]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.55.47:354][958]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.55.47:355][958]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3 -[2025.03.28-12.55.47:355][958]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 -[2025.03.28-12.55.47:356][958]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 -[2025.03.28-12.55.47:359][958]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.55.47:362][958]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-12.55.47:430][959]LogPlayLevel: Display: Destroying online subsystem :Context_8 -[2025.03.28-12.56.27:109][633]LogUObjectHash: Compacting FUObjectHashTables data took 1.27ms -[2025.03.28-12.56.27:796][710]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.56.27:819][710]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-12.56.27:821][710]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-12.56.27:821][710]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-12.56.27:823][710]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-12.56.27:823][710]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot4423E1D845996A5BFCC57F9C9BEDBEBB.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-12.56.27:831][710]LogFileHelpers: InternalPromptForCheckoutAndSave took 35.697 ms (total: 388.936 ms) -[2025.03.28-12.56.27:860][710]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.56.27:860][710]LogContentValidation: Enabled validators: -[2025.03.28-12.56.27:860][710]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.56.27:860][710]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.56.27:860][710]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.56.27:860][710]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-12.56.27:860][710]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-12.56.29:442][877]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.56.29:443][877]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.56.29:444][877]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.661 ms (total: 4.447 ms) -[2025.03.28-12.56.29:445][877]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.56.29:445][877]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.56.29:449][877]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003280s) -[2025.03.28-12.56.29:449][877]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003307s) -[2025.03.28-12.56.29:465][877]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-12.56.29:467][877]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.56.29:467][877]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.56.29:468][877]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.56.29:468][877]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.56.29:468][877]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.56.29:469][877]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.56.29:469][877]LogWorldPartition: Display: WorldPartition initialize took 1.225 ms (total: 76.866 ms) -[2025.03.28-12.56.29:469][877]LogPlayLevel: PIE: World Init took: (0.002063s) -[2025.03.28-12.56.29:479][877]LogAudio: Display: Creating Audio Device: Id: 4, Scope: Unique, Realtime: True -[2025.03.28-12.56.29:479][877]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.56.29:479][877]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.56.29:479][877]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.56.29:479][877]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.56.29:479][877]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.56.29:479][877]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.56.29:479][877]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.56.29:479][877]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.56.29:479][877]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.56.29:479][877]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.56.29:479][877]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.56.29:481][877]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.56.29:496][877]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.56.29:496][877]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.56.29:496][877]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.56.29:496][877]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.56.29:497][877]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4 -[2025.03.28-12.56.29:497][877]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=4 -[2025.03.28-12.56.29:498][877]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4 -[2025.03.28-12.56.29:498][877]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4 -[2025.03.28-12.56.29:498][877]LogInit: FAudioDevice initialized with ID 4. -[2025.03.28-12.56.29:498][877]LogAudio: Display: Audio Device (ID: 4) registered with world 'ThirdPersonMap'. -[2025.03.28-12.56.29:498][877]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 4 -[2025.03.28-12.56.29:500][877]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.56.29:502][877]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.56.29 -[2025.03.28-12.56.29:503][877]LogWorld: Bringing up level for play took: 0.002936 -[2025.03.28-12.56.29:504][877]LogOnline: OSS: Created online subsystem instance for: :Context_9 -[2025.03.28-12.56.29:505][877]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.56.29:505][877]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.56.29:518][877]PIE: Server logged in -[2025.03.28-12.56.29:518][877]PIE: Play in editor total start time 0.077 seconds. -[2025.03.28-12.56.30:613][993]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.56.31:105][ 52]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.56.31:480][ 97]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.56.31:731][127]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.56.31:731][127]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.56.31:731][127]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.56.43:001][474]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.56.43:001][474]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.56.43:001][474]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.56.43:001][474]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.56.43:001][474]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.56.43:002][474]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.56.43:002][474]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.56.43:002][474]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.56.43:004][474]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.56.43:007][474]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.56.43:023][474]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.56.43:023][474]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 4 -[2025.03.28-12.56.43:023][474]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 -[2025.03.28-12.56.43:024][474]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 -[2025.03.28-12.56.43:027][474]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.56.43:030][474]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.28-12.56.43:097][475]LogPlayLevel: Display: Destroying online subsystem :Context_9 -[2025.03.28-12.57.04:862][ 69]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms -[2025.03.28-12.57.05:501][119]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.57.05:527][119]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-12.57.05:530][119]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-12.57.05:530][119]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-12.57.05:532][119]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-12.57.05:532][119]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot69D10C7F4066DF0EDE32889408B63DEE.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-12.57.05:539][119]LogFileHelpers: InternalPromptForCheckoutAndSave took 38.326 ms (total: 427.262 ms) -[2025.03.28-12.57.05:569][119]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.57.05:569][119]LogContentValidation: Enabled validators: -[2025.03.28-12.57.05:569][119]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.57.05:569][119]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.57.05:569][119]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.57.05:569][119]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-12.57.05:570][119]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-12.57.07:296][306]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.57.07:296][306]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.57.07:297][306]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.444 ms (total: 5.892 ms) -[2025.03.28-12.57.07:298][306]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.57.07:329][306]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.57.07:332][306]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003159s) -[2025.03.28-12.57.07:332][306]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003192s) -[2025.03.28-12.57.07:349][306]LogUObjectHash: Compacting FUObjectHashTables data took 0.98ms -[2025.03.28-12.57.07:350][306]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.57.07:350][306]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.57.07:350][306]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.57.07:350][306]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.57.07:350][306]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.57.07:352][306]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.57.07:352][306]LogWorldPartition: Display: WorldPartition initialize took 1.260 ms (total: 78.127 ms) -[2025.03.28-12.57.07:352][306]LogPlayLevel: PIE: World Init took: (0.002056s) -[2025.03.28-12.57.07:362][306]LogAudio: Display: Creating Audio Device: Id: 5, Scope: Unique, Realtime: True -[2025.03.28-12.57.07:362][306]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.57.07:362][306]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.57.07:362][306]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.57.07:362][306]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.57.07:362][306]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.57.07:362][306]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.57.07:362][306]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.57.07:362][306]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.57.07:362][306]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.57.07:362][306]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.57.07:362][306]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.57.07:363][306]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.57.07:378][306]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.57.07:379][306]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.57.07:379][306]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.57.07:379][306]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.57.07:380][306]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5 -[2025.03.28-12.57.07:380][306]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=5 -[2025.03.28-12.57.07:380][306]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5 -[2025.03.28-12.57.07:380][306]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5 -[2025.03.28-12.57.07:380][306]LogInit: FAudioDevice initialized with ID 5. -[2025.03.28-12.57.07:380][306]LogAudio: Display: Audio Device (ID: 5) registered with world 'ThirdPersonMap'. -[2025.03.28-12.57.07:381][306]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 5 -[2025.03.28-12.57.07:382][306]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.57.07:385][306]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.57.07 -[2025.03.28-12.57.07:386][306]LogWorld: Bringing up level for play took: 0.002994 -[2025.03.28-12.57.07:387][306]LogOnline: OSS: Created online subsystem instance for: :Context_10 -[2025.03.28-12.57.07:387][306]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.57.07:387][306]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.57.07:400][306]PIE: Server logged in -[2025.03.28-12.57.07:400][306]PIE: Play in editor total start time 0.107 seconds. -[2025.03.28-12.57.08:586][439]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.57.09:378][534]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.57.09:953][603]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.57.10:196][632]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.57.10:196][632]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.57.10:196][632]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.57.18:541][629]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.57.18:541][629]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.57.18:541][629]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.57.18:541][629]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.57.18:541][629]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.57.18:542][629]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.57.18:542][629]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.57.18:542][629]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.57.18:543][629]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.57.18:547][629]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.57.18:562][629]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.57.18:563][629]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 5 -[2025.03.28-12.57.18:563][629]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 -[2025.03.28-12.57.18:564][629]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 -[2025.03.28-12.57.18:567][629]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.57.18:570][629]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-12.57.18:637][630]LogPlayLevel: Display: Destroying online subsystem :Context_10 -[2025.03.28-12.57.26:304][526]LogUObjectHash: Compacting FUObjectHashTables data took 0.98ms -[2025.03.28-12.57.27:199][612]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.57.27:227][612]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-12.57.27:228][612]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-12.57.27:228][612]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-12.57.27:230][612]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-12.57.27:231][612]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot830FCA6543FADFDAE8DE48A82AA34EB9.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-12.57.27:237][612]LogFileHelpers: InternalPromptForCheckoutAndSave took 38.249 ms (total: 465.512 ms) -[2025.03.28-12.57.27:268][612]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.57.27:268][612]LogContentValidation: Enabled validators: -[2025.03.28-12.57.27:268][612]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.57.27:268][612]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.57.27:268][612]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.57.27:268][612]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-12.57.27:268][612]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-12.58.11:924][957]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.28-12.58.12:534][ 8]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.58.12:561][ 8]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-12.58.12:563][ 8]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-12.58.12:563][ 8]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-12.58.12:565][ 8]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-12.58.12:565][ 8]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotF79D2BC14D11EB7D72EC17ACC245E2F8.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-12.58.12:573][ 8]LogFileHelpers: InternalPromptForCheckoutAndSave took 39.086 ms (total: 504.598 ms) -[2025.03.28-12.58.12:603][ 8]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.58.12:603][ 8]LogContentValidation: Enabled validators: -[2025.03.28-12.58.12:603][ 8]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.58.12:603][ 8]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.58.12:603][ 8]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.58.12:603][ 8]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-12.58.12:604][ 8]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-12.58.14:151][176]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.58.14:151][176]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.58.14:153][176]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.417 ms (total: 7.309 ms) -[2025.03.28-12.58.14:154][176]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.58.14:189][176]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.58.14:193][176]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003593s) -[2025.03.28-12.58.14:193][176]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003636s) -[2025.03.28-12.58.14:208][176]LogUObjectHash: Compacting FUObjectHashTables data took 0.98ms -[2025.03.28-12.58.14:210][176]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.58.14:210][176]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.58.14:210][176]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.58.14:210][176]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.58.14:210][176]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.58.14:211][176]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.58.14:211][176]LogWorldPartition: Display: WorldPartition initialize took 1.221 ms (total: 79.348 ms) -[2025.03.28-12.58.14:211][176]LogPlayLevel: PIE: World Init took: (0.001996s) -[2025.03.28-12.58.14:222][176]LogAudio: Display: Creating Audio Device: Id: 6, Scope: Unique, Realtime: True -[2025.03.28-12.58.14:222][176]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.58.14:222][176]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.58.14:222][176]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.58.14:222][176]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.58.14:222][176]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.58.14:222][176]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.58.14:222][176]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.58.14:222][176]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.58.14:222][176]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.58.14:222][176]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.58.14:222][176]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.58.14:223][176]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.58.14:238][176]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.58.14:239][176]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.58.14:239][176]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.58.14:239][176]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.58.14:240][176]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6 -[2025.03.28-12.58.14:240][176]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=6 -[2025.03.28-12.58.14:241][176]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6 -[2025.03.28-12.58.14:241][176]LogInit: FAudioDevice initialized with ID 6. -[2025.03.28-12.58.14:241][176]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6 -[2025.03.28-12.58.14:241][176]LogAudio: Display: Audio Device (ID: 6) registered with world 'ThirdPersonMap'. -[2025.03.28-12.58.14:241][176]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 6 -[2025.03.28-12.58.14:244][176]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.58.14:246][176]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.58.14 -[2025.03.28-12.58.14:247][176]LogWorld: Bringing up level for play took: 0.002949 -[2025.03.28-12.58.14:248][176]LogOnline: OSS: Created online subsystem instance for: :Context_11 -[2025.03.28-12.58.14:249][176]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.58.14:249][176]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.58.14:261][176]PIE: Server logged in -[2025.03.28-12.58.14:262][176]PIE: Play in editor total start time 0.112 seconds. -[2025.03.28-12.58.15:213][280]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.58.15:914][364]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.58.16:223][401]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.58.16:490][433]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.58.16:490][433]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.58.16:490][433]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.58.28:373][856]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.58.28:373][856]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.58.28:373][856]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.58.28:374][856]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.58.28:374][856]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.58.28:374][856]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.58.28:374][856]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.58.28:374][856]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.58.28:376][856]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.58.28:380][856]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.58.28:395][856]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.58.28:396][856]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 6 -[2025.03.28-12.58.28:396][856]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 -[2025.03.28-12.58.28:397][856]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 -[2025.03.28-12.58.28:400][856]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.58.28:403][856]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-12.58.28:470][857]LogPlayLevel: Display: Destroying online subsystem :Context_11 -[2025.03.28-12.58.39:024][101]LogUObjectHash: Compacting FUObjectHashTables data took 0.96ms -[2025.03.28-12.58.39:672][174]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.58.39:699][174]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-12.58.39:701][174]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-12.58.39:701][174]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-12.58.39:703][174]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-12.58.39:703][174]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot113CC6EC48D88E769F32989F8AEF33F2.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-12.58.39:709][174]LogFileHelpers: InternalPromptForCheckoutAndSave took 37.292 ms (total: 541.891 ms) -[2025.03.28-12.58.39:727][174]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.58.39:727][174]LogContentValidation: Enabled validators: -[2025.03.28-12.58.39:727][174]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.58.39:727][174]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.58.39:727][174]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.58.39:727][174]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-12.58.39:727][174]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-12.58.40:972][306]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-12.58.40:972][306]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-12.58.40:974][306]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.443 ms (total: 8.752 ms) -[2025.03.28-12.58.40:975][306]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-12.58.41:009][306]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.58.41:012][306]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003003s) -[2025.03.28-12.58.41:012][306]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003033s) -[2025.03.28-12.58.41:028][306]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-12.58.41:030][306]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.58.41:030][306]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-12.58.41:030][306]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.58.41:030][306]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.58.41:030][306]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-12.58.41:032][306]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.58.41:032][306]LogWorldPartition: Display: WorldPartition initialize took 1.245 ms (total: 80.594 ms) -[2025.03.28-12.58.41:032][306]LogPlayLevel: PIE: World Init took: (0.002053s) -[2025.03.28-12.58.41:043][306]LogAudio: Display: Creating Audio Device: Id: 7, Scope: Unique, Realtime: True -[2025.03.28-12.58.41:044][306]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.58.41:044][306]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.58.41:044][306]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.58.41:044][306]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.58.41:044][306]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.58.41:044][306]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.58.41:044][306]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.58.41:044][306]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.58.41:044][306]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.58.41:044][306]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.58.41:044][306]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.58.41:045][306]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.58.41:060][306]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.58.41:061][306]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.58.41:061][306]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.58.41:061][306]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.58.41:061][306]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7 -[2025.03.28-12.58.41:061][306]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=7 -[2025.03.28-12.58.41:062][306]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7 -[2025.03.28-12.58.41:062][306]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7 -[2025.03.28-12.58.41:062][306]LogInit: FAudioDevice initialized with ID 7. -[2025.03.28-12.58.41:062][306]LogAudio: Display: Audio Device (ID: 7) registered with world 'ThirdPersonMap'. -[2025.03.28-12.58.41:062][306]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 7 -[2025.03.28-12.58.41:065][306]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-12.58.41:067][306]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-06.58.41 -[2025.03.28-12.58.41:068][306]LogWorld: Bringing up level for play took: 0.002915 -[2025.03.28-12.58.41:069][306]LogOnline: OSS: Created online subsystem instance for: :Context_12 -[2025.03.28-12.58.41:070][306]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-12.58.41:070][306]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-12.58.41:082][306]PIE: Server logged in -[2025.03.28-12.58.41:083][306]PIE: Play in editor total start time 0.112 seconds. -[2025.03.28-12.58.42:195][430]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.58.42:870][511]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.58.43:171][547]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-12.58.43:564][594]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-12.58.43:564][594]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-12.58.43:564][594]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-12.58.54:570][910]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.58.54:570][910]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-12.58.54:570][910]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.58.54:571][910]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.58.54:571][910]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.58.54:571][910]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.58.54:571][910]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.58.54:571][910]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.58.54:573][910]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-12.58.54:577][910]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.58.54:591][910]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.58.54:592][910]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 7 -[2025.03.28-12.58.54:592][910]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 -[2025.03.28-12.58.54:593][910]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 -[2025.03.28-12.58.54:596][910]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.58.54:599][910]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.28-12.58.54:666][911]LogPlayLevel: Display: Destroying online subsystem :Context_12 -[2025.03.28-12.59.05:640][215]LogEditorTransaction: Undo Add Widget -[2025.03.28-12.59.26:989][690]LogSlate: Window 'Color Picker' being destroyed -[2025.03.28-12.59.33:833][508]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms -[2025.03.28-12.59.34:518][585]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-12.59.34:543][585]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-12.59.34:545][585]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-12.59.34:545][585]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-12.59.34:548][585]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-12.59.34:548][585]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotA9F29D714F3570E307352986BF12C907.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-12.59.34:554][585]LogFileHelpers: InternalPromptForCheckoutAndSave took 36.041 ms (total: 577.933 ms) -[2025.03.28-12.59.34:586][585]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-12.59.34:586][585]LogContentValidation: Enabled validators: -[2025.03.28-12.59.34:586][585]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-12.59.34:586][585]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-12.59.34:586][585]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-12.59.34:586][585]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-12.59.34:586][585]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.00.26:744][751]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.28-13.00.27:330][800]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.00.27:360][800]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.00.27:363][800]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.00.27:363][800]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.00.27:365][800]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.00.27:366][800]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot12639A634CAAB1724EE17293C1B03605.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.00.27:372][800]LogFileHelpers: InternalPromptForCheckoutAndSave took 41.776 ms (total: 619.710 ms) -[2025.03.28-13.00.27:402][800]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.00.27:402][800]LogContentValidation: Enabled validators: -[2025.03.28-13.00.27:402][800]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.00.27:402][800]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.00.27:402][800]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.00.27:402][800]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.00.27:402][800]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.00.29:147][987]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.00.29:147][987]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.00.29:148][987]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.365 ms (total: 10.118 ms) -[2025.03.28-13.00.29:149][987]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.00.29:149][987]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.00.29:152][987]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002821s) -[2025.03.28-13.00.29:152][987]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002840s) -[2025.03.28-13.00.29:168][987]LogUObjectHash: Compacting FUObjectHashTables data took 1.18ms -[2025.03.28-13.00.29:169][987]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.00.29:170][987]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.00.29:170][987]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.00.29:170][987]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.00.29:170][987]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.00.29:171][987]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.00.29:171][987]LogWorldPartition: Display: WorldPartition initialize took 1.224 ms (total: 81.818 ms) -[2025.03.28-13.00.29:171][987]LogPlayLevel: PIE: World Init took: (0.001994s) -[2025.03.28-13.00.29:181][987]LogAudio: Display: Creating Audio Device: Id: 8, Scope: Unique, Realtime: True -[2025.03.28-13.00.29:181][987]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.00.29:181][987]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.00.29:181][987]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.00.29:181][987]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.00.29:181][987]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.00.29:181][987]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.00.29:181][987]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.00.29:181][987]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.00.29:181][987]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.00.29:181][987]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.00.29:181][987]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.00.29:183][987]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.00.29:199][987]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.00.29:199][987]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.00.29:199][987]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.00.29:199][987]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.00.29:200][987]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=8 -[2025.03.28-13.00.29:200][987]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=8 -[2025.03.28-13.00.29:201][987]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=8 -[2025.03.28-13.00.29:201][987]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=8 -[2025.03.28-13.00.29:201][987]LogInit: FAudioDevice initialized with ID 8. -[2025.03.28-13.00.29:201][987]LogAudio: Display: Audio Device (ID: 8) registered with world 'ThirdPersonMap'. -[2025.03.28-13.00.29:201][987]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 8 -[2025.03.28-13.00.29:203][987]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.00.29:205][987]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.00.29 -[2025.03.28-13.00.29:206][987]LogWorld: Bringing up level for play took: 0.002854 -[2025.03.28-13.00.29:207][987]LogOnline: OSS: Created online subsystem instance for: :Context_13 -[2025.03.28-13.00.29:208][987]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.00.29:208][987]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.00.29:221][987]PIE: Server logged in -[2025.03.28-13.00.29:222][987]PIE: Play in editor total start time 0.077 seconds. -[2025.03.28-13.00.30:894][172]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.00.31:728][272]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.00.32:619][379]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.00.33:246][454]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.00.33:246][454]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.00.33:246][454]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.00.39:620][214]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.00.39:620][214]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.00.39:621][214]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.00.39:621][214]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.00.39:621][214]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.00.39:621][214]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.00.39:622][214]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.00.39:622][214]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.00.39:624][214]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.00.39:629][214]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.00.39:645][214]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.00.39:646][214]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 8 -[2025.03.28-13.00.39:646][214]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 -[2025.03.28-13.00.39:647][214]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 -[2025.03.28-13.00.39:650][214]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.00.39:653][214]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-13.00.39:720][215]LogPlayLevel: Display: Destroying online subsystem :Context_13 -[2025.03.28-13.00.44:369][763]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.28-13.00.45:257][862]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.00.45:280][862]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.00.45:281][862]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.00.45:281][862]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.00.45:284][862]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.00.45:285][862]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot1B8FEEB44447607415165AB2CA20E597.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.00.45:292][862]LogFileHelpers: InternalPromptForCheckoutAndSave took 34.690 ms (total: 654.401 ms) -[2025.03.28-13.00.45:322][862]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.00.45:322][862]LogContentValidation: Enabled validators: -[2025.03.28-13.00.45:322][862]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.00.45:322][862]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.00.45:322][862]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.00.45:322][862]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.00.45:322][862]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.00.55:529][ 61]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.28-13.00.56:182][120]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.00.56:206][120]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.00.56:209][120]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.00.56:209][120]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.00.56:211][120]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.00.56:211][120]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotC85DE6EF4ED616D61E6154A6070957A0.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.00.56:216][120]LogFileHelpers: InternalPromptForCheckoutAndSave took 34.045 ms (total: 688.446 ms) -[2025.03.28-13.00.56:248][120]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.00.56:248][120]LogContentValidation: Enabled validators: -[2025.03.28-13.00.56:248][120]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.00.56:248][120]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.00.56:248][120]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.00.56:248][120]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.00.56:249][120]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.00.58:007][296]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.00.58:007][296]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.00.58:008][296]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.453 ms (total: 11.571 ms) -[2025.03.28-13.00.58:009][296]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.00.58:009][296]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.00.58:012][296]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002952s) -[2025.03.28-13.00.58:012][296]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002973s) -[2025.03.28-13.00.58:029][296]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.28-13.00.58:030][296]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.00.58:030][296]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.00.58:030][296]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.00.58:030][296]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.00.58:030][296]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.00.58:031][296]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.00.58:032][296]LogWorldPartition: Display: WorldPartition initialize took 1.197 ms (total: 83.016 ms) -[2025.03.28-13.00.58:032][296]LogPlayLevel: PIE: World Init took: (0.001976s) -[2025.03.28-13.00.58:042][296]LogAudio: Display: Creating Audio Device: Id: 9, Scope: Unique, Realtime: True -[2025.03.28-13.00.58:042][296]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.00.58:042][296]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.00.58:042][296]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.00.58:042][296]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.00.58:042][296]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.00.58:042][296]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.00.58:042][296]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.00.58:042][296]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.00.58:042][296]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.00.58:042][296]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.00.58:042][296]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.00.58:043][296]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.00.58:058][296]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.00.58:058][296]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.00.58:058][296]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.00.58:058][296]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.00.58:059][296]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=9 -[2025.03.28-13.00.58:059][296]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=9 -[2025.03.28-13.00.58:060][296]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=9 -[2025.03.28-13.00.58:060][296]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=9 -[2025.03.28-13.00.58:060][296]LogInit: FAudioDevice initialized with ID 9. -[2025.03.28-13.00.58:060][296]LogAudio: Display: Audio Device (ID: 9) registered with world 'ThirdPersonMap'. -[2025.03.28-13.00.58:060][296]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 9 -[2025.03.28-13.00.58:062][296]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.00.58:065][296]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.00.58 -[2025.03.28-13.00.58:065][296]LogWorld: Bringing up level for play took: 0.002910 -[2025.03.28-13.00.58:067][296]LogOnline: OSS: Created online subsystem instance for: :Context_14 -[2025.03.28-13.00.58:067][296]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.00.58:067][296]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.00.58:080][296]PIE: Server logged in -[2025.03.28-13.00.58:081][296]PIE: Play in editor total start time 0.075 seconds. -[2025.03.28-13.00.58:949][391]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.00.59:625][472]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.01.00:074][526]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.01.00:342][558]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.01.00:342][558]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.01.00:342][558]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.01.12:339][990]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.01.12:340][990]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.01.12:340][990]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.01.12:340][990]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.01.12:340][990]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.01.12:340][990]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.01.12:340][990]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.01.12:340][990]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.01.12:342][990]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.01.12:346][990]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.01.12:362][990]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.01.12:362][990]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 9 -[2025.03.28-13.01.12:363][990]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 -[2025.03.28-13.01.12:364][990]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 -[2025.03.28-13.01.12:367][990]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.01.12:370][990]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.28-13.01.12:440][991]LogPlayLevel: Display: Destroying online subsystem :Context_14 -[2025.03.28-13.01.57:004][274]LogUObjectHash: Compacting FUObjectHashTables data took 1.22ms -[2025.03.28-13.01.57:739][343]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.01.57:767][343]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.01.57:770][343]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.01.57:770][343]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.01.57:781][343]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.01.57:781][343]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment213CE553498636EAAC35C2AA9090751F.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.01.57:788][343]LogFileHelpers: InternalPromptForCheckoutAndSave took 49.089 ms (total: 737.535 ms) -[2025.03.28-13.01.57:815][343]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.01.57:815][343]LogContentValidation: Enabled validators: -[2025.03.28-13.01.57:815][343]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.01.57:815][343]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.01.57:815][343]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.01.57:815][343]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.01.57:816][343]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.02.00:069][599]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance -[2025.03.28-13.02.00:668][655]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.02.00:668][655]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.02.00:670][655]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.442 ms (total: 13.014 ms) -[2025.03.28-13.02.00:671][655]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.02.00:671][655]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.02.00:674][655]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002883s) -[2025.03.28-13.02.00:674][655]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002904s) -[2025.03.28-13.02.00:688][655]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms -[2025.03.28-13.02.00:689][655]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.02.00:690][655]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.02.00:690][655]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.02.00:690][655]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.02.00:690][655]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.02.00:691][655]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.02.00:691][655]LogWorldPartition: Display: WorldPartition initialize took 1.193 ms (total: 84.209 ms) -[2025.03.28-13.02.00:691][655]LogPlayLevel: PIE: World Init took: (0.001992s) -[2025.03.28-13.02.00:702][655]LogAudio: Display: Creating Audio Device: Id: 10, Scope: Unique, Realtime: True -[2025.03.28-13.02.00:702][655]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.02.00:702][655]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.02.00:702][655]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.02.00:702][655]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.02.00:702][655]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.02.00:702][655]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.02.00:702][655]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.02.00:702][655]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.02.00:702][655]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.02.00:702][655]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.02.00:702][655]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.02.00:703][655]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.02.00:719][655]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.02.00:719][655]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.02.00:719][655]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.02.00:719][655]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.02.00:720][655]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=10 -[2025.03.28-13.02.00:720][655]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=10 -[2025.03.28-13.02.00:721][655]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=10 -[2025.03.28-13.02.00:721][655]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=10 -[2025.03.28-13.02.00:721][655]LogInit: FAudioDevice initialized with ID 10. -[2025.03.28-13.02.00:721][655]LogAudio: Display: Audio Device (ID: 10) registered with world 'ThirdPersonMap'. -[2025.03.28-13.02.00:721][655]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 10 -[2025.03.28-13.02.00:723][655]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.02.00:725][655]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.02.00 -[2025.03.28-13.02.00:726][655]LogWorld: Bringing up level for play took: 0.002929 -[2025.03.28-13.02.00:727][655]LogOnline: OSS: Created online subsystem instance for: :Context_17 -[2025.03.28-13.02.00:728][655]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.02.00:728][655]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.02.00:741][655]PIE: Server logged in -[2025.03.28-13.02.00:741][655]PIE: Play in editor total start time 0.075 seconds. -[2025.03.28-13.02.02:010][792]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.02.02:552][857]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.02.02:986][909]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.02.03:379][956]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.02.03:379][956]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.02.03:379][956]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.02.05:399][195]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.02.05:399][195]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.02.05:399][195]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.02.05:400][195]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.02.05:400][195]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.02.05:400][195]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.02.05:400][195]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.02.05:400][195]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.02.05:402][195]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.02.05:406][195]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.02.05:422][195]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.02.05:422][195]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 10 -[2025.03.28-13.02.05:422][195]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10 -[2025.03.28-13.02.05:423][195]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10 -[2025.03.28-13.02.05:429][195]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.28-13.02.05:495][196]LogPlayLevel: Display: Destroying online subsystem :Context_17 -[2025.03.28-13.03.29:383][ 72]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-13.03.30:351][169]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.03.30:376][169]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.03.30:379][169]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.03.30:379][169]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.03.30:390][169]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.03.30:391][169]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment0A154CA14CB52396162093823A510932.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.03.30:397][169]LogFileHelpers: InternalPromptForCheckoutAndSave took 46.046 ms (total: 783.582 ms) -[2025.03.28-13.03.30:424][169]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.03.30:424][169]LogContentValidation: Enabled validators: -[2025.03.28-13.03.30:424][169]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.03.30:424][169]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.03.30:424][169]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.03.30:424][169]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.03.30:425][169]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.03.32:025][338]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.03.32:025][338]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.03.32:027][338]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.393 ms (total: 14.408 ms) -[2025.03.28-13.03.32:028][338]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.03.32:058][338]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.03.32:061][338]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002953s) -[2025.03.28-13.03.32:061][338]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002978s) -[2025.03.28-13.03.32:077][338]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.28-13.03.32:078][338]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.03.32:079][338]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.03.32:079][338]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.03.32:079][338]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.03.32:079][338]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.03.32:080][338]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.03.32:080][338]LogWorldPartition: Display: WorldPartition initialize took 1.229 ms (total: 85.439 ms) -[2025.03.28-13.03.32:080][338]LogPlayLevel: PIE: World Init took: (0.002035s) -[2025.03.28-13.03.32:090][338]LogAudio: Display: Creating Audio Device: Id: 11, Scope: Unique, Realtime: True -[2025.03.28-13.03.32:090][338]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.03.32:090][338]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.03.32:090][338]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.03.32:090][338]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.03.32:090][338]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.03.32:090][338]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.03.32:090][338]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.03.32:090][338]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.03.32:090][338]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.03.32:090][338]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.03.32:090][338]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.03.32:092][338]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.03.32:108][338]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.03.32:108][338]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.03.32:108][338]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.03.32:108][338]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.03.32:109][338]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=11 -[2025.03.28-13.03.32:109][338]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=11 -[2025.03.28-13.03.32:110][338]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=11 -[2025.03.28-13.03.32:110][338]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=11 -[2025.03.28-13.03.32:110][338]LogInit: FAudioDevice initialized with ID 11. -[2025.03.28-13.03.32:110][338]LogAudio: Display: Audio Device (ID: 11) registered with world 'ThirdPersonMap'. -[2025.03.28-13.03.32:110][338]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 11 -[2025.03.28-13.03.32:112][338]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.03.32:115][338]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.03.32 -[2025.03.28-13.03.32:116][338]LogWorld: Bringing up level for play took: 0.003102 -[2025.03.28-13.03.32:117][338]LogOnline: OSS: Created online subsystem instance for: :Context_18 -[2025.03.28-13.03.32:118][338]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.03.32:118][338]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.03.32:130][338]PIE: Server logged in -[2025.03.28-13.03.32:131][338]PIE: Play in editor total start time 0.108 seconds. -[2025.03.28-13.03.32:932][425]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.03.33:615][507]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.03.34:182][575]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.03.34:467][609]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.03.34:467][609]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.03.34:467][609]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.03.46:511][ 34]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.03.46:511][ 34]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.03.46:511][ 34]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.03.46:512][ 34]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.03.46:512][ 34]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.03.46:512][ 34]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.03.46:512][ 34]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.03.46:512][ 34]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.03.46:522][ 34]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.03.46:526][ 34]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.03.46:541][ 34]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.03.46:542][ 34]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 11 -[2025.03.28-13.03.46:542][ 34]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11 -[2025.03.28-13.03.46:543][ 34]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11 -[2025.03.28-13.03.46:546][ 34]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.03.46:549][ 34]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.28-13.03.46:615][ 35]LogPlayLevel: Display: Destroying online subsystem :Context_18 -[2025.03.28-13.04.36:341][920]LogEditorTransaction: Undo Move Anchor -[2025.03.28-13.04.42:731][631]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-13.04.43:552][707]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.04.43:579][707]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.04.43:582][707]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.04.43:582][707]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.04.43:596][707]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.04.43:596][707]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment0F69D7C54356CC06879610AD91CCB714.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.04.43:604][707]LogFileHelpers: InternalPromptForCheckoutAndSave took 51.425 ms (total: 835.007 ms) -[2025.03.28-13.04.43:634][707]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.04.43:634][707]LogContentValidation: Enabled validators: -[2025.03.28-13.04.43:634][707]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.04.43:634][707]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.04.43:634][707]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.04.43:634][707]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.04.43:636][707]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.04.45:198][882]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.04.45:198][882]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.04.45:199][882]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.366 ms (total: 15.774 ms) -[2025.03.28-13.04.45:200][882]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.04.45:200][882]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.04.45:203][882]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002879s) -[2025.03.28-13.04.45:203][882]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002898s) -[2025.03.28-13.04.45:220][882]LogUObjectHash: Compacting FUObjectHashTables data took 1.18ms -[2025.03.28-13.04.45:221][882]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.04.45:222][882]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.04.45:222][882]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.04.45:222][882]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.04.45:222][882]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.04.45:223][882]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.04.45:223][882]LogWorldPartition: Display: WorldPartition initialize took 1.248 ms (total: 86.687 ms) -[2025.03.28-13.04.45:223][882]LogPlayLevel: PIE: World Init took: (0.002057s) -[2025.03.28-13.04.45:233][882]LogAudio: Display: Creating Audio Device: Id: 12, Scope: Unique, Realtime: True -[2025.03.28-13.04.45:233][882]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.04.45:233][882]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.04.45:233][882]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.04.45:233][882]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.04.45:233][882]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.04.45:233][882]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.04.45:233][882]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.04.45:233][882]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.04.45:233][882]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.04.45:233][882]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.04.45:233][882]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.04.45:235][882]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.04.45:250][882]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.04.45:251][882]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.04.45:251][882]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.04.45:251][882]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.04.45:251][882]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=12 -[2025.03.28-13.04.45:251][882]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=12 -[2025.03.28-13.04.45:252][882]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=12 -[2025.03.28-13.04.45:252][882]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=12 -[2025.03.28-13.04.45:252][882]LogInit: FAudioDevice initialized with ID 12. -[2025.03.28-13.04.45:252][882]LogAudio: Display: Audio Device (ID: 12) registered with world 'ThirdPersonMap'. -[2025.03.28-13.04.45:252][882]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 12 -[2025.03.28-13.04.45:255][882]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.04.45:257][882]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.04.45 -[2025.03.28-13.04.45:258][882]LogWorld: Bringing up level for play took: 0.002892 -[2025.03.28-13.04.45:259][882]LogOnline: OSS: Created online subsystem instance for: :Context_19 -[2025.03.28-13.04.45:260][882]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.04.45:260][882]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.04.45:272][882]PIE: Server logged in -[2025.03.28-13.04.45:273][882]PIE: Play in editor total start time 0.077 seconds. -[2025.03.28-13.04.46:029][953]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.04.46:854][ 52]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.04.47:288][104]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.04.47:597][141]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.04.47:597][141]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.04.47:597][141]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.04.54:828][999]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.04.54:828][999]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.04.54:828][999]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.04.54:829][999]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.04.54:829][999]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.04.54:829][999]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.04.54:829][999]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.04.54:829][999]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.04.54:831][999]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.04.54:835][999]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.04.54:849][999]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.04.54:850][999]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 12 -[2025.03.28-13.04.54:850][999]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12 -[2025.03.28-13.04.54:851][999]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12 -[2025.03.28-13.04.54:854][999]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.04.54:857][999]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-13.04.54:924][ 0]LogPlayLevel: Display: Destroying online subsystem :Context_19 -[2025.03.28-13.05.06:399][360]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.28-13.05.07:213][435]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.05.07:242][435]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.05.07:246][435]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.05.07:246][435]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.05.07:257][435]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.05.07:257][435]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentBC3430C542E93E6B46F9EEB77381320D.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.05.07:264][435]LogFileHelpers: InternalPromptForCheckoutAndSave took 50.669 ms (total: 885.676 ms) -[2025.03.28-13.05.07:291][435]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.05.07:291][435]LogContentValidation: Enabled validators: -[2025.03.28-13.05.07:291][435]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.05.07:291][435]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.05.07:291][435]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.05.07:291][435]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.05.07:292][435]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.05.14:007][227]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.05.14:037][227]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.05.14:040][227]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.05.14:040][227]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.05.14:052][227]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.05.14:053][227]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment38ADB96F4EE937ACB31F38AE0708A1E3.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.05.14:060][227]LogFileHelpers: InternalPromptForCheckoutAndSave took 53.155 ms (total: 938.832 ms) -[2025.03.28-13.05.14:084][227]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.05.14:084][227]LogContentValidation: Enabled validators: -[2025.03.28-13.05.14:084][227]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.05.14:084][227]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.05.14:084][227]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.05.14:084][227]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.05.14:085][227]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.05.16:565][518]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-13.05.17:397][596]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.05.17:425][596]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.05.17:428][596]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.05.17:428][596]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.05.17:439][596]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.05.17:439][596]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment5B8EEC5D46F0BD4C362BB98DF36DE331.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.05.17:446][596]LogFileHelpers: InternalPromptForCheckoutAndSave took 48.607 ms (total: 987.439 ms) -[2025.03.28-13.05.17:474][596]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.05.17:474][596]LogContentValidation: Enabled validators: -[2025.03.28-13.05.17:474][596]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.05.17:474][596]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.05.17:474][596]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.05.17:474][596]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.05.17:475][596]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.05.23:148][245]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.05.23:148][245]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.05.23:149][245]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.425 ms (total: 17.200 ms) -[2025.03.28-13.05.23:150][245]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.05.23:150][245]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.05.23:153][245]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002887s) -[2025.03.28-13.05.23:153][245]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002908s) -[2025.03.28-13.05.23:170][245]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-13.05.23:171][245]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.05.23:172][245]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.05.23:172][245]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.05.23:172][245]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.05.23:172][245]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.05.23:173][245]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.05.23:173][245]LogWorldPartition: Display: WorldPartition initialize took 1.192 ms (total: 87.880 ms) -[2025.03.28-13.05.23:173][245]LogPlayLevel: PIE: World Init took: (0.001987s) -[2025.03.28-13.05.23:183][245]LogAudio: Display: Creating Audio Device: Id: 13, Scope: Unique, Realtime: True -[2025.03.28-13.05.23:183][245]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.05.23:183][245]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.05.23:183][245]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.05.23:183][245]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.05.23:183][245]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.05.23:183][245]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.05.23:183][245]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.05.23:183][245]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.05.23:183][245]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.05.23:183][245]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.05.23:183][245]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.05.23:185][245]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.05.23:200][245]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.05.23:201][245]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.05.23:201][245]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.05.23:201][245]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.05.23:201][245]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=13 -[2025.03.28-13.05.23:201][245]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=13 -[2025.03.28-13.05.23:203][245]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=13 -[2025.03.28-13.05.23:203][245]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=13 -[2025.03.28-13.05.23:203][245]LogInit: FAudioDevice initialized with ID 13. -[2025.03.28-13.05.23:203][245]LogAudio: Display: Audio Device (ID: 13) registered with world 'ThirdPersonMap'. -[2025.03.28-13.05.23:203][245]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 13 -[2025.03.28-13.05.23:205][245]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.05.23:207][245]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.05.23 -[2025.03.28-13.05.23:208][245]LogWorld: Bringing up level for play took: 0.003131 -[2025.03.28-13.05.23:209][245]LogOnline: OSS: Created online subsystem instance for: :Context_20 -[2025.03.28-13.05.23:210][245]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.05.23:210][245]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.05.23:223][245]PIE: Server logged in -[2025.03.28-13.05.23:223][245]PIE: Play in editor total start time 0.077 seconds. -[2025.03.28-13.05.24:139][339]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.05.24:473][379]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.05.24:824][421]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.05.25:124][457]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.05.25:124][457]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.05.25:124][457]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.05.34:870][620]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.05.34:870][620]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.05.34:871][620]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.05.34:871][620]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.05.34:871][620]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.05.34:871][620]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.05.34:871][620]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.05.34:871][620]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.05.34:873][620]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.05.34:877][620]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.05.34:892][620]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.05.34:893][620]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 13 -[2025.03.28-13.05.34:893][620]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13 -[2025.03.28-13.05.34:894][620]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13 -[2025.03.28-13.05.34:897][620]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.05.34:900][620]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-13.05.34:968][621]LogPlayLevel: Display: Destroying online subsystem :Context_20 -[2025.03.28-13.06.04:416][107]LogEditorTransaction: Undo Move Anchor -[2025.03.28-13.06.12:726][ 41]LogEditorTransaction: Undo Move Anchor -[2025.03.28-13.06.27:738][762]LogEditorTransaction: Undo Move Anchor -[2025.03.28-13.06.31:015][107]LogEditorTransaction: Undo Move Anchor -[2025.03.28-13.06.38:678][ 12]LogEditorTransaction: Undo Changed Anchors -[2025.03.28-13.06.56:049][ 45]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-13.06.56:632][101]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.06.56:661][101]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.06.56:663][101]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.06.56:663][101]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.06.56:665][101]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.06.56:666][101]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot3C3333D846693466870E7CA0E18CC35C.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.06.56:674][101]LogFileHelpers: InternalPromptForCheckoutAndSave took 42.853 ms (total: 1.03 sec) -[2025.03.28-13.06.56:702][101]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.06.56:702][101]LogContentValidation: Enabled validators: -[2025.03.28-13.06.56:702][101]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.06.56:702][101]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.06.56:702][101]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.06.56:702][101]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.06.56:702][101]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.06.59:512][384]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.06.59:512][384]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.06.59:513][384]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.386 ms (total: 18.587 ms) -[2025.03.28-13.06.59:514][384]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.06.59:514][384]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.06.59:517][384]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003018s) -[2025.03.28-13.06.59:517][384]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003039s) -[2025.03.28-13.06.59:534][384]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.28-13.06.59:536][384]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.06.59:537][384]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.06.59:537][384]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.06.59:537][384]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.06.59:537][384]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.06.59:538][384]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.06.59:538][384]LogWorldPartition: Display: WorldPartition initialize took 1.248 ms (total: 89.128 ms) -[2025.03.28-13.06.59:538][384]LogPlayLevel: PIE: World Init took: (0.002058s) -[2025.03.28-13.06.59:548][384]LogAudio: Display: Creating Audio Device: Id: 14, Scope: Unique, Realtime: True -[2025.03.28-13.06.59:549][384]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.06.59:549][384]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.06.59:549][384]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.06.59:549][384]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.06.59:549][384]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.06.59:549][384]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.06.59:549][384]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.06.59:549][384]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.06.59:549][384]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.06.59:549][384]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.06.59:549][384]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.06.59:550][384]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.06.59:566][384]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.06.59:566][384]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.06.59:566][384]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.06.59:566][384]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.06.59:567][384]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=14 -[2025.03.28-13.06.59:567][384]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=14 -[2025.03.28-13.06.59:568][384]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=14 -[2025.03.28-13.06.59:568][384]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=14 -[2025.03.28-13.06.59:568][384]LogInit: FAudioDevice initialized with ID 14. -[2025.03.28-13.06.59:568][384]LogAudio: Display: Audio Device (ID: 14) registered with world 'ThirdPersonMap'. -[2025.03.28-13.06.59:568][384]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 14 -[2025.03.28-13.06.59:570][384]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.06.59:572][384]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.06.59 -[2025.03.28-13.06.59:573][384]LogWorld: Bringing up level for play took: 0.003033 -[2025.03.28-13.06.59:574][384]LogOnline: OSS: Created online subsystem instance for: :Context_21 -[2025.03.28-13.06.59:575][384]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.06.59:575][384]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.06.59:588][384]PIE: Server logged in -[2025.03.28-13.06.59:589][384]PIE: Play in editor total start time 0.079 seconds. -[2025.03.28-13.07.00:789][513]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.07.01:206][563]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.07.01:556][605]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.07.01:790][633]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.07.01:790][633]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.07.01:790][633]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.07.10:840][707]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.07.10:840][707]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.07.10:840][707]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.07.10:840][707]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.07.10:840][707]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.07.10:840][707]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.07.10:841][707]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.07.10:841][707]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.07.10:848][707]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.07.10:852][707]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.07.10:869][707]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.07.10:869][707]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 14 -[2025.03.28-13.07.10:869][707]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14 -[2025.03.28-13.07.10:871][707]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14 -[2025.03.28-13.07.10:874][707]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.07.10:877][707]LogUObjectHash: Compacting FUObjectHashTables data took 1.41ms -[2025.03.28-13.07.10:944][708]LogPlayLevel: Display: Destroying online subsystem :Context_21 -[2025.03.28-13.07.22:301][ 44]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms -[2025.03.28-13.07.23:193][125]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.07.23:221][125]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.07.23:223][125]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.07.23:223][125]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.07.23:225][125]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.07.23:226][125]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot9B0118A0470DAB9D191DDA8B2B87F5F0.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.07.23:232][125]LogFileHelpers: InternalPromptForCheckoutAndSave took 38.804 ms (total: 1.06 sec) -[2025.03.28-13.07.23:256][125]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.07.23:256][125]LogContentValidation: Enabled validators: -[2025.03.28-13.07.23:256][125]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.07.23:256][125]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.07.23:256][125]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.07.23:256][125]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.07.23:256][125]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.07.24:886][306]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.07.24:886][306]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.07.24:887][306]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.346 ms (total: 19.934 ms) -[2025.03.28-13.07.24:888][306]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.07.24:888][306]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.07.24:891][306]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002886s) -[2025.03.28-13.07.24:891][306]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002906s) -[2025.03.28-13.07.24:907][306]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.28-13.07.24:908][306]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.07.24:909][306]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.07.24:909][306]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.07.24:909][306]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.07.24:909][306]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.07.24:912][306]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.07.24:912][306]LogWorldPartition: Display: WorldPartition initialize took 2.815 ms (total: 91.944 ms) -[2025.03.28-13.07.24:912][306]LogPlayLevel: PIE: World Init took: (0.004359s) -[2025.03.28-13.07.24:923][306]LogAudio: Display: Creating Audio Device: Id: 15, Scope: Unique, Realtime: True -[2025.03.28-13.07.24:923][306]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.07.24:923][306]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.07.24:923][306]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.07.24:923][306]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.07.24:923][306]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.07.24:923][306]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.07.24:923][306]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.07.24:924][306]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.07.24:924][306]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.07.24:924][306]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.07.24:924][306]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.07.24:925][306]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.07.24:940][306]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.07.24:941][306]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.07.24:941][306]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.07.24:941][306]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.07.24:941][306]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=15 -[2025.03.28-13.07.24:941][306]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=15 -[2025.03.28-13.07.24:942][306]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=15 -[2025.03.28-13.07.24:942][306]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=15 -[2025.03.28-13.07.24:942][306]LogInit: FAudioDevice initialized with ID 15. -[2025.03.28-13.07.24:942][306]LogAudio: Display: Audio Device (ID: 15) registered with world 'ThirdPersonMap'. -[2025.03.28-13.07.24:942][306]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 15 -[2025.03.28-13.07.24:944][306]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.07.24:947][306]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.07.24 -[2025.03.28-13.07.24:947][306]LogWorld: Bringing up level for play took: 0.002917 -[2025.03.28-13.07.24:949][306]LogOnline: OSS: Created online subsystem instance for: :Context_22 -[2025.03.28-13.07.24:949][306]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.07.24:949][306]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.07.24:962][306]PIE: Server logged in -[2025.03.28-13.07.24:962][306]PIE: Play in editor total start time 0.078 seconds. -[2025.03.28-13.07.25:775][388]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.07.26:291][450]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.07.26:792][510]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.07.27:034][539]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.07.27:034][539]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.07.27:034][539]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.07.32:920][238]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.07.32:920][238]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.07.32:920][238]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.07.32:920][238]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.07.32:921][238]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.07.32:921][238]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.07.32:921][238]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.07.32:921][238]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.07.32:922][238]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.07.32:929][238]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.07.32:944][238]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.07.32:945][238]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 15 -[2025.03.28-13.07.32:945][238]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15 -[2025.03.28-13.07.32:946][238]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15 -[2025.03.28-13.07.32:949][238]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.07.32:951][238]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-13.07.33:018][239]LogPlayLevel: Display: Destroying online subsystem :Context_22 -[2025.03.28-13.08.16:634][271]LogEditorTransaction: Undo Drag and Drop Widget -[2025.03.28-13.08.39:436][942]LogUObjectHash: Compacting FUObjectHashTables data took 0.98ms -[2025.03.28-13.08.40:302][ 16]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.08.40:321][ 16]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.08.40:324][ 16]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.08.40:325][ 16]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.08.40:327][ 16]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.08.40:327][ 16]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot67537F33401B344786D8B8BF3DA062F6.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.08.40:335][ 16]LogFileHelpers: InternalPromptForCheckoutAndSave took 33.692 ms (total: 1.10 sec) -[2025.03.28-13.08.40:361][ 16]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.08.40:361][ 16]LogContentValidation: Enabled validators: -[2025.03.28-13.08.40:361][ 16]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.08.40:361][ 16]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.08.40:361][ 16]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.08.40:361][ 16]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.08.40:362][ 16]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.08.41:853][179]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.08.41:854][179]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.08.41:855][179]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.375 ms (total: 21.309 ms) -[2025.03.28-13.08.41:857][179]LogPlayLevel: [PlayLevel] Compiling WB_Equipment before play... -[2025.03.28-13.08.41:938][179]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-13.08.41:939][179]LogPlayLevel: PlayLevel: Blueprint regeneration took 82 ms (1 blueprints) -[2025.03.28-13.08.41:939][179]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.08.41:942][179]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002992s) -[2025.03.28-13.08.41:942][179]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003016s) -[2025.03.28-13.08.41:955][179]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms -[2025.03.28-13.08.41:956][179]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.08.41:956][179]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.08.41:956][179]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.08.41:956][179]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.08.41:956][179]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.08.41:958][179]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.08.41:958][179]LogWorldPartition: Display: WorldPartition initialize took 1.204 ms (total: 93.148 ms) -[2025.03.28-13.08.41:958][179]LogPlayLevel: PIE: World Init took: (0.002009s) -[2025.03.28-13.08.41:969][179]LogAudio: Display: Creating Audio Device: Id: 16, Scope: Unique, Realtime: True -[2025.03.28-13.08.41:969][179]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.08.41:969][179]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.08.41:969][179]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.08.41:969][179]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.08.41:969][179]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.08.41:969][179]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.08.41:969][179]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.08.41:969][179]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.08.41:969][179]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.08.41:969][179]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.08.41:969][179]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.08.41:971][179]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.08.41:989][179]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.08.41:989][179]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.08.41:989][179]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.08.41:989][179]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.08.41:990][179]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=16 -[2025.03.28-13.08.41:990][179]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=16 -[2025.03.28-13.08.41:991][179]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=16 -[2025.03.28-13.08.41:991][179]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=16 -[2025.03.28-13.08.41:991][179]LogInit: FAudioDevice initialized with ID 16. -[2025.03.28-13.08.41:991][179]LogAudio: Display: Audio Device (ID: 16) registered with world 'ThirdPersonMap'. -[2025.03.28-13.08.41:991][179]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 16 -[2025.03.28-13.08.41:993][179]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.08.41:996][179]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.08.41 -[2025.03.28-13.08.41:996][179]LogWorld: Bringing up level for play took: 0.003067 -[2025.03.28-13.08.41:998][179]LogOnline: OSS: Created online subsystem instance for: :Context_23 -[2025.03.28-13.08.41:999][179]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.08.41:999][179]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.08.42:011][179]PIE: Server logged in -[2025.03.28-13.08.42:012][179]PIE: Play in editor total start time 0.161 seconds. -[2025.03.28-13.08.42:778][255]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.08.43:087][292]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.08.43:444][335]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.08.43:630][357]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.08.43:630][357]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.08.43:630][357]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.08.47:646][836]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.08.47:646][836]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.08.47:647][836]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.08.47:647][836]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.08.47:647][836]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.08.47:647][836]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.08.47:647][836]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.08.47:647][836]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.08.47:649][836]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.08.47:653][836]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.08.47:670][836]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.08.47:671][836]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 16 -[2025.03.28-13.08.47:671][836]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16 -[2025.03.28-13.08.47:672][836]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16 -[2025.03.28-13.08.47:678][836]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.28-13.08.47:748][837]LogPlayLevel: Display: Destroying online subsystem :Context_23 -[2025.03.28-13.09.13:220][858]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms -[2025.03.28-13.09.14:169][958]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.09.14:196][958]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.09.14:198][958]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.09.14:198][958]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.09.14:201][958]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.09.14:201][958]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot3C7DA7FF4A14D184ED10339A297D55D9.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.09.14:207][958]LogFileHelpers: InternalPromptForCheckoutAndSave took 37.437 ms (total: 1.14 sec) -[2025.03.28-13.09.14:236][958]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.09.14:236][958]LogContentValidation: Enabled validators: -[2025.03.28-13.09.14:236][958]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.09.14:236][958]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.09.14:236][958]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.09.14:236][958]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.09.14:236][958]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.09.22:749][960]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.28-13.09.23:402][ 7]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.09.23:426][ 7]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.09.23:428][ 7]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.09.23:428][ 7]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.09.23:430][ 7]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.09.23:431][ 7]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotB39B2042412546B37E9F0FB093295B58.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.09.23:438][ 7]LogFileHelpers: InternalPromptForCheckoutAndSave took 36.329 ms (total: 1.17 sec) -[2025.03.28-13.09.23:468][ 7]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.09.23:468][ 7]LogContentValidation: Enabled validators: -[2025.03.28-13.09.23:468][ 7]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.09.23:468][ 7]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.09.23:468][ 7]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.09.23:468][ 7]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.09.23:468][ 7]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.09.26:452][335]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.09.26:475][335]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.09.26:479][335]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.09.26:479][335]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.09.26:490][335]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.09.26:490][335]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentBAFA5C98481012A2B411CA8D976714CA.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.09.26:497][335]LogFileHelpers: InternalPromptForCheckoutAndSave took 45.449 ms (total: 1.22 sec) -[2025.03.28-13.09.26:524][335]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.09.26:525][335]LogContentValidation: Enabled validators: -[2025.03.28-13.09.26:525][335]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.09.26:525][335]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.09.26:525][335]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.09.26:525][335]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.09.26:526][335]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.09.27:955][487]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.09.27:955][487]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.09.27:956][487]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.391 ms (total: 22.700 ms) -[2025.03.28-13.09.27:957][487]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.09.28:005][487]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.09.28:008][487]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003129s) -[2025.03.28-13.09.28:008][487]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003157s) -[2025.03.28-13.09.28:024][487]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.28-13.09.28:026][487]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.09.28:026][487]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.09.28:026][487]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.09.28:026][487]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.09.28:026][487]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.09.28:028][487]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.09.28:028][487]LogWorldPartition: Display: WorldPartition initialize took 1.330 ms (total: 94.479 ms) -[2025.03.28-13.09.28:028][487]LogPlayLevel: PIE: World Init took: (0.002249s) -[2025.03.28-13.09.28:038][487]LogAudio: Display: Creating Audio Device: Id: 17, Scope: Unique, Realtime: True -[2025.03.28-13.09.28:038][487]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.09.28:038][487]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.09.28:038][487]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.09.28:038][487]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.09.28:038][487]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.09.28:038][487]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.09.28:038][487]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.09.28:038][487]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.09.28:038][487]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.09.28:038][487]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.09.28:038][487]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.09.28:039][487]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.09.28:055][487]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.09.28:056][487]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.09.28:056][487]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.09.28:056][487]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.09.28:056][487]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=17 -[2025.03.28-13.09.28:056][487]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=17 -[2025.03.28-13.09.28:057][487]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=17 -[2025.03.28-13.09.28:057][487]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=17 -[2025.03.28-13.09.28:057][487]LogInit: FAudioDevice initialized with ID 17. -[2025.03.28-13.09.28:057][487]LogAudio: Display: Audio Device (ID: 17) registered with world 'ThirdPersonMap'. -[2025.03.28-13.09.28:058][487]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 17 -[2025.03.28-13.09.28:060][487]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.09.28:062][487]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.09.28 -[2025.03.28-13.09.28:063][487]LogWorld: Bringing up level for play took: 0.002951 -[2025.03.28-13.09.28:064][487]LogOnline: OSS: Created online subsystem instance for: :Context_24 -[2025.03.28-13.09.28:065][487]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.09.28:065][487]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.09.28:080][487]PIE: Server logged in -[2025.03.28-13.09.28:080][487]PIE: Play in editor total start time 0.127 seconds. -[2025.03.28-13.09.28:824][567]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.09.29:074][597]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.09.29:449][642]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.09.29:667][668]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.09.29:667][668]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.09.29:667][668]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.09.34:209][209]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.09.34:209][209]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.09.34:209][209]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.09.34:210][209]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.09.34:210][209]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.09.34:210][209]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.09.34:210][209]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.09.34:210][209]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.09.34:212][209]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.09.34:216][209]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.09.34:231][209]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.09.34:231][209]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 17 -[2025.03.28-13.09.34:231][209]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17 -[2025.03.28-13.09.34:233][209]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17 -[2025.03.28-13.09.34:235][209]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.09.34:238][209]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-13.09.34:304][210]LogPlayLevel: Display: Destroying online subsystem :Context_24 -[2025.03.28-13.09.40:050][884]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms -[2025.03.28-13.09.40:895][959]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.09.40:916][959]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.09.40:917][959]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.09.40:917][959]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.09.40:920][959]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.09.40:920][959]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotEF5171A543B1AF82E2A271A066650358.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.09.40:928][959]LogFileHelpers: InternalPromptForCheckoutAndSave took 33.049 ms (total: 1.25 sec) -[2025.03.28-13.09.40:958][959]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.09.40:958][959]LogContentValidation: Enabled validators: -[2025.03.28-13.09.40:958][959]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.09.40:958][959]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.09.40:958][959]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.09.40:958][959]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.09.40:958][959]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.09.46:615][611]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.09.46:616][611]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.09.46:617][611]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.433 ms (total: 24.134 ms) -[2025.03.28-13.09.46:618][611]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.09.46:618][611]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.09.46:621][611]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002950s) -[2025.03.28-13.09.46:621][611]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002969s) -[2025.03.28-13.09.46:637][611]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.28-13.09.46:639][611]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.09.46:639][611]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.09.46:639][611]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.09.46:639][611]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.09.46:639][611]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.09.46:641][611]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.09.46:641][611]LogWorldPartition: Display: WorldPartition initialize took 1.237 ms (total: 95.716 ms) -[2025.03.28-13.09.46:641][611]LogPlayLevel: PIE: World Init took: (0.002052s) -[2025.03.28-13.09.46:651][611]LogAudio: Display: Creating Audio Device: Id: 18, Scope: Unique, Realtime: True -[2025.03.28-13.09.46:651][611]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.09.46:651][611]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.09.46:651][611]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.09.46:651][611]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.09.46:651][611]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.09.46:651][611]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.09.46:651][611]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.09.46:651][611]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.09.46:651][611]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.09.46:651][611]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.09.46:651][611]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.09.46:652][611]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.09.46:668][611]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.09.46:668][611]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.09.46:668][611]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.09.46:668][611]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.09.46:668][611]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=18 -[2025.03.28-13.09.46:668][611]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=18 -[2025.03.28-13.09.46:669][611]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=18 -[2025.03.28-13.09.46:669][611]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=18 -[2025.03.28-13.09.46:669][611]LogInit: FAudioDevice initialized with ID 18. -[2025.03.28-13.09.46:669][611]LogAudio: Display: Audio Device (ID: 18) registered with world 'ThirdPersonMap'. -[2025.03.28-13.09.46:669][611]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 18 -[2025.03.28-13.09.46:672][611]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.09.46:674][611]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.09.46 -[2025.03.28-13.09.46:675][611]LogWorld: Bringing up level for play took: 0.003099 -[2025.03.28-13.09.46:677][611]LogOnline: OSS: Created online subsystem instance for: :Context_25 -[2025.03.28-13.09.46:677][611]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.09.46:677][611]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.09.46:690][611]PIE: Server logged in -[2025.03.28-13.09.46:691][611]PIE: Play in editor total start time 0.077 seconds. -[2025.03.28-13.09.47:355][675]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.09.47:605][705]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.09.47:847][734]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.09.48:031][756]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.09.48:031][756]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.09.48:031][756]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.09.55:190][609]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.09.55:190][609]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.09.55:190][609]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.09.55:191][609]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.09.55:191][609]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.09.55:191][609]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.09.55:191][609]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.09.55:191][609]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.09.55:193][609]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.09.55:197][609]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.09.55:211][609]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.09.55:211][609]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 18 -[2025.03.28-13.09.55:211][609]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18 -[2025.03.28-13.09.55:212][609]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18 -[2025.03.28-13.09.55:215][609]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.09.55:218][609]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-13.09.55:285][610]LogPlayLevel: Display: Destroying online subsystem :Context_25 -[2025.03.28-13.10.55:026][726]LogUObjectHash: Compacting FUObjectHashTables data took 0.95ms -[2025.03.28-13.10.55:640][771]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.10.55:669][771]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.10.55:671][771]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.10.55:671][771]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.10.55:674][771]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.10.55:674][771]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotCA5BCE3A45D783382F650AA9CDE7F87B.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.10.55:682][771]LogFileHelpers: InternalPromptForCheckoutAndSave took 41.656 ms (total: 1.29 sec) -[2025.03.28-13.10.55:712][771]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.10.55:712][771]LogContentValidation: Enabled validators: -[2025.03.28-13.10.55:712][771]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.10.55:712][771]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.10.55:712][771]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.10.55:712][771]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.10.55:712][771]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.10.57:167][924]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.10.57:167][924]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.10.57:169][924]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.451 ms (total: 25.585 ms) -[2025.03.28-13.10.57:170][924]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.10.57:170][924]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.10.57:173][924]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003069s) -[2025.03.28-13.10.57:173][924]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003091s) -[2025.03.28-13.10.57:189][924]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.28-13.10.57:190][924]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.10.57:191][924]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.10.57:191][924]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.10.57:191][924]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.10.57:191][924]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.10.57:192][924]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.10.57:192][924]LogWorldPartition: Display: WorldPartition initialize took 1.276 ms (total: 96.993 ms) -[2025.03.28-13.10.57:192][924]LogPlayLevel: PIE: World Init took: (0.002088s) -[2025.03.28-13.10.57:203][924]LogAudio: Display: Creating Audio Device: Id: 19, Scope: Unique, Realtime: True -[2025.03.28-13.10.57:203][924]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.10.57:203][924]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.10.57:203][924]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.10.57:203][924]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.10.57:203][924]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.10.57:203][924]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.10.57:203][924]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.10.57:203][924]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.10.57:203][924]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.10.57:203][924]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.10.57:203][924]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.10.57:205][924]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.10.57:220][924]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.10.57:220][924]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.10.57:220][924]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.10.57:220][924]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.10.57:221][924]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=19 -[2025.03.28-13.10.57:221][924]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=19 -[2025.03.28-13.10.57:222][924]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=19 -[2025.03.28-13.10.57:222][924]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=19 -[2025.03.28-13.10.57:222][924]LogInit: FAudioDevice initialized with ID 19. -[2025.03.28-13.10.57:222][924]LogAudio: Display: Audio Device (ID: 19) registered with world 'ThirdPersonMap'. -[2025.03.28-13.10.57:222][924]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 19 -[2025.03.28-13.10.57:225][924]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.10.57:227][924]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.10.57 -[2025.03.28-13.10.57:228][924]LogWorld: Bringing up level for play took: 0.003002 -[2025.03.28-13.10.57:229][924]LogOnline: OSS: Created online subsystem instance for: :Context_26 -[2025.03.28-13.10.57:230][924]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.10.57:230][924]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.10.57:243][924]PIE: Server logged in -[2025.03.28-13.10.57:243][924]PIE: Play in editor total start time 0.077 seconds. -[2025.03.28-13.10.58:063][ 13]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.10.58:313][ 43]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.10.58:614][ 79]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.10.58:814][103]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.10.58:814][103]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.10.58:814][103]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.11.05:987][960]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.11.05:987][960]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.11.05:987][960]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.11.05:987][960]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.11.05:987][960]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.11.05:987][960]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.11.05:988][960]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.11.05:988][960]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.11.05:989][960]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.11.05:993][960]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.11.06:008][960]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.11.06:008][960]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 19 -[2025.03.28-13.11.06:009][960]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19 -[2025.03.28-13.11.06:010][960]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19 -[2025.03.28-13.11.06:013][960]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.11.06:016][960]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-13.11.06:086][961]LogPlayLevel: Display: Destroying online subsystem :Context_26 -[2025.03.28-13.12.01:249][489]LogSlate: Window 'Color Picker' being destroyed -[2025.03.28-13.12.02:618][650]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.28-13.12.03:193][689]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.12.03:223][689]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.12.03:225][689]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.12.03:225][689]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.12.03:228][689]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.12.03:228][689]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotF4157D1C402BE2964D0104BDE014831B.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.12.03:234][689]LogFileHelpers: InternalPromptForCheckoutAndSave took 40.798 ms (total: 1.33 sec) -[2025.03.28-13.12.03:264][689]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.12.03:264][689]LogContentValidation: Enabled validators: -[2025.03.28-13.12.03:265][689]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.12.03:265][689]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.12.03:265][689]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.12.03:265][689]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.12.03:265][689]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.12.06:318][995]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.12.06:318][995]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.12.06:320][995]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.388 ms (total: 26.974 ms) -[2025.03.28-13.12.06:321][995]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.12.06:321][995]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.12.06:324][995]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002841s) -[2025.03.28-13.12.06:324][995]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002861s) -[2025.03.28-13.12.06:343][995]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.28-13.12.06:344][995]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.12.06:345][995]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.12.06:345][995]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.12.06:345][995]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.12.06:345][995]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.12.06:346][995]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.12.06:346][995]LogWorldPartition: Display: WorldPartition initialize took 1.222 ms (total: 98.216 ms) -[2025.03.28-13.12.06:346][995]LogPlayLevel: PIE: World Init took: (0.001995s) -[2025.03.28-13.12.06:356][995]LogAudio: Display: Creating Audio Device: Id: 20, Scope: Unique, Realtime: True -[2025.03.28-13.12.06:356][995]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.12.06:356][995]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.12.06:357][995]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.12.06:357][995]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.12.06:357][995]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.12.06:357][995]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.12.06:357][995]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.12.06:357][995]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.12.06:357][995]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.12.06:357][995]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.12.06:357][995]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.12.06:358][995]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.12.06:374][995]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.12.06:374][995]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.12.06:374][995]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.12.06:374][995]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.12.06:375][995]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=20 -[2025.03.28-13.12.06:375][995]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=20 -[2025.03.28-13.12.06:376][995]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=20 -[2025.03.28-13.12.06:376][995]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=20 -[2025.03.28-13.12.06:376][995]LogInit: FAudioDevice initialized with ID 20. -[2025.03.28-13.12.06:376][995]LogAudio: Display: Audio Device (ID: 20) registered with world 'ThirdPersonMap'. -[2025.03.28-13.12.06:376][995]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 20 -[2025.03.28-13.12.06:378][995]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.12.06:381][995]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.12.06 -[2025.03.28-13.12.06:382][995]LogWorld: Bringing up level for play took: 0.003073 -[2025.03.28-13.12.06:383][995]LogOnline: OSS: Created online subsystem instance for: :Context_27 -[2025.03.28-13.12.06:384][995]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.12.06:384][995]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.12.06:397][995]PIE: Server logged in -[2025.03.28-13.12.06:397][995]PIE: Play in editor total start time 0.08 seconds. -[2025.03.28-13.12.07:136][ 67]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.12.07:437][103]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.12.07:787][145]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.12.08:030][174]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.12.08:030][174]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.12.08:030][174]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.12.19:228][513]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.12.19:228][513]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.12.19:228][513]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.12.19:229][513]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.12.19:229][513]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.12.19:229][513]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.12.19:229][513]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.12.19:229][513]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.12.19:231][513]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.12.19:235][513]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.12.19:249][513]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.12.19:249][513]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 20 -[2025.03.28-13.12.19:249][513]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=20 -[2025.03.28-13.12.19:250][513]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=20 -[2025.03.28-13.12.19:253][513]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.12.19:256][513]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-13.12.19:324][514]LogPlayLevel: Display: Destroying online subsystem :Context_27 -[2025.03.28-13.13.44:563][699]LogUObjectHash: Compacting FUObjectHashTables data took 1.25ms -[2025.03.28-13.13.45:213][767]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.13.45:235][767]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.13.45:239][767]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.13.45:239][767]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.13.45:250][767]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.13.45:250][767]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment4C6EBD0A4C107000D30667A067DA380F.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.13.45:257][767]LogFileHelpers: InternalPromptForCheckoutAndSave took 44.491 ms (total: 1.38 sec) -[2025.03.28-13.13.45:286][767]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.13.45:286][767]LogContentValidation: Enabled validators: -[2025.03.28-13.13.45:286][767]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.13.45:286][767]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.13.45:286][767]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.13.45:286][767]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.13.45:287][767]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.14.02:189][788]LogAssetEditorSubsystem: Opening Asset editor for UserDefinedStruct /Game/MAIN_CONTENT/Equipment_System/S_Slots.S_Slots -[2025.03.28-13.14.42:213][524]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-13.14.42:216][524]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/ThirdPerson/Maps/ThirdPersonMap' took 0.022 -[2025.03.28-13.14.42:216][524]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.14.42:218][524]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.14.42:218][524]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.14.42:221][524]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot_Auto1 -[2025.03.28-13.14.42:221][524]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot_Auto13A6184D84019F7F8F99B2B953D12C615.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot_Auto1.uasset' -[2025.03.28-13.14.42:221][524]LogFileHelpers: Auto-saving content packages took 0.005 -[2025.03.28-13.19.39:612][ 57]LogUObjectHash: Compacting FUObjectHashTables data took 1.19ms -[2025.03.28-13.19.40:631][131]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.19.40:654][131]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.19.40:659][131]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.19.40:659][131]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.19.40:671][131]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.19.40:671][131]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment7AAAE3844AE426FECEAD448D52F11868.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.19.40:677][131]LogFileHelpers: InternalPromptForCheckoutAndSave took 45.551 ms (total: 1.42 sec) -[2025.03.28-13.19.40:704][131]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.19.40:704][131]LogContentValidation: Enabled validators: -[2025.03.28-13.19.40:704][131]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.19.40:704][131]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.19.40:704][131]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.19.40:704][131]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.19.40:705][131]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.20.03:059][746]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-13.20.04:117][827]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.20.04:146][827]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.20.04:149][827]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.20.04:149][827]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.20.04:160][827]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.20.04:160][827]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentE34319924076B3872D27E098387CD875.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.20.04:166][827]LogFileHelpers: InternalPromptForCheckoutAndSave took 48.505 ms (total: 1.47 sec) -[2025.03.28-13.20.04:194][827]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.20.04:194][827]LogContentValidation: Enabled validators: -[2025.03.28-13.20.04:194][827]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.20.04:194][827]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.20.04:194][827]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.20.04:194][827]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.20.04:195][827]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.21.01:953][651]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-13.21.03:693][847]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.21.03:719][847]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.21.03:723][847]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.21.03:723][847]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.21.03:735][847]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.21.03:735][847]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment1CD249C84FC078B66A48D990F1430D3E.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.21.03:740][847]LogFileHelpers: InternalPromptForCheckoutAndSave took 47.681 ms (total: 1.52 sec) -[2025.03.28-13.21.03:768][847]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.21.03:768][847]LogContentValidation: Enabled validators: -[2025.03.28-13.21.03:768][847]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.21.03:768][847]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.21.03:768][847]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.21.03:768][847]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.21.03:769][847]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.21.06:554][149]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.21.06:554][149]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.21.06:556][149]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.440 ms (total: 28.415 ms) -[2025.03.28-13.21.06:560][149]LogPlayLevel: [PlayLevel] Compiling WB_Item_Slot before play... -[2025.03.28-13.21.06:601][149]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-13.21.06:605][149]LogPlayLevel: PlayLevel: Blueprint regeneration took 48 ms (1 blueprints) -[2025.03.28-13.21.06:641][149]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.21.06:644][149]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003349s) -[2025.03.28-13.21.06:644][149]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003378s) -[2025.03.28-13.21.06:659][149]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.28-13.21.06:660][149]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.21.06:661][149]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.21.06:661][149]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.21.06:661][149]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.21.06:661][149]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.21.06:662][149]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.21.06:662][149]LogWorldPartition: Display: WorldPartition initialize took 1.245 ms (total: 99.461 ms) -[2025.03.28-13.21.06:662][149]LogPlayLevel: PIE: World Init took: (0.002206s) -[2025.03.28-13.21.06:672][149]LogAudio: Display: Creating Audio Device: Id: 21, Scope: Unique, Realtime: True -[2025.03.28-13.21.06:672][149]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.21.06:672][149]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.21.06:672][149]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.21.06:672][149]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.21.06:672][149]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.21.06:672][149]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.21.06:672][149]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.21.06:672][149]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.21.06:673][149]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.21.06:673][149]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.21.06:673][149]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.21.06:674][149]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.21.06:690][149]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.21.06:690][149]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.21.06:690][149]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.21.06:690][149]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.21.06:691][149]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=21 -[2025.03.28-13.21.06:691][149]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=21 -[2025.03.28-13.21.06:692][149]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=21 -[2025.03.28-13.21.06:692][149]LogInit: FAudioDevice initialized with ID 21. -[2025.03.28-13.21.06:692][149]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=21 -[2025.03.28-13.21.06:692][149]LogAudio: Display: Audio Device (ID: 21) registered with world 'ThirdPersonMap'. -[2025.03.28-13.21.06:692][149]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 21 -[2025.03.28-13.21.06:695][149]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.21.06:697][149]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.21.06 -[2025.03.28-13.21.06:698][149]LogWorld: Bringing up level for play took: 0.002965 -[2025.03.28-13.21.06:699][149]LogOnline: OSS: Created online subsystem instance for: :Context_28 -[2025.03.28-13.21.06:700][149]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.21.06:700][149]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.21.06:713][149]PIE: Server logged in -[2025.03.28-13.21.06:713][149]PIE: Play in editor total start time 0.161 seconds. -[2025.03.28-13.21.07:468][230]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.21.07:760][265]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.21.08:077][303]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.21.08:278][327]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.21.08:278][327]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.21.08:278][327]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.21.15:852][229]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.21.15:852][229]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.21.15:853][229]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.21.15:853][229]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.21.15:853][229]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.21.15:853][229]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.21.15:853][229]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.21.15:853][229]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.21.15:871][229]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.21.15:875][229]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.21.15:892][229]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.21.15:892][229]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 21 -[2025.03.28-13.21.15:892][229]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=21 -[2025.03.28-13.21.15:893][229]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=21 -[2025.03.28-13.21.15:899][229]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms -[2025.03.28-13.21.15:968][230]LogPlayLevel: Display: Destroying online subsystem :Context_28 -[2025.03.28-13.21.24:685][256]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.28-13.21.25:232][303]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.21.25:260][303]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.21.25:262][303]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.21.25:262][303]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.21.25:265][303]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.21.25:265][303]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotC1D194C44D26A59D1113E88ABDAA0599.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.21.25:271][303]LogFileHelpers: InternalPromptForCheckoutAndSave took 39.017 ms (total: 1.56 sec) -[2025.03.28-13.21.25:294][303]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.21.25:294][303]LogContentValidation: Enabled validators: -[2025.03.28-13.21.25:294][303]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.21.25:294][303]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.21.25:294][303]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.21.25:294][303]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.21.25:295][303]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.21.26:673][454]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.21.26:673][454]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.21.26:675][454]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.342 ms (total: 29.757 ms) -[2025.03.28-13.21.26:675][454]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.21.26:676][454]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.21.26:679][454]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003019s) -[2025.03.28-13.21.26:679][454]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003039s) -[2025.03.28-13.21.26:695][454]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-13.21.26:698][454]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.21.26:699][454]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.21.26:699][454]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.21.26:699][454]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.21.26:699][454]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.21.26:700][454]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.21.26:700][454]LogWorldPartition: Display: WorldPartition initialize took 1.243 ms (total: 100.705 ms) -[2025.03.28-13.21.26:700][454]LogPlayLevel: PIE: World Init took: (0.002061s) -[2025.03.28-13.21.26:711][454]LogAudio: Display: Creating Audio Device: Id: 22, Scope: Unique, Realtime: True -[2025.03.28-13.21.26:711][454]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.21.26:711][454]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.21.26:711][454]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.21.26:711][454]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.21.26:711][454]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.21.26:711][454]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.21.26:711][454]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.21.26:711][454]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.21.26:711][454]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.21.26:711][454]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.21.26:711][454]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.21.26:712][454]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.21.26:727][454]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.21.26:728][454]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.21.26:728][454]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.21.26:728][454]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.21.26:728][454]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=22 -[2025.03.28-13.21.26:728][454]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=22 -[2025.03.28-13.21.26:729][454]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=22 -[2025.03.28-13.21.26:729][454]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=22 -[2025.03.28-13.21.26:729][454]LogInit: FAudioDevice initialized with ID 22. -[2025.03.28-13.21.26:729][454]LogAudio: Display: Audio Device (ID: 22) registered with world 'ThirdPersonMap'. -[2025.03.28-13.21.26:729][454]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 22 -[2025.03.28-13.21.26:731][454]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.21.26:734][454]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.21.26 -[2025.03.28-13.21.26:734][454]LogWorld: Bringing up level for play took: 0.002909 -[2025.03.28-13.21.26:736][454]LogOnline: OSS: Created online subsystem instance for: :Context_29 -[2025.03.28-13.21.26:736][454]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.21.26:736][454]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.21.26:749][454]PIE: Server logged in -[2025.03.28-13.21.26:749][454]PIE: Play in editor total start time 0.079 seconds. -[2025.03.28-13.21.27:350][510]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.21.27:575][537]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.21.27:767][560]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.21.28:084][598]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.21.28:084][598]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.21.28:084][598]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.21.40:144][ 39]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.21.40:144][ 39]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.21.40:145][ 39]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.21.40:145][ 39]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.21.40:145][ 39]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.21.40:145][ 39]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.21.40:145][ 39]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.21.40:145][ 39]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.21.40:147][ 39]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.21.40:151][ 39]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.21.40:167][ 39]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.21.40:167][ 39]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 22 -[2025.03.28-13.21.40:167][ 39]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=22 -[2025.03.28-13.21.40:168][ 39]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=22 -[2025.03.28-13.21.40:171][ 39]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.21.40:174][ 39]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-13.21.40:241][ 40]LogPlayLevel: Display: Destroying online subsystem :Context_29 -[2025.03.28-13.22.05:907][100]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-13.22.06:583][175]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.22.06:608][175]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.22.06:610][175]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.22.06:610][175]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.22.06:612][175]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.22.06:613][175]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotFDDE397D4632EB60FF04A6AC071B6FE0.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.22.06:618][175]LogFileHelpers: InternalPromptForCheckoutAndSave took 34.688 ms (total: 1.59 sec) -[2025.03.28-13.22.06:651][175]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.22.06:651][175]LogContentValidation: Enabled validators: -[2025.03.28-13.22.06:651][175]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.22.06:651][175]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.22.06:651][175]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.22.06:651][175]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.22.06:651][175]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.22.07:955][310]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.22.07:955][310]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.22.07:956][310]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.379 ms (total: 31.136 ms) -[2025.03.28-13.22.07:957][310]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.22.07:957][310]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.22.07:960][310]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002847s) -[2025.03.28-13.22.07:960][310]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002867s) -[2025.03.28-13.22.07:977][310]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-13.22.07:981][310]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.22.07:981][310]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.22.07:981][310]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.22.07:981][310]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.22.07:981][310]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.22.07:983][310]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.22.07:983][310]LogWorldPartition: Display: WorldPartition initialize took 1.274 ms (total: 101.979 ms) -[2025.03.28-13.22.07:983][310]LogPlayLevel: PIE: World Init took: (0.002115s) -[2025.03.28-13.22.07:993][310]LogAudio: Display: Creating Audio Device: Id: 23, Scope: Unique, Realtime: True -[2025.03.28-13.22.07:993][310]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.22.07:993][310]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.22.07:993][310]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.22.07:993][310]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.22.07:993][310]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.22.07:993][310]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.22.07:993][310]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.22.07:993][310]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.22.07:993][310]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.22.07:993][310]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.22.07:993][310]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.22.07:994][310]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.22.08:009][310]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.22.08:010][310]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.22.08:010][310]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.22.08:010][310]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.22.08:010][310]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=23 -[2025.03.28-13.22.08:010][310]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=23 -[2025.03.28-13.22.08:011][310]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=23 -[2025.03.28-13.22.08:011][310]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=23 -[2025.03.28-13.22.08:011][310]LogInit: FAudioDevice initialized with ID 23. -[2025.03.28-13.22.08:011][310]LogAudio: Display: Audio Device (ID: 23) registered with world 'ThirdPersonMap'. -[2025.03.28-13.22.08:011][310]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 23 -[2025.03.28-13.22.08:013][310]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.22.08:016][310]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.22.08 -[2025.03.28-13.22.08:016][310]LogWorld: Bringing up level for play took: 0.002903 -[2025.03.28-13.22.08:017][310]LogOnline: OSS: Created online subsystem instance for: :Context_30 -[2025.03.28-13.22.08:018][310]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.22.08:018][310]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.22.08:030][310]PIE: Server logged in -[2025.03.28-13.22.08:031][310]PIE: Play in editor total start time 0.079 seconds. -[2025.03.28-13.22.08:618][365]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.22.08:844][392]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.22.09:152][429]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.22.09:336][451]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.22.09:336][451]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.22.09:336][451]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.22.21:434][897]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.22.21:434][897]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.22.21:435][897]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.22.21:435][897]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.22.21:435][897]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.22.21:435][897]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.22.21:435][897]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.22.21:435][897]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.22.21:437][897]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.22.21:442][897]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.22.21:458][897]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.22.21:458][897]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 23 -[2025.03.28-13.22.21:458][897]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=23 -[2025.03.28-13.22.21:459][897]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=23 -[2025.03.28-13.22.21:462][897]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.22.21:465][897]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-13.22.21:533][898]LogPlayLevel: Display: Destroying online subsystem :Context_30 -[2025.03.28-13.22.27:026][542]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-13.22.27:520][584]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.22.27:551][584]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.22.27:556][584]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.22.27:556][584]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.22.27:558][584]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.22.27:559][584]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot18E7FB9E438E3E38436E4ABD7A7590DB.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.22.27:565][584]LogFileHelpers: InternalPromptForCheckoutAndSave took 45.481 ms (total: 1.64 sec) -[2025.03.28-13.22.27:592][584]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.22.27:592][584]LogContentValidation: Enabled validators: -[2025.03.28-13.22.27:592][584]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.22.27:592][584]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.22.27:592][584]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.22.27:592][584]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.22.27:592][584]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.22.28:767][711]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.22.28:768][711]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.22.28:769][711]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.325 ms (total: 32.461 ms) -[2025.03.28-13.22.28:770][711]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.22.28:770][711]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.22.28:773][711]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002927s) -[2025.03.28-13.22.28:773][711]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002948s) -[2025.03.28-13.22.28:789][711]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-13.22.28:793][711]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.22.28:793][711]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.22.28:793][711]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.22.28:793][711]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.22.28:793][711]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.22.28:795][711]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.22.28:795][711]LogWorldPartition: Display: WorldPartition initialize took 1.268 ms (total: 103.248 ms) -[2025.03.28-13.22.28:795][711]LogPlayLevel: PIE: World Init took: (0.002135s) -[2025.03.28-13.22.28:805][711]LogAudio: Display: Creating Audio Device: Id: 24, Scope: Unique, Realtime: True -[2025.03.28-13.22.28:805][711]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.22.28:805][711]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.22.28:805][711]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.22.28:805][711]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.22.28:805][711]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.22.28:805][711]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.22.28:805][711]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.22.28:805][711]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.22.28:805][711]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.22.28:805][711]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.22.28:805][711]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.22.28:806][711]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.22.28:822][711]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.22.28:822][711]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.22.28:822][711]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.22.28:822][711]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.22.28:823][711]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=24 -[2025.03.28-13.22.28:823][711]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=24 -[2025.03.28-13.22.28:824][711]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=24 -[2025.03.28-13.22.28:824][711]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=24 -[2025.03.28-13.22.28:824][711]LogInit: FAudioDevice initialized with ID 24. -[2025.03.28-13.22.28:824][711]LogAudio: Display: Audio Device (ID: 24) registered with world 'ThirdPersonMap'. -[2025.03.28-13.22.28:824][711]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 24 -[2025.03.28-13.22.28:826][711]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.22.28:829][711]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.22.28 -[2025.03.28-13.22.28:830][711]LogWorld: Bringing up level for play took: 0.002854 -[2025.03.28-13.22.28:831][711]LogOnline: OSS: Created online subsystem instance for: :Context_31 -[2025.03.28-13.22.28:832][711]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.22.28:832][711]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.22.28:844][711]PIE: Server logged in -[2025.03.28-13.22.28:844][711]PIE: Play in editor total start time 0.08 seconds. -[2025.03.28-13.22.29:309][751]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.22.29:559][781]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.22.29:943][827]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.22.29:943][827]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.22.29:943][827]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.22.33:692][273]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.22.33:692][273]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.22.33:692][273]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.22.33:692][273]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.22.33:692][273]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.22.33:692][273]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.22.33:693][273]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.22.33:693][273]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.22.33:694][273]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.22.33:698][273]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.22.33:715][273]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.22.33:715][273]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 24 -[2025.03.28-13.22.33:715][273]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=24 -[2025.03.28-13.22.33:716][273]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=24 -[2025.03.28-13.22.33:719][273]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.22.33:722][273]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-13.22.33:788][274]LogPlayLevel: Display: Destroying online subsystem :Context_31 -[2025.03.28-13.23.11:639][669]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-13.23.12:346][708]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.23.12:371][708]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.23.12:374][708]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.23.12:374][708]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.23.12:386][708]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.23.12:386][708]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment5B29DD9E4CCFCEF78F5A6887205E3118.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.23.12:392][708]LogFileHelpers: InternalPromptForCheckoutAndSave took 45.776 ms (total: 1.68 sec) -[2025.03.28-13.23.12:421][708]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.23.12:422][708]LogContentValidation: Enabled validators: -[2025.03.28-13.23.12:422][708]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.23.12:422][708]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.23.12:422][708]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.23.12:422][708]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.23.12:423][708]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.23.17:482][291]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-13.23.17:998][343]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.23.18:025][343]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.23.18:028][343]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.23.18:028][343]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.23.18:039][343]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.23.18:039][343]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment804B0FDC439C9033E4AAA1AE20C136EF.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.23.18:045][343]LogFileHelpers: InternalPromptForCheckoutAndSave took 46.935 ms (total: 1.73 sec) -[2025.03.28-13.23.18:074][343]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.23.18:074][343]LogContentValidation: Enabled validators: -[2025.03.28-13.23.18:074][343]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.23.18:074][343]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.23.18:074][343]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.23.18:074][343]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.23.18:075][343]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.23.20:482][627]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-13.23.21:029][675]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.23.21:053][675]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.23.21:056][675]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.23.21:056][675]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.23.21:058][675]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.23.21:059][675]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotB2938B3744C77DC2ABCC0FB4DD141039.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.23.21:065][675]LogFileHelpers: InternalPromptForCheckoutAndSave took 36.124 ms (total: 1.77 sec) -[2025.03.28-13.23.21:096][675]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.23.21:096][675]LogContentValidation: Enabled validators: -[2025.03.28-13.23.21:096][675]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.23.21:096][675]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.23.21:096][675]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.23.21:096][675]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.23.21:096][675]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.23.27:475][396]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.23.27:475][396]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.23.27:476][396]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.518 ms (total: 33.980 ms) -[2025.03.28-13.23.27:477][396]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.23.27:477][396]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.23.27:481][396]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003154s) -[2025.03.28-13.23.27:481][396]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003176s) -[2025.03.28-13.23.27:498][396]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-13.23.27:502][396]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.23.27:503][396]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.23.27:503][396]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.23.27:503][396]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.23.27:503][396]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.23.27:505][396]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.23.27:505][396]LogWorldPartition: Display: WorldPartition initialize took 1.394 ms (total: 104.642 ms) -[2025.03.28-13.23.27:505][396]LogPlayLevel: PIE: World Init took: (0.002302s) -[2025.03.28-13.23.27:515][396]LogAudio: Display: Creating Audio Device: Id: 25, Scope: Unique, Realtime: True -[2025.03.28-13.23.27:516][396]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.23.27:516][396]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.23.27:516][396]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.23.27:516][396]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.23.27:516][396]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.23.27:516][396]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.23.27:516][396]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.23.27:516][396]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.23.27:516][396]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.23.27:516][396]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.23.27:516][396]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.23.27:517][396]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.23.27:533][396]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.23.27:533][396]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.23.27:533][396]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.23.27:533][396]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.23.27:534][396]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=25 -[2025.03.28-13.23.27:534][396]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=25 -[2025.03.28-13.23.27:535][396]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=25 -[2025.03.28-13.23.27:535][396]LogInit: FAudioDevice initialized with ID 25. -[2025.03.28-13.23.27:535][396]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=25 -[2025.03.28-13.23.27:535][396]LogAudio: Display: Audio Device (ID: 25) registered with world 'ThirdPersonMap'. -[2025.03.28-13.23.27:535][396]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 25 -[2025.03.28-13.23.27:538][396]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.23.27:540][396]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.23.27 -[2025.03.28-13.23.27:541][396]LogWorld: Bringing up level for play took: 0.003127 -[2025.03.28-13.23.27:542][396]LogOnline: OSS: Created online subsystem instance for: :Context_32 -[2025.03.28-13.23.27:543][396]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.23.27:543][396]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.23.27:556][396]PIE: Server logged in -[2025.03.28-13.23.27:557][396]PIE: Play in editor total start time 0.085 seconds. -[2025.03.28-13.23.29:118][574]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.23.29:402][608]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.23.29:936][672]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.23.29:936][672]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.23.29:936][672]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.23.31:631][871]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.23.31:631][871]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.23.31:631][871]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.23.31:632][871]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.23.31:632][871]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.23.31:632][871]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.23.31:632][871]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.23.31:632][871]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.23.31:634][871]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.23.31:638][871]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.23.31:654][871]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.23.31:654][871]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 25 -[2025.03.28-13.23.31:654][871]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=25 -[2025.03.28-13.23.31:656][871]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=25 -[2025.03.28-13.23.31:659][871]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.23.31:661][871]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.28-13.23.31:726][872]LogPlayLevel: Display: Destroying online subsystem :Context_32 -[2025.03.28-13.23.33:096][ 23]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.23.33:096][ 23]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.23.33:097][ 23]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.367 ms (total: 35.347 ms) -[2025.03.28-13.23.33:098][ 23]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.23.33:120][ 23]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.23.33:123][ 23]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003137s) -[2025.03.28-13.23.33:123][ 23]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003164s) -[2025.03.28-13.23.33:139][ 23]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-13.23.33:142][ 23]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.23.33:143][ 23]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.23.33:143][ 23]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.23.33:143][ 23]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.23.33:143][ 23]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.23.33:144][ 23]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.23.33:144][ 23]LogWorldPartition: Display: WorldPartition initialize took 1.290 ms (total: 105.932 ms) -[2025.03.28-13.23.33:144][ 23]LogPlayLevel: PIE: World Init took: (0.002161s) -[2025.03.28-13.23.33:155][ 23]LogAudio: Display: Creating Audio Device: Id: 26, Scope: Unique, Realtime: True -[2025.03.28-13.23.33:155][ 23]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.23.33:155][ 23]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.23.33:155][ 23]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.23.33:155][ 23]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.23.33:155][ 23]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.23.33:155][ 23]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.23.33:155][ 23]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.23.33:155][ 23]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.23.33:155][ 23]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.23.33:155][ 23]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.23.33:155][ 23]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.23.33:156][ 23]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.23.33:171][ 23]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.23.33:171][ 23]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.23.33:171][ 23]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.23.33:171][ 23]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.23.33:171][ 23]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=26 -[2025.03.28-13.23.33:171][ 23]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=26 -[2025.03.28-13.23.33:172][ 23]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=26 -[2025.03.28-13.23.33:172][ 23]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=26 -[2025.03.28-13.23.33:172][ 23]LogInit: FAudioDevice initialized with ID 26. -[2025.03.28-13.23.33:172][ 23]LogAudio: Display: Audio Device (ID: 26) registered with world 'ThirdPersonMap'. -[2025.03.28-13.23.33:172][ 23]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 26 -[2025.03.28-13.23.33:175][ 23]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.23.33:177][ 23]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.23.33 -[2025.03.28-13.23.33:178][ 23]LogWorld: Bringing up level for play took: 0.002952 -[2025.03.28-13.23.33:179][ 23]LogOnline: OSS: Created online subsystem instance for: :Context_33 -[2025.03.28-13.23.33:180][ 23]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.23.33:180][ 23]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.23.33:192][ 23]PIE: Server logged in -[2025.03.28-13.23.33:193][ 23]PIE: Play in editor total start time 0.099 seconds. -[2025.03.28-13.23.33:869][ 95]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.23.34:343][152]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.23.34:735][199]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.23.35:103][243]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.23.35:103][243]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.23.35:103][243]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.23.39:102][723]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-13.23.39:102][723]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-13.23.39:661][790]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.23.39:661][790]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-13.23.45:741][517]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.23.45:741][517]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.23.45:742][517]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.23.45:742][517]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.23.45:742][517]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.23.45:742][517]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.23.45:742][517]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.23.45:742][517]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.23.45:744][517]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.23.45:748][517]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.23.45:765][517]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.23.45:765][517]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 26 -[2025.03.28-13.23.45:765][517]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=26 -[2025.03.28-13.23.45:767][517]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=26 -[2025.03.28-13.23.45:772][517]LogUObjectHash: Compacting FUObjectHashTables data took 1.38ms -[2025.03.28-13.23.45:840][518]LogPlayLevel: Display: Destroying online subsystem :Context_33 -[2025.03.28-13.27.24:444][356]LogSlate: Window 'Color Picker' being destroyed -[2025.03.28-13.27.34:461][505]LogSlate: Window 'Color Picker' being destroyed -[2025.03.28-13.27.40:245][193]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-13.27.41:101][269]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.27.41:126][269]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.27.41:130][269]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.27.41:130][269]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.27.41:142][269]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.27.41:142][269]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentE71A0CF6434993503E34F59768F547CF.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.27.41:148][269]LogFileHelpers: InternalPromptForCheckoutAndSave took 46.304 ms (total: 1.81 sec) -[2025.03.28-13.27.41:175][269]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.27.41:175][269]LogContentValidation: Enabled validators: -[2025.03.28-13.27.41:175][269]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.27.41:175][269]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.27.41:175][269]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.27.41:175][269]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.27.41:176][269]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.27.43:540][508]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.27.43:540][508]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.27.43:541][508]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.489 ms (total: 36.837 ms) -[2025.03.28-13.27.43:542][508]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.27.43:542][508]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.27.43:545][508]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003064s) -[2025.03.28-13.27.43:545][508]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003084s) -[2025.03.28-13.27.43:562][508]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.28-13.27.43:566][508]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.27.43:567][508]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.27.43:567][508]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.27.43:567][508]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.27.43:567][508]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.27.43:568][508]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.27.43:568][508]LogWorldPartition: Display: WorldPartition initialize took 1.241 ms (total: 107.173 ms) -[2025.03.28-13.27.43:568][508]LogPlayLevel: PIE: World Init took: (0.002103s) -[2025.03.28-13.27.43:579][508]LogAudio: Display: Creating Audio Device: Id: 27, Scope: Unique, Realtime: True -[2025.03.28-13.27.43:579][508]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.27.43:579][508]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.27.43:579][508]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.27.43:579][508]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.27.43:579][508]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.27.43:579][508]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.27.43:579][508]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.27.43:579][508]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.27.43:579][508]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.27.43:579][508]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.27.43:579][508]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.27.43:580][508]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.27.43:596][508]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.27.43:596][508]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.27.43:596][508]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.27.43:596][508]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.27.43:597][508]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=27 -[2025.03.28-13.27.43:597][508]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=27 -[2025.03.28-13.27.43:598][508]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=27 -[2025.03.28-13.27.43:598][508]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=27 -[2025.03.28-13.27.43:598][508]LogInit: FAudioDevice initialized with ID 27. -[2025.03.28-13.27.43:598][508]LogAudio: Display: Audio Device (ID: 27) registered with world 'ThirdPersonMap'. -[2025.03.28-13.27.43:598][508]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 27 -[2025.03.28-13.27.43:600][508]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.27.43:603][508]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.27.43 -[2025.03.28-13.27.43:603][508]LogWorld: Bringing up level for play took: 0.003044 -[2025.03.28-13.27.43:605][508]LogOnline: OSS: Created online subsystem instance for: :Context_34 -[2025.03.28-13.27.43:606][508]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.27.43:606][508]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.27.43:618][508]PIE: Server logged in -[2025.03.28-13.27.43:619][508]PIE: Play in editor total start time 0.082 seconds. -[2025.03.28-13.27.44:387][591]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.27.45:153][683]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.27.45:904][773]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.27.46:238][813]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.27.46:238][813]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.27.46:238][813]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.28.13:352][ 26]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.28.13:352][ 26]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.28.13:353][ 26]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.28.13:353][ 26]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.28.13:353][ 26]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.28.13:353][ 26]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.28.13:353][ 26]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.28.13:353][ 26]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.28.13:355][ 26]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.28.13:359][ 26]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.28.13:376][ 26]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.28.13:377][ 26]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 27 -[2025.03.28-13.28.13:377][ 26]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=27 -[2025.03.28-13.28.13:378][ 26]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=27 -[2025.03.28-13.28.13:381][ 26]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.28.13:384][ 26]LogUObjectHash: Compacting FUObjectHashTables data took 1.11ms -[2025.03.28-13.28.13:452][ 27]LogPlayLevel: Display: Destroying online subsystem :Context_34 -[2025.03.28-13.28.25:824][485]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-13.28.26:449][531]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.28.26:477][531]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.28.26:481][531]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.28.26:481][531]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.28.26:492][531]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.28.26:493][531]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment1921C5304AC0353B5BBEAEB37F529B8A.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.28.26:500][531]LogFileHelpers: InternalPromptForCheckoutAndSave took 50.162 ms (total: 1.86 sec) -[2025.03.28-13.28.26:526][531]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.28.26:526][531]LogContentValidation: Enabled validators: -[2025.03.28-13.28.26:526][531]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.28.26:526][531]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.28.26:526][531]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.28.26:526][531]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.28.26:527][531]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.28.27:984][693]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.28.27:985][693]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.28.27:986][693]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.439 ms (total: 38.276 ms) -[2025.03.28-13.28.27:987][693]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.28.27:987][693]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.28.27:990][693]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002935s) -[2025.03.28-13.28.27:990][693]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002956s) -[2025.03.28-13.28.28:008][693]LogUObjectHash: Compacting FUObjectHashTables data took 1.18ms -[2025.03.28-13.28.28:011][693]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.28.28:012][693]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.28.28:012][693]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.28.28:012][693]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.28.28:012][693]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.28.28:013][693]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.28.28:013][693]LogWorldPartition: Display: WorldPartition initialize took 1.324 ms (total: 108.498 ms) -[2025.03.28-13.28.28:013][693]LogPlayLevel: PIE: World Init took: (0.002214s) -[2025.03.28-13.28.28:024][693]LogAudio: Display: Creating Audio Device: Id: 28, Scope: Unique, Realtime: True -[2025.03.28-13.28.28:024][693]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.28.28:024][693]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.28.28:024][693]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.28.28:024][693]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.28.28:024][693]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.28.28:024][693]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.28.28:024][693]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.28.28:024][693]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.28.28:024][693]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.28.28:024][693]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.28.28:024][693]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.28.28:025][693]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.28.28:040][693]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.28.28:041][693]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.28.28:041][693]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.28.28:041][693]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.28.28:041][693]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=28 -[2025.03.28-13.28.28:041][693]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=28 -[2025.03.28-13.28.28:042][693]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=28 -[2025.03.28-13.28.28:042][693]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=28 -[2025.03.28-13.28.28:042][693]LogInit: FAudioDevice initialized with ID 28. -[2025.03.28-13.28.28:042][693]LogAudio: Display: Audio Device (ID: 28) registered with world 'ThirdPersonMap'. -[2025.03.28-13.28.28:042][693]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 28 -[2025.03.28-13.28.28:044][693]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.28.28:046][693]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.28.28 -[2025.03.28-13.28.28:047][693]LogWorld: Bringing up level for play took: 0.002943 -[2025.03.28-13.28.28:048][693]LogOnline: OSS: Created online subsystem instance for: :Context_35 -[2025.03.28-13.28.28:049][693]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.28.28:049][693]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.28.28:062][693]PIE: Server logged in -[2025.03.28-13.28.28:062][693]PIE: Play in editor total start time 0.081 seconds. -[2025.03.28-13.28.28:804][766]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.28.29:229][817]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.28.29:996][909]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.28.30:306][946]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.28.30:306][946]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.28.30:306][946]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.28.39:182][ 7]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.28.39:182][ 7]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.28.39:183][ 7]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.28.39:183][ 7]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.28.39:183][ 7]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.28.39:183][ 7]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.28.39:183][ 7]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.28.39:183][ 7]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.28.39:185][ 7]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.28.39:189][ 7]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.28.39:205][ 7]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.28.39:206][ 7]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 28 -[2025.03.28-13.28.39:206][ 7]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=28 -[2025.03.28-13.28.39:207][ 7]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=28 -[2025.03.28-13.28.39:210][ 7]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.28.39:213][ 7]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-13.28.39:279][ 8]LogPlayLevel: Display: Destroying online subsystem :Context_35 -[2025.03.28-13.30.41:480][498]LogEditorTransaction: Undo Edit Bottom -[2025.03.28-13.30.41:981][516]LogEditorTransaction: Undo Edit Right -[2025.03.28-13.31.13:421][222]LogSlate: Window 'Color Picker' being destroyed -[2025.03.28-13.31.19:528][921]LogUObjectHash: Compacting FUObjectHashTables data took 1.38ms -[2025.03.28-13.31.20:308][958]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.31.20:338][958]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.31.20:340][958]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.31.20:340][958]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.31.20:343][958]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.31.20:343][958]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot1FA551A94942A55981B20DB05BCFE801.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.31.20:348][958]LogFileHelpers: InternalPromptForCheckoutAndSave took 40.579 ms (total: 1.90 sec) -[2025.03.28-13.31.20:379][958]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.31.20:379][958]LogContentValidation: Enabled validators: -[2025.03.28-13.31.20:379][958]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.31.20:379][958]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.31.20:379][958]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.31.20:379][958]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.31.20:380][958]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.31.21:880][113]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.31.21:880][113]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.31.21:882][113]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.493 ms (total: 39.770 ms) -[2025.03.28-13.31.21:883][113]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.31.21:883][113]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.31.21:886][113]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003058s) -[2025.03.28-13.31.21:886][113]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003080s) -[2025.03.28-13.31.21:903][113]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.28-13.31.21:905][113]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.31.21:906][113]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.31.21:906][113]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.31.21:906][113]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.31.21:906][113]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.31.21:907][113]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.31.21:907][113]LogWorldPartition: Display: WorldPartition initialize took 1.214 ms (total: 109.713 ms) -[2025.03.28-13.31.21:907][113]LogPlayLevel: PIE: World Init took: (0.002066s) -[2025.03.28-13.31.21:917][113]LogAudio: Display: Creating Audio Device: Id: 29, Scope: Unique, Realtime: True -[2025.03.28-13.31.21:917][113]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.31.21:917][113]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.31.21:917][113]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.31.21:917][113]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.31.21:917][113]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.31.21:917][113]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.31.21:917][113]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.31.21:917][113]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.31.21:917][113]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.31.21:917][113]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.31.21:917][113]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.31.21:919][113]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.31.21:934][113]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.31.21:935][113]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.31.21:935][113]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.31.21:935][113]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.31.21:935][113]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=29 -[2025.03.28-13.31.21:935][113]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=29 -[2025.03.28-13.31.21:936][113]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=29 -[2025.03.28-13.31.21:936][113]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=29 -[2025.03.28-13.31.21:936][113]LogInit: FAudioDevice initialized with ID 29. -[2025.03.28-13.31.21:936][113]LogAudio: Display: Audio Device (ID: 29) registered with world 'ThirdPersonMap'. -[2025.03.28-13.31.21:936][113]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 29 -[2025.03.28-13.31.21:938][113]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.31.21:941][113]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.31.21 -[2025.03.28-13.31.21:941][113]LogWorld: Bringing up level for play took: 0.002968 -[2025.03.28-13.31.21:943][113]LogOnline: OSS: Created online subsystem instance for: :Context_36 -[2025.03.28-13.31.21:944][113]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.31.21:944][113]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.31.21:956][113]PIE: Server logged in -[2025.03.28-13.31.21:957][113]PIE: Play in editor total start time 0.078 seconds. -[2025.03.28-13.31.22:663][182]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.31.23:288][257]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.31.23:846][324]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.31.24:222][369]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.31.24:222][369]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.31.24:222][369]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.31.28:551][885]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.31.28:552][885]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.31.28:552][885]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.31.28:552][885]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.31.28:552][885]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.31.28:552][885]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.31.28:552][885]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.31.28:553][885]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.31.28:554][885]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.31.28:558][885]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.31.28:575][885]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.31.28:576][885]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 29 -[2025.03.28-13.31.28:576][885]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=29 -[2025.03.28-13.31.28:577][885]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=29 -[2025.03.28-13.31.28:580][885]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.31.28:583][885]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-13.31.28:651][886]LogPlayLevel: Display: Destroying online subsystem :Context_36 -[2025.03.28-13.32.28:030][949]LogSlate: Window 'Color Picker' being destroyed -[2025.03.28-13.32.47:969][265]LogSlate: Window 'Color Picker' being destroyed -[2025.03.28-13.32.53:480][918]LogSlate: Window 'Color Picker' being destroyed -[2025.03.28-13.32.55:119][110]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-13.32.55:940][153]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.32.55:968][153]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.32.55:970][153]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.32.55:970][153]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.32.55:973][153]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.32.55:973][153]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot554C9E1E41345182DC3BB9ACC4613A3A.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.32.55:979][153]LogFileHelpers: InternalPromptForCheckoutAndSave took 38.742 ms (total: 1.94 sec) -[2025.03.28-13.32.56:010][153]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.32.56:010][153]LogContentValidation: Enabled validators: -[2025.03.28-13.32.56:010][153]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.32.56:010][153]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.32.56:010][153]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.32.56:010][153]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.32.56:010][153]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.32.57:539][322]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.32.57:539][322]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.32.57:540][322]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.346 ms (total: 41.116 ms) -[2025.03.28-13.32.57:541][322]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.32.57:541][322]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.32.57:544][322]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002854s) -[2025.03.28-13.32.57:544][322]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002874s) -[2025.03.28-13.32.57:561][322]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-13.32.57:563][322]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.32.57:563][322]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.32.57:564][322]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.32.57:564][322]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.32.57:564][322]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.32.57:565][322]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.32.57:565][322]LogWorldPartition: Display: WorldPartition initialize took 1.202 ms (total: 110.915 ms) -[2025.03.28-13.32.57:565][322]LogPlayLevel: PIE: World Init took: (0.001953s) -[2025.03.28-13.32.57:576][322]LogAudio: Display: Creating Audio Device: Id: 30, Scope: Unique, Realtime: True -[2025.03.28-13.32.57:576][322]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.32.57:576][322]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.32.57:576][322]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.32.57:576][322]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.32.57:576][322]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.32.57:576][322]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.32.57:576][322]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.32.57:576][322]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.32.57:576][322]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.32.57:576][322]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.32.57:576][322]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.32.57:577][322]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.32.57:593][322]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.32.57:594][322]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.32.57:594][322]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.32.57:594][322]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.32.57:595][322]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=30 -[2025.03.28-13.32.57:595][322]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=30 -[2025.03.28-13.32.57:596][322]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=30 -[2025.03.28-13.32.57:596][322]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=30 -[2025.03.28-13.32.57:596][322]LogInit: FAudioDevice initialized with ID 30. -[2025.03.28-13.32.57:596][322]LogAudio: Display: Audio Device (ID: 30) registered with world 'ThirdPersonMap'. -[2025.03.28-13.32.57:596][322]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 30 -[2025.03.28-13.32.57:598][322]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.32.57:600][322]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.32.57 -[2025.03.28-13.32.57:601][322]LogWorld: Bringing up level for play took: 0.003059 -[2025.03.28-13.32.57:603][322]LogOnline: OSS: Created online subsystem instance for: :Context_37 -[2025.03.28-13.32.57:603][322]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.32.57:603][322]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.32.57:616][322]PIE: Server logged in -[2025.03.28-13.32.57:617][322]PIE: Play in editor total start time 0.08 seconds. -[2025.03.28-13.32.58:241][381]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.32.58:966][468]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.32.59:708][557]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.33.00:076][601]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.33.00:076][601]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.33.00:076][601]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.33.11:438][956]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.33.11:438][956]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.33.11:439][956]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.33.11:439][956]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.33.11:439][956]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.33.11:439][956]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.33.11:439][956]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.33.11:439][956]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.33.11:441][956]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.33.11:446][956]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.33.11:461][956]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.33.11:462][956]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 30 -[2025.03.28-13.33.11:462][956]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=30 -[2025.03.28-13.33.11:463][956]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=30 -[2025.03.28-13.33.11:466][956]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.33.11:469][956]LogUObjectHash: Compacting FUObjectHashTables data took 1.26ms -[2025.03.28-13.33.11:538][957]LogPlayLevel: Display: Destroying online subsystem :Context_37 -[2025.03.28-13.33.21:392][ 86]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.33.21:392][ 86]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.33.21:394][ 86]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.394 ms (total: 42.511 ms) -[2025.03.28-13.33.21:395][ 86]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.33.21:395][ 86]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.33.21:398][ 86]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003046s) -[2025.03.28-13.33.21:398][ 86]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003066s) -[2025.03.28-13.33.21:413][ 86]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.28-13.33.21:417][ 86]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.33.21:418][ 86]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.33.21:418][ 86]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.33.21:418][ 86]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.33.21:418][ 86]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.33.21:419][ 86]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.33.21:419][ 86]LogWorldPartition: Display: WorldPartition initialize took 1.269 ms (total: 112.185 ms) -[2025.03.28-13.33.21:419][ 86]LogPlayLevel: PIE: World Init took: (0.002114s) -[2025.03.28-13.33.21:430][ 86]LogAudio: Display: Creating Audio Device: Id: 31, Scope: Unique, Realtime: True -[2025.03.28-13.33.21:430][ 86]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.33.21:430][ 86]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.33.21:430][ 86]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.33.21:430][ 86]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.33.21:430][ 86]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.33.21:430][ 86]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.33.21:430][ 86]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.33.21:430][ 86]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.33.21:430][ 86]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.33.21:430][ 86]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.33.21:430][ 86]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.33.21:432][ 86]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.33.21:448][ 86]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.33.21:448][ 86]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.33.21:448][ 86]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.33.21:448][ 86]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.33.21:449][ 86]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=31 -[2025.03.28-13.33.21:449][ 86]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=31 -[2025.03.28-13.33.21:450][ 86]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=31 -[2025.03.28-13.33.21:450][ 86]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=31 -[2025.03.28-13.33.21:450][ 86]LogInit: FAudioDevice initialized with ID 31. -[2025.03.28-13.33.21:450][ 86]LogAudio: Display: Audio Device (ID: 31) registered with world 'ThirdPersonMap'. -[2025.03.28-13.33.21:450][ 86]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 31 -[2025.03.28-13.33.21:452][ 86]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.33.21:455][ 86]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.33.21 -[2025.03.28-13.33.21:456][ 86]LogWorld: Bringing up level for play took: 0.003198 -[2025.03.28-13.33.21:457][ 86]LogOnline: OSS: Created online subsystem instance for: :Context_38 -[2025.03.28-13.33.21:458][ 86]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.33.21:458][ 86]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.33.21:472][ 86]PIE: Server logged in -[2025.03.28-13.33.21:472][ 86]PIE: Play in editor total start time 0.082 seconds. -[2025.03.28-13.33.22:313][168]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.33.22:313][168]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.33.22:313][168]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.33.25:338][531]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-13.33.25:338][531]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-13.33.26:213][636]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.33.26:854][713]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.33.27:613][804]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.33.27:881][836]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.33.27:881][836]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-13.33.38:460][ 94]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.33.38:460][ 94]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.33.38:460][ 94]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.33.38:461][ 94]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.33.38:461][ 94]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.33.38:461][ 94]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.33.38:461][ 94]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.33.38:461][ 94]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.33.38:463][ 94]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.33.38:467][ 94]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.33.38:483][ 94]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.33.38:484][ 94]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 31 -[2025.03.28-13.33.38:484][ 94]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=31 -[2025.03.28-13.33.38:485][ 94]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=31 -[2025.03.28-13.33.38:491][ 94]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-13.33.38:560][ 95]LogPlayLevel: Display: Destroying online subsystem :Context_38 -[2025.03.28-13.34.54:327][361]LogUObjectHash: Compacting FUObjectHashTables data took 1.39ms -[2025.03.28-13.34.55:288][410]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.34.55:315][410]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.34.55:320][410]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.34.55:320][410]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.34.55:323][410]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.34.55:323][410]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot6339672F420B007EC5484C95A89E592A.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.34.55:335][410]LogFileHelpers: InternalPromptForCheckoutAndSave took 46.726 ms (total: 1.99 sec) -[2025.03.28-13.34.55:362][410]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.34.55:362][410]LogContentValidation: Enabled validators: -[2025.03.28-13.34.55:362][410]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.34.55:362][410]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.34.55:362][410]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.34.55:362][410]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.34.55:362][410]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.35.01:217][ 87]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.28-13.35.01:937][110]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.35.01:966][110]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.35.01:968][110]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.35.01:968][110]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.35.01:971][110]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.35.01:972][110]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot618AF40D41D87FEC0A9CC08F3B971F7C.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.35.01:977][110]LogFileHelpers: InternalPromptForCheckoutAndSave took 40.097 ms (total: 2.03 sec) -[2025.03.28-13.35.02:007][110]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.35.02:007][110]LogContentValidation: Enabled validators: -[2025.03.28-13.35.02:007][110]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.35.02:007][110]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.35.02:007][110]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.35.02:007][110]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.35.02:008][110]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.35.16:572][798]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-13.35.17:406][841]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.35.17:434][841]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.35.17:437][841]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.35.17:437][841]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.35.17:440][841]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.35.17:440][841]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotE72B17924EE91608D12B6E8D4BE34899.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.35.17:445][841]LogFileHelpers: InternalPromptForCheckoutAndSave took 39.651 ms (total: 2.07 sec) -[2025.03.28-13.35.17:475][841]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.35.17:475][841]LogContentValidation: Enabled validators: -[2025.03.28-13.35.17:475][841]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.35.17:475][841]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.35.17:475][841]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.35.17:475][841]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.35.17:475][841]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.36.45:755][732]LogSlate: Window 'Color Picker' being destroyed -[2025.03.28-13.36.55:066][838]LogSlate: Window 'Color Picker' being destroyed -[2025.03.28-13.36.59:638][378]LogSlate: Window 'Color Picker' being destroyed -[2025.03.28-13.37.03:487][833]LogSlate: Window 'Color Picker' being destroyed -[2025.03.28-13.37.19:268][712]LogSlate: Window 'Color Picker' being destroyed -[2025.03.28-13.37.25:155][411]LogUObjectHash: Compacting FUObjectHashTables data took 1.11ms -[2025.03.28-13.37.26:144][464]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.37.26:168][464]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.37.26:173][464]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.37.26:173][464]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.37.26:176][464]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.37.26:177][464]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot879C8D7445BC21B8AA2FFD806BBB6475.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.37.26:182][464]LogFileHelpers: InternalPromptForCheckoutAndSave took 38.219 ms (total: 2.11 sec) -[2025.03.28-13.37.26:211][464]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.37.26:211][464]LogContentValidation: Enabled validators: -[2025.03.28-13.37.26:211][464]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.37.26:211][464]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.37.26:211][464]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.37.26:211][464]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.37.26:211][464]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.37.28:215][677]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.37.28:215][677]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.37.28:216][677]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.442 ms (total: 43.953 ms) -[2025.03.28-13.37.28:217][677]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.37.28:217][677]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.37.28:220][677]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003164s) -[2025.03.28-13.37.28:220][677]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003190s) -[2025.03.28-13.37.28:237][677]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms -[2025.03.28-13.37.28:239][677]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.37.28:239][677]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.37.28:239][677]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.37.28:240][677]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.37.28:240][677]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.37.28:241][677]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.37.28:241][677]LogWorldPartition: Display: WorldPartition initialize took 1.314 ms (total: 113.500 ms) -[2025.03.28-13.37.28:241][677]LogPlayLevel: PIE: World Init took: (0.002228s) -[2025.03.28-13.37.28:251][677]LogAudio: Display: Creating Audio Device: Id: 32, Scope: Unique, Realtime: True -[2025.03.28-13.37.28:251][677]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.37.28:251][677]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.37.28:251][677]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.37.28:251][677]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.37.28:251][677]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.37.28:251][677]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.37.28:251][677]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.37.28:251][677]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.37.28:251][677]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.37.28:251][677]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.37.28:251][677]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.37.28:253][677]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.37.28:268][677]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.37.28:268][677]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.37.28:268][677]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.37.28:268][677]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.37.28:269][677]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=32 -[2025.03.28-13.37.28:269][677]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=32 -[2025.03.28-13.37.28:270][677]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=32 -[2025.03.28-13.37.28:270][677]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=32 -[2025.03.28-13.37.28:270][677]LogInit: FAudioDevice initialized with ID 32. -[2025.03.28-13.37.28:270][677]LogAudio: Display: Audio Device (ID: 32) registered with world 'ThirdPersonMap'. -[2025.03.28-13.37.28:270][677]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 32 -[2025.03.28-13.37.28:272][677]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.37.28:274][677]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.37.28 -[2025.03.28-13.37.28:275][677]LogWorld: Bringing up level for play took: 0.002918 -[2025.03.28-13.37.28:276][677]LogOnline: OSS: Created online subsystem instance for: :Context_39 -[2025.03.28-13.37.28:277][677]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.37.28:277][677]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.37.28:289][677]PIE: Server logged in -[2025.03.28-13.37.28:290][677]PIE: Play in editor total start time 0.077 seconds. -[2025.03.28-13.37.29:091][758]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.37.29:683][829]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.37.30:250][897]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.37.30:551][933]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.37.30:551][933]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.37.30:551][933]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.37.36:469][635]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.37.36:469][635]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.37.36:469][635]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.37.36:470][635]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.37.36:470][635]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.37.36:470][635]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.37.36:470][635]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.37.36:470][635]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.37.36:472][635]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.37.36:476][635]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.37.36:493][635]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.37.36:493][635]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 32 -[2025.03.28-13.37.36:493][635]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=32 -[2025.03.28-13.37.36:494][635]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=32 -[2025.03.28-13.37.36:498][635]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.37.36:501][635]LogUObjectHash: Compacting FUObjectHashTables data took 1.48ms -[2025.03.28-13.37.36:569][636]LogPlayLevel: Display: Destroying online subsystem :Context_39 -[2025.03.28-13.38.55:251][889]LogUObjectHash: Compacting FUObjectHashTables data took 0.98ms -[2025.03.28-13.38.56:255][944]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.38.56:276][944]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-13.38.56:278][944]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-13.38.56:278][944]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-13.38.56:281][944]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-13.38.56:282][944]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotA9B6B03D4491EE79496FD18E0FF37274.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-13.38.56:289][944]LogFileHelpers: InternalPromptForCheckoutAndSave took 33.414 ms (total: 2.14 sec) -[2025.03.28-13.38.56:318][944]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.38.56:318][944]LogContentValidation: Enabled validators: -[2025.03.28-13.38.56:318][944]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.38.56:318][944]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.38.56:318][944]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.38.56:318][944]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-13.38.56:319][944]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-13.38.57:895][111]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.38.57:895][111]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.38.57:897][111]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.396 ms (total: 45.350 ms) -[2025.03.28-13.38.57:898][111]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.38.57:898][111]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.38.57:901][111]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002933s) -[2025.03.28-13.38.57:901][111]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002953s) -[2025.03.28-13.38.57:917][111]LogUObjectHash: Compacting FUObjectHashTables data took 1.11ms -[2025.03.28-13.38.57:919][111]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.38.57:919][111]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.38.57:919][111]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.38.57:919][111]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.38.57:919][111]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.38.57:921][111]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.38.57:921][111]LogWorldPartition: Display: WorldPartition initialize took 1.267 ms (total: 114.767 ms) -[2025.03.28-13.38.57:921][111]LogPlayLevel: PIE: World Init took: (0.002120s) -[2025.03.28-13.38.57:931][111]LogAudio: Display: Creating Audio Device: Id: 33, Scope: Unique, Realtime: True -[2025.03.28-13.38.57:931][111]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.38.57:931][111]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.38.57:931][111]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.38.57:931][111]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.38.57:931][111]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.38.57:931][111]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.38.57:931][111]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.38.57:931][111]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.38.57:931][111]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.38.57:931][111]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.38.57:931][111]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.38.57:932][111]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.38.57:948][111]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.38.57:948][111]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.38.57:948][111]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.38.57:948][111]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.38.57:948][111]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=33 -[2025.03.28-13.38.57:948][111]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=33 -[2025.03.28-13.38.57:950][111]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=33 -[2025.03.28-13.38.57:950][111]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=33 -[2025.03.28-13.38.57:950][111]LogInit: FAudioDevice initialized with ID 33. -[2025.03.28-13.38.57:950][111]LogAudio: Display: Audio Device (ID: 33) registered with world 'ThirdPersonMap'. -[2025.03.28-13.38.57:950][111]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 33 -[2025.03.28-13.38.57:952][111]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.38.57:954][111]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.38.57 -[2025.03.28-13.38.57:955][111]LogWorld: Bringing up level for play took: 0.003088 -[2025.03.28-13.38.57:956][111]LogOnline: OSS: Created online subsystem instance for: :Context_40 -[2025.03.28-13.38.57:957][111]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.38.57:957][111]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.38.57:970][111]PIE: Server logged in -[2025.03.28-13.38.57:970][111]PIE: Play in editor total start time 0.078 seconds. -[2025.03.28-13.38.58:686][181]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.38.59:112][232]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.38.59:511][280]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-13.38.59:863][322]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.38.59:863][322]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.38.59:863][322]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.39.19:329][655]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.39.19:329][655]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.39.19:329][655]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.39.19:330][655]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.39.19:330][655]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.39.19:330][655]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.39.19:330][655]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.39.19:330][655]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.39.19:332][655]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.39.19:336][655]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.39.19:354][655]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.39.19:354][655]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 33 -[2025.03.28-13.39.19:354][655]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=33 -[2025.03.28-13.39.19:355][655]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=33 -[2025.03.28-13.39.19:358][655]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.39.19:361][655]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-13.39.19:431][656]LogPlayLevel: Display: Destroying online subsystem :Context_40 -[2025.03.28-13.42.20:475][103]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.42.20:475][103]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.42.21:093][156]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-13.42.21:299][156]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.42.21:299][156]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.42.25:248][455]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.42.25:248][455]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.42.51:032][222]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.42.51:032][222]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.42.51:033][222]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.42.51:033][222]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.42.51:034][222]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.42.51:034][222]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.42.51:036][222]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.42.51:036][222]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.42.51:184][222]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.42.51:184][222]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.43.13:428][837]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.43.13:428][837]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.43.13:429][837]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.43.13:429][837]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.43.13:430][837]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.43.13:430][837]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.43.13:432][837]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.43.13:432][837]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.43.13:469][837]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.43.13:469][837]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.43.16:586][123]LogUObjectHash: Compacting FUObjectHashTables data took 1.22ms -[2025.03.28-13.43.16:589][123]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/ThirdPerson/Maps/ThirdPersonMap' took 0.021 -[2025.03.28-13.43.16:589][123]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-13.43.16:595][123]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.43.16:595][123]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.43.16:639][123]OBJ SavePackage: Rendered thumbnail for [BlueprintGeneratedClass /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter_C] -[2025.03.28-13.43.16:646][123]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-13.43.16:646][123]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-13.43.16:707][123]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter_Auto2 -[2025.03.28-13.43.16:707][123]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter_Auto2EC61C1DE46611B9F8B07F592DE930929.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter_Auto2.uasset' -[2025.03.28-13.43.16:708][123]LogFileHelpers: Auto-saving content packages took 0.119 -[2025.03.28-13.43.28:561][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.43.28:561][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.43.28:562][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.43.28:562][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.43.28:563][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.43.28:563][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.43.28:565][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.43.28:565][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.43.28:568][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.43.28:568][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.43.28:569][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.43.28:569][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.43.28:622][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.43.28:622][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.44.23:262][406]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.44.23:262][406]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.44.23:263][406]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.44.23:263][406]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.44.23:264][406]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.44.23:264][406]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.44.23:266][406]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.44.23:266][406]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.44.23:267][406]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.44.23:267][406]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.44.23:268][406]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.44.23:268][406]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.44.23:284][406]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.44.23:284][406]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.45.51:130][271]LogUObjectHash: Compacting FUObjectHashTables data took 1.11ms -[2025.03.28-13.45.51:138][271]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.45.51:138][271]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.45.51:139][271]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.45.51:139][271]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.45.51:140][271]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.45.51:140][271]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.45.51:142][271]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.45.51:142][271]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.45.51:143][271]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.45.51:143][271]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.45.51:144][271]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.45.51:144][271]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.45.51:145][271]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.45.51:145][271]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.45.51:353][271]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.45.51:353][271]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.45.51:355][271]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.45.51:355][271]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.45.51:356][271]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.45.51:356][271]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.45.51:357][271]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.45.51:357][271]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.45.51:357][271]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.45.51:358][271]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.45.51:358][271]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.45.51:358][271]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.45.51:972][286]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.45.51:999][286]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-13.45.52:046][286]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-13.45.52:046][286]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-13.45.52:102][286]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-13.45.52:102][286]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterEEBB4846473232545FB4E8866F50B1F7.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-13.45.52:109][286]LogFileHelpers: InternalPromptForCheckoutAndSave took 136.896 ms (total: 2.28 sec) -[2025.03.28-13.45.52:140][286]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.45.52:140][286]LogContentValidation: Enabled validators: -[2025.03.28-13.45.52:140][286]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.45.52:140][286]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.45.52:140][286]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.45.52:140][286]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-13.45.52:140][286]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-13.46.00:389][475]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.00:389][475]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.06:801][998]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.06:801][998]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.06:803][998]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.06:803][998]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.06:804][998]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.06:804][998]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.06:806][998]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.06:806][998]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.06:807][998]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.06:807][998]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.46.06:808][998]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.06:808][998]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.46.06:823][998]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.06:823][998]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.09:478][101]LogUObjectHash: Compacting FUObjectHashTables data took 1.39ms -[2025.03.28-13.46.09:487][101]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.09:487][101]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.09:488][101]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.09:488][101]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.09:489][101]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.09:489][101]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.09:491][101]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.09:491][101]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.09:492][101]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.09:492][101]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.09:493][101]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.09:493][101]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.09:493][101]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.09:493][101]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_2.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.46.09:705][101]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.09:705][101]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.09:707][101]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.09:707][101]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.09:708][101]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.09:708][101]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.09:709][101]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.09:709][101]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.09:710][101]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.09:710][101]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_2.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.46.09:711][101]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.09:711][101]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_2.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.46.09:946][101]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.46.09:946][101]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.46.10:631][175]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.46.10:656][175]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-13.46.10:705][175]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-13.46.10:705][175]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-13.46.10:761][175]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-13.46.10:761][175]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterE408CB1843CBCD0C1F5BDF9FB686C1BB.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-13.46.10:769][175]LogFileHelpers: InternalPromptForCheckoutAndSave took 138.166 ms (total: 2.42 sec) -[2025.03.28-13.46.10:794][175]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.46.10:794][175]LogContentValidation: Enabled validators: -[2025.03.28-13.46.10:794][175]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.46.10:794][175]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.46.10:794][175]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.46.10:794][175]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-13.46.10:794][175]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-13.47.04:279][446]LogSlate: Window 'Save Asset As' being destroyed -[2025.03.28-13.47.04:339][446]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.04:339][446]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.47.04:342][446]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.04:342][446]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.47.04:343][446]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.04:343][446]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.47.04:345][446]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.04:345][446]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.47.04:346][446]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.04:346][446]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_2.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.47.04:347][446]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.04:347][446]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_2.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.47.04:362][446]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.04:362][446]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.47.06:548][668]LogUObjectHash: Compacting FUObjectHashTables data took 1.19ms -[2025.03.28-13.47.06:557][668]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.06:557][668]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.47.06:559][668]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.06:559][668]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.47.06:560][668]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.06:560][668]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.47.06:561][668]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.06:561][668]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.47.06:562][668]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.06:562][668]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_2.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.47.06:563][668]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.06:563][668]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_2.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.47.06:564][668]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.06:564][668]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_3.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.47.06:701][668]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.06:701][668]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.47.06:703][668]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.06:703][668]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.47.06:704][668]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.06:704][668]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.47.06:705][668]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.06:705][668]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.47.06:706][668]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.06:706][668]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_3.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.47.06:707][668]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.06:707][668]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_3.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.47.06:997][668]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.47.06:997][668]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.47.07:482][711]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.47.07:508][711]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-13.47.07:555][711]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-13.47.07:555][711]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-13.47.07:610][711]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-13.47.07:610][711]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterC12F0D304486B4669B3F3A8EA4571EE7.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-13.47.07:617][711]LogFileHelpers: InternalPromptForCheckoutAndSave took 135.567 ms (total: 2.55 sec) -[2025.03.28-13.47.07:646][711]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.47.07:646][711]LogContentValidation: Enabled validators: -[2025.03.28-13.47.07:646][711]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.47.07:646][711]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.47.07:646][711]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.47.07:646][711]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-13.47.07:646][711]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-13.47.42:259][619]LogAssetEditorSubsystem: Opening Asset editor for TextureRenderTarget2D /Game/MAIN_CONTENT/Equipment_System/UI/CharacterEquipmentTextureTarget.CharacterEquipmentTextureTarget -[2025.03.28-13.47.57:077][581]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.47.57:102][581]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/CharacterEquipmentTextureTarget] ([1] browsable assets)... -[2025.03.28-13.47.57:103][581]OBJ SavePackage: Rendered thumbnail for [TextureRenderTarget2D /Game/MAIN_CONTENT/Equipment_System/UI/CharacterEquipmentTextureTarget.CharacterEquipmentTextureTarget] -[2025.03.28-13.47.57:103][581]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/CharacterEquipmentTextureTarget] -[2025.03.28-13.47.57:104][581]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/CharacterEquipmentTextureTarget -[2025.03.28-13.47.57:104][581]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/CharacterEquipmentTextureTarget42662F144D78AAF210E382A1E3D706A3.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/CharacterEquipmentTextureTarget.uasset' -[2025.03.28-13.47.57:113][581]LogFileHelpers: InternalPromptForCheckoutAndSave took 35.287 ms (total: 2.59 sec) -[2025.03.28-13.47.57:136][581]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.47.57:136][581]LogContentValidation: Enabled validators: -[2025.03.28-13.47.57:136][581]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.47.57:136][581]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.47.57:136][581]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.47.57:136][581]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/CharacterEquipmentTextureTarget.CharacterEquipmentTextureTarget -[2025.03.28-13.47.57:136][581]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/CharacterEquipmentTextureTarget Validating asset -[2025.03.28-13.48.07:455][667]LogSlate: Window 'CharacterEquipmentTextureTarget' being destroyed -[2025.03.28-13.48.18:129][858]LogContentBrowser: Deferred new asset file creation: CharacterEquipmentTextureTarget_Mat -[2025.03.28-13.48.18:144][858]LogContentBrowser: Creating deferred item: CharacterEquipmentTextureTarget_Mat -[2025.03.28-13.48.18:155][859]LogContentBrowser: Renaming the item being created (Deferred Item: CharacterEquipmentTextureTarget_Mat). -[2025.03.28-13.48.31:245][363]LogContentBrowser: Attempting asset rename: CharacterEquipmentTextureTarget_Mat -> M_CharacterEquipmentTextureTarget -[2025.03.28-13.48.31:251][363]LogContentBrowser: End creating deferred item CharacterEquipmentTextureTarget_Mat -[2025.03.28-13.48.32:471][487]LogAssetEditorSubsystem: Opening Asset editor for Material /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.M_CharacterEquipmentTextureTarget -[2025.03.28-13.48.32:995][487]LogStaticMesh: Display: Waiting for static meshes to be ready 0/1 (/Engine/EditorMeshes/AssetViewer/Floor_Mesh) ... -[2025.03.28-13.48.33:172][487]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.48.33:172][487]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.48.33:172][487]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.48.33:172][487]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.48.33:172][487]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.48.33:343][489]MaterialEditorStats: Base pass vertex shader: 135 instructions -[2025.03.28-13.48.33:343][489]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.48.33:343][489]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.48.33:343][489]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.48.33:343][489]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.48.33:343][489]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.48.33:735][514]MaterialEditorStats: Base pass vertex shader: 135 instructions -[2025.03.28-13.48.33:735][514]MaterialEditorStats: Texture samplers: 1/16 -[2025.03.28-13.48.33:735][514]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.48.33:735][514]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.48.33:735][514]MaterialEditorStats: Shader Count: 3 -[2025.03.28-13.48.33:735][514]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.48.33:838][521]MaterialEditorStats: Base pass shader: 208 instructions -[2025.03.28-13.48.33:839][521]MaterialEditorStats: Base pass vertex shader: 135 instructions -[2025.03.28-13.48.33:839][521]MaterialEditorStats: Texture samplers: 3/16 -[2025.03.28-13.48.33:839][521]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.48.33:839][521]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.48.33:839][521]MaterialEditorStats: Shader Count: 4 -[2025.03.28-13.48.33:839][521]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.48.36:894][624]LogSlate: Window 'M_CharacterEquipmentTextureTarget' being destroyed -[2025.03.28-13.48.47:310][844]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.48.47:310][844]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.48.47:310][844]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.48.47:310][844]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.48.47:310][844]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) -[2025.03.28-13.48.47:310][844]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.48.47:310][844]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.48.47:602][873]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.48.47:602][873]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.48.47:602][873]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.48.47:603][873]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.48.47:603][873]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) -[2025.03.28-13.48.47:603][873]MaterialEditorStats: Shader Count: 1 -[2025.03.28-13.48.47:603][873]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.48.47:757][885]MaterialEditorStats: Default UI Pixel Shader: 38 instructions -[2025.03.28-13.48.47:757][885]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.48.47:757][885]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.48.47:757][885]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.48.47:757][885]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) -[2025.03.28-13.48.47:757][885]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.48.47:757][885]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.48.54:709][284]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.48.54:709][284]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.48.54:709][284]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.48.54:709][284]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.48.54:709][284]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) -[2025.03.28-13.48.54:709][284]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.48.54:709][284]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.48.54:816][287]MaterialEditorStats: Default UI Pixel Shader: 38 instructions -[2025.03.28-13.48.54:816][287]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.48.54:816][287]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.48.54:816][287]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.48.54:816][287]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) -[2025.03.28-13.48.54:816][287]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.48.54:816][287]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.48.57:865][649]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.48.57:865][649]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.48.57:865][649]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.48.57:865][649]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.48.57:865][649]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.48.57:865][649]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.48.57:865][649]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.48.57:865][649]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.48.58:091][676]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.48.58:091][676]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.48.58:091][676]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.48.58:091][676]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.48.58:091][676]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.48.58:091][676]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.48.58:091][676]MaterialEditorStats: Shader Count: 1 -[2025.03.28-13.48.58:091][676]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.48.58:199][688]MaterialEditorStats: Default UI Pixel Shader: 46 instructions -[2025.03.28-13.48.58:199][688]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.48.58:199][688]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.48.58:199][688]MaterialEditorStats: Texture samplers: 1/16 -[2025.03.28-13.48.58:199][688]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.48.58:199][688]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.48.58:199][688]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.48.58:200][688]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.49.06:554][676]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.49.06:554][676]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.49.06:554][676]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.49.06:554][676]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.49.06:554][676]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.49.06:554][676]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.49.06:554][676]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.49.06:554][676]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.49.06:588][679]MaterialEditorStats: Default UI Pixel Shader: 46 instructions -[2025.03.28-13.49.06:589][679]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.49.06:589][679]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.49.06:589][679]MaterialEditorStats: Texture samplers: 1/16 -[2025.03.28-13.49.06:589][679]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.49.06:589][679]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.49.06:589][679]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.49.06:589][679]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.49.09:743][ 44]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.49.09:743][ 44]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.49.09:743][ 44]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.49.09:743][ 44]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.49.09:743][ 44]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.49.09:743][ 44]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.49.09:743][ 44]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.49.09:743][ 44]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.49.09:910][ 64]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.49.09:910][ 64]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.49.09:910][ 64]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.49.09:910][ 64]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.49.09:910][ 64]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.49.09:910][ 64]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.49.09:910][ 64]MaterialEditorStats: Shader Count: 1 -[2025.03.28-13.49.09:910][ 64]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.49.10:063][ 76]MaterialEditorStats: Default UI Pixel Shader: 48 instructions -[2025.03.28-13.49.10:063][ 76]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.49.10:063][ 76]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.49.10:063][ 76]MaterialEditorStats: Texture samplers: 1/16 -[2025.03.28-13.49.10:063][ 76]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.49.10:063][ 76]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.49.10:063][ 76]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.49.10:063][ 76]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.49.11:229][216]LogMaterialEditor: Applying material M_CharacterEquipmentTextureTarget -[2025.03.28-13.49.11:313][216]LogUObjectHash: Compacting FUObjectHashTables data took 1.14ms -[2025.03.28-13.49.11:361][216]LogUObjectHash: Compacting FUObjectHashTables data took 0.50ms -[2025.03.28-13.49.11:371][216]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.49.11:371][216]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.49.11:371][216]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.49.11:371][216]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.49.11:371][216]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.49.11:371][216]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.49.11:371][216]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.49.11:371][216]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.49.11:386][218]MaterialEditorStats: Default UI Pixel Shader: 48 instructions -[2025.03.28-13.49.11:386][218]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.49.11:386][218]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.49.11:386][218]MaterialEditorStats: Texture samplers: 1/16 -[2025.03.28-13.49.11:386][218]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.49.11:386][218]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.49.11:386][218]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.49.11:386][218]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.49.12:149][304]LogMaterialEditor: Saving and Compiling material M_CharacterEquipmentTextureTarget -[2025.03.28-13.49.12:151][304]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.49.12:179][304]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget] ([1] browsable assets)... -[2025.03.28-13.49.15:918][304]OBJ SavePackage: Rendered thumbnail for [Material /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.M_CharacterEquipmentTextureTarget] -[2025.03.28-13.49.15:918][304]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget] -[2025.03.28-13.49.15:919][304]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget -[2025.03.28-13.49.15:919][304]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/M_CharacterEquipmentTextureTarge4AE8893A4D576BEEDD113FBA8E0B01FD.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.uasset' -[2025.03.28-13.49.15:927][304]LogFileHelpers: InternalPromptForCheckoutAndSave took 3.77 sec (total: 6.36 sec) -[2025.03.28-13.49.15:952][304]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.49.15:952][304]LogContentValidation: Enabled validators: -[2025.03.28-13.49.15:952][304]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.49.15:952][304]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.49.15:952][304]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.49.15:952][304]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.M_CharacterEquipmentTextureTarget -[2025.03.28-13.49.15:952][304]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget Validating asset -[2025.03.28-13.49.15:967][304]MaterialEditorStats: Default UI Pixel Shader: 48 instructions -[2025.03.28-13.49.15:967][304]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.49.15:967][304]MaterialEditorStats: Instanced UI Vertex Shader: 47 instructions -[2025.03.28-13.49.15:967][304]MaterialEditorStats: Texture samplers: 2/16 -[2025.03.28-13.49.15:967][304]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.49.15:967][304]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.49.15:967][304]MaterialEditorStats: Shader Count: 31 -[2025.03.28-13.49.15:967][304]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.49.17:559][491]LogWorld: UWorld::CleanupWorld for World_57, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.49.17:559][491]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.49.17:587][491]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: ================================================ -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: === FShaderJobCache stats === -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Total job queries 351, among them cache hits 88 (25.07%), DDC hits 220 (62.68%), Duplicates 7 (1.99%) -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Tracking 256 distinct input hashes that result in 223 distinct outputs (87.11%) -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: RAM used: 6.69 MiB of 3.20 GiB budget. Usage: 0.20% -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: === Shader Compilation stats === -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Shaders Compiled: 36 -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Jobs assigned 36, completed 36 (100%) -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Average time worker was idle: 4.74 s -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Time job spent in pending queue: average 0.83 s, longest 3.09 s -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Job execution time: average 1.29 s, max 3.70 s -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Job life time (pending + execution): average 2.11 s, max 3.71 -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Shader code size: average 19.084 KiB, min 4.609 KiB, max 40.039 KiB -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 7.63 s -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Jobs were issued in 36 batches (only local compilation was used), average 1.00 jobs/batch -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Average processing rate: 4.72 jobs/sec -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Total thread time: 8.212 s -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Total thread preprocess time: 4.043 s -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Percentage time preprocessing: 49.23% -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Effective parallelization: 1.08 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: FDebugViewModePS (compiled 1 times, average 0.76 sec, max 0.76 sec, min 0.76 sec) -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 3 times, average 0.34 sec, max 0.40 sec, min 0.27 sec) -[2025.03.28-13.51.11:306][413]LogShaderCompilers: Display: TLightMapDensityPSFNoLightMapPolicy (compiled 1 times, average 0.31 sec, max 0.31 sec, min 0.31 sec) -[2025.03.28-13.51.11:307][413]LogShaderCompilers: Display: FHitProxyPS (compiled 1 times, average 0.29 sec, max 0.29 sec, min 0.29 sec) -[2025.03.28-13.51.11:307][413]LogShaderCompilers: Display: FLumenCardPS (compiled 1 times, average 0.27 sec, max 0.27 sec, min 0.27 sec) -[2025.03.28-13.51.11:307][413]LogShaderCompilers: Display: Top 5 shader types by total compile time: -[2025.03.28-13.51.11:307][413]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 12.44% of total time (compiled 3 times, average 0.34 sec, max 0.40 sec, min 0.27 sec) -[2025.03.28-13.51.11:307][413]LogShaderCompilers: Display: FDebugViewModePS - 9.28% of total time (compiled 1 times, average 0.76 sec, max 0.76 sec, min 0.76 sec) -[2025.03.28-13.51.11:307][413]LogShaderCompilers: Display: TSlateMaterialShaderPSDefault - 6.54% of total time (compiled 3 times, average 0.18 sec, max 0.19 sec, min 0.17 sec) -[2025.03.28-13.51.11:307][413]LogShaderCompilers: Display: TDepthOnlyVS - 4.85% of total time (compiled 2 times, average 0.20 sec, max 0.25 sec, min 0.15 sec) -[2025.03.28-13.51.11:307][413]LogShaderCompilers: Display: TLightMapDensityPSFNoLightMapPolicy - 3.75% of total time (compiled 1 times, average 0.31 sec, max 0.31 sec, min 0.31 sec) -[2025.03.28-13.51.11:307][413]LogShaderCompilers: Display: === Material stats === -[2025.03.28-13.51.11:307][413]LogShaderCompilers: Display: Materials Cooked: 0 -[2025.03.28-13.51.11:307][413]LogShaderCompilers: Display: Materials Translated: 151 -[2025.03.28-13.51.11:307][413]LogShaderCompilers: Display: Material Total Translate Time: 0.06 s -[2025.03.28-13.51.11:307][413]LogShaderCompilers: Display: Material Translation Only: 0.03 s (42%) -[2025.03.28-13.51.11:307][413]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (3%) -[2025.03.28-13.51.11:307][413]LogShaderCompilers: Display: Material Cache Hits: 45 (30%) -[2025.03.28-13.51.11:307][413]LogShaderCompilers: Display: ================================================ -[2025.03.28-13.52.52:187][ 98]LogUObjectHash: Compacting FUObjectHashTables data took 1.34ms -[2025.03.28-13.52.55:833][515]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.52.55:863][515]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.52.55:867][515]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.52.55:867][515]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.52.55:879][515]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.52.55:880][515]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment2249959243DDD5B478E62A927F748BF3.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.52.55:886][515]LogFileHelpers: InternalPromptForCheckoutAndSave took 52.810 ms (total: 6.42 sec) -[2025.03.28-13.52.55:912][515]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.52.55:912][515]LogContentValidation: Enabled validators: -[2025.03.28-13.52.55:912][515]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.52.55:912][515]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.52.55:912][515]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.52.55:912][515]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.52.55:914][515]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.53.01:041][117]LogUObjectHash: Compacting FUObjectHashTables data took 1.13ms -[2025.03.28-13.53.01:944][205]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.53.01:969][205]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.53.01:972][205]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.53.01:972][205]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.53.01:985][205]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.53.01:985][205]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentEAE087364E3FDE4E295D60863D4ED74E.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.53.01:991][205]LogFileHelpers: InternalPromptForCheckoutAndSave took 47.108 ms (total: 6.46 sec) -[2025.03.28-13.53.02:025][205]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.53.02:025][205]LogContentValidation: Enabled validators: -[2025.03.28-13.53.02:025][205]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.53.02:025][205]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.53.02:025][205]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.53.02:025][205]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.53.02:027][205]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.53.04:273][423]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. -[2025.03.28-13.53.37:782][983]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.37:782][983]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.37:784][983]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.37:785][983]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.37:786][983]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.37:786][983]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.37:787][983]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.37:787][983]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.37:788][983]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.37:788][983]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_3.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.53.37:789][983]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.37:789][983]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_3.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.53.37:802][983]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.37:802][983]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.45:664][919]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.45:664][919]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.45:666][919]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.45:666][919]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.45:667][919]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.45:667][919]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.45:669][919]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.45:669][919]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.45:670][919]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.45:670][919]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_3.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.53.45:671][919]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.45:671][919]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_3.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.53.45:683][919]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.45:683][919]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.56:098][157]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.56:098][157]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.56:100][157]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.56:100][157]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.56:101][157]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.56:101][157]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.56:103][157]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.56:103][157]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.56:104][157]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.56:104][157]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_3.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.53.56:105][157]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.56:105][157]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_3.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.53.56:117][157]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.56:117][157]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.58:543][431]LogUObjectHash: Compacting FUObjectHashTables data took 1.20ms -[2025.03.28-13.53.58:555][431]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.58:555][431]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.58:556][431]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.58:556][431]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.58:558][431]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.58:558][431]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.58:559][431]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.58:559][431]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.58:559][431]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.58:559][431]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_3.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.58:561][431]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.58:561][431]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_3.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.58:561][431]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.58:561][431]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_4.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.53.58:609][431]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.58:609][431]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.58:611][431]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.58:611][431]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.58:612][431]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.58:612][431]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.58:613][431]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.58:613][431]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.58:614][431]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.58:614][431]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_4.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.53.58:615][431]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.58:615][431]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_4.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.53.58:733][431]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.53.58:733][431]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-13.53.59:346][494]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.53.59:376][494]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-13.53.59:429][494]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-13.53.59:429][494]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-13.53.59:485][494]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-13.53.59:485][494]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterD5D06CE14B0A11927BC584A63DF92472.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-13.53.59:492][494]LogFileHelpers: InternalPromptForCheckoutAndSave took 145.094 ms (total: 6.61 sec) -[2025.03.28-13.53.59:522][494]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.53.59:522][494]LogContentValidation: Enabled validators: -[2025.03.28-13.53.59:522][494]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.53.59:522][494]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.53.59:522][494]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.53.59:522][494]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-13.53.59:522][494]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: ================================================ -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: === FShaderJobCache stats === -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Total job queries 355, among them cache hits 89 (25.07%), DDC hits 220 (61.97%), Duplicates 7 (1.97%) -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Tracking 259 distinct input hashes that result in 226 distinct outputs (87.26%) -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: RAM used: 6.76 MiB of 3.20 GiB budget. Usage: 0.21% -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: === Shader Compilation stats === -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Shaders Compiled: 39 -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Jobs assigned 39, completed 39 (100%) -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Average time worker was idle: 25.88 s -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Time job spent in pending queue: average 0.77 s, longest 3.09 s -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Job execution time: average 1.25 s, max 3.70 s -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Job life time (pending + execution): average 2.02 s, max 3.71 -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Shader code size: average 20.601 KiB, min 4.609 KiB, max 60.188 KiB -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 9.22 s -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Jobs were issued in 39 batches (only local compilation was used), average 1.00 jobs/batch -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Average processing rate: 4.23 jobs/sec -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Total thread time: 9.046 s -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Total thread preprocess time: 4.079 s -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Percentage time preprocessing: 45.09% -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Effective parallelization: 0.98 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: FDebugViewModePS (compiled 1 times, average 0.76 sec, max 0.76 sec, min 0.76 sec) -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 5 times, average 0.33 sec, max 0.40 sec, min 0.27 sec) -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: TLightMapDensityPSFNoLightMapPolicy (compiled 1 times, average 0.31 sec, max 0.31 sec, min 0.31 sec) -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: FHitProxyPS (compiled 1 times, average 0.29 sec, max 0.29 sec, min 0.29 sec) -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: FLumenCardPS (compiled 1 times, average 0.27 sec, max 0.27 sec, min 0.27 sec) -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Top 5 shader types by total compile time: -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 18.14% of total time (compiled 5 times, average 0.33 sec, max 0.40 sec, min 0.27 sec) -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: FDebugViewModePS - 8.43% of total time (compiled 1 times, average 0.76 sec, max 0.76 sec, min 0.76 sec) -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: TSlateMaterialShaderPSDefault - 5.93% of total time (compiled 3 times, average 0.18 sec, max 0.19 sec, min 0.17 sec) -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: TDepthOnlyVS - 4.41% of total time (compiled 2 times, average 0.20 sec, max 0.25 sec, min 0.15 sec) -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 4.01% of total time (compiled 2 times, average 0.18 sec, max 0.21 sec, min 0.15 sec) -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: === Material stats === -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Materials Cooked: 0 -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Materials Translated: 151 -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Material Total Translate Time: 0.06 s -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Material Translation Only: 0.03 s (42%) -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (3%) -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: Material Cache Hits: 45 (30%) -[2025.03.28-13.54.11:310][723]LogShaderCompilers: Display: ================================================ -[2025.03.28-13.54.17:864][417]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms -[2025.03.28-13.54.18:698][496]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.54.18:727][496]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-13.54.18:730][496]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-13.54.18:730][496]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-13.54.18:742][496]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-13.54.18:743][496]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment95529FB240C9462C96F5BB8876D16E5F.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-13.54.18:749][496]LogFileHelpers: InternalPromptForCheckoutAndSave took 50.068 ms (total: 6.66 sec) -[2025.03.28-13.54.18:776][496]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.54.18:776][496]LogContentValidation: Enabled validators: -[2025.03.28-13.54.18:776][496]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.54.18:776][496]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.54.18:776][496]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.54.18:776][496]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-13.54.18:777][496]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-13.54.20:345][662]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.54.20:345][662]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.54.20:347][662]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.546 ms (total: 46.896 ms) -[2025.03.28-13.54.20:348][662]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.54.20:348][662]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.54.20:351][662]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002963s) -[2025.03.28-13.54.20:351][662]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002984s) -[2025.03.28-13.54.20:367][662]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-13.54.20:371][662]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.54.20:372][662]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.54.20:372][662]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.54.20:372][662]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.54.20:372][662]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.54.20:373][662]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.54.20:373][662]LogWorldPartition: Display: WorldPartition initialize took 1.209 ms (total: 115.977 ms) -[2025.03.28-13.54.20:373][662]LogPlayLevel: PIE: World Init took: (0.002015s) -[2025.03.28-13.54.20:384][662]LogAudio: Display: Creating Audio Device: Id: 34, Scope: Unique, Realtime: True -[2025.03.28-13.54.20:384][662]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.54.20:384][662]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.54.20:384][662]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.54.20:384][662]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.54.20:384][662]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.54.20:384][662]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.54.20:384][662]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.54.20:384][662]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.54.20:384][662]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.54.20:384][662]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.54.20:384][662]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.54.20:385][662]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.54.20:401][662]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.54.20:401][662]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.54.20:401][662]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.54.20:401][662]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.54.20:402][662]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=34 -[2025.03.28-13.54.20:402][662]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=34 -[2025.03.28-13.54.20:403][662]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=34 -[2025.03.28-13.54.20:403][662]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=34 -[2025.03.28-13.54.20:403][662]LogInit: FAudioDevice initialized with ID 34. -[2025.03.28-13.54.20:403][662]LogAudio: Display: Audio Device (ID: 34) registered with world 'ThirdPersonMap'. -[2025.03.28-13.54.20:403][662]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 34 -[2025.03.28-13.54.20:405][662]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.54.20:407][662]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.54.20 -[2025.03.28-13.54.20:408][662]LogWorld: Bringing up level for play took: 0.003003 -[2025.03.28-13.54.20:409][662]LogOnline: OSS: Created online subsystem instance for: :Context_46 -[2025.03.28-13.54.20:410][662]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.54.20:410][662]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.54.20:423][662]PIE: Server logged in -[2025.03.28-13.54.20:423][662]PIE: Play in editor total start time 0.08 seconds. -[2025.03.28-13.54.21:261][707]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.54.21:261][707]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.54.21:261][707]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.54.24:782][ 33]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-13.54.24:782][ 33]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-13.54.25:672][114]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.54.25:672][114]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-13.54.35:479][ 12]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-13.54.35:480][ 12]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-13.54.36:900][138]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.54.36:900][138]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.54.36:900][138]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.54.36:901][138]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.54.36:901][138]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.54.36:901][138]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.54.36:901][138]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.54.36:901][138]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.54.36:904][138]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.54.36:908][138]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.54.36:926][138]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.54.36:926][138]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 34 -[2025.03.28-13.54.36:927][138]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=34 -[2025.03.28-13.54.36:928][138]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=34 -[2025.03.28-13.54.36:931][138]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.54.36:934][138]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-13.54.37:006][139]LogPlayLevel: Display: Destroying online subsystem :Context_46 -[2025.03.28-13.54.54:286][188]LogAssetEditorSubsystem: Opening Asset editor for Material /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.M_CharacterEquipmentTextureTarget -[2025.03.28-13.54.54:405][188]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.54.54:405][188]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.54.54:405][188]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.54.54:405][188]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.54.54:405][188]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.54.54:405][188]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.54.54:405][188]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.54.54:405][188]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.54.54:505][191]MaterialEditorStats: Default UI Pixel Shader: 48 instructions -[2025.03.28-13.54.54:505][191]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.54.54:505][191]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.54.54:505][191]MaterialEditorStats: Texture samplers: 1/16 -[2025.03.28-13.54.54:505][191]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.54.54:505][191]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.54.54:505][191]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.54.54:505][191]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.54.57:468][539]LogMaterialEditor: Saving and Compiling material M_CharacterEquipmentTextureTarget -[2025.03.28-13.54.57:470][539]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.54.57:499][539]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget] ([1] browsable assets)... -[2025.03.28-13.54.57:499][539]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget] -[2025.03.28-13.54.57:500][539]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget -[2025.03.28-13.54.57:500][539]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/M_CharacterEquipmentTextureTargeBD492ECC4D03C4209F4973A8957102E9.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.uasset' -[2025.03.28-13.54.57:507][539]LogFileHelpers: InternalPromptForCheckoutAndSave took 36.843 ms (total: 6.69 sec) -[2025.03.28-13.54.57:533][539]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.54.57:533][539]LogContentValidation: Enabled validators: -[2025.03.28-13.54.57:533][539]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.54.57:533][539]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.54.57:533][539]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.54.57:533][539]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.M_CharacterEquipmentTextureTarget -[2025.03.28-13.54.57:533][539]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget Validating asset -[2025.03.28-13.55.03:156][186]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.55.03:156][186]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.55.03:157][186]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.489 ms (total: 48.386 ms) -[2025.03.28-13.55.03:158][186]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.55.03:159][186]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.55.03:162][186]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003046s) -[2025.03.28-13.55.03:162][186]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003070s) -[2025.03.28-13.55.03:178][186]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.28-13.55.03:182][186]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.55.03:182][186]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.55.03:182][186]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.55.03:182][186]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.55.03:182][186]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.55.03:183][186]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.55.03:183][186]LogWorldPartition: Display: WorldPartition initialize took 1.207 ms (total: 117.185 ms) -[2025.03.28-13.55.03:183][186]LogPlayLevel: PIE: World Init took: (0.001963s) -[2025.03.28-13.55.03:194][186]LogAudio: Display: Creating Audio Device: Id: 35, Scope: Unique, Realtime: True -[2025.03.28-13.55.03:194][186]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.55.03:194][186]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.55.03:194][186]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.55.03:194][186]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.55.03:194][186]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.55.03:194][186]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.55.03:194][186]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.55.03:194][186]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.55.03:194][186]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.55.03:194][186]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.55.03:194][186]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.55.03:195][186]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.55.03:211][186]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.55.03:211][186]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.55.03:211][186]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.55.03:211][186]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.55.03:212][186]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=35 -[2025.03.28-13.55.03:212][186]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=35 -[2025.03.28-13.55.03:213][186]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=35 -[2025.03.28-13.55.03:213][186]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=35 -[2025.03.28-13.55.03:213][186]LogInit: FAudioDevice initialized with ID 35. -[2025.03.28-13.55.03:213][186]LogAudio: Display: Audio Device (ID: 35) registered with world 'ThirdPersonMap'. -[2025.03.28-13.55.03:213][186]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 35 -[2025.03.28-13.55.03:215][186]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.55.03:218][186]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.55.03 -[2025.03.28-13.55.03:219][186]LogWorld: Bringing up level for play took: 0.003038 -[2025.03.28-13.55.03:220][186]LogOnline: OSS: Created online subsystem instance for: :Context_48 -[2025.03.28-13.55.03:221][186]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.55.03:221][186]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.55.03:234][186]PIE: Server logged in -[2025.03.28-13.55.03:234][186]PIE: Play in editor total start time 0.08 seconds. -[2025.03.28-13.55.03:820][231]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-13.55.03:820][231]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-13.55.03:820][231]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-13.55.04:969][338]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-13.55.04:969][338]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-13.55.06:070][438]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.55.06:070][438]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.55.06:071][438]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.55.06:071][438]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.55.06:071][438]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.55.06:071][438]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.55.06:071][438]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.55.06:071][438]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.55.06:074][438]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.55.06:078][438]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.55.06:097][438]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-13.55.06:097][438]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 35 -[2025.03.28-13.55.06:097][438]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=35 -[2025.03.28-13.55.06:098][438]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=35 -[2025.03.28-13.55.06:101][438]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.55.06:104][438]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-13.55.06:178][439]LogPlayLevel: Display: Destroying online subsystem :Context_48 -[2025.03.28-13.56.09:638][ 22]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-13.56.13:660][ 22]LogSlate: Window 'Delete Assets' being destroyed -[2025.03.28-13.56.13:711][ 22]LogWorld: UWorld::CleanupWorld for World_61, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.56.13:711][ 22]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.56.13:727][ 22]LogUObjectGlobals: Force Deleting 1 Package(s): - Asset Name: /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.M_CharacterEquipmentTextureTarget - Asset Type: Material -[2025.03.28-13.56.13:981][ 22]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms -[2025.03.28-13.56.14:003][ 22]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-13.56.14:018][ 22]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms -[2025.03.28-13.56.14:037][ 22]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms -[2025.03.28-13.56.18:586][479]LogContentBrowser: Deferred new asset file creation: CharacterEquipmentTextureTarget_Mat -[2025.03.28-13.56.18:602][479]LogContentBrowser: Creating deferred item: CharacterEquipmentTextureTarget_Mat -[2025.03.28-13.56.18:614][480]LogContentBrowser: Renaming the item being created (Deferred Item: CharacterEquipmentTextureTarget_Mat). -[2025.03.28-13.56.27:215][460]LogContentBrowser: Attempting asset rename: CharacterEquipmentTextureTarget_Mat -> M_CharacterEquipmentTextureTarget -[2025.03.28-13.56.27:219][460]LogContentBrowser: End creating deferred item CharacterEquipmentTextureTarget_Mat -[2025.03.28-13.56.29:277][654]LogAssetEditorSubsystem: Opening Asset editor for Material /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.M_CharacterEquipmentTextureTarget -[2025.03.28-13.56.29:394][654]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.56.29:394][654]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.56.29:394][654]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.56.29:394][654]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.56.29:394][654]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.56.29:478][656]MaterialEditorStats: Base pass shader: 208 instructions -[2025.03.28-13.56.29:478][656]MaterialEditorStats: Base pass vertex shader: 135 instructions -[2025.03.28-13.56.29:478][656]MaterialEditorStats: Texture samplers: 3/16 -[2025.03.28-13.56.29:478][656]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.56.29:478][656]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.56.29:478][656]MaterialEditorStats: Shader Count: 4 -[2025.03.28-13.56.29:478][656]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.56.33:104][ 83]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.56.33:104][ 83]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.56.33:104][ 83]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.56.33:104][ 83]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.56.33:104][ 83]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) -[2025.03.28-13.56.33:104][ 83]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.56.33:104][ 83]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.56.33:159][ 86]MaterialEditorStats: Default UI Pixel Shader: 38 instructions -[2025.03.28-13.56.33:159][ 86]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.56.33:159][ 86]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.56.33:159][ 86]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.56.33:159][ 86]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) -[2025.03.28-13.56.33:159][ 86]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.56.33:159][ 86]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.56.38:250][690]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.56.38:251][690]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.56.38:251][690]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.56.38:251][690]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.56.38:251][690]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.56.38:251][690]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.56.38:251][690]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.56.38:251][690]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.56.38:275][693]MaterialEditorStats: Default UI Pixel Shader: 46 instructions -[2025.03.28-13.56.38:275][693]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.56.38:275][693]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.56.38:275][693]MaterialEditorStats: Texture samplers: 1/16 -[2025.03.28-13.56.38:275][693]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.56.38:275][693]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.56.38:276][693]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.56.38:276][693]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.57.04:195][ 44]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.57.04:195][ 44]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.57.04:195][ 44]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.57.04:195][ 44]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.57.04:195][ 44]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.57.04:195][ 44]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.57.04:195][ 44]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.57.04:195][ 44]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.57.04:236][ 47]MaterialEditorStats: Default UI Pixel Shader: 46 instructions -[2025.03.28-13.57.04:236][ 47]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.57.04:236][ 47]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.57.04:236][ 47]MaterialEditorStats: Texture samplers: 1/16 -[2025.03.28-13.57.04:236][ 47]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.57.04:236][ 47]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.57.04:236][ 47]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.57.04:236][ 47]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.57.05:514][189]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.57.05:514][189]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.57.05:514][189]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.57.05:514][189]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.57.05:514][189]MaterialEditorStats: Texture Lookups (Est.): VS(4), PS(1) -[2025.03.28-13.57.05:514][189]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.57.05:514][189]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.57.05:514][189]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.57.07:250][396]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.57.07:250][396]MaterialEditorStats: Default UI Vertex Shader: 53 instructions -[2025.03.28-13.57.07:250][396]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.57.07:250][396]MaterialEditorStats: Texture samplers: 1/16 -[2025.03.28-13.57.07:250][396]MaterialEditorStats: Texture Lookups (Est.): VS(4), PS(1) -[2025.03.28-13.57.07:250][396]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.57.07:250][396]MaterialEditorStats: Shader Count: 1 -[2025.03.28-13.57.07:250][396]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.57.07:405][408]MaterialEditorStats: Default UI Pixel Shader: 46 instructions -[2025.03.28-13.57.07:405][408]MaterialEditorStats: Default UI Vertex Shader: 53 instructions -[2025.03.28-13.57.07:405][408]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.57.07:405][408]MaterialEditorStats: Texture samplers: 1/16 -[2025.03.28-13.57.07:405][408]MaterialEditorStats: Texture Lookups (Est.): VS(4), PS(1) -[2025.03.28-13.57.07:405][408]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.57.07:405][408]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.57.07:405][408]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.57.10:698][801]LogMaterialEditor: Saving and Compiling material M_CharacterEquipmentTextureTarget -[2025.03.28-13.57.11:595][801]LogUObjectHash: Compacting FUObjectHashTables data took 1.36ms -[2025.03.28-13.57.11:644][801]LogUObjectHash: Compacting FUObjectHashTables data took 0.49ms -[2025.03.28-13.57.11:653][801]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.57.11:680][801]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget] ([1] browsable assets)... -[2025.03.28-13.57.14:052][801]LogShaderCompilers: Display: FShaderCompileThreadRunnable::WriteNewTasks() took too long (0.454 seconds, threshold is 0.300 s), will parallelize next time. -[2025.03.28-13.57.15:287][801]OBJ SavePackage: Rendered thumbnail for [Material /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.M_CharacterEquipmentTextureTarget] -[2025.03.28-13.57.15:287][801]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget] -[2025.03.28-13.57.15:289][801]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget -[2025.03.28-13.57.15:289][801]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/M_CharacterEquipmentTextureTargeDE77FC914ED7BE08CB004C9FE7480616.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.uasset' -[2025.03.28-13.57.15:295][801]LogFileHelpers: InternalPromptForCheckoutAndSave took 3.64 sec (total: 10.3 sec) -[2025.03.28-13.57.15:328][801]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.57.15:328][801]LogContentValidation: Enabled validators: -[2025.03.28-13.57.15:328][801]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.57.15:329][801]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.57.15:329][801]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.57.15:329][801]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.M_CharacterEquipmentTextureTarget -[2025.03.28-13.57.15:329][801]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget Validating asset -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: ================================================ -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: === FShaderJobCache stats === -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Total job queries 432, among them cache hits 125 (28.94%), DDC hits 233 (53.94%), Duplicates 7 (1.62%) -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Tracking 300 distinct input hashes that result in 256 distinct outputs (85.33%) -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: RAM used: 7.27 MiB of 3.20 GiB budget. Usage: 0.22% -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: === Shader Compilation stats === -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Shaders Compiled: 67 -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Jobs assigned 67, completed 67 (100%) -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Average time worker was idle: 105.86 s -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Time job spent in pending queue: average 0.75 s, longest 3.09 s -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Job execution time: average 1.35 s, max 3.70 s -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Job life time (pending + execution): average 2.10 s, max 3.71 -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Shader code size: average 20.924 KiB, min 4.516 KiB, max 60.188 KiB -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 15.10 s -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Jobs were issued in 67 batches (only local compilation was used), average 1.00 jobs/batch -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Average processing rate: 4.44 jobs/sec -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Total thread time: 14.818 s -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Total thread preprocess time: 4.803 s -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Percentage time preprocessing: 32.41% -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Effective parallelization: 0.98 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: FDebugViewModePS (compiled 2 times, average 0.73 sec, max 0.76 sec, min 0.69 sec) -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 7 times, average 0.32 sec, max 0.40 sec, min 0.26 sec) -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: TShadowDepthPSPixelShadowDepth_OnePassPointLight (compiled 1 times, average 0.27 sec, max 0.27 sec, min 0.27 sec) -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect (compiled 1 times, average 0.26 sec, max 0.26 sec, min 0.26 sec) -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: TLightMapDensityPSFNoLightMapPolicy (compiled 2 times, average 0.26 sec, max 0.31 sec, min 0.20 sec) -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Top 5 shader types by total compile time: -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 14.92% of total time (compiled 7 times, average 0.32 sec, max 0.40 sec, min 0.26 sec) -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: FDebugViewModePS - 9.80% of total time (compiled 2 times, average 0.73 sec, max 0.76 sec, min 0.69 sec) -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: TSlateMaterialShaderPSDefault - 4.93% of total time (compiled 4 times, average 0.18 sec, max 0.19 sec, min 0.17 sec) -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: TDepthOnlyVS - 4.30% of total time (compiled 3 times, average 0.21 sec, max 0.25 sec, min 0.15 sec) -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 3.47% of total time (compiled 3 times, average 0.17 sec, max 0.21 sec, min 0.15 sec) -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: === Material stats === -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Materials Cooked: 0 -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Materials Translated: 171 -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Material Total Translate Time: 0.07 s -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Material Translation Only: 0.03 s (43%) -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (3%) -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: Material Cache Hits: 45 (26%) -[2025.03.28-13.57.15:345][801]LogShaderCompilers: Display: ================================================ -[2025.03.28-13.57.15:347][801]MaterialEditorStats: Default UI Pixel Shader: 46 instructions -[2025.03.28-13.57.15:347][801]MaterialEditorStats: Default UI Vertex Shader: 53 instructions -[2025.03.28-13.57.15:347][801]MaterialEditorStats: Instanced UI Vertex Shader: 53 instructions -[2025.03.28-13.57.15:347][801]MaterialEditorStats: Texture samplers: 2/16 -[2025.03.28-13.57.15:347][801]MaterialEditorStats: Texture Lookups (Est.): VS(4), PS(1) -[2025.03.28-13.57.15:347][801]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.57.15:347][801]MaterialEditorStats: Shader Count: 27 -[2025.03.28-13.57.15:347][801]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.57.22:465][436]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.57.22:465][436]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.57.22:465][436]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.57.22:465][436]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.57.22:465][436]MaterialEditorStats: Texture Lookups (Est.): VS(4), PS(1) -[2025.03.28-13.57.22:465][436]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.57.22:465][436]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.57.22:465][436]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.57.22:571][439]MaterialEditorStats: Default UI Pixel Shader: 46 instructions -[2025.03.28-13.57.22:571][439]MaterialEditorStats: Default UI Vertex Shader: 53 instructions -[2025.03.28-13.57.22:571][439]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.57.22:571][439]MaterialEditorStats: Texture samplers: 1/16 -[2025.03.28-13.57.22:571][439]MaterialEditorStats: Texture Lookups (Est.): VS(4), PS(1) -[2025.03.28-13.57.22:571][439]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.57.22:571][439]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.57.22:571][439]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.57.24:485][666]LogMaterialEditor: Saving and Compiling material M_CharacterEquipmentTextureTarget -[2025.03.28-13.57.24:556][666]LogUObjectHash: Compacting FUObjectHashTables data took 0.50ms -[2025.03.28-13.57.24:597][666]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms -[2025.03.28-13.57.24:605][666]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.57.24:632][666]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget] ([1] browsable assets)... -[2025.03.28-13.57.24:659][666]OBJ SavePackage: Rendered thumbnail for [Material /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.M_CharacterEquipmentTextureTarget] -[2025.03.28-13.57.24:660][666]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget] -[2025.03.28-13.57.24:661][666]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget -[2025.03.28-13.57.24:661][666]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/M_CharacterEquipmentTextureTarge7E7B1F5747495C3D6085A6916091CA84.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.uasset' -[2025.03.28-13.57.24:667][666]LogFileHelpers: InternalPromptForCheckoutAndSave took 61.555 ms (total: 10.4 sec) -[2025.03.28-13.57.24:695][666]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.57.24:695][666]LogContentValidation: Enabled validators: -[2025.03.28-13.57.24:695][666]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.57.24:695][666]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.57.24:695][666]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.57.24:695][666]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.M_CharacterEquipmentTextureTarget -[2025.03.28-13.57.24:695][666]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget Validating asset -[2025.03.28-13.57.24:703][666]MaterialEditorStats: Default UI Pixel Shader: 46 instructions -[2025.03.28-13.57.24:703][666]MaterialEditorStats: Default UI Vertex Shader: 53 instructions -[2025.03.28-13.57.24:703][666]MaterialEditorStats: Instanced UI Vertex Shader: 53 instructions -[2025.03.28-13.57.24:703][666]MaterialEditorStats: Texture samplers: 2/16 -[2025.03.28-13.57.24:703][666]MaterialEditorStats: Texture Lookups (Est.): VS(4), PS(1) -[2025.03.28-13.57.24:703][666]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.57.24:703][666]MaterialEditorStats: Shader Count: 27 -[2025.03.28-13.57.24:703][666]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.57.28:074][ 37]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-13.57.28:074][ 37]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-13.57.28:075][ 37]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.423 ms (total: 49.809 ms) -[2025.03.28-13.57.28:076][ 37]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-13.57.28:108][ 37]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.57.28:111][ 37]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003071s) -[2025.03.28-13.57.28:111][ 37]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003100s) -[2025.03.28-13.57.28:128][ 37]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-13.57.28:129][ 37]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-13.57.28:130][ 37]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-13.57.28:130][ 37]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-13.57.28:130][ 37]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-13.57.28:130][ 37]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-13.57.28:131][ 37]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-13.57.28:131][ 37]LogWorldPartition: Display: WorldPartition initialize took 1.173 ms (total: 118.358 ms) -[2025.03.28-13.57.28:131][ 37]LogPlayLevel: PIE: World Init took: (0.001974s) -[2025.03.28-13.57.28:141][ 37]LogAudio: Display: Creating Audio Device: Id: 36, Scope: Unique, Realtime: True -[2025.03.28-13.57.28:141][ 37]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-13.57.28:141][ 37]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-13.57.28:141][ 37]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-13.57.28:141][ 37]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-13.57.28:141][ 37]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-13.57.28:141][ 37]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-13.57.28:141][ 37]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-13.57.28:141][ 37]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-13.57.28:141][ 37]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-13.57.28:141][ 37]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-13.57.28:141][ 37]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-13.57.28:143][ 37]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-13.57.28:158][ 37]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-13.57.28:158][ 37]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-13.57.28:159][ 37]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-13.57.28:159][ 37]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-13.57.28:159][ 37]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=36 -[2025.03.28-13.57.28:159][ 37]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=36 -[2025.03.28-13.57.28:160][ 37]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=36 -[2025.03.28-13.57.28:160][ 37]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=36 -[2025.03.28-13.57.28:160][ 37]LogInit: FAudioDevice initialized with ID 36. -[2025.03.28-13.57.28:160][ 37]LogAudio: Display: Audio Device (ID: 36) registered with world 'ThirdPersonMap'. -[2025.03.28-13.57.28:160][ 37]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 36 -[2025.03.28-13.57.28:163][ 37]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-13.57.28:165][ 37]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-07.57.28 -[2025.03.28-13.57.28:166][ 37]LogWorld: Bringing up level for play took: 0.002889 -[2025.03.28-13.57.28:167][ 37]LogOnline: OSS: Created online subsystem instance for: :Context_50 -[2025.03.28-13.57.28:167][ 37]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-13.57.28:167][ 37]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-13.57.28:180][ 37]PIE: Server logged in -[2025.03.28-13.57.28:181][ 37]PIE: Play in editor total start time 0.109 seconds. -[2025.03.28-13.57.29:441][143]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.57.29:442][143]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-13.57.29:442][143]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.57.29:442][143]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.57.29:442][143]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-13.57.29:442][143]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-13.57.29:442][143]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-13.57.29:442][143]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-13.57.29:445][143]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-13.57.29:449][143]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.57.29:466][143]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-13.57.29:467][143]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 36 -[2025.03.28-13.57.29:467][143]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=36 -[2025.03.28-13.57.29:468][143]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=36 -[2025.03.28-13.57.29:473][143]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-13.57.29:550][144]LogPlayLevel: Display: Destroying online subsystem :Context_50 -[2025.03.28-13.57.32:700][507]LogMaterialEditor: Saving and Compiling material M_CharacterEquipmentTextureTarget -[2025.03.28-13.57.32:702][507]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.57.32:732][507]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget] ([1] browsable assets)... -[2025.03.28-13.57.32:732][507]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget] -[2025.03.28-13.57.32:733][507]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget -[2025.03.28-13.57.32:733][507]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/M_CharacterEquipmentTextureTargeE1A2DEDC40B6C7F9A9F6B08856ED8273.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.uasset' -[2025.03.28-13.57.32:739][507]LogFileHelpers: InternalPromptForCheckoutAndSave took 36.230 ms (total: 10.4 sec) -[2025.03.28-13.57.32:766][507]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.57.32:766][507]LogContentValidation: Enabled validators: -[2025.03.28-13.57.32:766][507]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.57.32:766][507]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.57.32:766][507]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.57.32:766][507]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.M_CharacterEquipmentTextureTarget -[2025.03.28-13.57.32:766][507]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget Validating asset -[2025.03.28-13.58.03:328][ 85]LogAssetEditorSubsystem: Opening Asset editor for TextureRenderTarget2D /Game/MAIN_CONTENT/Equipment_System/UI/CharacterEquipmentTextureTarget.CharacterEquipmentTextureTarget -[2025.03.28-13.58.40:246][905]LogSlate: Window 'CharacterEquipmentTextureTarget' being destroyed -[2025.03.28-13.58.45:132][480]LogWorld: UWorld::CleanupWorld for World_62, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.58.45:132][480]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.58.45:161][480]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.28-13.58.48:123][780]LogAssetEditorSubsystem: Opening Asset editor for Material /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.M_CharacterEquipmentTextureTarget -[2025.03.28-13.58.48:238][780]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.58.48:238][780]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.58.48:238][780]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.58.48:238][780]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.58.48:238][780]MaterialEditorStats: Texture Lookups (Est.): VS(4), PS(1) -[2025.03.28-13.58.48:238][780]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.58.48:238][780]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.58.48:238][780]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.58.48:291][783]MaterialEditorStats: Default UI Pixel Shader: 46 instructions -[2025.03.28-13.58.48:292][783]MaterialEditorStats: Default UI Vertex Shader: 53 instructions -[2025.03.28-13.58.48:292][783]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.58.48:292][783]MaterialEditorStats: Texture samplers: 1/16 -[2025.03.28-13.58.48:292][783]MaterialEditorStats: Texture Lookups (Est.): VS(4), PS(1) -[2025.03.28-13.58.48:292][783]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.58.48:292][783]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.58.48:292][783]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.59.00:184][203]LogWorld: UWorld::CleanupWorld for World_63, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.59.00:184][203]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.59.00:214][203]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.28-13.59.02:614][461]LogAssetEditorSubsystem: Opening Asset editor for TextureRenderTarget2D /Game/MAIN_CONTENT/Equipment_System/UI/CharacterEquipmentTextureTarget.CharacterEquipmentTextureTarget -[2025.03.28-13.59.04:350][597]LogSlate: Window 'CharacterEquipmentTextureTarget' being destroyed -[2025.03.28-13.59.04:356][597]LogSlate: Window 'CharacterEquipmentTextureTarget' being destroyed -[2025.03.28-13.59.05:564][718]LogAssetEditorSubsystem: Opening Asset editor for Material /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.M_CharacterEquipmentTextureTarget -[2025.03.28-13.59.05:681][718]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.59.05:681][718]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.59.05:682][718]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.59.05:682][718]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.59.05:682][718]MaterialEditorStats: Texture Lookups (Est.): VS(4), PS(1) -[2025.03.28-13.59.05:682][718]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.59.05:682][718]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.59.05:682][718]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.59.05:735][721]MaterialEditorStats: Default UI Pixel Shader: 46 instructions -[2025.03.28-13.59.05:735][721]MaterialEditorStats: Default UI Vertex Shader: 53 instructions -[2025.03.28-13.59.05:735][721]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.59.05:735][721]MaterialEditorStats: Texture samplers: 1/16 -[2025.03.28-13.59.05:735][721]MaterialEditorStats: Texture Lookups (Est.): VS(4), PS(1) -[2025.03.28-13.59.05:735][721]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.59.05:735][721]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.59.05:735][721]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.59.31:670][592]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.59.31:670][592]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.59.31:670][592]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.59.31:670][592]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.59.31:670][592]MaterialEditorStats: Texture Lookups (Est.): VS(4), PS(1) -[2025.03.28-13.59.31:670][592]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.59.31:670][592]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.59.31:670][592]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.59.32:570][699]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.59.32:570][699]MaterialEditorStats: Default UI Vertex Shader: 53 instructions -[2025.03.28-13.59.32:570][699]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.59.32:570][699]MaterialEditorStats: Texture samplers: 1/16 -[2025.03.28-13.59.32:570][699]MaterialEditorStats: Texture Lookups (Est.): VS(4), PS(1) -[2025.03.28-13.59.32:570][699]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.59.32:570][699]MaterialEditorStats: Shader Count: 1 -[2025.03.28-13.59.32:570][699]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.59.32:665][710]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.59.32:665][710]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.59.32:665][710]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.59.32:665][710]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.59.32:665][710]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.59.32:665][710]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.59.32:665][710]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.59.32:665][710]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.59.32:686][712]MaterialEditorStats: Default UI Pixel Shader: 48 instructions -[2025.03.28-13.59.32:686][712]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.59.32:686][712]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.59.32:686][712]MaterialEditorStats: Texture samplers: 1/16 -[2025.03.28-13.59.32:686][712]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.59.32:686][712]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.59.32:686][712]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.59.32:686][712]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.59.33:781][837]LogMaterialEditor: Applying material M_CharacterEquipmentTextureTarget -[2025.03.28-13.59.33:859][837]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-13.59.33:904][837]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms -[2025.03.28-13.59.33:913][837]MaterialEditorStats: Default UI Pixel Shader: 0 instructions -[2025.03.28-13.59.33:913][837]MaterialEditorStats: Default UI Vertex Shader: 0 instructions -[2025.03.28-13.59.33:913][837]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.59.33:913][837]MaterialEditorStats: Texture samplers: 0/16 -[2025.03.28-13.59.33:913][837]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.59.33:913][837]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.59.33:913][837]MaterialEditorStats: Shader Count: 0 -[2025.03.28-13.59.33:913][837]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.59.33:929][839]MaterialEditorStats: Default UI Pixel Shader: 48 instructions -[2025.03.28-13.59.33:929][839]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.59.33:929][839]MaterialEditorStats: Instanced UI Vertex Shader: 0 instructions -[2025.03.28-13.59.33:929][839]MaterialEditorStats: Texture samplers: 1/16 -[2025.03.28-13.59.33:929][839]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.59.33:929][839]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.59.33:929][839]MaterialEditorStats: Shader Count: 2 -[2025.03.28-13.59.33:929][839]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.59.34:750][932]LogMaterialEditor: Saving and Compiling material M_CharacterEquipmentTextureTarget -[2025.03.28-13.59.34:752][932]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-13.59.34:776][932]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget] ([1] browsable assets)... -[2025.03.28-13.59.34:804][932]OBJ SavePackage: Rendered thumbnail for [Material /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.M_CharacterEquipmentTextureTarget] -[2025.03.28-13.59.34:804][932]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget] -[2025.03.28-13.59.34:806][932]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget -[2025.03.28-13.59.34:806][932]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/M_CharacterEquipmentTextureTarge3AB416DF44DE0D78C4E9BDA30C1358A3.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.uasset' -[2025.03.28-13.59.34:812][932]LogFileHelpers: InternalPromptForCheckoutAndSave took 60.068 ms (total: 10.5 sec) -[2025.03.28-13.59.34:838][932]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-13.59.34:838][932]LogContentValidation: Enabled validators: -[2025.03.28-13.59.34:838][932]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-13.59.34:838][932]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-13.59.34:838][932]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-13.59.34:838][932]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget.M_CharacterEquipmentTextureTarget -[2025.03.28-13.59.34:838][932]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/M_CharacterEquipmentTextureTarget Validating asset -[2025.03.28-13.59.34:845][932]MaterialEditorStats: Default UI Pixel Shader: 48 instructions -[2025.03.28-13.59.34:845][932]MaterialEditorStats: Default UI Vertex Shader: 47 instructions -[2025.03.28-13.59.34:845][932]MaterialEditorStats: Instanced UI Vertex Shader: 47 instructions -[2025.03.28-13.59.34:845][932]MaterialEditorStats: Texture samplers: 2/16 -[2025.03.28-13.59.34:845][932]MaterialEditorStats: Texture Lookups (Est.): VS(3), PS(1) -[2025.03.28-13.59.34:845][932]MaterialEditorStats: User interpolators: 2/4 Scalars (1/4 Vectors) (TexCoords: 2, Custom: 0) -[2025.03.28-13.59.34:845][932]MaterialEditorStats: Shader Count: 31 -[2025.03.28-13.59.34:845][932]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) -[2025.03.28-13.59.55:991][204]LogWorld: UWorld::CleanupWorld for World_64, bSessionEnded=true, bCleanupResources=true -[2025.03.28-13.59.55:991][204]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-13.59.56:020][204]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.28-14.00.12:317][941]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-14.00.13:340][ 41]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.00.13:374][ 41]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.00.13:378][ 41]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.00.13:378][ 41]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.00.13:391][ 41]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.00.13:391][ 41]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment5240EC1E4AE4DFA9DC7353AAE74302A3.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.00.13:398][ 41]LogFileHelpers: InternalPromptForCheckoutAndSave took 57.265 ms (total: 10.5 sec) -[2025.03.28-14.00.13:466][ 41]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.00.13:466][ 41]LogContentValidation: Enabled validators: -[2025.03.28-14.00.13:466][ 41]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.00.13:466][ 41]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.00.13:466][ 41]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.00.13:466][ 41]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.00.13:467][ 41]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.00.14:828][180]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.00.14:828][180]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.00.14:830][180]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.466 ms (total: 51.276 ms) -[2025.03.28-14.00.14:831][180]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-14.00.14:877][180]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.00.14:881][180]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003138s) -[2025.03.28-14.00.14:881][180]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003171s) -[2025.03.28-14.00.14:898][180]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-14.00.14:901][180]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.00.14:902][180]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.00.14:902][180]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.00.14:902][180]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.00.14:902][180]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.00.14:903][180]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.00.14:903][180]LogWorldPartition: Display: WorldPartition initialize took 1.238 ms (total: 119.597 ms) -[2025.03.28-14.00.14:903][180]LogPlayLevel: PIE: World Init took: (0.002067s) -[2025.03.28-14.00.14:914][180]LogAudio: Display: Creating Audio Device: Id: 37, Scope: Unique, Realtime: True -[2025.03.28-14.00.14:914][180]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.00.14:914][180]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.00.14:914][180]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.00.14:914][180]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.00.14:914][180]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.00.14:914][180]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.00.14:914][180]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.00.14:914][180]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.00.14:914][180]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.00.14:914][180]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.00.14:914][180]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.00.14:915][180]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.00.14:932][180]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.00.14:932][180]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.00.14:932][180]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.00.14:932][180]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.00.14:932][180]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=37 -[2025.03.28-14.00.14:932][180]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=37 -[2025.03.28-14.00.14:934][180]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=37 -[2025.03.28-14.00.14:934][180]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=37 -[2025.03.28-14.00.14:934][180]LogInit: FAudioDevice initialized with ID 37. -[2025.03.28-14.00.14:934][180]LogAudio: Display: Audio Device (ID: 37) registered with world 'ThirdPersonMap'. -[2025.03.28-14.00.14:934][180]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 37 -[2025.03.28-14.00.14:936][180]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.00.14:938][180]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.00.14 -[2025.03.28-14.00.14:939][180]LogWorld: Bringing up level for play took: 0.003017 -[2025.03.28-14.00.14:940][180]LogOnline: OSS: Created online subsystem instance for: :Context_53 -[2025.03.28-14.00.14:941][180]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.14:941][180]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.00.14:954][180]PIE: Server logged in -[2025.03.28-14.00.14:954][180]PIE: Play in editor total start time 0.129 seconds. -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: ================================================ -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: === FShaderJobCache stats === -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Total job queries 538, among them cache hits 206 (38.29%), DDC hits 236 (43.87%), Duplicates 7 (1.30%) -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Tracking 325 distinct input hashes that result in 275 distinct outputs (84.62%) -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: RAM used: 7.71 MiB of 3.20 GiB budget. Usage: 0.24% -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: === Shader Compilation stats === -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Shaders Compiled: 89 -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Jobs assigned 89, completed 89 (100%) -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Average time worker was idle: 88.89 s -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Time job spent in pending queue: average 0.58 s, longest 3.09 s -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Job execution time: average 1.15 s, max 3.70 s -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Job life time (pending + execution): average 1.73 s, max 3.71 -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Shader code size: average 23.347 KiB, min 4.516 KiB, max 60.188 KiB -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 21.29 s -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Jobs were issued in 89 batches (only local compilation was used), average 1.00 jobs/batch -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Average processing rate: 4.18 jobs/sec -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Total thread time: 20.337 s -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Total thread preprocess time: 5.786 s -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Percentage time preprocessing: 28.45% -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Effective parallelization: 0.96 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: FDebugViewModePS (compiled 2 times, average 0.73 sec, max 0.76 sec, min 0.69 sec) -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 15 times, average 0.32 sec, max 0.40 sec, min 0.26 sec) -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: TShadowDepthPSPixelShadowDepth_OnePassPointLight (compiled 1 times, average 0.27 sec, max 0.27 sec, min 0.27 sec) -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect (compiled 1 times, average 0.26 sec, max 0.26 sec, min 0.26 sec) -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: TLightMapDensityPSFNoLightMapPolicy (compiled 2 times, average 0.26 sec, max 0.31 sec, min 0.20 sec) -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Top 5 shader types by total compile time: -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 23.33% of total time (compiled 15 times, average 0.32 sec, max 0.40 sec, min 0.26 sec) -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: FLumenCardPS - 7.67% of total time (compiled 7 times, average 0.22 sec, max 0.27 sec, min 0.20 sec) -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: FDebugViewModePS - 7.14% of total time (compiled 2 times, average 0.73 sec, max 0.76 sec, min 0.69 sec) -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: TSlateMaterialShaderPSDefault - 4.50% of total time (compiled 5 times, average 0.18 sec, max 0.19 sec, min 0.17 sec) -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 4.15% of total time (compiled 5 times, average 0.17 sec, max 0.21 sec, min 0.15 sec) -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: === Material stats === -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Materials Cooked: 0 -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Materials Translated: 188 -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Material Total Translate Time: 0.07 s -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Material Translation Only: 0.03 s (43%) -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (3%) -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: Material Cache Hits: 45 (24%) -[2025.03.28-14.00.15:353][207]LogShaderCompilers: Display: ================================================ -[2025.03.28-14.00.15:509][220]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.00.15:509][220]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.00.15:509][220]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.00.30:441][494]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.00.30:441][494]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.00.30:441][494]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.00.30:442][494]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.00.30:442][494]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.00.30:442][494]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.00.30:442][494]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.00.30:442][494]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.00.30:444][494]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.00.30:448][494]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.00.30:464][494]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-14.00.30:465][494]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 37 -[2025.03.28-14.00.30:465][494]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=37 -[2025.03.28-14.00.30:466][494]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=37 -[2025.03.28-14.00.30:469][494]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.00.30:472][494]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-14.00.30:545][495]LogPlayLevel: Display: Destroying online subsystem :Context_53 -[2025.03.28-14.00.42:361][757]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:361][757]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.42:363][757]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:363][757]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.42:364][757]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:364][757]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.42:366][757]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:366][757]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.42:367][757]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:367][757]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_4.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.00.42:368][757]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:368][757]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_4.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.00.42:389][757]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:389][757]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.42:530][761]LogUObjectHash: Compacting FUObjectHashTables data took 1.40ms -[2025.03.28-14.00.42:545][761]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:545][761]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.42:546][761]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:547][761]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.42:548][761]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:548][761]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.42:549][761]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:549][761]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.42:550][761]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:550][761]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_4.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.42:551][761]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:551][761]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_4.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.42:551][761]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:551][761]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_5.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.00.42:599][761]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:600][761]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.42:601][761]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:601][761]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.42:602][761]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:602][761]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.42:603][761]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:603][761]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.42:604][761]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:604][761]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_5.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.00.42:605][761]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:605][761]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_5.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.00.42:721][761]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.42:721][761]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.43:082][799]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.00.43:110][799]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-14.00.43:119][799]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-14.00.43:119][799]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-14.00.43:175][799]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-14.00.43:175][799]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter65B702BC438C37246B25508714582F72.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-14.00.43:182][799]LogFileHelpers: InternalPromptForCheckoutAndSave took 100.077 ms (total: 10.6 sec) -[2025.03.28-14.00.43:216][799]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.00.43:216][799]LogContentValidation: Enabled validators: -[2025.03.28-14.00.43:216][799]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.00.43:216][799]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.00.43:216][799]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.00.43:216][799]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-14.00.43:216][799]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-14.00.45:557][ 42]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.00.45:557][ 42]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.00.45:559][ 42]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.534 ms (total: 52.811 ms) -[2025.03.28-14.00.45:559][ 42]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-14.00.45:560][ 42]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.00.45:563][ 42]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003148s) -[2025.03.28-14.00.45:563][ 42]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003172s) -[2025.03.28-14.00.45:583][ 42]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-14.00.45:588][ 42]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.00.45:589][ 42]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.00.45:589][ 42]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.00.45:589][ 42]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.00.45:589][ 42]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.00.45:590][ 42]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.00.45:590][ 42]LogWorldPartition: Display: WorldPartition initialize took 1.321 ms (total: 120.919 ms) -[2025.03.28-14.00.45:590][ 42]LogPlayLevel: PIE: World Init took: (0.002186s) -[2025.03.28-14.00.45:601][ 42]LogAudio: Display: Creating Audio Device: Id: 38, Scope: Unique, Realtime: True -[2025.03.28-14.00.45:601][ 42]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.00.45:601][ 42]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.00.45:601][ 42]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.00.45:601][ 42]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.00.45:601][ 42]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.00.45:601][ 42]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.00.45:601][ 42]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.00.45:601][ 42]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.00.45:601][ 42]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.00.45:601][ 42]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.00.45:601][ 42]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.00.45:602][ 42]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.00.45:618][ 42]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.00.45:618][ 42]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.00.45:618][ 42]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.00.45:618][ 42]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.00.45:618][ 42]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=38 -[2025.03.28-14.00.45:618][ 42]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=38 -[2025.03.28-14.00.45:619][ 42]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=38 -[2025.03.28-14.00.45:619][ 42]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=38 -[2025.03.28-14.00.45:619][ 42]LogInit: FAudioDevice initialized with ID 38. -[2025.03.28-14.00.45:619][ 42]LogAudio: Display: Audio Device (ID: 38) registered with world 'ThirdPersonMap'. -[2025.03.28-14.00.45:619][ 42]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 38 -[2025.03.28-14.00.45:621][ 42]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.00.45:624][ 42]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.00.45 -[2025.03.28-14.00.45:625][ 42]LogWorld: Bringing up level for play took: 0.002914 -[2025.03.28-14.00.45:626][ 42]LogOnline: OSS: Created online subsystem instance for: :Context_54 -[2025.03.28-14.00.45:626][ 42]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.45:626][ 42]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.00.45:639][ 42]PIE: Server logged in -[2025.03.28-14.00.45:640][ 42]PIE: Play in editor total start time 0.085 seconds. -[2025.03.28-14.00.46:260][ 90]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.00.46:260][ 90]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.00.46:260][ 90]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.00.49:810][413]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-14.00.49:810][413]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-14.00.50:681][489]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.00.50:681][489]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.00.50:681][489]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.00.50:682][489]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.00.50:682][489]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.00.50:682][489]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.00.50:682][489]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.00.50:682][489]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.00.50:684][489]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.00.50:688][489]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.00.50:704][489]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-14.00.50:704][489]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 38 -[2025.03.28-14.00.50:705][489]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=38 -[2025.03.28-14.00.50:706][489]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=38 -[2025.03.28-14.00.50:709][489]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.00.50:712][489]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-14.00.50:782][490]LogPlayLevel: Display: Destroying online subsystem :Context_54 -[2025.03.28-14.00.56:172][ 87]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms -[2025.03.28-14.00.56:184][ 87]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.56:184][ 87]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.56:186][ 87]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.56:186][ 87]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.56:187][ 87]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.56:187][ 87]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.56:188][ 87]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.56:188][ 87]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.56:189][ 87]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.56:189][ 87]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_5.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.56:190][ 87]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.56:190][ 87]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_5.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.56:191][ 87]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.56:191][ 87]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_6.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.00.56:243][ 87]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.56:243][ 87]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.56:244][ 87]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.56:244][ 87]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.56:245][ 87]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.56:245][ 87]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.56:247][ 87]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.56:247][ 87]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.56:247][ 87]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.56:247][ 87]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_6.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.00.56:248][ 87]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.56:248][ 87]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_6.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.00.56:363][ 87]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.00.56:363][ 87]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.00.57:024][161]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.00.57:051][161]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-14.00.57:059][161]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-14.00.57:059][161]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-14.00.57:115][161]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-14.00.57:115][161]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter59DCBD574EB9B76B083EDFA19CBE70EA.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-14.00.57:122][161]LogFileHelpers: InternalPromptForCheckoutAndSave took 98.281 ms (total: 10.7 sec) -[2025.03.28-14.00.57:140][161]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.00.57:140][161]LogContentValidation: Enabled validators: -[2025.03.28-14.00.57:140][161]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.00.57:140][161]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.00.57:140][161]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.00.57:140][161]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-14.00.57:141][161]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-14.01.03:574][909]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.01.03:600][909]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-14.01.03:601][909]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-14.01.03:655][909]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-14.01.03:655][909]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter52B582BF40110AED7A76B8859A3F1A76.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-14.01.03:663][909]LogFileHelpers: InternalPromptForCheckoutAndSave took 88.712 ms (total: 10.8 sec) -[2025.03.28-14.01.03:691][909]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.01.03:691][909]LogContentValidation: Enabled validators: -[2025.03.28-14.01.03:691][909]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.01.03:691][909]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.01.03:691][909]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.01.03:691][909]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-14.01.03:691][909]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-14.01.06:007][161]LogAssetEditorSubsystem: Opening Asset editor for TextureRenderTarget2D /Game/MAIN_CONTENT/Equipment_System/UI/CharacterEquipmentTextureTarget.CharacterEquipmentTextureTarget -[2025.03.28-14.01.08:510][392]LogSlate: Window 'CharacterEquipmentTextureTarget' being destroyed -[2025.03.28-14.01.08:517][392]LogSlate: Window 'CharacterEquipmentTextureTarget' being destroyed -[2025.03.28-14.01.10:430][590]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.01.10:430][590]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.01.10:431][590]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.399 ms (total: 54.210 ms) -[2025.03.28-14.01.10:432][590]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-14.01.10:466][590]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.01.10:470][590]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003226s) -[2025.03.28-14.01.10:470][590]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003252s) -[2025.03.28-14.01.10:489][590]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-14.01.10:493][590]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.01.10:493][590]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.01.10:493][590]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.01.10:493][590]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.01.10:493][590]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.01.10:495][590]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.01.10:495][590]LogWorldPartition: Display: WorldPartition initialize took 1.210 ms (total: 122.129 ms) -[2025.03.28-14.01.10:495][590]LogPlayLevel: PIE: World Init took: (0.002018s) -[2025.03.28-14.01.10:505][590]LogAudio: Display: Creating Audio Device: Id: 39, Scope: Unique, Realtime: True -[2025.03.28-14.01.10:505][590]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.01.10:505][590]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.01.10:505][590]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.01.10:505][590]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.01.10:505][590]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.01.10:505][590]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.01.10:505][590]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.01.10:505][590]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.01.10:505][590]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.01.10:505][590]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.01.10:505][590]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.01.10:507][590]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.01.10:522][590]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.01.10:522][590]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.01.10:522][590]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.01.10:522][590]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.01.10:522][590]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=39 -[2025.03.28-14.01.10:522][590]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=39 -[2025.03.28-14.01.10:524][590]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=39 -[2025.03.28-14.01.10:524][590]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=39 -[2025.03.28-14.01.10:524][590]LogInit: FAudioDevice initialized with ID 39. -[2025.03.28-14.01.10:524][590]LogAudio: Display: Audio Device (ID: 39) registered with world 'ThirdPersonMap'. -[2025.03.28-14.01.10:524][590]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 39 -[2025.03.28-14.01.10:526][590]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.01.10:528][590]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.01.10 -[2025.03.28-14.01.10:529][590]LogWorld: Bringing up level for play took: 0.002842 -[2025.03.28-14.01.10:530][590]LogOnline: OSS: Created online subsystem instance for: :Context_55 -[2025.03.28-14.01.10:531][590]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.10:531][590]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.01.10:544][590]PIE: Server logged in -[2025.03.28-14.01.10:544][590]PIE: Play in editor total start time 0.116 seconds. -[2025.03.28-14.01.11:262][647]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.01.11:262][647]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.01.11:262][647]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.01.12:204][733]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-14.01.12:204][733]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-14.01.13:081][810]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.01.13:081][810]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.01.13:081][810]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.01.13:082][810]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.01.13:082][810]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.01.13:082][810]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.01.13:082][810]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.01.13:082][810]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.01.13:085][810]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.01.13:089][810]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.01.13:105][810]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-14.01.13:105][810]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 39 -[2025.03.28-14.01.13:105][810]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=39 -[2025.03.28-14.01.13:106][810]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=39 -[2025.03.28-14.01.13:109][810]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.01.13:112][810]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-14.01.13:183][811]LogPlayLevel: Display: Destroying online subsystem :Context_55 -[2025.03.28-14.01.18:208][373]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.18:208][373]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.01.18:211][373]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.18:211][373]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.01.18:212][373]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.18:212][373]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.01.18:213][373]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.18:213][373]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.01.18:214][373]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.18:214][373]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_6.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.01.18:215][373]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.18:215][373]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_6.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.01.18:230][373]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.18:230][373]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.01.19:498][507]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-14.01.19:509][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.19:509][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.01.19:511][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.19:511][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.01.19:512][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.19:512][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.01.19:513][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.19:513][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.01.19:514][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.19:514][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_6.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.01.19:515][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.19:515][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_6.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.01.19:516][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.19:516][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.01.19:565][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.19:565][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.01.19:567][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.19:567][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.01.19:568][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.19:568][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.01.19:569][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.19:569][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.01.19:570][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.19:570][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.01.19:571][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.19:571][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.01.19:689][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.19:689][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.01.19:994][538]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.01.20:020][538]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-14.01.20:031][538]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-14.01.20:031][538]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-14.01.20:086][538]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-14.01.20:086][538]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter4FA44AC7419049ECCB9647A8F032543B.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-14.01.20:093][538]LogFileHelpers: InternalPromptForCheckoutAndSave took 99.019 ms (total: 10.9 sec) -[2025.03.28-14.01.20:124][538]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.01.20:124][538]LogContentValidation: Enabled validators: -[2025.03.28-14.01.20:124][538]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.01.20:124][538]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.01.20:124][538]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.01.20:124][538]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-14.01.20:124][538]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-14.01.21:813][709]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.01.21:813][709]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.01.21:814][709]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.398 ms (total: 55.608 ms) -[2025.03.28-14.01.21:815][709]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-14.01.21:815][709]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.01.21:818][709]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003010s) -[2025.03.28-14.01.21:818][709]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003031s) -[2025.03.28-14.01.21:838][709]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms -[2025.03.28-14.01.21:841][709]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.01.21:842][709]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.01.21:842][709]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.01.21:842][709]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.01.21:842][709]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.01.21:843][709]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.01.21:843][709]LogWorldPartition: Display: WorldPartition initialize took 1.219 ms (total: 123.348 ms) -[2025.03.28-14.01.21:843][709]LogPlayLevel: PIE: World Init took: (0.002014s) -[2025.03.28-14.01.21:854][709]LogAudio: Display: Creating Audio Device: Id: 40, Scope: Unique, Realtime: True -[2025.03.28-14.01.21:854][709]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.01.21:854][709]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.01.21:854][709]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.01.21:854][709]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.01.21:854][709]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.01.21:854][709]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.01.21:854][709]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.01.21:854][709]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.01.21:854][709]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.01.21:854][709]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.01.21:854][709]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.01.21:855][709]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.01.21:871][709]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.01.21:871][709]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.01.21:871][709]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.01.21:871][709]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.01.21:871][709]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=40 -[2025.03.28-14.01.21:871][709]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=40 -[2025.03.28-14.01.21:873][709]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=40 -[2025.03.28-14.01.21:873][709]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=40 -[2025.03.28-14.01.21:873][709]LogInit: FAudioDevice initialized with ID 40. -[2025.03.28-14.01.21:873][709]LogAudio: Display: Audio Device (ID: 40) registered with world 'ThirdPersonMap'. -[2025.03.28-14.01.21:873][709]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 40 -[2025.03.28-14.01.21:875][709]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.01.21:877][709]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.01.21 -[2025.03.28-14.01.21:878][709]LogWorld: Bringing up level for play took: 0.002952 -[2025.03.28-14.01.21:879][709]LogOnline: OSS: Created online subsystem instance for: :Context_56 -[2025.03.28-14.01.21:880][709]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.01.21:880][709]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.01.21:893][709]PIE: Server logged in -[2025.03.28-14.01.21:893][709]PIE: Play in editor total start time 0.083 seconds. -[2025.03.28-14.01.22:426][748]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.01.22:426][748]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.01.22:426][748]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.01.27:089][177]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-14.01.27:089][177]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-14.01.27:630][224]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.01.27:630][224]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.01.27:631][224]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.01.27:631][224]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.01.27:631][224]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.01.27:631][224]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.01.27:631][224]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.01.27:631][224]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.01.27:634][224]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.01.27:638][224]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.01.27:654][224]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-14.01.27:654][224]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 40 -[2025.03.28-14.01.27:654][224]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=40 -[2025.03.28-14.01.27:656][224]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=40 -[2025.03.28-14.01.27:659][224]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.01.27:661][224]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-14.01.27:733][225]LogPlayLevel: Display: Destroying online subsystem :Context_56 -[2025.03.28-14.02.26:632][141]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms -[2025.03.28-14.02.27:610][232]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.02.27:638][232]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.02.27:642][232]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.02.27:642][232]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.02.27:655][232]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.02.27:655][232]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment86C7D2014D29C28B6C7C98A67D602378.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.02.27:661][232]LogFileHelpers: InternalPromptForCheckoutAndSave took 50.811 ms (total: 10.9 sec) -[2025.03.28-14.02.27:693][232]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.02.27:693][232]LogContentValidation: Enabled validators: -[2025.03.28-14.02.27:693][232]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.02.27:693][232]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.02.27:693][232]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.02.27:693][232]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.02.27:695][232]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.02.29:993][487]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.02.29:993][487]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.02.29:994][487]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.407 ms (total: 57.016 ms) -[2025.03.28-14.02.29:995][487]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-14.02.30:016][487]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.02.30:019][487]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003292s) -[2025.03.28-14.02.30:019][487]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003321s) -[2025.03.28-14.02.30:037][487]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-14.02.30:041][487]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.02.30:042][487]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.02.30:042][487]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.02.30:042][487]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.02.30:042][487]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.02.30:044][487]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.02.30:044][487]LogWorldPartition: Display: WorldPartition initialize took 1.386 ms (total: 124.735 ms) -[2025.03.28-14.02.30:044][487]LogPlayLevel: PIE: World Init took: (0.002318s) -[2025.03.28-14.02.30:055][487]LogAudio: Display: Creating Audio Device: Id: 41, Scope: Unique, Realtime: True -[2025.03.28-14.02.30:055][487]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.02.30:055][487]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.02.30:055][487]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.02.30:055][487]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.02.30:055][487]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.02.30:055][487]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.02.30:055][487]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.02.30:055][487]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.02.30:055][487]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.02.30:055][487]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.02.30:055][487]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.02.30:056][487]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.02.30:071][487]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.02.30:071][487]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.02.30:071][487]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.02.30:071][487]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.02.30:072][487]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=41 -[2025.03.28-14.02.30:072][487]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=41 -[2025.03.28-14.02.30:073][487]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=41 -[2025.03.28-14.02.30:073][487]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=41 -[2025.03.28-14.02.30:073][487]LogInit: FAudioDevice initialized with ID 41. -[2025.03.28-14.02.30:073][487]LogAudio: Display: Audio Device (ID: 41) registered with world 'ThirdPersonMap'. -[2025.03.28-14.02.30:073][487]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 41 -[2025.03.28-14.02.30:075][487]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.02.30:078][487]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.02.30 -[2025.03.28-14.02.30:079][487]LogWorld: Bringing up level for play took: 0.002942 -[2025.03.28-14.02.30:080][487]LogOnline: OSS: Created online subsystem instance for: :Context_57 -[2025.03.28-14.02.30:080][487]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.02.30:080][487]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.02.30:094][487]PIE: Server logged in -[2025.03.28-14.02.30:094][487]PIE: Play in editor total start time 0.103 seconds. -[2025.03.28-14.02.30:539][519]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.02.30:540][519]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.02.30:540][519]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.02.39:721][348]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.02.39:721][348]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.02.39:721][348]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.02.39:722][348]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.02.39:722][348]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.02.39:722][348]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.02.39:722][348]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.02.39:722][348]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.02.39:724][348]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.02.39:728][348]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.02.39:745][348]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-14.02.39:745][348]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 41 -[2025.03.28-14.02.39:745][348]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=41 -[2025.03.28-14.02.39:746][348]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=41 -[2025.03.28-14.02.39:749][348]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.02.39:752][348]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-14.02.39:823][349]LogPlayLevel: Display: Destroying online subsystem :Context_57 -[2025.03.28-14.02.57:305][411]LogUObjectHash: Compacting FUObjectHashTables data took 1.30ms -[2025.03.28-14.02.58:135][490]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.02.58:165][490]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.02.58:169][490]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.02.58:169][490]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.02.58:182][490]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.02.58:182][490]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentDBE3964545183B561BECA9A38DBA5C1D.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.02.58:187][490]LogFileHelpers: InternalPromptForCheckoutAndSave took 52.170 ms (total: 11.0 sec) -[2025.03.28-14.02.58:213][490]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.02.58:213][490]LogContentValidation: Enabled validators: -[2025.03.28-14.02.58:213][490]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.02.58:213][490]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.02.58:213][490]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.02.58:213][490]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.02.58:214][490]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.03.00:137][701]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.03.00:137][701]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.03.00:139][701]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.358 ms (total: 58.375 ms) -[2025.03.28-14.03.00:139][701]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-14.03.00:166][701]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.03.00:169][701]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003106s) -[2025.03.28-14.03.00:169][701]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003133s) -[2025.03.28-14.03.00:186][701]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.28-14.03.00:190][701]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.03.00:191][701]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.03.00:191][701]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.03.00:191][701]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.03.00:191][701]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.03.00:192][701]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.03.00:192][701]LogWorldPartition: Display: WorldPartition initialize took 1.217 ms (total: 125.952 ms) -[2025.03.28-14.03.00:192][701]LogPlayLevel: PIE: World Init took: (0.001988s) -[2025.03.28-14.03.00:202][701]LogAudio: Display: Creating Audio Device: Id: 42, Scope: Unique, Realtime: True -[2025.03.28-14.03.00:202][701]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.03.00:202][701]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.03.00:202][701]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.03.00:202][701]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.03.00:202][701]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.03.00:202][701]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.03.00:202][701]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.03.00:202][701]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.03.00:202][701]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.03.00:202][701]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.03.00:202][701]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.03.00:203][701]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.03.00:218][701]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.03.00:218][701]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.03.00:218][701]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.03.00:218][701]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.03.00:219][701]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=42 -[2025.03.28-14.03.00:219][701]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=42 -[2025.03.28-14.03.00:220][701]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=42 -[2025.03.28-14.03.00:220][701]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=42 -[2025.03.28-14.03.00:220][701]LogInit: FAudioDevice initialized with ID 42. -[2025.03.28-14.03.00:220][701]LogAudio: Display: Audio Device (ID: 42) registered with world 'ThirdPersonMap'. -[2025.03.28-14.03.00:220][701]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 42 -[2025.03.28-14.03.00:222][701]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.03.00:224][701]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.03.00 -[2025.03.28-14.03.00:225][701]LogWorld: Bringing up level for play took: 0.002836 -[2025.03.28-14.03.00:226][701]LogOnline: OSS: Created online subsystem instance for: :Context_58 -[2025.03.28-14.03.00:227][701]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.03.00:227][701]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.03.00:239][701]PIE: Server logged in -[2025.03.28-14.03.00:240][701]PIE: Play in editor total start time 0.104 seconds. -[2025.03.28-14.03.00:917][753]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.03.00:917][753]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.03.00:917][753]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.03.06:197][227]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.03.06:197][227]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.03.06:197][227]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.03.06:198][227]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.03.06:198][227]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.03.06:198][227]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.03.06:198][227]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.03.06:198][227]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.03.06:200][227]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.03.06:204][227]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.03.06:220][227]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-14.03.06:220][227]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 42 -[2025.03.28-14.03.06:220][227]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=42 -[2025.03.28-14.03.06:221][227]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=42 -[2025.03.28-14.03.06:224][227]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.03.06:227][227]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-14.03.06:299][228]LogPlayLevel: Display: Destroying online subsystem :Context_58 -[2025.03.28-14.03.07:697][379]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.03.07:697][379]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.03.07:699][379]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.456 ms (total: 59.831 ms) -[2025.03.28-14.03.07:700][379]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-14.03.07:736][379]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.03.07:739][379]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003195s) -[2025.03.28-14.03.07:739][379]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003230s) -[2025.03.28-14.03.07:755][379]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-14.03.07:758][379]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.03.07:759][379]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.03.07:759][379]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.03.07:759][379]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.03.07:759][379]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.03.07:760][379]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.03.07:760][379]LogWorldPartition: Display: WorldPartition initialize took 1.283 ms (total: 127.236 ms) -[2025.03.28-14.03.07:760][379]LogPlayLevel: PIE: World Init took: (0.002138s) -[2025.03.28-14.03.07:771][379]LogAudio: Display: Creating Audio Device: Id: 43, Scope: Unique, Realtime: True -[2025.03.28-14.03.07:771][379]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.03.07:771][379]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.03.07:771][379]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.03.07:771][379]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.03.07:771][379]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.03.07:771][379]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.03.07:771][379]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.03.07:771][379]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.03.07:771][379]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.03.07:771][379]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.03.07:771][379]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.03.07:773][379]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.03.07:788][379]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.03.07:788][379]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.03.07:788][379]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.03.07:788][379]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.03.07:788][379]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=43 -[2025.03.28-14.03.07:788][379]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=43 -[2025.03.28-14.03.07:790][379]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=43 -[2025.03.28-14.03.07:790][379]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=43 -[2025.03.28-14.03.07:790][379]LogInit: FAudioDevice initialized with ID 43. -[2025.03.28-14.03.07:790][379]LogAudio: Display: Audio Device (ID: 43) registered with world 'ThirdPersonMap'. -[2025.03.28-14.03.07:790][379]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 43 -[2025.03.28-14.03.07:792][379]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.03.07:794][379]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.03.07 -[2025.03.28-14.03.07:795][379]LogWorld: Bringing up level for play took: 0.003010 -[2025.03.28-14.03.07:796][379]LogOnline: OSS: Created online subsystem instance for: :Context_59 -[2025.03.28-14.03.07:797][379]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.03.07:797][379]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.03.07:810][379]PIE: Server logged in -[2025.03.28-14.03.07:810][379]PIE: Play in editor total start time 0.114 seconds. -[2025.03.28-14.03.09:022][479]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.03.09:709][541]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.03.11:452][700]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.03.12:463][794]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.03.12:463][794]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.03.12:463][794]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.03.20:190][508]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.03.20:190][508]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.03.20:190][508]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.03.20:191][508]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.03.20:191][508]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.03.20:191][508]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.03.20:191][508]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.03.20:191][508]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.03.20:193][508]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.03.20:197][508]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.03.20:214][508]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.03.20:214][508]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 43 -[2025.03.28-14.03.20:214][508]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=43 -[2025.03.28-14.03.20:215][508]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=43 -[2025.03.28-14.03.20:222][508]LogUObjectHash: Compacting FUObjectHashTables data took 1.14ms -[2025.03.28-14.03.20:289][509]LogPlayLevel: Display: Destroying online subsystem :Context_59 -[2025.03.28-14.03.41:445][948]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:446][948]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:448][948]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:508][949]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:509][949]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:509][949]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:510][949]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:516][949]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:526][950]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:526][950]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:585][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:589][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:592][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:595][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:598][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:601][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:604][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:607][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:610][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:613][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:616][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:619][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:622][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:625][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:628][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:632][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:635][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:638][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:646][951]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:657][952]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:661][952]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:722][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:726][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:729][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:732][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:735][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:739][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:742][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:745][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:748][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:751][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:754][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:757][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:760][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:763][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:766][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:769][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:772][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:775][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:778][953]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:794][954]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:797][954]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:801][954]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:860][955]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:864][955]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:867][955]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:875][955]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:885][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:888][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:891][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:894][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:897][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:900][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:903][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:906][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:909][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:912][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:915][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:918][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:921][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:924][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:927][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:930][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:933][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:936][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:939][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:942][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:945][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:948][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:951][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:954][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.41:955][956]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:014][957]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:015][957]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:016][957]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:022][957]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:033][958]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:103][960]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:165][961]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:233][963]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:241][964]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:313][966]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:378][967]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:448][969]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:456][970]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:526][972]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:587][973]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:656][975]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.42:664][976]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.43:349][ 36]LogEditorTransaction: Undo Drag and Drop Widget -[2025.03.28-14.03.45:822][266]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:823][266]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:824][266]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:884][267]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:891][267]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:899][268]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:954][269]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:955][269]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:956][269]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:965][269]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:975][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:978][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:982][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:985][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:988][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:991][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:994][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.45:997][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:000][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:003][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:006][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:009][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:012][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:015][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:018][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:021][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:024][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:027][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:030][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:033][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:036][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:039][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:042][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:045][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:048][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:052][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:055][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:058][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:061][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:064][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:067][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:070][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:073][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:076][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:079][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:082][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:085][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:088][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:091][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:094][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:097][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:100][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:103][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:106][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:109][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:112][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:115][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:118][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:121][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:126][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:129][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:133][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:136][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:139][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:143][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:146][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:149][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:152][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:155][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:158][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:161][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:164][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:167][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:170][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:172][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:175][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:178][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:181][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:184][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:187][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:191][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:194][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:197][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:199][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:203][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:206][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:209][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:212][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:215][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:218][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:221][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:224][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:227][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:230][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:233][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:236][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:239][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:242][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:245][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:248][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:251][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:254][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:257][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:260][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:263][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:266][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:269][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:272][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:275][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:278][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:278][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:280][270]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:338][271]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:352][272]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:354][272]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:408][273]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:414][273]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:421][274]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:483][275]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:490][276]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:546][277]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:559][278]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:561][278]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:616][279]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:617][279]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:623][279]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:631][280]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:686][281]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:693][281]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:701][282]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:701][282]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:703][282]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:758][283]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:772][284]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:774][284]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:830][285]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:831][285]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:832][285]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:833][285]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:839][285]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:847][286]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:848][286]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:849][286]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:906][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:910][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:913][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:916][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:919][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:922][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:925][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:928][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:931][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:934][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:937][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:940][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:943][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:946][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:949][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:951][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:954][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:957][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:960][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:963][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:966][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:969][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:972][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:975][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:978][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:981][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:984][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:987][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:990][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:993][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:996][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.46:999][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:002][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:005][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:008][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:011][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:019][287]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:030][288]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:033][288]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:036][288]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:039][288]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:043][288]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:103][289]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:107][289]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:123][290]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:186][291]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:264][293]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:278][294]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:359][296]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:425][297]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:498][299]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:509][300]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:583][302]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.47:648][303]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.03.48:309][359]LogEditorTransaction: Undo Drag and Drop Widget -[2025.03.28-14.03.55:201][120]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms -[2025.03.28-14.03.56:079][202]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.03.56:107][202]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.03.56:111][202]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.03.56:111][202]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.03.56:123][202]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.03.56:124][202]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment11F5A8C947377BC0C8E7789254CF15CA.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.03.56:130][202]LogFileHelpers: InternalPromptForCheckoutAndSave took 51.536 ms (total: 11.0 sec) -[2025.03.28-14.03.56:157][202]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.03.56:157][202]LogContentValidation: Enabled validators: -[2025.03.28-14.03.56:157][202]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.03.56:157][202]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.03.56:157][202]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.03.56:157][202]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.03.56:158][202]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.03.58:049][403]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.03.58:049][403]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.03.58:050][403]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.419 ms (total: 61.251 ms) -[2025.03.28-14.03.58:051][403]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-14.03.58:051][403]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.03.58:055][403]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003277s) -[2025.03.28-14.03.58:055][403]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003299s) -[2025.03.28-14.03.58:072][403]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.28-14.03.58:076][403]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.03.58:077][403]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.03.58:077][403]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.03.58:077][403]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.03.58:077][403]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.03.58:078][403]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.03.58:078][403]LogWorldPartition: Display: WorldPartition initialize took 1.242 ms (total: 128.478 ms) -[2025.03.28-14.03.58:078][403]LogPlayLevel: PIE: World Init took: (0.002096s) -[2025.03.28-14.03.58:089][403]LogAudio: Display: Creating Audio Device: Id: 44, Scope: Unique, Realtime: True -[2025.03.28-14.03.58:089][403]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.03.58:089][403]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.03.58:089][403]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.03.58:089][403]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.03.58:089][403]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.03.58:089][403]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.03.58:089][403]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.03.58:089][403]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.03.58:089][403]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.03.58:089][403]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.03.58:089][403]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.03.58:090][403]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.03.58:106][403]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.03.58:106][403]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.03.58:106][403]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.03.58:106][403]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.03.58:107][403]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=44 -[2025.03.28-14.03.58:107][403]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=44 -[2025.03.28-14.03.58:108][403]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=44 -[2025.03.28-14.03.58:108][403]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=44 -[2025.03.28-14.03.58:108][403]LogInit: FAudioDevice initialized with ID 44. -[2025.03.28-14.03.58:108][403]LogAudio: Display: Audio Device (ID: 44) registered with world 'ThirdPersonMap'. -[2025.03.28-14.03.58:108][403]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 44 -[2025.03.28-14.03.58:111][403]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.03.58:113][403]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.03.58 -[2025.03.28-14.03.58:114][403]LogWorld: Bringing up level for play took: 0.003255 -[2025.03.28-14.03.58:116][403]LogOnline: OSS: Created online subsystem instance for: :Context_60 -[2025.03.28-14.03.58:116][403]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.03.58:116][403]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.03.58:129][403]PIE: Server logged in -[2025.03.28-14.03.58:130][403]PIE: Play in editor total start time 0.084 seconds. -[2025.03.28-14.03.59:384][507]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.03.59:384][507]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.03.59:384][507]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.04.03:829][910]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-14.04.03:829][910]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-14.04.04:648][985]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.04.05:383][ 52]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.04.05:700][ 81]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.04.06:045][113]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.04.06:045][113]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-14.04.25:399][910]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-14.04.25:399][910]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-14.04.26:847][ 41]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.04.26:847][ 41]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.04.26:847][ 41]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.04.26:848][ 41]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.04.26:848][ 41]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.04.26:848][ 41]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.04.26:848][ 41]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.04.26:848][ 41]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.04.26:851][ 41]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.04.26:855][ 41]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.04.26:872][ 41]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-14.04.26:872][ 41]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 44 -[2025.03.28-14.04.26:872][ 41]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=44 -[2025.03.28-14.04.26:874][ 41]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=44 -[2025.03.28-14.04.26:887][ 41]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.04.26:889][ 41]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-14.04.26:960][ 42]LogPlayLevel: Display: Destroying online subsystem :Context_60 -[2025.03.28-14.06.25:700][235]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-14.06.26:567][316]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.06.26:597][316]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.06.26:603][316]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.06.26:603][316]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.06.26:615][316]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.06.26:615][316]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment66FA5F3D44332E2728B28FB900ABC0E1.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.06.26:623][316]LogFileHelpers: InternalPromptForCheckoutAndSave took 56.109 ms (total: 11.1 sec) -[2025.03.28-14.06.26:652][316]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.06.26:652][316]LogContentValidation: Enabled validators: -[2025.03.28-14.06.26:652][316]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.06.26:652][316]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.06.26:652][316]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.06.26:652][316]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.06.26:653][316]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.06.30:756][772]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.06.30:756][772]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.06.30:758][772]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.578 ms (total: 62.830 ms) -[2025.03.28-14.06.30:759][772]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-14.06.30:759][772]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.06.30:762][772]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003086s) -[2025.03.28-14.06.30:762][772]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003110s) -[2025.03.28-14.06.30:779][772]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.28-14.06.30:783][772]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.06.30:784][772]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.06.30:784][772]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.06.30:784][772]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.06.30:784][772]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.06.30:785][772]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.06.30:785][772]LogWorldPartition: Display: WorldPartition initialize took 1.272 ms (total: 129.750 ms) -[2025.03.28-14.06.30:785][772]LogPlayLevel: PIE: World Init took: (0.002087s) -[2025.03.28-14.06.30:796][772]LogAudio: Display: Creating Audio Device: Id: 45, Scope: Unique, Realtime: True -[2025.03.28-14.06.30:796][772]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.06.30:796][772]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.06.30:796][772]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.06.30:796][772]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.06.30:796][772]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.06.30:796][772]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.06.30:796][772]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.06.30:796][772]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.06.30:796][772]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.06.30:796][772]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.06.30:796][772]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.06.30:797][772]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.06.30:813][772]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.06.30:813][772]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.06.30:813][772]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.06.30:813][772]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.06.30:814][772]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=45 -[2025.03.28-14.06.30:814][772]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=45 -[2025.03.28-14.06.30:815][772]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=45 -[2025.03.28-14.06.30:815][772]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=45 -[2025.03.28-14.06.30:815][772]LogInit: FAudioDevice initialized with ID 45. -[2025.03.28-14.06.30:815][772]LogAudio: Display: Audio Device (ID: 45) registered with world 'ThirdPersonMap'. -[2025.03.28-14.06.30:815][772]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 45 -[2025.03.28-14.06.30:817][772]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.06.30:820][772]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.06.30 -[2025.03.28-14.06.30:821][772]LogWorld: Bringing up level for play took: 0.003192 -[2025.03.28-14.06.30:822][772]LogOnline: OSS: Created online subsystem instance for: :Context_61 -[2025.03.28-14.06.30:823][772]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.06.30:823][772]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.06.30:836][772]PIE: Server logged in -[2025.03.28-14.06.30:836][772]PIE: Play in editor total start time 0.082 seconds. -[2025.03.28-14.06.31:318][806]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.06.31:318][806]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.06.31:318][806]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.06.33:100][962]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-14.06.33:100][962]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-14.06.33:426][991]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.06.33:426][991]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-14.06.42:599][795]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.06.42:599][795]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.06.42:600][795]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.06.42:600][795]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.06.42:600][795]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.06.42:600][795]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.06.42:600][795]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.06.42:600][795]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.06.42:602][795]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.06.42:607][795]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.06.42:622][795]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-14.06.42:622][795]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 45 -[2025.03.28-14.06.42:622][795]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=45 -[2025.03.28-14.06.42:624][795]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=45 -[2025.03.28-14.06.42:627][795]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.06.42:630][795]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms -[2025.03.28-14.06.42:699][796]LogPlayLevel: Display: Destroying online subsystem :Context_61 -[2025.03.28-14.08.53:733][400]Cmd: TRANSACTION UNDO -[2025.03.28-14.08.53:733][400]LogEditorTransaction: Undo Add New Function -[2025.03.28-14.09.21:066][501]LogSlate: Took 0.005810 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensedItalic.ttf' (160K) -[2025.03.28-14.09.30:704][284]LogUObjectHash: Compacting FUObjectHashTables data took 1.30ms -[2025.03.28-14.09.31:484][364]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.09.31:508][364]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.09.31:512][364]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.09.31:512][364]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.09.31:525][364]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.09.31:525][364]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentD13A6A12458B9B3FCF36B6BF19696CE0.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.09.31:534][364]LogFileHelpers: InternalPromptForCheckoutAndSave took 50.400 ms (total: 11.2 sec) -[2025.03.28-14.09.31:563][364]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.09.31:563][364]LogContentValidation: Enabled validators: -[2025.03.28-14.09.31:563][364]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.09.31:563][364]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.09.31:563][364]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.09.31:563][364]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.09.31:565][364]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.09.39:392][297]LogAssetEditorSubsystem: Opening Asset editor for WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-14.10.35:275][787]LogUObjectHash: Compacting FUObjectHashTables data took 1.16ms -[2025.03.28-14.10.35:845][846]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.10.35:876][846]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-14.10.35:877][846]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-14.10.35:877][846]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-14.10.35:881][846]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-14.10.35:881][846]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_Slot7FDD0DD743551D94B40F22B58B2BF6E8.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-14.10.35:887][846]LogFileHelpers: InternalPromptForCheckoutAndSave took 42.540 ms (total: 11.2 sec) -[2025.03.28-14.10.35:917][846]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.10.35:917][846]LogContentValidation: Enabled validators: -[2025.03.28-14.10.35:917][846]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.10.35:917][846]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.10.35:917][846]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.10.35:917][846]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-14.10.35:917][846]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-14.12.16:764][411]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.12.16:793][411]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-14.12.16:796][411]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-14.12.16:796][411]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-14.12.16:800][411]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-14.12.16:800][411]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_Slot7224CDBB4DB8AAA2FBB3D4AD36D67CFD.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-14.12.16:806][411]LogFileHelpers: InternalPromptForCheckoutAndSave took 42.531 ms (total: 11.2 sec) -[2025.03.28-14.12.16:835][411]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.12.16:835][411]LogContentValidation: Enabled validators: -[2025.03.28-14.12.16:835][411]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.12.16:835][411]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.12.16:835][411]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.12.16:835][411]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-14.12.16:835][411]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-14.14.51:464][863]LogBlueprint: Error: [AssetLog] F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Content\MAIN_CONTENT\Equipment_System\UI\WB_Equipment.uasset: [Compiler] The property associated with Image could not be found in '/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot_C' -[2025.03.28-14.14.51:491][863]LogUObjectHash: Compacting FUObjectHashTables data took 1.36ms -[2025.03.28-14.14.52:505][956]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.14.52:532][956]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.14.52:536][956]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.14.52:536][956]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.14.52:549][956]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.14.52:549][956]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment60CA7BDC49F0D173FBDE03A2619137E1.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.14.52:556][956]LogFileHelpers: InternalPromptForCheckoutAndSave took 51.126 ms (total: 11.3 sec) -[2025.03.28-14.14.52:586][956]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.14.52:586][956]LogContentValidation: Enabled validators: -[2025.03.28-14.14.52:586][956]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.14.52:586][956]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.14.52:586][956]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.14.52:586][956]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.14.52:587][956]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.15.27:212][ 19]LogBlueprint: Error: [AssetLog] F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Content\MAIN_CONTENT\Equipment_System\UI\WB_Equipment.uasset: [Compiler] This blueprint (self) is not a Image, therefore ' Target ' must have a connection. -[2025.03.28-14.15.27:243][ 19]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-14.15.28:341][127]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.15.28:364][127]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.15.28:367][127]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.15.28:367][127]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.15.28:380][127]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.15.28:381][127]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment2B935A4246BD29A0E4FB8C977CD73118.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.15.28:387][127]LogFileHelpers: InternalPromptForCheckoutAndSave took 46.048 ms (total: 11.3 sec) -[2025.03.28-14.15.28:413][127]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.15.28:413][127]LogContentValidation: Enabled validators: -[2025.03.28-14.15.28:413][127]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.15.28:413][127]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.15.28:413][127]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.15.28:413][127]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.15.28:415][127]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.15.54:899][874]LogBlueprint: Error: [AssetLog] F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Content\MAIN_CONTENT\Equipment_System\UI\WB_Equipment.uasset: [Compiler] The property associated with Image could not be found in '/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot_C' -[2025.03.28-14.15.54:929][874]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-14.15.55:837][955]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.15.55:863][955]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.15.55:867][955]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.15.55:867][955]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.15.55:880][955]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.15.55:880][955]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentCF2A0B784193E09D9CEE79B91B00B202.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.15.55:887][955]LogFileHelpers: InternalPromptForCheckoutAndSave took 49.788 ms (total: 11.4 sec) -[2025.03.28-14.15.55:911][955]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.15.55:911][955]LogContentValidation: Enabled validators: -[2025.03.28-14.15.55:911][955]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.15.55:911][955]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.15.55:911][955]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.15.55:911][955]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.15.55:913][955]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.16.21:995][980]LogBlueprint: Error: [AssetLog] F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Content\MAIN_CONTENT\Equipment_System\UI\WB_Equipment.uasset: [Compiler] The property associated with Image could not be found in '/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot_C' -[2025.03.28-14.16.22:025][980]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.28-14.16.23:141][ 88]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.16.23:174][ 88]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.16.23:177][ 88]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.16.23:177][ 88]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.16.23:190][ 88]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.16.23:191][ 88]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment8BE8275247B617F7AF1C139BD3A2FB84.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.16.23:197][ 88]LogFileHelpers: InternalPromptForCheckoutAndSave took 56.722 ms (total: 11.4 sec) -[2025.03.28-14.16.23:223][ 88]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.16.23:223][ 88]LogContentValidation: Enabled validators: -[2025.03.28-14.16.23:223][ 88]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.16.23:223][ 88]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.16.23:223][ 88]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.16.23:223][ 88]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.16.23:224][ 88]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.16.38:185][842]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-14.16.39:514][979]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.16.39:539][979]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-14.16.39:541][979]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-14.16.39:541][979]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-14.16.39:544][979]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-14.16.39:545][979]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_Slot819DE4A443DFE6CE30DFA281788B7D29.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-14.16.39:550][979]LogFileHelpers: InternalPromptForCheckoutAndSave took 36.108 ms (total: 11.5 sec) -[2025.03.28-14.16.39:579][979]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.16.39:579][979]LogContentValidation: Enabled validators: -[2025.03.28-14.16.39:579][979]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.16.39:579][979]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.16.39:580][979]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.16.39:580][979]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-14.16.39:580][979]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-14.16.45:303][653]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.28-14.16.46:320][749]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.16.46:346][749]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.16.46:350][749]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.16.46:350][749]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.16.46:363][749]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.16.46:363][749]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment3A56F02642049C2BF06491ADED42507A.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.16.46:369][749]LogFileHelpers: InternalPromptForCheckoutAndSave took 48.370 ms (total: 11.5 sec) -[2025.03.28-14.16.46:394][749]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.16.46:394][749]LogContentValidation: Enabled validators: -[2025.03.28-14.16.46:394][749]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.16.46:394][749]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.16.46:394][749]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.16.46:394][749]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.16.46:395][749]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.17.58:052][804]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.28-14.17.58:703][873]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.17.58:729][873]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-14.17.58:732][873]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-14.17.58:732][873]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-14.17.58:737][873]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-14.17.58:737][873]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot1AEDFAD245857CC9CAFE0D9DF9B640FD.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-14.17.58:743][873]LogFileHelpers: InternalPromptForCheckoutAndSave took 40.245 ms (total: 11.6 sec) -[2025.03.28-14.17.58:770][873]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.17.58:770][873]LogContentValidation: Enabled validators: -[2025.03.28-14.17.58:770][873]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.17.58:770][873]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.17.58:770][873]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.17.58:770][873]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-14.17.58:771][873]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-14.18.15:551][849]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.28-14.18.16:062][900]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.18.16:085][900]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-14.18.16:090][900]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-14.18.16:090][900]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-14.18.16:094][900]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-14.18.16:095][900]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotA959B6314C668EE833CF70B111C0C7C8.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-14.18.16:100][900]LogFileHelpers: InternalPromptForCheckoutAndSave took 38.229 ms (total: 11.6 sec) -[2025.03.28-14.18.16:128][900]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.18.16:128][900]LogContentValidation: Enabled validators: -[2025.03.28-14.18.16:128][900]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.18.16:128][900]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.18.16:128][900]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.18.16:128][900]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-14.18.16:129][900]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-14.20.07:355][843]LogUObjectHash: Compacting FUObjectHashTables data took 1.30ms -[2025.03.28-14.20.08:142][909]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.20.08:171][909]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.20.08:176][909]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.20.08:176][909]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.20.08:189][909]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.20.08:190][909]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentDF7A01D6470AAC86E91067B7BD9D1E2B.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.20.08:195][909]LogFileHelpers: InternalPromptForCheckoutAndSave took 53.501 ms (total: 11.7 sec) -[2025.03.28-14.20.08:230][909]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.20.08:230][909]LogContentValidation: Enabled validators: -[2025.03.28-14.20.08:230][909]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.20.08:230][909]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.20.08:230][909]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.20.08:230][909]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.20.08:231][909]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.20.20:259][780]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-14.20.20:967][852]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.20.20:992][852]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-14.20.20:994][852]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-14.20.20:994][852]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-14.20.20:999][852]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-14.20.20:999][852]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_Slot11CA554D46EF4CC524A94097AB5B6B07.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-14.20.21:006][852]LogFileHelpers: InternalPromptForCheckoutAndSave took 38.604 ms (total: 11.7 sec) -[2025.03.28-14.20.21:036][852]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.20.21:036][852]LogContentValidation: Enabled validators: -[2025.03.28-14.20.21:036][852]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.20.21:036][852]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.20.21:036][852]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.20.21:036][852]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-14.20.21:036][852]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-14.20.25:641][401]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.20.25:668][401]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-14.20.25:668][401]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-14.20.25:673][401]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-14.20.25:673][401]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotE36795874F7A715A66265399344DCB09.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-14.20.25:679][401]LogFileHelpers: InternalPromptForCheckoutAndSave took 38.500 ms (total: 11.7 sec) -[2025.03.28-14.20.25:709][401]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.20.25:709][401]LogContentValidation: Enabled validators: -[2025.03.28-14.20.25:709][401]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.20.25:709][401]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.20.25:709][401]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.20.25:709][401]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-14.20.25:710][401]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-14.20.30:924][838]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.20.30:924][838]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.20.30:926][838]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.647 ms (total: 64.478 ms) -[2025.03.28-14.20.30:927][838]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-14.20.30:927][838]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.20.30:930][838]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003076s) -[2025.03.28-14.20.30:930][838]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003098s) -[2025.03.28-14.20.30:948][838]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-14.20.30:949][838]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.20.30:950][838]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.20.30:950][838]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.20.30:950][838]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.20.30:950][838]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.20.30:951][838]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.20.30:952][838]LogWorldPartition: Display: WorldPartition initialize took 1.315 ms (total: 131.066 ms) -[2025.03.28-14.20.30:952][838]LogPlayLevel: PIE: World Init took: (0.002154s) -[2025.03.28-14.20.30:962][838]LogAudio: Display: Creating Audio Device: Id: 46, Scope: Unique, Realtime: True -[2025.03.28-14.20.30:962][838]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.20.30:962][838]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.20.30:962][838]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.20.30:962][838]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.20.30:962][838]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.20.30:962][838]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.20.30:962][838]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.20.30:962][838]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.20.30:962][838]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.20.30:962][838]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.20.30:962][838]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.20.30:963][838]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.20.30:979][838]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.20.30:980][838]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.20.30:980][838]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.20.30:980][838]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.20.30:980][838]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=46 -[2025.03.28-14.20.30:980][838]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=46 -[2025.03.28-14.20.30:981][838]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=46 -[2025.03.28-14.20.30:981][838]LogInit: FAudioDevice initialized with ID 46. -[2025.03.28-14.20.30:981][838]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=46 -[2025.03.28-14.20.30:981][838]LogAudio: Display: Audio Device (ID: 46) registered with world 'ThirdPersonMap'. -[2025.03.28-14.20.30:981][838]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 46 -[2025.03.28-14.20.30:984][838]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.20.30:986][838]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.20.30 -[2025.03.28-14.20.30:987][838]LogWorld: Bringing up level for play took: 0.003135 -[2025.03.28-14.20.30:989][838]LogOnline: OSS: Created online subsystem instance for: :Context_64 -[2025.03.28-14.20.30:989][838]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.20.30:989][838]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.20.31:003][838]PIE: Server logged in -[2025.03.28-14.20.31:003][838]PIE: Play in editor total start time 0.081 seconds. -[2025.03.28-14.20.31:729][895]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.20.32:397][954]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.20.32:927][ 2]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.20.33:664][ 70]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.20.33:664][ 70]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.20.33:664][ 70]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.20.44:224][ 62]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-14.20.44:224][ 62]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-14.20.44:620][ 99]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.20.44:620][ 99]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-14.20.46:414][264]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.20.46:414][264]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.20.46:414][264]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.20.46:414][264]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.20.46:414][264]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.20.46:415][264]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.20.46:415][264]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.20.46:415][264]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.20.46:417][264]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.20.46:421][264]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.20.46:438][264]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-14.20.46:438][264]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 46 -[2025.03.28-14.20.46:438][264]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=46 -[2025.03.28-14.20.46:440][264]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=46 -[2025.03.28-14.20.46:471][264]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.20.46:474][264]LogUObjectHash: Compacting FUObjectHashTables data took 1.11ms -[2025.03.28-14.20.46:543][265]LogPlayLevel: Display: Destroying online subsystem :Context_64 -[2025.03.28-14.21.29:835][962]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.29:836][962]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.29:837][962]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.29:839][962]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.29:900][963]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.29:917][964]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.29:919][964]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.29:920][964]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.29:980][965]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.29:982][965]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.29:983][965]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.29:992][965]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:001][966]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:002][966]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:062][967]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:070][967]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:077][968]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:143][970]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:152][971]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:168][973]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:177][974]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:193][976]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:202][977]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:218][979]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:227][980]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:243][982]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:252][983]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:268][985]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:276][986]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:293][988]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:301][989]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:318][991]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:326][992]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:343][994]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:351][995]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:368][997]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:376][998]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:393][ 0]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:401][ 1]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:418][ 3]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:426][ 4]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:443][ 6]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:451][ 7]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:468][ 9]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:476][ 10]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:493][ 12]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:501][ 13]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:518][ 15]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:526][ 16]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:542][ 18]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:544][ 18]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:551][ 19]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:552][ 19]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:559][ 20]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:568][ 21]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:569][ 21]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:576][ 22]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:577][ 22]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:584][ 23]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:593][ 24]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:594][ 24]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:601][ 25]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:602][ 25]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:609][ 26]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:610][ 26]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:618][ 27]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:619][ 27]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:626][ 28]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:627][ 28]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:634][ 29]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:635][ 29]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:643][ 30]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:644][ 30]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:651][ 31]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:652][ 31]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:659][ 32]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:668][ 33]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:669][ 33]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:676][ 34]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:677][ 34]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:694][ 36]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:702][ 37]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:718][ 39]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:719][ 39]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:726][ 40]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:727][ 40]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:734][ 41]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:735][ 41]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:743][ 42]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:744][ 42]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:751][ 43]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:752][ 43]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:759][ 44]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:760][ 44]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:768][ 45]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:769][ 45]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:776][ 46]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:778][ 46]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:784][ 47]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:793][ 48]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:794][ 48]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:801][ 49]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:802][ 49]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:809][ 50]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:810][ 50]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:818][ 51]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:819][ 51]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:826][ 52]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:827][ 52]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:834][ 53]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:843][ 54]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:844][ 54]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:851][ 55]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:852][ 55]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:859][ 56]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:868][ 57]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:869][ 57]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:876][ 58]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:877][ 58]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:893][ 60]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:901][ 61]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:918][ 63]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:926][ 64]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:943][ 66]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:951][ 67]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:968][ 69]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:976][ 70]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.30:993][ 72]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.31:001][ 73]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.31:018][ 75]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.31:026][ 76]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.21.31:042][ 78]LogEditorTransaction: Warning: Canceling transaction partially is unsupported. Canceling Drag and Drop Widget entirely. -[2025.03.28-14.22.12:863][ 65]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-14.22.13:760][128]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.22.13:787][128]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-14.22.13:788][128]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-14.22.13:788][128]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-14.22.13:792][128]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-14.22.13:793][128]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_Slot7000625C453B53023B166799218971FF.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-14.22.13:801][128]LogFileHelpers: InternalPromptForCheckoutAndSave took 40.618 ms (total: 11.8 sec) -[2025.03.28-14.22.13:822][128]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.22.13:822][128]LogContentValidation: Enabled validators: -[2025.03.28-14.22.13:822][128]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.22.13:822][128]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.22.13:822][128]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.22.13:822][128]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-14.22.13:822][128]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-14.22.15:962][356]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.22.15:962][356]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.22.15:963][356]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.439 ms (total: 65.917 ms) -[2025.03.28-14.22.15:964][356]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-14.22.15:965][356]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.22.15:968][356]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003068s) -[2025.03.28-14.22.15:968][356]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003089s) -[2025.03.28-14.22.15:985][356]LogUObjectHash: Compacting FUObjectHashTables data took 1.24ms -[2025.03.28-14.22.15:987][356]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.22.15:987][356]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.22.15:987][356]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.22.15:987][356]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.22.15:988][356]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.22.15:989][356]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.22.15:989][356]LogWorldPartition: Display: WorldPartition initialize took 1.255 ms (total: 132.321 ms) -[2025.03.28-14.22.15:989][356]LogPlayLevel: PIE: World Init took: (0.002063s) -[2025.03.28-14.22.15:999][356]LogAudio: Display: Creating Audio Device: Id: 47, Scope: Unique, Realtime: True -[2025.03.28-14.22.15:999][356]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.22.15:999][356]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.22.15:999][356]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.22.15:999][356]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.22.15:999][356]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.22.15:999][356]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.22.15:999][356]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.22.15:999][356]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.22.15:999][356]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.22.15:999][356]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.22.15:999][356]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.22.16:001][356]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.22.16:017][356]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.22.16:017][356]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.22.16:017][356]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.22.16:017][356]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.22.16:017][356]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=47 -[2025.03.28-14.22.16:017][356]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=47 -[2025.03.28-14.22.16:018][356]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=47 -[2025.03.28-14.22.16:018][356]LogInit: FAudioDevice initialized with ID 47. -[2025.03.28-14.22.16:018][356]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=47 -[2025.03.28-14.22.16:018][356]LogAudio: Display: Audio Device (ID: 47) registered with world 'ThirdPersonMap'. -[2025.03.28-14.22.16:019][356]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 47 -[2025.03.28-14.22.16:021][356]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.22.16:023][356]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.22.16 -[2025.03.28-14.22.16:024][356]LogWorld: Bringing up level for play took: 0.002980 -[2025.03.28-14.22.16:025][356]LogOnline: OSS: Created online subsystem instance for: :Context_65 -[2025.03.28-14.22.16:026][356]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.22.16:026][356]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.22.16:039][356]PIE: Server logged in -[2025.03.28-14.22.16:040][356]PIE: Play in editor total start time 0.08 seconds. -[2025.03.28-14.22.16:814][417]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.22.17:264][458]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.22.17:624][491]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.22.17:625][491]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.22.17:625][491]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.22.27:003][363]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.22.27:003][363]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.22.27:004][363]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.22.27:004][363]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.22.27:004][363]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.22.27:004][363]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.22.27:004][363]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.22.27:004][363]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.22.27:006][363]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.22.27:010][363]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.22.27:027][363]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-14.22.27:027][363]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 47 -[2025.03.28-14.22.27:027][363]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=47 -[2025.03.28-14.22.27:028][363]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=47 -[2025.03.28-14.22.27:031][363]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.22.27:034][363]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-14.22.27:101][364]LogPlayLevel: Display: Destroying online subsystem :Context_65 -[2025.03.28-14.22.48:949][951]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-14.22.49:654][992]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.22.49:682][992]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-14.22.49:684][992]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-14.22.49:684][992]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-14.22.49:688][992]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-14.22.49:688][992]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_Slot9D0731DA4E96D5623101938CC1303588.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-14.22.49:697][992]LogFileHelpers: InternalPromptForCheckoutAndSave took 42.851 ms (total: 11.8 sec) -[2025.03.28-14.22.49:724][992]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.22.49:724][992]LogContentValidation: Enabled validators: -[2025.03.28-14.22.49:724][992]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.22.49:724][992]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.22.49:724][992]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.22.49:724][992]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-14.22.49:725][992]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-14.22.53:551][402]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.22.53:551][402]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.22.53:552][402]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.479 ms (total: 67.396 ms) -[2025.03.28-14.22.53:553][402]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-14.22.53:553][402]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.22.53:556][402]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003069s) -[2025.03.28-14.22.53:556][402]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003090s) -[2025.03.28-14.22.53:573][402]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms -[2025.03.28-14.22.53:575][402]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.22.53:576][402]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.22.53:576][402]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.22.53:576][402]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.22.53:576][402]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.22.53:577][402]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.22.53:577][402]LogWorldPartition: Display: WorldPartition initialize took 1.244 ms (total: 133.566 ms) -[2025.03.28-14.22.53:577][402]LogPlayLevel: PIE: World Init took: (0.002070s) -[2025.03.28-14.22.53:588][402]LogAudio: Display: Creating Audio Device: Id: 48, Scope: Unique, Realtime: True -[2025.03.28-14.22.53:588][402]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.22.53:588][402]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.22.53:588][402]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.22.53:588][402]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.22.53:588][402]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.22.53:588][402]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.22.53:588][402]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.22.53:588][402]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.22.53:588][402]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.22.53:588][402]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.22.53:588][402]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.22.53:590][402]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.22.53:605][402]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.22.53:605][402]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.22.53:605][402]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.22.53:606][402]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.22.53:606][402]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=48 -[2025.03.28-14.22.53:606][402]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=48 -[2025.03.28-14.22.53:607][402]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=48 -[2025.03.28-14.22.53:607][402]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=48 -[2025.03.28-14.22.53:607][402]LogInit: FAudioDevice initialized with ID 48. -[2025.03.28-14.22.53:607][402]LogAudio: Display: Audio Device (ID: 48) registered with world 'ThirdPersonMap'. -[2025.03.28-14.22.53:607][402]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 48 -[2025.03.28-14.22.53:610][402]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.22.53:612][402]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.22.53 -[2025.03.28-14.22.53:613][402]LogWorld: Bringing up level for play took: 0.002791 -[2025.03.28-14.22.53:614][402]LogOnline: OSS: Created online subsystem instance for: :Context_66 -[2025.03.28-14.22.53:614][402]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.22.53:614][402]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.22.53:627][402]PIE: Server logged in -[2025.03.28-14.22.53:628][402]PIE: Play in editor total start time 0.079 seconds. -[2025.03.28-14.22.54:177][444]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.22.54:553][478]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.22.54:899][510]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.22.54:900][510]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.22.54:900][510]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.22.58:530][843]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.22.58:530][843]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.22.58:530][843]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.22.58:531][843]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.22.58:531][843]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.22.58:531][843]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.22.58:531][843]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.22.58:531][843]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.22.58:533][843]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.22.58:537][843]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.22.58:554][843]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-14.22.58:555][843]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 48 -[2025.03.28-14.22.58:555][843]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=48 -[2025.03.28-14.22.58:556][843]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=48 -[2025.03.28-14.22.58:559][843]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.22.58:562][843]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.28-14.22.58:629][844]LogPlayLevel: Display: Destroying online subsystem :Context_66 -[2025.03.28-14.24.17:248][171]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms -[2025.03.28-14.24.18:122][234]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.24.18:152][234]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-14.24.18:154][234]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-14.24.18:154][234]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-14.24.18:158][234]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-14.24.18:158][234]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_Slot9D6678D44F78198B1D187980606AA374.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-14.24.18:168][234]LogFileHelpers: InternalPromptForCheckoutAndSave took 46.972 ms (total: 11.9 sec) -[2025.03.28-14.24.18:195][234]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.24.18:195][234]LogContentValidation: Enabled validators: -[2025.03.28-14.24.18:195][234]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.24.18:195][234]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.24.18:195][234]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.24.18:195][234]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-14.24.18:196][234]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-14.24.32:058][881]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms -[2025.03.28-14.24.35:128][194]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.28-14.24.36:092][266]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.24.36:121][266]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-14.24.36:123][266]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-14.24.36:123][266]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-14.24.36:127][266]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-14.24.36:127][266]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_Slot6EDC3BB14D636A2A851F4A882C1767B4.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-14.24.36:133][266]LogFileHelpers: InternalPromptForCheckoutAndSave took 41.156 ms (total: 11.9 sec) -[2025.03.28-14.24.36:162][266]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.24.36:162][266]LogContentValidation: Enabled validators: -[2025.03.28-14.24.36:162][266]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.24.36:162][266]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.24.36:162][266]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.24.36:162][266]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-14.24.36:162][266]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-14.26.04:818][809]LogBlueprint: Error: [AssetLog] : [Compiler] There can only be one event node bound to this component! Delete On Clicked (EquipButton) or the other bound event -[2025.03.28-14.26.04:818][809]BlueprintLog: Error: There can only be one event node bound to this component! Delete On Clicked (EquipButton) or the other bound event -[2025.03.28-14.26.28:625][559]LogUObjectHash: Compacting FUObjectHashTables data took 1.31ms -[2025.03.28-14.26.29:651][654]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.26.29:679][654]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-14.26.29:681][654]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-14.26.29:681][654]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-14.26.29:684][654]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-14.26.29:685][654]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_SlotAB7557C0433DDC57E096C594FA61F9FC.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-14.26.29:690][654]LogFileHelpers: InternalPromptForCheckoutAndSave took 38.852 ms (total: 11.9 sec) -[2025.03.28-14.26.29:720][654]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.26.29:720][654]LogContentValidation: Enabled validators: -[2025.03.28-14.26.29:720][654]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.26.29:720][654]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.26.29:720][654]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.26.29:720][654]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-14.26.29:720][654]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-14.27.54:249][610]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-14.27.54:903][641]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.28-14.27.54:905][641]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/ThirdPerson/Maps/ThirdPersonMap' took 0.020 -[2025.03.28-14.27.54:905][641]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-14.27.54:908][641]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-14.27.54:908][641]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-14.27.54:912][641]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot_Auto3 -[2025.03.28-14.27.54:912][641]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_Slot_Auto3B440A8D04FD9775ECA44E784FACA61A2.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot_Auto3.uasset' -[2025.03.28-14.27.54:912][641]LogFileHelpers: Auto-saving content packages took 0.007 -[2025.03.28-14.27.55:237][679]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.27.55:266][679]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-14.27.55:266][679]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-14.27.55:270][679]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-14.27.55:270][679]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_SlotCB1F88704CDB975DB2FA10891D7136B5.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-14.27.55:278][679]LogFileHelpers: InternalPromptForCheckoutAndSave took 40.354 ms (total: 12.0 sec) -[2025.03.28-14.27.55:307][679]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.27.55:307][679]LogContentValidation: Enabled validators: -[2025.03.28-14.27.55:307][679]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.27.55:307][679]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.27.55:307][679]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.27.55:307][679]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-14.27.55:308][679]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-14.28.10:066][ 45]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-14.28.11:273][141]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.28.11:297][141]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.28.11:300][141]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.28.11:300][141]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.28.11:314][141]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.28.11:314][141]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentE686D25948B75F3641085A86E07C72C6.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.28.11:320][141]LogFileHelpers: InternalPromptForCheckoutAndSave took 47.092 ms (total: 12.0 sec) -[2025.03.28-14.28.11:351][141]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.28.11:351][141]LogContentValidation: Enabled validators: -[2025.03.28-14.28.11:351][141]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.28.11:351][141]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.28.11:351][141]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.28.11:351][141]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.28.11:353][141]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.28.15:514][609]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.28.15:514][609]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.28.15:515][609]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.448 ms (total: 68.844 ms) -[2025.03.28-14.28.15:517][609]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-14.28.15:547][609]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.28.15:550][609]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003142s) -[2025.03.28-14.28.15:550][609]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003170s) -[2025.03.28-14.28.15:568][609]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms -[2025.03.28-14.28.15:570][609]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.28.15:571][609]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.28.15:571][609]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.28.15:571][609]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.28.15:571][609]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.28.15:572][609]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.28.15:572][609]LogWorldPartition: Display: WorldPartition initialize took 1.415 ms (total: 134.981 ms) -[2025.03.28-14.28.15:572][609]LogPlayLevel: PIE: World Init took: (0.002332s) -[2025.03.28-14.28.15:583][609]LogAudio: Display: Creating Audio Device: Id: 49, Scope: Unique, Realtime: True -[2025.03.28-14.28.15:583][609]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.28.15:583][609]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.28.15:583][609]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.28.15:583][609]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.28.15:583][609]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.28.15:583][609]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.28.15:583][609]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.28.15:583][609]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.28.15:583][609]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.28.15:583][609]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.28.15:583][609]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.28.15:585][609]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.28.15:600][609]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.28.15:600][609]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.28.15:600][609]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.28.15:600][609]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.28.15:600][609]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=49 -[2025.03.28-14.28.15:600][609]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=49 -[2025.03.28-14.28.15:601][609]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=49 -[2025.03.28-14.28.15:601][609]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=49 -[2025.03.28-14.28.15:602][609]LogInit: FAudioDevice initialized with ID 49. -[2025.03.28-14.28.15:602][609]LogAudio: Display: Audio Device (ID: 49) registered with world 'ThirdPersonMap'. -[2025.03.28-14.28.15:602][609]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 49 -[2025.03.28-14.28.15:604][609]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.28.15:606][609]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.28.15 -[2025.03.28-14.28.15:607][609]LogWorld: Bringing up level for play took: 0.002840 -[2025.03.28-14.28.15:608][609]LogOnline: OSS: Created online subsystem instance for: :Context_67 -[2025.03.28-14.28.15:609][609]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.28.15:609][609]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.28.15:622][609]PIE: Server logged in -[2025.03.28-14.28.15:622][609]PIE: Play in editor total start time 0.111 seconds. -[2025.03.28-14.28.16:421][673]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.28.16:861][713]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.28.17:155][740]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.28.17:155][740]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.28.17:155][740]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.28.19:528][954]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.28.19:528][954]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.28.19:529][954]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.28.19:529][954]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.28.19:529][954]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.28.19:529][954]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.28.19:530][954]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.28.19:530][954]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.28.19:532][954]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.28.19:536][954]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.28.19:554][954]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-14.28.19:554][954]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 49 -[2025.03.28-14.28.19:554][954]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=49 -[2025.03.28-14.28.19:556][954]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=49 -[2025.03.28-14.28.19:559][954]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.28.19:561][954]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms -[2025.03.28-14.28.19:626][955]LogPlayLevel: Display: Destroying online subsystem :Context_67 -[2025.03.28-14.28.21:937][188]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.28.21:937][188]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.28.21:938][188]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.400 ms (total: 70.245 ms) -[2025.03.28-14.28.21:939][188]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-14.28.21:939][188]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.28.21:942][188]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002871s) -[2025.03.28-14.28.21:942][188]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002892s) -[2025.03.28-14.28.21:962][188]LogUObjectHash: Compacting FUObjectHashTables data took 1.21ms -[2025.03.28-14.28.21:965][188]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.28.21:965][188]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.28.21:965][188]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.28.21:965][188]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.28.21:965][188]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.28.21:967][188]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.28.21:967][188]LogWorldPartition: Display: WorldPartition initialize took 1.299 ms (total: 136.281 ms) -[2025.03.28-14.28.21:967][188]LogPlayLevel: PIE: World Init took: (0.002224s) -[2025.03.28-14.28.21:977][188]LogAudio: Display: Creating Audio Device: Id: 50, Scope: Unique, Realtime: True -[2025.03.28-14.28.21:977][188]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.28.21:977][188]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.28.21:977][188]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.28.21:977][188]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.28.21:977][188]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.28.21:977][188]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.28.21:977][188]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.28.21:977][188]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.28.21:977][188]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.28.21:977][188]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.28.21:977][188]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.28.21:978][188]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.28.21:994][188]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.28.21:994][188]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.28.21:994][188]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.28.21:994][188]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.28.21:995][188]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=50 -[2025.03.28-14.28.21:995][188]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=50 -[2025.03.28-14.28.21:996][188]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=50 -[2025.03.28-14.28.21:996][188]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=50 -[2025.03.28-14.28.21:996][188]LogInit: FAudioDevice initialized with ID 50. -[2025.03.28-14.28.21:996][188]LogAudio: Display: Audio Device (ID: 50) registered with world 'ThirdPersonMap'. -[2025.03.28-14.28.21:996][188]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 50 -[2025.03.28-14.28.21:998][188]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.28.22:000][188]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.28.22 -[2025.03.28-14.28.22:001][188]LogWorld: Bringing up level for play took: 0.003000 -[2025.03.28-14.28.22:002][188]LogOnline: OSS: Created online subsystem instance for: :Context_68 -[2025.03.28-14.28.22:003][188]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.28.22:003][188]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.28.22:016][188]PIE: Server logged in -[2025.03.28-14.28.22:017][188]PIE: Play in editor total start time 0.082 seconds. -[2025.03.28-14.28.22:821][253]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.28.22:821][253]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.28.22:821][253]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.28.23:568][322]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-14.28.23:568][322]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-14.28.24:988][448]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.28.24:988][448]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-14.28.29:008][817]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.28.29:009][817]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.28.29:009][817]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.28.29:009][817]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.28.29:009][817]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.28.29:009][817]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.28.29:010][817]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.28.29:010][817]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.28.29:011][817]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.28.29:019][817]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.28.29:037][817]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.28.29:038][817]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 50 -[2025.03.28-14.28.29:038][817]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=50 -[2025.03.28-14.28.29:039][817]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=50 -[2025.03.28-14.28.29:045][817]LogUObjectHash: Compacting FUObjectHashTables data took 1.11ms -[2025.03.28-14.28.29:116][818]LogPlayLevel: Display: Destroying online subsystem :Context_68 -[2025.03.28-14.29.47:737][389]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.28-14.29.48:590][444]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.29.48:614][444]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-14.29.48:616][444]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-14.29.48:616][444]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-14.29.48:620][444]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-14.29.48:620][444]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_SlotBF5C55054AE468CD8ACD5C806DDEFA12.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-14.29.48:628][444]LogFileHelpers: InternalPromptForCheckoutAndSave took 37.720 ms (total: 12.1 sec) -[2025.03.28-14.29.48:655][444]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.29.48:655][444]LogContentValidation: Enabled validators: -[2025.03.28-14.29.48:655][444]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.29.48:655][444]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.29.48:655][444]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.29.48:655][444]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-14.29.48:655][444]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-14.29.50:084][581]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.29.50:084][581]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.29.50:085][581]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.392 ms (total: 71.637 ms) -[2025.03.28-14.29.50:086][581]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-14.29.50:116][581]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.29.50:119][581]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003123s) -[2025.03.28-14.29.50:119][581]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003150s) -[2025.03.28-14.29.50:136][581]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-14.29.50:138][581]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.29.50:139][581]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.29.50:139][581]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.29.50:139][581]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.29.50:139][581]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.29.50:140][581]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.29.50:140][581]LogWorldPartition: Display: WorldPartition initialize took 1.173 ms (total: 137.454 ms) -[2025.03.28-14.29.50:140][581]LogPlayLevel: PIE: World Init took: (0.001956s) -[2025.03.28-14.29.50:150][581]LogAudio: Display: Creating Audio Device: Id: 51, Scope: Unique, Realtime: True -[2025.03.28-14.29.50:150][581]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.29.50:150][581]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.29.50:150][581]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.29.50:150][581]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.29.50:150][581]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.29.50:150][581]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.29.50:150][581]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.29.50:150][581]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.29.50:150][581]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.29.50:150][581]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.29.50:150][581]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.29.50:152][581]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.29.50:167][581]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.29.50:167][581]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.29.50:168][581]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.29.50:168][581]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.29.50:168][581]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=51 -[2025.03.28-14.29.50:168][581]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=51 -[2025.03.28-14.29.50:169][581]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=51 -[2025.03.28-14.29.50:169][581]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=51 -[2025.03.28-14.29.50:169][581]LogInit: FAudioDevice initialized with ID 51. -[2025.03.28-14.29.50:169][581]LogAudio: Display: Audio Device (ID: 51) registered with world 'ThirdPersonMap'. -[2025.03.28-14.29.50:169][581]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 51 -[2025.03.28-14.29.50:172][581]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.29.50:174][581]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.29.50 -[2025.03.28-14.29.50:175][581]LogWorld: Bringing up level for play took: 0.003044 -[2025.03.28-14.29.50:177][581]LogOnline: OSS: Created online subsystem instance for: :Context_69 -[2025.03.28-14.29.50:178][581]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.29.50:178][581]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.29.50:191][581]PIE: Server logged in -[2025.03.28-14.29.50:192][581]PIE: Play in editor total start time 0.11 seconds. -[2025.03.28-14.29.51:242][665]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.29.52:245][755]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.29.52:617][789]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.29.52:952][820]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.29.52:952][820]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.29.52:952][820]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.30.00:068][480]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.30.00:068][480]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.30.00:068][480]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.30.00:068][480]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.30.00:068][480]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.30.00:069][480]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.30.00:069][480]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.30.00:069][480]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.30.00:070][480]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.30.00:075][480]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.30.00:091][480]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-14.30.00:092][480]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 51 -[2025.03.28-14.30.00:092][480]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=51 -[2025.03.28-14.30.00:093][480]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=51 -[2025.03.28-14.30.00:096][480]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.30.00:099][480]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-14.30.00:169][481]LogPlayLevel: Display: Destroying online subsystem :Context_69 -[2025.03.28-14.35.22:912][579]LogSlate: Window 'Color Picker' being destroyed -[2025.03.28-14.35.37:325][294]LogSlate: Window 'Color Picker' being destroyed -[2025.03.28-14.35.38:982][487]LogUObjectHash: Compacting FUObjectHashTables data took 1.35ms -[2025.03.28-14.35.39:693][526]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.35.39:721][526]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.35.39:724][526]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.35.39:724][526]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.35.39:738][526]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.35.39:739][526]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment37CD6E964E4DB5A43FB91C85CB677260.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.35.39:746][526]LogFileHelpers: InternalPromptForCheckoutAndSave took 52.883 ms (total: 12.1 sec) -[2025.03.28-14.35.39:775][526]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.35.39:775][526]LogContentValidation: Enabled validators: -[2025.03.28-14.35.39:775][526]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.35.39:775][526]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.35.39:775][526]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.35.39:775][526]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.35.39:777][526]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.36.17:672][438]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.17:672][438]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.17:674][438]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.17:674][438]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.17:677][438]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.17:677][438]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.17:679][438]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.17:679][438]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.17:681][438]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.17:681][438]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.36.17:682][438]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.17:682][438]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.36.21:562][853]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.21:562][853]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.21:565][853]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.21:565][853]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.21:567][853]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.21:567][853]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.21:569][853]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.21:569][853]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.21:571][853]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.21:571][853]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.36.21:572][853]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.21:572][853]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.36.29:708][733]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.29:708][733]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.29:710][733]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.29:710][733]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.29:713][733]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.29:713][733]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.29:715][733]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.29:715][733]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.29:717][733]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.29:717][733]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.36.29:718][733]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.29:718][733]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.36.29:817][733]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.29:817][733]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.29:819][733]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.29:819][733]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.29:820][733]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.29:820][733]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.29:821][733]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.29:821][733]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.29:822][733]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.29:822][733]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.36.29:823][733]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.29:823][733]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.36.34:499][257]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.34:499][257]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.34:502][257]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.34:502][257]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.34:504][257]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.34:504][257]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.34:506][257]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.34:506][257]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.34:508][257]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.34:508][257]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.36.34:509][257]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.34:509][257]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.36.44:429][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.44:429][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.44:431][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.44:431][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.44:434][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.44:434][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.44:436][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.44:436][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.44:438][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.44:438][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.36.44:439][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.44:439][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.36.44:547][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.44:547][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.44:549][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.44:549][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.44:550][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.44:550][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.44:551][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.44:551][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.44:552][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.44:552][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.36.44:553][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.44:553][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.36.49:386][540]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.49:386][540]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.49:389][540]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.49:389][540]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.49:391][540]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.49:391][540]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.49:394][540]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.49:394][540]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.36.49:396][540]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.49:396][540]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.36.49:397][540]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.36.49:397][540]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.37.07:175][867]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.37.07:175][867]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.37.07:178][867]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.37.07:178][867]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.37.07:180][867]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.37.07:180][867]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.37.07:182][867]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.37.07:182][867]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.37.07:184][867]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.37.07:184][867]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.37.07:185][867]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.37.07:185][867]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.38.21:138][660]LogUObjectHash: Compacting FUObjectHashTables data took 1.26ms -[2025.03.28-14.38.21:147][660]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.21:147][660]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.21:148][660]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.21:148][660]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.21:149][660]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.21:149][660]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.21:151][660]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.21:151][660]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.21:152][660]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.21:152][660]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.21:153][660]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.21:153][660]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.21:153][660]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.21:153][660]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_8.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.38.21:404][660]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.21:404][660]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.21:406][660]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.21:406][660]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.21:407][660]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.21:407][660]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.21:408][660]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.21:408][660]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.21:409][660]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.21:409][660]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_8.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.38.21:410][660]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.21:410][660]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_8.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.38.22:612][743]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.38.22:642][743]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-14.38.22:704][743]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-14.38.22:704][743]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-14.38.22:763][743]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-14.38.22:764][743]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterB24FC15B4EC00ACF5CC2CCBBF3719515.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-14.38.22:771][743]LogFileHelpers: InternalPromptForCheckoutAndSave took 157.979 ms (total: 12.3 sec) -[2025.03.28-14.38.22:802][743]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.38.22:802][743]LogContentValidation: Enabled validators: -[2025.03.28-14.38.22:802][743]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.38.22:802][743]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.38.22:802][743]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.38.22:802][743]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-14.38.22:802][743]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-14.38.23:574][832]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.23:574][832]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.44:626][286]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.44:626][286]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.44:629][286]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.44:629][286]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.44:631][286]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.44:631][286]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.44:633][286]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.44:633][286]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.44:635][286]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.44:635][286]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_8.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.38.44:636][286]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.44:636][286]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_8.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.38.44:797][286]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.44:797][286]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.52:741][215]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.52:741][215]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.52:744][215]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.52:744][215]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.52:745][215]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.52:745][215]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.52:747][215]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.52:747][215]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.52:748][215]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.52:748][215]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_8.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.38.52:749][215]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.52:749][215]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_8.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.38.52:790][215]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.52:790][215]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.57:824][800]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.57:824][800]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.57:826][800]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.57:826][800]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.57:827][800]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.57:827][800]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.57:828][800]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.57:828][800]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.38.57:829][800]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.57:829][800]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_8.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.38.57:830][800]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.57:830][800]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_8.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.38.57:868][800]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.38.57:868][800]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.39.07:690][888]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.39.07:690][888]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.39.07:693][888]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.39.07:693][888]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.39.07:694][888]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.39.07:694][888]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.39.07:696][888]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.39.07:696][888]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.39.07:697][888]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.39.07:697][888]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_8.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.39.07:698][888]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.39.07:698][888]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_8.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.39.07:728][888]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.39.07:728][888]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.03:073][621]LogUObjectHash: Compacting FUObjectHashTables data took 1.23ms -[2025.03.28-14.40.03:087][621]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.03:087][621]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.03:089][621]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.03:089][621]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.03:090][621]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.03:090][621]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.03:091][621]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.03:091][621]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.03:092][621]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.03:092][621]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_8.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.03:094][621]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.03:094][621]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_8.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.03:094][621]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.03:094][621]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_9.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.40.03:217][621]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.03:217][621]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.03:219][621]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.03:219][621]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.03:220][621]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.03:220][621]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.03:221][621]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.03:221][621]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.03:222][621]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.03:222][621]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_9.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.40.03:223][621]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.03:223][621]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_9.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.40.03:482][621]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.03:482][621]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.03:957][662]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.40.03:982][662]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-14.40.04:060][662]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-14.40.04:060][662]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-14.40.04:117][662]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-14.40.04:117][662]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter3CBBA05D4A312146C8D234B50EC2A666.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-14.40.04:124][662]LogFileHelpers: InternalPromptForCheckoutAndSave took 167.236 ms (total: 12.5 sec) -[2025.03.28-14.40.04:155][662]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.40.04:155][662]LogContentValidation: Enabled validators: -[2025.03.28-14.40.04:155][662]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.40.04:155][662]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.40.04:155][662]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.40.04:155][662]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-14.40.04:156][662]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-14.40.16:767][ 38]LogUObjectHash: Compacting FUObjectHashTables data took 1.16ms -[2025.03.28-14.40.16:777][ 38]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.16:777][ 38]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.16:779][ 38]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.16:779][ 38]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.16:780][ 38]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.16:780][ 38]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.16:781][ 38]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.16:781][ 38]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.16:782][ 38]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.16:782][ 38]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_9.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.16:783][ 38]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.16:783][ 38]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_9.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.16:784][ 38]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.16:784][ 38]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_10.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.40.16:908][ 38]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.16:908][ 38]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.16:909][ 38]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.16:910][ 38]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.16:911][ 38]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.16:911][ 38]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.16:912][ 38]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.16:912][ 38]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.16:913][ 38]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.16:913][ 38]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_10.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.40.16:914][ 38]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.16:914][ 38]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_10.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.40.17:210][ 38]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.17:210][ 38]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.17:575][ 65]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.40.17:602][ 65]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-14.40.17:644][ 65]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-14.40.17:644][ 65]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-14.40.17:700][ 65]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-14.40.17:701][ 65]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter2D9465F84CCE646E253C728F3C1F13EB.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-14.40.17:708][ 65]LogFileHelpers: InternalPromptForCheckoutAndSave took 133.859 ms (total: 12.6 sec) -[2025.03.28-14.40.17:734][ 65]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.40.17:734][ 65]LogContentValidation: Enabled validators: -[2025.03.28-14.40.17:734][ 65]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.40.17:734][ 65]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.40.17:734][ 65]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.40.17:734][ 65]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-14.40.17:735][ 65]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-14.40.27:987][227]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.27:987][227]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.27:990][227]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.27:990][227]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.27:992][227]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.27:992][227]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.27:994][227]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.27:994][227]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.27:997][227]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.27:997][227]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_10.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.40.27:998][227]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.27:998][227]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_10.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.40.28:048][227]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.28:048][227]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.40:474][678]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.40:474][678]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.40:477][678]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.40:477][678]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.40:480][678]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.40:480][678]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.40:482][678]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.40:482][678]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.40:484][678]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.40:484][678]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_10.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.40.40:485][678]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.40:485][678]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_10.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.40.40:528][678]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.40:528][678]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.54:226][929]LogUObjectHash: Compacting FUObjectHashTables data took 1.20ms -[2025.03.28-14.40.54:237][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.54:237][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.54:239][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.54:239][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.54:240][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.54:240][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.54:242][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.54:242][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.54:243][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.54:243][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_10.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.54:244][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.54:244][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_10.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.54:245][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.54:245][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_11.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.40.54:367][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.54:367][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.54:369][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.54:369][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.54:370][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.54:370][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.54:371][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.54:371][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.54:372][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.54:372][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_11.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.40.54:373][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.54:373][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_11.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.40.54:609][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.40.54:609][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.40.54:861][956]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.40.54:889][956]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-14.40.54:935][956]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-14.40.54:935][956]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-14.40.54:992][956]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-14.40.54:992][956]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter2F3123B442EF605505EDFFA5FCF84B9A.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-14.40.54:998][956]LogFileHelpers: InternalPromptForCheckoutAndSave took 136.677 ms (total: 12.7 sec) -[2025.03.28-14.40.55:034][956]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.40.55:034][956]LogContentValidation: Enabled validators: -[2025.03.28-14.40.55:034][956]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.40.55:034][956]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.40.55:034][956]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.40.55:034][956]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-14.40.55:034][956]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-14.41.36:353][906]LogUObjectHash: Compacting FUObjectHashTables data took 1.24ms -[2025.03.28-14.41.36:362][906]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.41.36:362][906]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.41.36:364][906]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.41.36:364][906]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.41.36:365][906]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.41.36:365][906]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.41.36:366][906]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.41.36:366][906]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.41.36:367][906]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.41.36:367][906]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_11.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.41.36:368][906]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.41.36:368][906]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_11.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.41.36:369][906]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.41.36:369][906]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_12.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.41.36:614][906]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.41.36:614][906]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.41.36:616][906]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.41.36:616][906]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.41.36:617][906]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.41.36:617][906]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.41.36:618][906]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.41.36:618][906]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.41.36:619][906]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.41.36:619][906]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_12.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.41.36:620][906]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.41.36:620][906]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_12.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.41.37:127][907]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.41.37:157][907]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-14.41.37:236][907]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-14.41.37:236][907]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-14.41.37:296][907]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-14.41.37:296][907]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterFD4DB44E46F28DACB1DC40B12E5E4FF5.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-14.41.37:304][907]LogFileHelpers: InternalPromptForCheckoutAndSave took 177.248 ms (total: 12.9 sec) -[2025.03.28-14.41.37:327][907]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.41.37:327][907]LogContentValidation: Enabled validators: -[2025.03.28-14.41.37:327][907]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.41.37:327][907]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.41.37:327][907]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.41.37:327][907]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-14.41.37:327][907]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-14.42.24:642][153]LogUObjectHash: Compacting FUObjectHashTables data took 1.36ms -[2025.03.28-14.42.25:177][167]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.42.25:205][167]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.42.25:209][167]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.42.25:209][167]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.42.25:224][167]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.42.25:224][167]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment0AE496F143419E0A155E5A8C1BB44C83.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.42.25:230][167]LogFileHelpers: InternalPromptForCheckoutAndSave took 53.713 ms (total: 13.0 sec) -[2025.03.28-14.42.25:261][167]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.42.25:261][167]LogContentValidation: Enabled validators: -[2025.03.28-14.42.25:261][167]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.42.25:261][167]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.42.25:261][167]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.42.25:261][167]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.42.25:262][167]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.42.29:528][673]LogUObjectHash: Compacting FUObjectHashTables data took 1.17ms -[2025.03.28-14.42.30:351][724]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.42.30:379][724]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.42.30:382][724]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.42.30:382][724]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.42.30:397][724]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.42.30:397][724]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentEDA48D23477F0DAE52AC69BA883CC59B.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.42.30:404][724]LogFileHelpers: InternalPromptForCheckoutAndSave took 52.127 ms (total: 13.0 sec) -[2025.03.28-14.42.30:435][724]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.42.30:435][724]LogContentValidation: Enabled validators: -[2025.03.28-14.42.30:435][724]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.42.30:435][724]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.42.30:435][724]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.42.30:435][724]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.42.30:437][724]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.42.35:736][242]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.42.35:763][242]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.42.35:763][242]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.42.35:778][242]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.42.35:779][242]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment4F5E886B457167611952FBAAD1491802.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.42.35:786][242]LogFileHelpers: InternalPromptForCheckoutAndSave took 50.413 ms (total: 13.1 sec) -[2025.03.28-14.42.35:812][242]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.42.35:812][242]LogContentValidation: Enabled validators: -[2025.03.28-14.42.35:812][242]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.42.35:812][242]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.42.35:812][242]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.42.35:812][242]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.42.35:813][242]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.42.51:683][126]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.42.51:683][126]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.42.51:684][126]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.407 ms (total: 73.044 ms) -[2025.03.28-14.42.51:691][126]LogPlayLevel: [PlayLevel] Compiling WB_Item_Slot before play... -[2025.03.28-14.42.51:844][126]LogUObjectHash: Compacting FUObjectHashTables data took 1.16ms -[2025.03.28-14.42.51:846][126]LogPlayLevel: PlayLevel: Blueprint regeneration took 161 ms (1 blueprints) -[2025.03.28-14.42.51:847][126]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.42.51:850][126]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003165s) -[2025.03.28-14.42.51:850][126]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003193s) -[2025.03.28-14.42.51:865][126]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.28-14.42.51:866][126]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.42.51:867][126]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.42.51:867][126]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.42.51:867][126]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.42.51:867][126]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.42.51:868][126]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.42.51:868][126]LogWorldPartition: Display: WorldPartition initialize took 1.252 ms (total: 138.706 ms) -[2025.03.28-14.42.51:868][126]LogPlayLevel: PIE: World Init took: (0.002179s) -[2025.03.28-14.42.51:879][126]LogAudio: Display: Creating Audio Device: Id: 52, Scope: Unique, Realtime: True -[2025.03.28-14.42.51:879][126]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.42.51:879][126]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.42.51:879][126]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.42.51:879][126]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.42.51:879][126]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.42.51:879][126]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.42.51:879][126]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.42.51:879][126]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.42.51:879][126]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.42.51:879][126]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.42.51:879][126]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.42.51:880][126]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.42.51:896][126]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.42.51:896][126]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.42.51:896][126]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.42.51:896][126]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.42.51:897][126]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=52 -[2025.03.28-14.42.51:897][126]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=52 -[2025.03.28-14.42.51:898][126]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=52 -[2025.03.28-14.42.51:898][126]LogInit: FAudioDevice initialized with ID 52. -[2025.03.28-14.42.51:898][126]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=52 -[2025.03.28-14.42.51:898][126]LogAudio: Display: Audio Device (ID: 52) registered with world 'ThirdPersonMap'. -[2025.03.28-14.42.51:898][126]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 52 -[2025.03.28-14.42.51:900][126]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.42.51:903][126]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.42.51 -[2025.03.28-14.42.51:903][126]LogWorld: Bringing up level for play took: 0.003027 -[2025.03.28-14.42.51:905][126]LogOnline: OSS: Created online subsystem instance for: :Context_70 -[2025.03.28-14.42.51:905][126]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.42.51:905][126]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.42.51:919][126]PIE: Server logged in -[2025.03.28-14.42.51:920][126]PIE: Play in editor total start time 0.239 seconds. -[2025.03.28-14.42.53:273][222]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.42.53:958][277]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.42.55:407][392]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.43.00:096][765]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.43.00:096][765]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.43.00:096][765]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.43.14:666][948]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.43.14:666][948]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.43.14:666][948]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.43.14:667][948]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.43.14:667][948]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.43.14:667][948]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.43.14:667][948]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.43.14:667][948]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.43.14:669][948]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.43.14:674][948]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.43.14:693][948]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.43.14:693][948]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 52 -[2025.03.28-14.43.14:693][948]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=52 -[2025.03.28-14.43.14:695][948]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=52 -[2025.03.28-14.43.14:702][948]LogUObjectHash: Compacting FUObjectHashTables data took 1.22ms -[2025.03.28-14.43.14:774][949]LogPlayLevel: Display: Destroying online subsystem :Context_70 -[2025.03.28-14.43.17:866][189]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.17:866][189]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.30:739][543]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.30:739][543]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.30:742][543]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.30:742][543]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.30:743][543]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.30:743][543]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.30:745][543]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.30:745][543]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.30:746][543]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.30:746][543]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_12.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.43.30:747][543]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.30:747][543]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_12.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.43.30:774][543]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.30:774][543]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.55:356][ 61]LogUObjectHash: Compacting FUObjectHashTables data took 1.16ms -[2025.03.28-14.43.55:367][ 61]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.55:367][ 61]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.55:369][ 61]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.55:369][ 61]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.55:370][ 61]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.55:370][ 61]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.55:371][ 61]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.55:371][ 61]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.55:372][ 61]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.55:372][ 61]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_12.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.55:373][ 61]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.55:373][ 61]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_12.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.55:374][ 61]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.55:374][ 61]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_13.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.43.55:619][ 61]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.55:619][ 61]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.55:621][ 61]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.55:621][ 61]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.55:623][ 61]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.55:623][ 61]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.55:624][ 61]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.55:624][ 61]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.55:625][ 61]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.55:625][ 61]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_13.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.43.55:626][ 61]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.55:626][ 61]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_13.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.43.55:881][ 61]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.43.55:882][ 61]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.43.56:248][ 93]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.43.56:272][ 93]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-14.43.56:319][ 93]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-14.43.56:319][ 93]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-14.43.56:376][ 93]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-14.43.56:376][ 93]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter3D2AAA2D4B32B1431D0A75975BDD7AF2.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-14.43.56:383][ 93]LogFileHelpers: InternalPromptForCheckoutAndSave took 135.134 ms (total: 13.2 sec) -[2025.03.28-14.43.56:411][ 93]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.43.56:411][ 93]LogContentValidation: Enabled validators: -[2025.03.28-14.43.56:411][ 93]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.43.56:411][ 93]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.43.56:411][ 93]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.43.56:411][ 93]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-14.43.56:411][ 93]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-14.43.58:997][370]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-14.43.59:736][425]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.43.59:766][425]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] ([2] browsable assets)... -[2025.03.28-14.43.59:768][425]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot] -[2025.03.28-14.43.59:768][425]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot] -[2025.03.28-14.43.59:772][425]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot -[2025.03.28-14.43.59:773][425]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Item_SlotBF1B74704537B8B6A3185591AD788C26.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.uasset' -[2025.03.28-14.43.59:780][425]LogFileHelpers: InternalPromptForCheckoutAndSave took 43.851 ms (total: 13.2 sec) -[2025.03.28-14.43.59:807][425]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.43.59:807][425]LogContentValidation: Enabled validators: -[2025.03.28-14.43.59:807][425]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.43.59:807][425]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.43.59:807][425]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.43.59:807][425]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot.WB_Item_Slot -[2025.03.28-14.43.59:807][425]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Item_Slot Validating asset -[2025.03.28-14.44.03:464][824]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.03:464][824]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.44.03:466][824]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.03:466][824]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.44.03:467][824]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.03:467][824]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.44.03:469][824]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.03:469][824]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.44.03:470][824]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.03:470][824]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_13.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.44.03:471][824]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.03:471][824]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_13.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.44.03:486][824]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.03:486][824]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.44.05:034][988]LogUObjectHash: Compacting FUObjectHashTables data took 1.13ms -[2025.03.28-14.44.05:046][988]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.05:046][988]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.44.05:048][988]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.05:048][988]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.44.05:049][988]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.05:049][988]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.44.05:050][988]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.05:050][988]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.44.05:051][988]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.05:051][988]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_13.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.44.05:052][988]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.05:052][988]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_13.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.44.05:053][988]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.05:053][988]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.44.05:177][988]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.05:177][988]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.44.05:179][988]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.05:179][988]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.44.05:180][988]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.05:180][988]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.44.05:181][988]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.05:181][988]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.44.05:182][988]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.05:182][988]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.44.05:183][988]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.05:183][988]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.44.05:426][988]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.05:427][988]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.44.05:805][ 24]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.44.05:829][ 24]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-14.44.05:889][ 24]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-14.44.05:889][ 24]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-14.44.05:945][ 24]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-14.44.05:946][ 24]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter537824514112F59FA762F7BB878261AA.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-14.44.05:953][ 24]LogFileHelpers: InternalPromptForCheckoutAndSave took 147.928 ms (total: 13.4 sec) -[2025.03.28-14.44.05:982][ 24]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.44.05:982][ 24]LogContentValidation: Enabled validators: -[2025.03.28-14.44.05:982][ 24]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.44.05:982][ 24]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.44.05:982][ 24]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.44.05:982][ 24]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-14.44.05:982][ 24]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-14.44.07:489][181]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-14.44.07:489][181]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-14.44.07:491][181]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.459 ms (total: 74.503 ms) -[2025.03.28-14.44.07:492][181]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-14.44.07:492][181]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.44.07:495][181]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003231s) -[2025.03.28-14.44.07:495][181]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003255s) -[2025.03.28-14.44.07:516][181]LogUObjectHash: Compacting FUObjectHashTables data took 1.19ms -[2025.03.28-14.44.07:523][181]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-14.44.07:523][181]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-14.44.07:523][181]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-14.44.07:523][181]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-14.44.07:523][181]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-14.44.07:525][181]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-14.44.07:525][181]LogWorldPartition: Display: WorldPartition initialize took 1.330 ms (total: 140.037 ms) -[2025.03.28-14.44.07:525][181]LogPlayLevel: PIE: World Init took: (0.002243s) -[2025.03.28-14.44.07:536][181]LogAudio: Display: Creating Audio Device: Id: 53, Scope: Unique, Realtime: True -[2025.03.28-14.44.07:536][181]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-14.44.07:536][181]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-14.44.07:536][181]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-14.44.07:536][181]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-14.44.07:536][181]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-14.44.07:536][181]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-14.44.07:536][181]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-14.44.07:536][181]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-14.44.07:536][181]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-14.44.07:536][181]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-14.44.07:536][181]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-14.44.07:538][181]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-14.44.07:554][181]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-14.44.07:554][181]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-14.44.07:554][181]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-14.44.07:554][181]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-14.44.07:555][181]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=53 -[2025.03.28-14.44.07:555][181]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=53 -[2025.03.28-14.44.07:556][181]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=53 -[2025.03.28-14.44.07:556][181]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=53 -[2025.03.28-14.44.07:556][181]LogInit: FAudioDevice initialized with ID 53. -[2025.03.28-14.44.07:556][181]LogAudio: Display: Audio Device (ID: 53) registered with world 'ThirdPersonMap'. -[2025.03.28-14.44.07:556][181]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 53 -[2025.03.28-14.44.07:558][181]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-14.44.07:561][181]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-08.44.07 -[2025.03.28-14.44.07:561][181]LogWorld: Bringing up level for play took: 0.002955 -[2025.03.28-14.44.07:563][181]LogOnline: OSS: Created online subsystem instance for: :Context_71 -[2025.03.28-14.44.07:563][181]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.44.07:563][181]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.44.07:577][181]PIE: Server logged in -[2025.03.28-14.44.07:578][181]PIE: Play in editor total start time 0.09 seconds. -[2025.03.28-14.44.08:785][276]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.44.09:253][318]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.44.09:714][359]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-14.44.10:295][412]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-14.44.10:295][412]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-14.44.10:295][412]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-14.44.18:305][123]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-14.44.18:305][123]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-14.45.11:213][516]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.45.11:213][516]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-14.45.11:213][516]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-14.45.11:213][516]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.45.11:213][516]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-14.45.11:213][516]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-14.45.11:213][516]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-14.45.11:213][516]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-14.45.11:216][516]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-14.45.11:220][516]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-14.45.11:238][516]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-14.45.11:239][516]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 53 -[2025.03.28-14.45.11:239][516]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=53 -[2025.03.28-14.45.11:240][516]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=53 -[2025.03.28-14.45.11:243][516]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-14.45.11:246][516]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-14.45.11:321][517]LogPlayLevel: Display: Destroying online subsystem :Context_71 -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: ================================================ -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: === FShaderJobCache stats === -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Total job queries 585, among them cache hits 223 (38.12%), DDC hits 264 (45.13%), Duplicates 7 (1.20%) -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Tracking 355 distinct input hashes that result in 300 distinct outputs (84.51%) -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: RAM used: 8.34 MiB of 3.20 GiB budget. Usage: 0.25% -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: === Shader Compilation stats === -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Shaders Compiled: 91 -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Jobs assigned 91, completed 91 (100%) -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Average time worker was idle: 152.47 s -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Time job spent in pending queue: average 0.57 s, longest 3.09 s -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Job execution time: average 1.16 s, max 3.70 s -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Job life time (pending + execution): average 1.73 s, max 3.71 -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Shader code size: average 23.553 KiB, min 4.516 KiB, max 60.188 KiB -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 22.86 s -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.00% -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Jobs were issued in 91 batches (only local compilation was used), average 1.00 jobs/batch -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Average processing rate: 3.98 jobs/sec -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Total thread time: 20.753 s -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Total thread preprocess time: 6.342 s -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Percentage time preprocessing: 30.56% -[2025.03.28-14.45.15:877][774]LogShaderCompilers: Display: Effective parallelization: 0.91 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: FDebugViewModePS (compiled 2 times, average 0.73 sec, max 0.76 sec, min 0.69 sec) -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 15 times, average 0.32 sec, max 0.40 sec, min 0.26 sec) -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: TShadowDepthPSPixelShadowDepth_OnePassPointLight (compiled 1 times, average 0.27 sec, max 0.27 sec, min 0.27 sec) -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect (compiled 1 times, average 0.26 sec, max 0.26 sec, min 0.26 sec) -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: TLightMapDensityPSFNoLightMapPolicy (compiled 2 times, average 0.26 sec, max 0.31 sec, min 0.20 sec) -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: Top 5 shader types by total compile time: -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 22.87% of total time (compiled 15 times, average 0.32 sec, max 0.40 sec, min 0.26 sec) -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: FLumenCardPS - 8.75% of total time (compiled 8 times, average 0.23 sec, max 0.27 sec, min 0.20 sec) -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: FDebugViewModePS - 7.00% of total time (compiled 2 times, average 0.73 sec, max 0.76 sec, min 0.69 sec) -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: TSlateMaterialShaderPSDefault - 4.41% of total time (compiled 5 times, average 0.18 sec, max 0.19 sec, min 0.17 sec) -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 4.07% of total time (compiled 5 times, average 0.17 sec, max 0.21 sec, min 0.15 sec) -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: === Material stats === -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: Materials Cooked: 0 -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: Materials Translated: 188 -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: Material Total Translate Time: 0.07 s -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: Material Translation Only: 0.03 s (43%) -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (3%) -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: Material Cache Hits: 45 (24%) -[2025.03.28-14.45.15:878][774]LogShaderCompilers: Display: ================================================ -[2025.03.28-14.46.04:275][136]LogAssetEditorSubsystem: Opening Asset editor for UserDefinedStruct /Game/MAIN_CONTENT/Equipment_System/S_Items.S_Items -[2025.03.28-14.46.11:577][333]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.11:577][333]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.46.11:580][333]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.11:580][333]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.46.11:582][333]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.11:582][333]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.46.11:584][333]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.11:584][333]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.46.11:587][333]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.11:587][333]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.46.11:588][333]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.11:588][333]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.46.11:595][333]LogAssetRegistry: Warning: ScanPathsSynchronous: Package /Engine/Transient does not exist, will not scan. -[2025.03.28-14.46.16:950][964]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.16:950][964]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.46.16:953][964]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.16:953][964]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.46.16:955][964]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.16:955][964]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.46.16:957][964]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.16:957][964]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.46.16:959][964]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.16:959][964]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.46.16:961][964]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.16:961][964]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.46.21:584][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.21:584][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.46.21:587][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.21:587][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.46.21:589][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.21:589][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.46.21:591][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.21:591][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.46.21:593][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.21:593][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.46.21:595][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.21:595][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.46.25:961][901]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.25:961][901]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.46.25:963][901]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.25:963][901]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.46.25:966][901]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.25:966][901]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.46.25:968][901]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.25:968][901]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.46.25:970][901]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.25:970][901]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.46.25:971][901]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.25:971][901]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.46.26:950][ 11]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.46.26:976][ 11]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/S_Items] ([1] browsable assets)... -[2025.03.28-14.46.26:977][ 11]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/S_Items] -[2025.03.28-14.46.26:978][ 11]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/S_Items -[2025.03.28-14.46.26:978][ 11]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/S_ItemsE7D9DFEA41AD8A3B84D714B3F456CEB0.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/S_Items.uasset' -[2025.03.28-14.46.26:984][ 11]LogFileHelpers: InternalPromptForCheckoutAndSave took 33.527 ms (total: 13.4 sec) -[2025.03.28-14.46.27:011][ 11]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.46.27:011][ 11]LogContentValidation: Enabled validators: -[2025.03.28-14.46.27:011][ 11]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.46.27:011][ 11]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.46.27:011][ 11]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.46.27:011][ 11]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/S_Items.S_Items -[2025.03.28-14.46.27:011][ 11]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/S_Items Validating asset -[2025.03.28-14.46.56:024][173]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.46.56:024][173]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.01:041][728]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.28-14.47.01:048][728]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/ThirdPerson/Maps/ThirdPersonMap' took 0.028 -[2025.03.28-14.47.01:048][728]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-14.47.01:058][728]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-14.47.01:058][728]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-14.47.01:114][728]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter_Auto4 -[2025.03.28-14.47.01:114][728]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter_Auto431D7B0594E773DFF63FEA8A5FB6DD04E.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter_Auto4.uasset' -[2025.03.28-14.47.01:115][728]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/BP_Weapon] ([2] browsable assets)... -[2025.03.28-14.47.01:115][728]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/BP_Weapon] -[2025.03.28-14.47.01:119][728]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/MAIN_CONTENT/Equipment_System/BP_Weapon_Auto4 -[2025.03.28-14.47.01:119][728]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_Weapon_Auto4A6CD9769469D117077A74BB53BEE392E.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Equipment_System/BP_Weapon_Auto4.uasset' -[2025.03.28-14.47.01:119][728]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/DB_Weapons] ([1] browsable assets)... -[2025.03.28-14.47.01:120][728]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/DB_Weapons] -[2025.03.28-14.47.01:120][728]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/MAIN_CONTENT/Equipment_System/DB_Weapons_Auto4 -[2025.03.28-14.47.01:120][728]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/DB_Weapons_Auto4DC03634D408E1B7C91F58F9070D21D65.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Equipment_System/DB_Weapons_Auto4.uasset' -[2025.03.28-14.47.01:121][728]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.47.01:125][728]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.47.01:125][728]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.47.01:140][728]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment_Auto4 -[2025.03.28-14.47.01:140][728]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment_Auto4A63EC24F498D0014C33E8FB4DAFCB9B9.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment_Auto4.uasset' -[2025.03.28-14.47.01:141][728]LogFileHelpers: Auto-saving content packages took 0.093 -[2025.03.28-14.47.13:594][119]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.13:594][119]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.13:597][119]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.13:597][119]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.13:600][119]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.13:600][119]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.13:602][119]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.13:602][119]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.13:604][119]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.13:604][119]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.47.13:605][119]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.13:605][119]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.47.13:669][120]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.47.13:686][120]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/S_Items] ([1] browsable assets)... -[2025.03.28-14.47.13:686][120]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/S_Items] -[2025.03.28-14.47.13:688][120]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/S_Items -[2025.03.28-14.47.13:688][120]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/S_Items21E25467427BDD8FD628B38FCFE19CF0.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/S_Items.uasset' -[2025.03.28-14.47.13:693][120]LogFileHelpers: InternalPromptForCheckoutAndSave took 24.769 ms (total: 13.4 sec) -[2025.03.28-14.47.13:721][120]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.47.13:721][120]LogContentValidation: Enabled validators: -[2025.03.28-14.47.13:721][120]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.47.13:721][120]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.47.13:721][120]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.47.13:721][120]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/S_Items.S_Items -[2025.03.28-14.47.13:721][120]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/S_Items Validating asset -[2025.03.28-14.47.23:359][534]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.47.23:384][534]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/S_Items] ([1] browsable assets)... -[2025.03.28-14.47.23:384][534]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/S_Items] -[2025.03.28-14.47.23:386][534]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/S_Items -[2025.03.28-14.47.23:386][534]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/S_Items5E7E60814D24EB37F95C7B96C23CCA16.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/S_Items.uasset' -[2025.03.28-14.47.23:392][534]LogFileHelpers: InternalPromptForCheckoutAndSave took 33.223 ms (total: 13.5 sec) -[2025.03.28-14.47.23:417][534]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.47.23:417][534]LogContentValidation: Enabled validators: -[2025.03.28-14.47.23:417][534]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.47.23:417][534]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.47.23:417][534]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.47.23:417][534]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/S_Items.S_Items -[2025.03.28-14.47.23:417][534]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/S_Items Validating asset -[2025.03.28-14.47.29:893][287]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.29:893][287]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.30:763][357]LogUObjectHash: Compacting FUObjectHashTables data took 1.37ms -[2025.03.28-14.47.30:775][357]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.30:775][357]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.30:777][357]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.30:777][357]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.30:778][357]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.30:778][357]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.30:779][357]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.30:779][357]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.30:780][357]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.30:780][357]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.30:781][357]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.30:781][357]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.30:782][357]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.30:782][357]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_15.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.47.30:908][357]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.30:908][357]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.30:910][357]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.30:910][357]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.30:911][357]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.30:911][357]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.30:912][357]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.30:912][357]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.30:913][357]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.30:913][357]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_15.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.47.30:914][357]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.30:914][357]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_15.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-14.47.31:181][357]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-14.47.31:181][357]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-14.47.31:607][398]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.47.31:635][398]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-14.47.31:645][398]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-14.47.31:645][398]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-14.47.31:703][398]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-14.47.31:703][398]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter0F65BC4A43AFBCD1011A55AB84C10F1F.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-14.47.31:711][398]LogFileHelpers: InternalPromptForCheckoutAndSave took 104.196 ms (total: 13.6 sec) -[2025.03.28-14.47.31:739][398]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.47.31:739][398]LogContentValidation: Enabled validators: -[2025.03.28-14.47.31:739][398]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.47.31:739][398]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.47.31:739][398]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.47.31:739][398]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-14.47.31:739][398]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-14.48.47:767][ 72]LogUObjectHash: Compacting FUObjectHashTables data took 1.23ms -[2025.03.28-14.48.48:764][139]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.48.48:790][139]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.48.48:794][139]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.48.48:794][139]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.48.48:809][139]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-14.48.48:809][139]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment35C72E344BC03DE316931096375E4C58.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-14.48.48:816][139]LogFileHelpers: InternalPromptForCheckoutAndSave took 52.166 ms (total: 13.6 sec) -[2025.03.28-14.48.48:845][139]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.48.48:845][139]LogContentValidation: Enabled validators: -[2025.03.28-14.48.48:845][139]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.48.48:845][139]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.48.48:845][139]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.48.48:845][139]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-14.48.48:847][139]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-14.50.35:163][577]LogAssetEditorSubsystem: Opening Asset editor for UserDefinedEnum /Game/MAIN_CONTENT/Equipment_System/E_WeaponTypes.E_WeaponTypes -[2025.03.28-14.51.49:926][193]LogUObjectHash: Compacting FUObjectHashTables data took 1.14ms -[2025.03.28-14.51.50:791][259]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.51.50:820][259]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-14.51.50:822][259]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-14.51.50:822][259]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-14.51.50:826][259]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-14.51.50:827][259]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_SlotF462471D42B4A95EDE384FBE99A8DA6A.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-14.51.50:833][259]LogFileHelpers: InternalPromptForCheckoutAndSave took 41.906 ms (total: 13.7 sec) -[2025.03.28-14.51.50:860][259]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.51.50:860][259]LogContentValidation: Enabled validators: -[2025.03.28-14.51.50:860][259]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.51.50:860][259]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.51.50:860][259]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.51.50:860][259]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-14.51.50:861][259]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-14.52.38:361][202]LogUObjectHash: Compacting FUObjectHashTables data took 1.11ms -[2025.03.28-14.52.39:062][243]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-14.52.39:092][243]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-14.52.39:094][243]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-14.52.39:094][243]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-14.52.39:098][243]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-14.52.39:098][243]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_SlotD97CC5474E533C75D700CF80D1747318.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-14.52.39:104][243]LogFileHelpers: InternalPromptForCheckoutAndSave took 41.987 ms (total: 13.7 sec) -[2025.03.28-14.52.39:135][243]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-14.52.39:135][243]LogContentValidation: Enabled validators: -[2025.03.28-14.52.39:135][243]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-14.52.39:135][243]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-14.52.39:135][243]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-14.52.39:135][243]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-14.52.39:135][243]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-14.53.04:273][197]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. -[2025.03.28-14.57.10:212][922]LogUObjectHash: Compacting FUObjectHashTables data took 1.51ms -[2025.03.28-14.57.10:217][922]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/ThirdPerson/Maps/ThirdPersonMap' took 0.027 -[2025.03.28-14.57.10:217][922]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/BP_Weapon] ([2] browsable assets)... -[2025.03.28-14.57.10:217][922]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/BP_Weapon] -[2025.03.28-14.57.10:222][922]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/MAIN_CONTENT/Equipment_System/BP_Weapon_Auto5 -[2025.03.28-14.57.10:222][922]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_Weapon_Auto59F0EF71F477855D570FA30A9658038CF.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Equipment_System/BP_Weapon_Auto5.uasset' -[2025.03.28-14.57.10:222][922]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/DB_Weapons] ([1] browsable assets)... -[2025.03.28-14.57.10:222][922]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/DB_Weapons] -[2025.03.28-14.57.10:223][922]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/MAIN_CONTENT/Equipment_System/DB_Weapons_Auto5 -[2025.03.28-14.57.10:223][922]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/DB_Weapons_Auto5AA640B074F03B2026064EB95BAD4AA9D.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Equipment_System/DB_Weapons_Auto5.uasset' -[2025.03.28-14.57.10:223][922]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-14.57.10:227][922]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-14.57.10:227][922]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-14.57.10:243][922]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment_Auto5 -[2025.03.28-14.57.10:243][922]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment_Auto52F212EE74748B2384DCF95B18A807A82.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment_Auto5.uasset' -[2025.03.28-14.57.10:244][922]LogFileHelpers: Auto-saving content packages took 0.027 -[2025.03.28-14.59.43:148][992]LogEditorTransaction: Undo Drag and Drop Widget -[2025.03.28-15.01.28:721][426]LogEditorTransaction: Undo Drag and Drop Widget -[2025.03.28-15.01.32:962][843]LogEditorTransaction: Undo Drag and Drop Widget -[2025.03.28-15.02.09:179][ 45]LogUObjectHash: Compacting FUObjectHashTables data took 1.35ms -[2025.03.28-15.02.10:000][ 88]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.02.10:027][ 88]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-15.02.10:031][ 88]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-15.02.10:031][ 88]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-15.02.10:048][ 88]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-15.02.10:048][ 88]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentF135400248922B2B153B09BDD1D44902.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-15.02.10:054][ 88]LogFileHelpers: InternalPromptForCheckoutAndSave took 53.254 ms (total: 13.8 sec) -[2025.03.28-15.02.10:082][ 88]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.02.10:082][ 88]LogContentValidation: Enabled validators: -[2025.03.28-15.02.10:082][ 88]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.02.10:082][ 88]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.02.10:082][ 88]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.02.10:082][ 88]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-15.02.10:083][ 88]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-15.03.46:315][493]LogSlate: FontCache flush requested. Reason: Large atlases out of space; 2/1 Textures; frames since last flush: 18116855014502025613 -[2025.03.28-15.03.46:317][493]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.03.46:326][494]LogSlate: Took 0.005244 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) -[2025.03.28-15.03.46:331][494]LogSlate: Took 0.004444 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) -[2025.03.28-15.03.46:338][494]LogSlate: Took 0.005604 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K) -[2025.03.28-15.03.46:345][494]LogSlate: Took 0.003978 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K) -[2025.03.28-15.03.46:354][494]LogSlate: Took 0.004038 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) -[2025.03.28-15.04.01:939][263]LogEditorTransaction: Undo Drag and Drop Widget -[2025.03.28-15.04.02:466][273]LogEditorTransaction: Undo Drag and Drop Widget -[2025.03.28-15.04.03:887][413]LogEditorTransaction: Undo Resize Widget -[2025.03.28-15.05.23:701][780]LogSlate: Took 0.008077 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansFallback.ttf' (3848K) -[2025.03.28-15.10.17:704][219]LogEditorTransaction: Undo Edit Right -[2025.03.28-15.10.34:829][208]LogUObjectHash: Compacting FUObjectHashTables data took 1.41ms -[2025.03.28-15.10.36:052][298]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.10.36:081][298]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-15.10.36:086][298]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-15.10.36:086][298]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-15.10.36:104][298]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-15.10.36:104][298]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentFE5F13E748EFB2B8CD15D59D46CAB009.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-15.10.36:111][298]LogFileHelpers: InternalPromptForCheckoutAndSave took 59.199 ms (total: 13.8 sec) -[2025.03.28-15.10.36:143][298]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.10.36:143][298]LogContentValidation: Enabled validators: -[2025.03.28-15.10.36:143][298]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.10.36:143][298]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.10.36:143][298]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.10.36:143][298]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-15.10.36:144][298]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-15.10.40:294][750]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-15.10.40:294][750]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-15.10.40:295][750]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.455 ms (total: 75.959 ms) -[2025.03.28-15.10.40:297][750]LogPlayLevel: [PlayLevel] Compiling BP_Weapon before play... -[2025.03.28-15.10.40:341][750]LogUObjectHash: Compacting FUObjectHashTables data took 1.16ms -[2025.03.28-15.10.40:345][750]LogPlayLevel: PlayLevel: Blueprint regeneration took 49 ms (1 blueprints) -[2025.03.28-15.10.40:345][750]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-15.10.40:348][750]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003070s) -[2025.03.28-15.10.40:348][750]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003093s) -[2025.03.28-15.10.40:365][750]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-15.10.40:367][750]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-15.10.40:367][750]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-15.10.40:367][750]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-15.10.40:367][750]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-15.10.40:367][750]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-15.10.40:368][750]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-15.10.40:368][750]LogWorldPartition: Display: WorldPartition initialize took 1.163 ms (total: 141.200 ms) -[2025.03.28-15.10.40:368][750]LogPlayLevel: PIE: World Init took: (0.001993s) -[2025.03.28-15.10.40:379][750]LogAudio: Display: Creating Audio Device: Id: 54, Scope: Unique, Realtime: True -[2025.03.28-15.10.40:379][750]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-15.10.40:379][750]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-15.10.40:379][750]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-15.10.40:379][750]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-15.10.40:379][750]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-15.10.40:379][750]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-15.10.40:379][750]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-15.10.40:379][750]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-15.10.40:379][750]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-15.10.40:379][750]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-15.10.40:379][750]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-15.10.40:380][750]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-15.10.40:400][750]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-15.10.40:400][750]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-15.10.40:400][750]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-15.10.40:400][750]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-15.10.40:400][750]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=54 -[2025.03.28-15.10.40:400][750]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=54 -[2025.03.28-15.10.40:402][750]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=54 -[2025.03.28-15.10.40:402][750]LogInit: FAudioDevice initialized with ID 54. -[2025.03.28-15.10.40:402][750]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=54 -[2025.03.28-15.10.40:402][750]LogAudio: Display: Audio Device (ID: 54) registered with world 'ThirdPersonMap'. -[2025.03.28-15.10.40:402][750]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 54 -[2025.03.28-15.10.40:404][750]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-15.10.40:406][750]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-09.10.40 -[2025.03.28-15.10.40:407][750]LogWorld: Bringing up level for play took: 0.003053 -[2025.03.28-15.10.40:408][750]LogOnline: OSS: Created online subsystem instance for: :Context_72 -[2025.03.28-15.10.40:409][750]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.10.40:409][750]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-15.10.40:422][750]PIE: Server logged in -[2025.03.28-15.10.40:423][750]PIE: Play in editor total start time 0.132 seconds. -[2025.03.28-15.10.40:434][750]LogSlate: Took 0.005634 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) -[2025.03.28-15.10.41:237][815]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-15.10.41:237][815]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-15.10.41:237][815]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-15.10.42:928][972]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-15.10.42:928][972]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-15.10.43:740][ 45]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.10.44:376][102]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.10.44:707][131]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.10.45:020][160]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-15.10.45:020][160]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-15.11.07:626][251]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-15.11.07:626][251]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-15.11.07:626][251]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.11.07:627][251]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.11.07:627][251]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-15.11.07:627][251]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-15.11.07:627][251]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-15.11.07:627][251]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-15.11.07:629][251]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-15.11.07:634][251]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.11.07:657][251]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-15.11.07:658][251]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 54 -[2025.03.28-15.11.07:658][251]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=54 -[2025.03.28-15.11.07:659][251]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=54 -[2025.03.28-15.11.07:665][251]LogUObjectHash: Compacting FUObjectHashTables data took 1.15ms -[2025.03.28-15.11.07:740][252]LogPlayLevel: Display: Destroying online subsystem :Context_72 -[2025.03.28-15.11.51:223][602]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.11.51:223][602]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-15.11.51:226][602]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.11.51:226][602]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-15.11.51:228][602]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.11.51:228][602]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-15.11.51:230][602]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.11.51:230][602]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-15.11.51:232][602]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.11.51:232][602]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_15.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-15.11.51:233][602]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.11.51:233][602]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_15.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-15.11.57:089][289]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.11.57:118][289]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/E_WeaponTypes] ([1] browsable assets)... -[2025.03.28-15.11.57:118][289]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/E_WeaponTypes] -[2025.03.28-15.11.57:119][289]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/E_WeaponTypes -[2025.03.28-15.11.57:119][289]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/E_WeaponTypesB191DC0C4760091AFD3353B9EF628327.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/E_WeaponTypes.uasset' -[2025.03.28-15.11.57:126][289]LogFileHelpers: InternalPromptForCheckoutAndSave took 36.199 ms (total: 13.9 sec) -[2025.03.28-15.11.57:152][289]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.11.57:153][289]LogContentValidation: Enabled validators: -[2025.03.28-15.11.57:153][289]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.11.57:153][289]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.11.57:153][289]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.11.57:153][289]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/E_WeaponTypes.E_WeaponTypes -[2025.03.28-15.11.57:153][289]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/E_WeaponTypes Validating asset -[2025.03.28-15.11.59:824][604]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.11.59:854][604]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/S_Items] ([1] browsable assets)... -[2025.03.28-15.11.59:854][604]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/S_Items] -[2025.03.28-15.11.59:855][604]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/S_Items -[2025.03.28-15.11.59:856][604]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/S_Items4E61937C48733F17AD9A1592B5C249DB.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/S_Items.uasset' -[2025.03.28-15.11.59:861][604]LogFileHelpers: InternalPromptForCheckoutAndSave took 37.165 ms (total: 13.9 sec) -[2025.03.28-15.11.59:888][604]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.11.59:888][604]LogContentValidation: Enabled validators: -[2025.03.28-15.11.59:888][604]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.11.59:888][604]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.11.59:888][604]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.11.59:888][604]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/S_Items.S_Items -[2025.03.28-15.11.59:888][604]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/S_Items Validating asset -[2025.03.28-15.12.02:332][863]LogUObjectHash: Compacting FUObjectHashTables data took 1.13ms -[2025.03.28-15.12.03:040][915]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.12.03:064][915]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-15.12.03:066][915]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-15.12.03:066][915]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-15.12.03:071][915]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-15.12.03:071][915]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_SlotB77F91CD479621BEA201C8A5A4B0713C.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-15.12.03:078][915]LogFileHelpers: InternalPromptForCheckoutAndSave took 37.841 ms (total: 13.9 sec) -[2025.03.28-15.12.03:105][915]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.12.03:105][915]LogContentValidation: Enabled validators: -[2025.03.28-15.12.03:105][915]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.12.03:105][915]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.12.03:105][915]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.12.03:105][915]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-15.12.03:106][915]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-15.12.55:573][ 80]LogUObjectHash: Compacting FUObjectHashTables data took 1.18ms -[2025.03.28-15.12.56:385][127]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.12.56:414][127]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-15.12.56:419][127]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-15.12.56:419][127]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-15.12.56:436][127]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-15.12.56:436][127]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment3B561C2842E0D71A26F07D8CA16410AF.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-15.12.56:443][127]LogFileHelpers: InternalPromptForCheckoutAndSave took 57.979 ms (total: 14.0 sec) -[2025.03.28-15.12.56:469][127]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.12.56:469][127]LogContentValidation: Enabled validators: -[2025.03.28-15.12.56:469][127]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.12.56:469][127]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.12.56:469][127]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.12.56:469][127]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-15.12.56:471][127]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-15.12.58:082][291]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-15.12.58:082][291]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-15.12.58:084][291]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.509 ms (total: 77.469 ms) -[2025.03.28-15.12.58:089][291]LogPlayLevel: [PlayLevel] Compiling ABP_RPGCharacter before play... -[2025.03.28-15.12.58:094][291]LogPlayLevel: [PlayLevel] Compiling BP_ThirdPersonCharacter as a dependent... -[2025.03.28-15.12.58:200][291]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.12.58:200][291]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-15.12.58:202][291]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.12.58:202][291]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-15.12.58:203][291]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.12.58:203][291]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-15.12.58:204][291]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.12.58:204][291]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-15.12.58:205][291]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.12.58:205][291]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_15.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-15.12.58:206][291]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.12.58:206][291]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_15.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-15.12.58:207][291]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.12.58:207][291]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_16.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-15.12.58:293][291]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.12.58:293][291]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-15.12.58:295][291]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.12.58:295][291]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-15.12.58:296][291]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.12.58:296][291]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-15.12.58:297][291]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.12.58:297][291]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_56:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-15.12.58:297][291]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.12.58:298][291]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_16.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-15.12.58:299][291]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.12.58:299][291]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_53:PersistentLevel.BP_ThirdPersonCharacter_C_16.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-15.12.58:377][291]LogPlayLevel: [PlayLevel] Compiling BP_Weapon before play... -[2025.03.28-15.12.58:402][291]LogPlayLevel: [PlayLevel] Compiling PROTO_BP_AnimBlueprint_0 before play... -[2025.03.28-15.12.58:440][291]LogUObjectHash: Compacting FUObjectHashTables data took 1.24ms -[2025.03.28-15.12.58:443][291]LogPlayLevel: PlayLevel: Blueprint regeneration took 358 ms (4 blueprints) -[2025.03.28-15.12.58:443][291]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-15.12.58:446][291]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003080s) -[2025.03.28-15.12.58:446][291]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003103s) -[2025.03.28-15.12.58:462][291]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-15.12.58:463][291]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-15.12.58:464][291]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-15.12.58:464][291]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-15.12.58:464][291]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-15.12.58:464][291]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-15.12.58:465][291]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-15.12.58:466][291]LogWorldPartition: Display: WorldPartition initialize took 1.273 ms (total: 142.473 ms) -[2025.03.28-15.12.58:466][291]LogPlayLevel: PIE: World Init took: (0.002220s) -[2025.03.28-15.12.58:476][291]LogAudio: Display: Creating Audio Device: Id: 55, Scope: Unique, Realtime: True -[2025.03.28-15.12.58:476][291]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-15.12.58:476][291]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-15.12.58:476][291]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-15.12.58:476][291]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-15.12.58:476][291]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-15.12.58:476][291]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-15.12.58:476][291]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-15.12.58:476][291]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-15.12.58:476][291]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-15.12.58:476][291]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-15.12.58:476][291]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-15.12.58:477][291]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-15.12.58:493][291]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-15.12.58:493][291]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-15.12.58:493][291]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-15.12.58:493][291]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-15.12.58:494][291]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=55 -[2025.03.28-15.12.58:494][291]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=55 -[2025.03.28-15.12.58:495][291]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=55 -[2025.03.28-15.12.58:495][291]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=55 -[2025.03.28-15.12.58:495][291]LogInit: FAudioDevice initialized with ID 55. -[2025.03.28-15.12.58:495][291]LogAudio: Display: Audio Device (ID: 55) registered with world 'ThirdPersonMap'. -[2025.03.28-15.12.58:495][291]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 55 -[2025.03.28-15.12.58:498][291]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-15.12.58:501][291]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-09.12.58 -[2025.03.28-15.12.58:502][291]LogWorld: Bringing up level for play took: 0.003054 -[2025.03.28-15.12.58:503][291]LogOnline: OSS: Created online subsystem instance for: :Context_73 -[2025.03.28-15.12.58:504][291]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.12.58:504][291]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-15.12.58:517][291]PIE: Server logged in -[2025.03.28-15.12.58:518][291]PIE: Play in editor total start time 0.437 seconds. -[2025.03.28-15.12.59:223][343]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.12.59:609][378]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.13.00:247][436]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.13.00:704][478]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-15.13.00:704][478]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-15.13.00:704][478]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-15.13.17:174][913]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-15.13.17:174][913]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-15.13.17:553][946]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-15.13.17:553][946]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-15.13.18:726][ 48]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-15.13.18:726][ 48]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-15.13.23:781][476]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-15.13.23:782][476]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-15.13.28:220][853]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-15.13.28:220][853]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-15.13.35:572][459]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-15.13.35:573][459]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-15.13.39:819][816]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-15.13.39:819][816]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-15.14.17:190][935]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-15.14.17:191][935]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-15.14.19:993][171]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.03.28-15.14.19:993][171]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.03.28-15.14.23:932][494]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-15.14.23:932][494]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown -[2025.03.28-15.14.28:735][895]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-15.14.28:735][895]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-15.14.28:735][895]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.14.28:736][895]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.14.28:736][895]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-15.14.28:736][895]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-15.14.28:736][895]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-15.14.28:736][895]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-15.14.28:738][895]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-15.14.28:744][895]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.14.28:766][895]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-15.14.28:766][895]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 55 -[2025.03.28-15.14.28:766][895]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=55 -[2025.03.28-15.14.28:768][895]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=55 -[2025.03.28-15.14.28:774][895]LogUObjectHash: Compacting FUObjectHashTables data took 1.17ms -[2025.03.28-15.14.28:861][896]LogPlayLevel: Display: Destroying online subsystem :Context_73 -[2025.03.28-15.15.31:712][181]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.15.31:737][181]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-15.15.31:739][181]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-15.15.31:739][181]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-15.15.31:744][181]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-15.15.31:744][181]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_SlotBD7858F341033B48B6BECE9A54C65566.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-15.15.31:751][181]LogFileHelpers: InternalPromptForCheckoutAndSave took 38.350 ms (total: 14.0 sec) -[2025.03.28-15.15.31:779][181]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.15.31:779][181]LogContentValidation: Enabled validators: -[2025.03.28-15.15.31:779][181]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.15.31:779][181]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.15.31:779][181]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.15.31:779][181]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-15.15.31:779][181]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-15.16.32:596][840]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.16.32:624][840]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-15.16.32:628][840]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-15.16.32:628][840]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-15.16.32:646][840]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-15.16.32:646][840]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment6813622E4E5F92BFAE93C7BA4A2D9855.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-15.16.32:653][840]LogFileHelpers: InternalPromptForCheckoutAndSave took 56.134 ms (total: 14.1 sec) -[2025.03.28-15.16.32:679][840]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.16.32:680][840]LogContentValidation: Enabled validators: -[2025.03.28-15.16.32:680][840]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.16.32:680][840]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.16.32:680][840]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.16.32:680][840]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-15.16.32:681][840]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-15.16.33:485][929]LogUObjectHash: Compacting FUObjectHashTables data took 1.32ms -[2025.03.28-15.16.34:407][ 0]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.16.34:437][ 0]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-15.16.34:441][ 0]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-15.16.34:441][ 0]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-15.16.34:461][ 0]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-15.16.34:461][ 0]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment456AEB13418E2A34096226B96A698B3B.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-15.16.34:468][ 0]LogFileHelpers: InternalPromptForCheckoutAndSave took 61.213 ms (total: 14.2 sec) -[2025.03.28-15.16.34:499][ 0]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.16.34:499][ 0]LogContentValidation: Enabled validators: -[2025.03.28-15.16.34:499][ 0]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.16.34:499][ 0]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.16.34:499][ 0]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.16.34:499][ 0]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-15.16.34:501][ 0]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-15.16.39:502][592]LogUObjectHash: Compacting FUObjectHashTables data took 1.18ms -[2025.03.28-15.16.40:087][623]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.16.40:111][623]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-15.16.40:116][623]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-15.16.40:116][623]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-15.16.40:133][623]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-15.16.40:134][623]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment8C7CB2C948424C9762FB928E2C9F1565.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-15.16.40:140][623]LogFileHelpers: InternalPromptForCheckoutAndSave took 52.694 ms (total: 14.2 sec) -[2025.03.28-15.16.40:167][623]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.16.40:167][623]LogContentValidation: Enabled validators: -[2025.03.28-15.16.40:167][623]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.16.40:167][623]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.16.40:167][623]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.16.40:167][623]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-15.16.40:169][623]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-15.16.46:115][327]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.16.46:145][327]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-15.16.46:147][327]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-15.16.46:147][327]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-15.16.46:152][327]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-15.16.46:152][327]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_SlotDB2319A44DEB0BECB88CFEA47CBEC0D9.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-15.16.46:158][327]LogFileHelpers: InternalPromptForCheckoutAndSave took 42.888 ms (total: 14.2 sec) -[2025.03.28-15.16.46:189][327]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.16.46:189][327]LogContentValidation: Enabled validators: -[2025.03.28-15.16.46:189][327]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.16.46:189][327]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.16.46:189][327]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.16.46:189][327]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-15.16.46:189][327]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-15.16.48:581][609]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.16.48:581][609]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_54:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.28-15.16.49:707][730]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.16.49:732][730]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.28-15.16.49:741][730]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.28-15.16.49:741][730]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.28-15.16.49:798][730]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.28-15.16.49:798][730]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter30D4D79E449A94B6A0C10BA07333F413.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.28-15.16.49:806][730]LogFileHelpers: InternalPromptForCheckoutAndSave took 98.374 ms (total: 14.3 sec) -[2025.03.28-15.16.49:835][730]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.16.49:835][730]LogContentValidation: Enabled validators: -[2025.03.28-15.16.49:835][730]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.16.49:835][730]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.16.49:835][730]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.16.49:835][730]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.28-15.16.49:835][730]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.28-15.16.51:250][866]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-15.16.51:250][866]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-15.16.51:252][866]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.467 ms (total: 78.936 ms) -[2025.03.28-15.16.51:255][866]LogPlayLevel: [PlayLevel] Compiling WB_Equipable_Slot before play... -[2025.03.28-15.16.51:576][866]LogUObjectHash: Compacting FUObjectHashTables data took 1.83ms -[2025.03.28-15.16.51:579][866]LogPlayLevel: PlayLevel: Blueprint regeneration took 326 ms (1 blueprints) -[2025.03.28-15.16.51:579][866]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-15.16.51:582][866]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002982s) -[2025.03.28-15.16.51:582][866]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003005s) -[2025.03.28-15.16.51:598][866]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-15.16.51:599][866]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-15.16.51:600][866]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-15.16.51:600][866]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-15.16.51:600][866]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-15.16.51:600][866]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-15.16.51:601][866]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-15.16.51:601][866]LogWorldPartition: Display: WorldPartition initialize took 1.235 ms (total: 143.709 ms) -[2025.03.28-15.16.51:601][866]LogPlayLevel: PIE: World Init took: (0.002085s) -[2025.03.28-15.16.51:612][866]LogAudio: Display: Creating Audio Device: Id: 56, Scope: Unique, Realtime: True -[2025.03.28-15.16.51:612][866]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-15.16.51:612][866]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-15.16.51:612][866]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-15.16.51:612][866]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-15.16.51:612][866]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-15.16.51:612][866]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-15.16.51:612][866]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-15.16.51:612][866]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-15.16.51:612][866]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-15.16.51:612][866]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-15.16.51:612][866]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-15.16.51:613][866]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-15.16.51:629][866]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-15.16.51:629][866]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-15.16.51:629][866]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-15.16.51:629][866]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-15.16.51:630][866]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=56 -[2025.03.28-15.16.51:630][866]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=56 -[2025.03.28-15.16.51:631][866]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=56 -[2025.03.28-15.16.51:631][866]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=56 -[2025.03.28-15.16.51:631][866]LogInit: FAudioDevice initialized with ID 56. -[2025.03.28-15.16.51:631][866]LogAudio: Display: Audio Device (ID: 56) registered with world 'ThirdPersonMap'. -[2025.03.28-15.16.51:631][866]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 56 -[2025.03.28-15.16.51:633][866]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-15.16.51:635][866]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-09.16.51 -[2025.03.28-15.16.51:636][866]LogWorld: Bringing up level for play took: 0.002918 -[2025.03.28-15.16.51:637][866]LogOnline: OSS: Created online subsystem instance for: :Context_74 -[2025.03.28-15.16.51:638][866]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.16.51:638][866]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-15.16.51:652][866]PIE: Server logged in -[2025.03.28-15.16.51:652][866]PIE: Play in editor total start time 0.403 seconds. -[2025.03.28-15.16.53:225][995]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.16.53:683][ 36]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.16.54:472][107]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.16.54:779][135]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-15.16.54:779][135]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-15.16.54:779][135]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-15.17.02:791][858]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-15.17.02:791][858]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-15.17.02:791][858]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.17.02:792][858]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.17.02:792][858]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-15.17.02:792][858]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-15.17.02:792][858]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-15.17.02:792][858]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-15.17.02:794][858]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-15.17.02:799][858]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.17.02:821][858]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-15.17.02:821][858]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 56 -[2025.03.28-15.17.02:821][858]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=56 -[2025.03.28-15.17.02:823][858]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=56 -[2025.03.28-15.17.02:828][858]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-15.17.02:903][859]LogPlayLevel: Display: Destroying online subsystem :Context_74 -[2025.03.28-15.17.16:224][453]LogAssetEditorSubsystem: Opening Asset editor for DataTable /Game/MAIN_CONTENT/Equipment_System/DB_Weapons.DB_Weapons -[2025.03.28-15.17.24:469][412]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.17.24:497][412]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/DB_Weapons] ([1] browsable assets)... -[2025.03.28-15.17.24:497][412]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/DB_Weapons] -[2025.03.28-15.17.24:498][412]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/DB_Weapons -[2025.03.28-15.17.24:498][412]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/DB_WeaponsC784CE7941787CD16C6EABAA5140E34A.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/DB_Weapons.uasset' -[2025.03.28-15.17.24:504][412]LogFileHelpers: InternalPromptForCheckoutAndSave took 34.703 ms (total: 14.4 sec) -[2025.03.28-15.17.24:530][412]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.17.24:530][412]LogContentValidation: Enabled validators: -[2025.03.28-15.17.24:530][412]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.17.24:530][412]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.17.24:530][412]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.17.24:530][412]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/DB_Weapons.DB_Weapons -[2025.03.28-15.17.24:530][412]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/DB_Weapons Validating asset -[2025.03.28-15.17.57:844][366]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-15.17.57:845][366]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-15.17.57:846][366]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.571 ms (total: 80.507 ms) -[2025.03.28-15.17.57:847][366]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-15.17.57:889][366]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-15.17.57:892][366]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003123s) -[2025.03.28-15.17.57:892][366]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003158s) -[2025.03.28-15.17.57:910][366]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.28-15.17.57:916][366]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-15.17.57:916][366]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-15.17.57:917][366]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-15.17.57:917][366]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-15.17.57:917][366]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-15.17.57:918][366]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-15.17.57:918][366]LogWorldPartition: Display: WorldPartition initialize took 1.350 ms (total: 145.059 ms) -[2025.03.28-15.17.57:918][366]LogPlayLevel: PIE: World Init took: (0.002331s) -[2025.03.28-15.17.57:928][366]LogAudio: Display: Creating Audio Device: Id: 57, Scope: Unique, Realtime: True -[2025.03.28-15.17.57:928][366]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-15.17.57:928][366]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-15.17.57:928][366]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-15.17.57:928][366]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-15.17.57:928][366]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-15.17.57:928][366]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-15.17.57:928][366]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-15.17.57:928][366]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-15.17.57:928][366]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-15.17.57:928][366]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-15.17.57:928][366]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-15.17.57:930][366]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-15.17.57:946][366]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-15.17.57:946][366]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-15.17.57:946][366]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-15.17.57:946][366]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-15.17.57:947][366]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=57 -[2025.03.28-15.17.57:947][366]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=57 -[2025.03.28-15.17.57:948][366]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=57 -[2025.03.28-15.17.57:948][366]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=57 -[2025.03.28-15.17.57:948][366]LogInit: FAudioDevice initialized with ID 57. -[2025.03.28-15.17.57:948][366]LogAudio: Display: Audio Device (ID: 57) registered with world 'ThirdPersonMap'. -[2025.03.28-15.17.57:948][366]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 57 -[2025.03.28-15.17.57:950][366]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-15.17.57:952][366]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-09.17.57 -[2025.03.28-15.17.57:953][366]LogWorld: Bringing up level for play took: 0.002987 -[2025.03.28-15.17.57:954][366]LogOnline: OSS: Created online subsystem instance for: :Context_75 -[2025.03.28-15.17.57:955][366]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.17.57:955][366]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-15.17.57:969][366]PIE: Server logged in -[2025.03.28-15.17.57:969][366]PIE: Play in editor total start time 0.126 seconds. -[2025.03.28-15.17.58:746][428]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.17.59:251][474]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.17.59:698][514]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.18.00:051][546]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-15.18.00:051][546]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-15.18.00:051][546]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-15.18.08:363][276]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-15.18.08:363][276]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-15.18.08:364][276]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.18.08:364][276]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.18.08:364][276]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-15.18.08:364][276]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-15.18.08:364][276]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-15.18.08:364][276]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-15.18.08:366][276]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-15.18.08:371][276]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.18.08:393][276]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-15.18.08:393][276]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 57 -[2025.03.28-15.18.08:393][276]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=57 -[2025.03.28-15.18.08:394][276]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=57 -[2025.03.28-15.18.08:397][276]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-15.18.08:400][276]LogUObjectHash: Compacting FUObjectHashTables data took 1.13ms -[2025.03.28-15.18.08:476][277]LogPlayLevel: Display: Destroying online subsystem :Context_75 -[2025.03.28-15.18.34:834][575]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.28-15.18.34:839][575]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/ThirdPerson/Maps/ThirdPersonMap' took 0.021 -[2025.03.28-15.18.34:839][575]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/BP_Weapon] ([2] browsable assets)... -[2025.03.28-15.18.34:839][575]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/BP_Weapon] -[2025.03.28-15.18.34:843][575]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/MAIN_CONTENT/Equipment_System/BP_Weapon_Auto6 -[2025.03.28-15.18.34:843][575]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_Weapon_Auto6546F40164CAE6D30F9A203AC0436E9AF.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Equipment_System/BP_Weapon_Auto6.uasset' -[2025.03.28-15.18.34:844][575]LogFileHelpers: Auto-saving content packages took 0.005 -[2025.03.28-15.19.49:815][563]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.28-15.19.50:397][600]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.19.50:431][600]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-15.19.50:433][600]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-15.19.50:433][600]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-15.19.50:438][600]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-15.19.50:438][600]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_Slot021552014F01F3FC4788BAACF3D27BFB.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-15.19.50:445][600]LogFileHelpers: InternalPromptForCheckoutAndSave took 47.143 ms (total: 14.4 sec) -[2025.03.28-15.19.50:469][600]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.19.50:469][600]LogContentValidation: Enabled validators: -[2025.03.28-15.19.50:469][600]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.19.50:469][600]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.19.50:469][600]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.19.50:469][600]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-15.19.50:470][600]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-15.19.58:590][120]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-15.19.58:590][120]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-15.19.58:591][120]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.580 ms (total: 82.088 ms) -[2025.03.28-15.19.58:592][120]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-15.19.58:629][120]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-15.19.58:632][120]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003400s) -[2025.03.28-15.19.58:632][120]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003435s) -[2025.03.28-15.19.58:650][120]LogUObjectHash: Compacting FUObjectHashTables data took 1.21ms -[2025.03.28-15.19.58:655][120]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-15.19.58:655][120]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-15.19.58:655][120]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-15.19.58:655][120]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-15.19.58:655][120]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-15.19.58:657][120]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-15.19.58:657][120]LogWorldPartition: Display: WorldPartition initialize took 1.312 ms (total: 146.372 ms) -[2025.03.28-15.19.58:657][120]LogPlayLevel: PIE: World Init took: (0.002214s) -[2025.03.28-15.19.58:667][120]LogAudio: Display: Creating Audio Device: Id: 58, Scope: Unique, Realtime: True -[2025.03.28-15.19.58:667][120]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-15.19.58:667][120]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-15.19.58:667][120]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-15.19.58:667][120]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-15.19.58:667][120]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-15.19.58:667][120]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-15.19.58:667][120]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-15.19.58:667][120]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-15.19.58:667][120]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-15.19.58:667][120]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-15.19.58:667][120]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-15.19.58:669][120]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-15.19.58:684][120]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-15.19.58:684][120]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-15.19.58:685][120]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-15.19.58:685][120]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-15.19.58:685][120]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=58 -[2025.03.28-15.19.58:685][120]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=58 -[2025.03.28-15.19.58:686][120]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=58 -[2025.03.28-15.19.58:686][120]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=58 -[2025.03.28-15.19.58:686][120]LogInit: FAudioDevice initialized with ID 58. -[2025.03.28-15.19.58:686][120]LogAudio: Display: Audio Device (ID: 58) registered with world 'ThirdPersonMap'. -[2025.03.28-15.19.58:686][120]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 58 -[2025.03.28-15.19.58:689][120]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-15.19.58:692][120]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-09.19.58 -[2025.03.28-15.19.58:693][120]LogWorld: Bringing up level for play took: 0.003160 -[2025.03.28-15.19.58:694][120]LogOnline: OSS: Created online subsystem instance for: :Context_76 -[2025.03.28-15.19.58:695][120]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.19.58:695][120]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-15.19.58:709][120]PIE: Server logged in -[2025.03.28-15.19.58:710][120]PIE: Play in editor total start time 0.122 seconds. -[2025.03.28-15.19.59:473][178]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.19.59:846][210]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.20.00:489][266]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.20.00:892][301]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-15.20.00:892][301]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-15.20.00:892][301]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-15.20.08:033][929]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-15.20.08:033][929]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-15.20.08:033][929]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.20.08:034][929]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.20.08:034][929]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-15.20.08:034][929]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-15.20.08:034][929]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-15.20.08:034][929]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-15.20.08:036][929]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-15.20.08:041][929]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.20.08:062][929]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-15.20.08:063][929]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 58 -[2025.03.28-15.20.08:063][929]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=58 -[2025.03.28-15.20.08:064][929]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=58 -[2025.03.28-15.20.08:067][929]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-15.20.08:070][929]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.28-15.20.08:140][930]LogPlayLevel: Display: Destroying online subsystem :Context_76 -[2025.03.28-15.20.27:416][ 6]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.28-15.20.27:910][ 31]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.20.27:936][ 31]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] ([2] browsable assets)... -[2025.03.28-15.20.27:937][ 31]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot] -[2025.03.28-15.20.27:937][ 31]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot] -[2025.03.28-15.20.27:942][ 31]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot -[2025.03.28-15.20.27:942][ 31]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipable_Slot32B9F20A4291E3EDEA38D39FC0D1D1BA.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.uasset' -[2025.03.28-15.20.27:949][ 31]LogFileHelpers: InternalPromptForCheckoutAndSave took 38.877 ms (total: 14.5 sec) -[2025.03.28-15.20.27:977][ 31]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.20.27:978][ 31]LogContentValidation: Enabled validators: -[2025.03.28-15.20.27:978][ 31]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.20.27:978][ 31]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.20.27:978][ 31]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.20.27:978][ 31]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot.WB_Equipable_Slot -[2025.03.28-15.20.27:978][ 31]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipable_Slot Validating asset -[2025.03.28-15.21.07:869][814]LogUObjectHash: Compacting FUObjectHashTables data took 1.42ms -[2025.03.28-15.21.08:702][870]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.21.08:728][870]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-15.21.08:732][870]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-15.21.08:732][870]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-15.21.08:750][870]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-15.21.08:750][870]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_EquipmentFA968D4840244869E8F5DFB03DDAD086.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-15.21.08:757][870]LogFileHelpers: InternalPromptForCheckoutAndSave took 55.043 ms (total: 14.5 sec) -[2025.03.28-15.21.08:784][870]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.21.08:784][870]LogContentValidation: Enabled validators: -[2025.03.28-15.21.08:784][870]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.21.08:784][870]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.21.08:784][870]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.21.08:784][870]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-15.21.08:786][870]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-15.21.13:429][ 81]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-15.21.13:429][ 81]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-15.21.13:430][ 81]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.419 ms (total: 83.507 ms) -[2025.03.28-15.21.13:431][ 81]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-15.21.13:468][ 81]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-15.21.13:472][ 81]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003117s) -[2025.03.28-15.21.13:472][ 81]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003147s) -[2025.03.28-15.21.13:490][ 81]LogUObjectHash: Compacting FUObjectHashTables data took 1.17ms -[2025.03.28-15.21.13:495][ 81]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-15.21.13:495][ 81]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-15.21.13:495][ 81]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-15.21.13:495][ 81]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-15.21.13:496][ 81]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-15.21.13:497][ 81]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-15.21.13:497][ 81]LogWorldPartition: Display: WorldPartition initialize took 1.233 ms (total: 147.605 ms) -[2025.03.28-15.21.13:497][ 81]LogPlayLevel: PIE: World Init took: (0.002071s) -[2025.03.28-15.21.13:507][ 81]LogAudio: Display: Creating Audio Device: Id: 59, Scope: Unique, Realtime: True -[2025.03.28-15.21.13:507][ 81]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-15.21.13:507][ 81]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-15.21.13:507][ 81]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-15.21.13:507][ 81]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-15.21.13:507][ 81]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-15.21.13:507][ 81]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-15.21.13:508][ 81]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-15.21.13:508][ 81]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-15.21.13:508][ 81]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-15.21.13:508][ 81]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-15.21.13:508][ 81]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-15.21.13:509][ 81]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-15.21.13:524][ 81]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-15.21.13:524][ 81]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-15.21.13:524][ 81]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-15.21.13:524][ 81]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-15.21.13:525][ 81]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=59 -[2025.03.28-15.21.13:525][ 81]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=59 -[2025.03.28-15.21.13:526][ 81]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=59 -[2025.03.28-15.21.13:526][ 81]LogInit: FAudioDevice initialized with ID 59. -[2025.03.28-15.21.13:526][ 81]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=59 -[2025.03.28-15.21.13:526][ 81]LogAudio: Display: Audio Device (ID: 59) registered with world 'ThirdPersonMap'. -[2025.03.28-15.21.13:526][ 81]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 59 -[2025.03.28-15.21.13:529][ 81]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-15.21.13:531][ 81]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-09.21.13 -[2025.03.28-15.21.13:532][ 81]LogWorld: Bringing up level for play took: 0.003125 -[2025.03.28-15.21.13:533][ 81]LogOnline: OSS: Created online subsystem instance for: :Context_77 -[2025.03.28-15.21.13:534][ 81]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.21.13:534][ 81]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-15.21.13:548][ 81]PIE: Server logged in -[2025.03.28-15.21.13:548][ 81]PIE: Play in editor total start time 0.121 seconds. -[2025.03.28-15.21.14:271][135]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.21.14:604][163]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.21.14:971][194]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.21.15:674][255]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-15.21.15:674][255]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-15.21.15:674][255]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-15.21.28:823][338]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-15.21.28:823][338]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-15.21.28:823][338]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.21.28:824][338]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.21.28:824][338]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-15.21.28:824][338]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-15.21.28:824][338]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-15.21.28:824][338]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-15.21.28:826][338]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-15.21.28:831][338]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.21.28:852][338]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-15.21.28:853][338]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 59 -[2025.03.28-15.21.28:853][338]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=59 -[2025.03.28-15.21.28:854][338]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=59 -[2025.03.28-15.21.28:857][338]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-15.21.28:860][338]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms -[2025.03.28-15.21.28:932][339]LogPlayLevel: Display: Destroying online subsystem :Context_77 -[2025.03.28-15.21.36:233][161]LogUObjectHash: Compacting FUObjectHashTables data took 1.14ms -[2025.03.28-15.21.37:006][204]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.21.37:033][204]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] ([2] browsable assets)... -[2025.03.28-15.21.37:037][204]OBJ SavePackage: Rendered thumbnail for [WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment] -[2025.03.28-15.21.37:037][204]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment] -[2025.03.28-15.21.37:055][204]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment -[2025.03.28-15.21.37:056][204]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/WB_Equipment84781354443BCB28A0A35B845BF865FD.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.uasset' -[2025.03.28-15.21.37:063][204]LogFileHelpers: InternalPromptForCheckoutAndSave took 56.802 ms (total: 14.6 sec) -[2025.03.28-15.21.37:088][204]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.21.37:088][204]LogContentValidation: Enabled validators: -[2025.03.28-15.21.37:088][204]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.21.37:088][204]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.21.37:088][204]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.21.37:088][204]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.03.28-15.21.37:090][204]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment Validating asset -[2025.03.28-15.21.53:392][941]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.21.53:418][941]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/DB_Weapons] ([1] browsable assets)... -[2025.03.28-15.21.53:418][941]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/DB_Weapons] -[2025.03.28-15.21.53:419][941]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/DB_Weapons -[2025.03.28-15.21.53:419][941]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/DB_Weapons003A8CAB4533DE4226FABAAC53105B27.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/DB_Weapons.uasset' -[2025.03.28-15.21.53:426][941]LogFileHelpers: InternalPromptForCheckoutAndSave took 33.699 ms (total: 14.6 sec) -[2025.03.28-15.21.53:453][941]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.21.53:453][941]LogContentValidation: Enabled validators: -[2025.03.28-15.21.53:453][941]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.21.53:453][941]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.21.53:453][941]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.21.53:453][941]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/DB_Weapons.DB_Weapons -[2025.03.28-15.21.53:453][941]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/DB_Weapons Validating asset -[2025.03.28-15.21.56:104][245]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.21.56:133][245]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/DB_Weapons] ([1] browsable assets)... -[2025.03.28-15.21.56:133][245]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/DB_Weapons] -[2025.03.28-15.21.56:134][245]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/DB_Weapons -[2025.03.28-15.21.56:134][245]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/DB_Weapons1DB3B6784CC6CA5CF79DE8B79CFE58E9.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/DB_Weapons.uasset' -[2025.03.28-15.21.56:141][245]LogFileHelpers: InternalPromptForCheckoutAndSave took 36.919 ms (total: 14.6 sec) -[2025.03.28-15.21.56:168][245]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.21.56:168][245]LogContentValidation: Enabled validators: -[2025.03.28-15.21.56:168][245]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.21.56:168][245]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.21.56:168][245]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.21.56:168][245]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/DB_Weapons.DB_Weapons -[2025.03.28-15.21.56:168][245]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/DB_Weapons Validating asset -[2025.03.28-15.22.05:677][314]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-15.22.05:677][314]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-15.22.05:679][314]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.512 ms (total: 85.019 ms) -[2025.03.28-15.22.05:680][314]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-15.22.05:718][314]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-15.22.05:721][314]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003187s) -[2025.03.28-15.22.05:721][314]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003224s) -[2025.03.28-15.22.05:740][314]LogUObjectHash: Compacting FUObjectHashTables data took 1.21ms -[2025.03.28-15.22.05:745][314]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-15.22.05:745][314]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-15.22.05:745][314]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-15.22.05:745][314]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-15.22.05:745][314]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-15.22.05:747][314]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-15.22.05:747][314]LogWorldPartition: Display: WorldPartition initialize took 1.269 ms (total: 148.875 ms) -[2025.03.28-15.22.05:747][314]LogPlayLevel: PIE: World Init took: (0.002164s) -[2025.03.28-15.22.05:757][314]LogAudio: Display: Creating Audio Device: Id: 60, Scope: Unique, Realtime: True -[2025.03.28-15.22.05:757][314]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-15.22.05:757][314]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-15.22.05:757][314]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-15.22.05:757][314]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-15.22.05:757][314]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-15.22.05:757][314]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-15.22.05:757][314]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-15.22.05:757][314]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-15.22.05:757][314]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-15.22.05:757][314]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-15.22.05:757][314]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-15.22.05:758][314]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-15.22.05:775][314]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-15.22.05:775][314]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-15.22.05:775][314]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-15.22.05:775][314]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-15.22.05:776][314]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=60 -[2025.03.28-15.22.05:776][314]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=60 -[2025.03.28-15.22.05:777][314]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=60 -[2025.03.28-15.22.05:777][314]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=60 -[2025.03.28-15.22.05:777][314]LogInit: FAudioDevice initialized with ID 60. -[2025.03.28-15.22.05:777][314]LogAudio: Display: Audio Device (ID: 60) registered with world 'ThirdPersonMap'. -[2025.03.28-15.22.05:777][314]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 60 -[2025.03.28-15.22.05:779][314]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-15.22.05:782][314]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-09.22.05 -[2025.03.28-15.22.05:783][314]LogWorld: Bringing up level for play took: 0.003103 -[2025.03.28-15.22.05:784][314]LogOnline: OSS: Created online subsystem instance for: :Context_78 -[2025.03.28-15.22.05:785][314]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.22.05:785][314]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-15.22.05:798][314]PIE: Server logged in -[2025.03.28-15.22.05:799][314]PIE: Play in editor total start time 0.126 seconds. -[2025.03.28-15.22.06:339][354]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.22.06:782][395]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.22.07:188][432]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.22.07:524][464]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-15.22.07:525][464]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-15.22.07:525][464]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-15.22.20:222][581]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-15.22.20:222][581]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-15.22.20:222][581]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.22.20:223][581]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.22.20:223][581]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-15.22.20:223][581]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-15.22.20:223][581]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-15.22.20:223][581]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-15.22.20:225][581]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-15.22.20:230][581]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.22.20:252][581]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-15.22.20:253][581]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 60 -[2025.03.28-15.22.20:253][581]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=60 -[2025.03.28-15.22.20:254][581]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=60 -[2025.03.28-15.22.20:257][581]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-15.22.20:260][581]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms -[2025.03.28-15.22.20:330][582]LogPlayLevel: Display: Destroying online subsystem :Context_78 -[2025.03.28-15.22.45:224][799]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.28-15.22.45:224][799]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.28-15.22.45:225][799]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.438 ms (total: 86.457 ms) -[2025.03.28-15.22.45:226][799]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.28-15.22.45:248][799]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-15.22.45:251][799]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003109s) -[2025.03.28-15.22.45:251][799]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003137s) -[2025.03.28-15.22.45:267][799]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-15.22.45:271][799]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-15.22.45:272][799]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.28-15.22.45:272][799]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-15.22.45:272][799]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-15.22.45:272][799]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.28-15.22.45:273][799]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-15.22.45:273][799]LogWorldPartition: Display: WorldPartition initialize took 1.177 ms (total: 150.052 ms) -[2025.03.28-15.22.45:273][799]LogPlayLevel: PIE: World Init took: (0.001997s) -[2025.03.28-15.22.45:283][799]LogAudio: Display: Creating Audio Device: Id: 61, Scope: Unique, Realtime: True -[2025.03.28-15.22.45:283][799]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-15.22.45:283][799]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-15.22.45:283][799]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-15.22.45:283][799]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-15.22.45:283][799]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-15.22.45:283][799]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-15.22.45:283][799]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-15.22.45:283][799]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-15.22.45:283][799]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-15.22.45:283][799]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-15.22.45:283][799]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-15.22.45:285][799]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-15.22.45:301][799]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-15.22.45:301][799]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-15.22.45:301][799]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-15.22.45:301][799]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-15.22.45:302][799]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=61 -[2025.03.28-15.22.45:302][799]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=61 -[2025.03.28-15.22.45:303][799]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=61 -[2025.03.28-15.22.45:303][799]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=61 -[2025.03.28-15.22.45:303][799]LogInit: FAudioDevice initialized with ID 61. -[2025.03.28-15.22.45:303][799]LogAudio: Display: Audio Device (ID: 61) registered with world 'ThirdPersonMap'. -[2025.03.28-15.22.45:303][799]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 61 -[2025.03.28-15.22.45:305][799]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.28-15.22.45:308][799]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.28-09.22.45 -[2025.03.28-15.22.45:308][799]LogWorld: Bringing up level for play took: 0.003095 -[2025.03.28-15.22.45:310][799]LogOnline: OSS: Created online subsystem instance for: :Context_79 -[2025.03.28-15.22.45:311][799]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.28-15.22.45:311][799]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.28-15.22.45:324][799]PIE: Server logged in -[2025.03.28-15.22.45:325][799]PIE: Play in editor total start time 0.103 seconds. -[2025.03.28-15.22.45:974][850]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.22.46:252][875]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.22.46:748][920]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.03.28-15.22.48:201][ 57]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.03.28-15.22.48:201][ 57]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.03.28-15.22.48:202][ 57]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.03.28-15.23.19:442][880]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-15.23.19:442][880]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.28-15.23.19:442][880]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.23.19:442][880]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.23.19:443][880]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.28-15.23.19:443][880]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-15.23.19:443][880]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-15.23.19:443][880]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-15.23.19:445][880]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.28-15.23.19:450][880]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.23.19:471][880]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-15.23.19:472][880]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 61 -[2025.03.28-15.23.19:472][880]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=61 -[2025.03.28-15.23.19:473][880]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=61 -[2025.03.28-15.23.19:479][880]LogUObjectHash: Compacting FUObjectHashTables data took 1.15ms -[2025.03.28-15.23.19:551][881]LogPlayLevel: Display: Destroying online subsystem :Context_79 -[2025.03.28-15.24.42:758][260]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.28-15.24.44:789][260]LogSlate: Window 'Save Content' being destroyed -[2025.03.28-15.24.44:797][260]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.28-15.24.44:821][260]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/MAIN_CONTENT/Equipment_System/BP_Weapon] ([2] browsable assets)... -[2025.03.28-15.24.44:821][260]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Equipment_System/BP_Weapon] -[2025.03.28-15.24.44:825][260]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Equipment_System/BP_Weapon -[2025.03.28-15.24.44:826][260]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_Weapon680CA60E4DEB5841254B0E94F2500DD6.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Equipment_System/BP_Weapon.uasset' -[2025.03.28-15.24.44:852][260]LogFileHelpers: InternalPromptForCheckoutAndSave took 55.316 ms (total: 14.7 sec) -[2025.03.28-15.24.44:873][260]LogStall: Shutdown... -[2025.03.28-15.24.44:879][260]LogStall: Shutdown complete. -[2025.03.28-15.24.45:007][260]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.24.45:007][260]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.24.45:013][260]LogWorld: UWorld::CleanupWorld for World_2, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.24.45:013][260]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.24.45:092][260]LogWorld: UWorld::CleanupWorld for World_6, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.24.45:093][260]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.24.45:099][260]LogWorld: UWorld::CleanupWorld for World_5, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.24.45:099][260]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.24.45:144][260]LogWorld: UWorld::CleanupWorld for World_54, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.24.45:144][260]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.24.45:231][260]LogWorld: UWorld::CleanupWorld for World_72, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.24.45:231][260]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.24.45:237][260]LogWorld: UWorld::CleanupWorld for World_71, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.24.45:237][260]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.24.45:277][260]LogSlate: Window 'Elistria_Calling - Unreal Editor' being destroyed -[2025.03.28-15.24.45:362][260]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.28-15.24.45:362][260]LogContentValidation: Enabled validators: -[2025.03.28-15.24.45:362][260]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.28-15.24.45:362][260]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.28-15.24.45:362][260]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.28-15.24.45:362][260]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon -[2025.03.28-15.24.45:362][260]AssetCheck: /Game/MAIN_CONTENT/Equipment_System/BP_Weapon Validating asset -[2025.03.28-15.24.45:385][260]LogUObjectHash: Compacting FUObjectHashTables data took 1.17ms -[2025.03.28-15.24.45:425][260]Cmd: QUIT_EDITOR -[2025.03.28-15.24.45:425][261]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) -[2025.03.28-15.24.45:426][261]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) -[2025.03.28-15.24.45:426][261]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown -[2025.03.28-15.24.45:426][261]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown -[2025.03.28-15.24.45:427][261]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.24.45:427][261]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.24.45:427][261]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap -[2025.03.28-15.24.45:428][261]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-15.24.45:428][261]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-15.24.45:428][261]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-15.24.45:431][261]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. -[2025.03.28-15.24.45:439][261]LogWorld: UWorld::CleanupWorld for World_55, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.24.45:439][261]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.24.45:443][261]LogWorld: UWorld::CleanupWorld for World_53, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.24.45:443][261]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.24.45:446][261]LogWorld: UWorld::CleanupWorld for World_19, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.24.45:446][261]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.24.45:450][261]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.24.45:450][261]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.24.45:453][261]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.24.45:453][261]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.24.45:455][261]LogWorld: UWorld::CleanupWorld for World_56, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.24.45:455][261]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.24.45:458][261]LogWorld: UWorld::CleanupWorld for World_18, bSessionEnded=true, bCleanupResources=true -[2025.03.28-15.24.45:458][261]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-15.24.45:498][261]LogStudioTelemetry: Ended StudioTelemetry Session -[2025.03.28-15.24.45:504][261]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider -[2025.03.28-15.24.45:504][261]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session -[2025.03.28-15.24.45:504][261]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider -[2025.03.28-15.24.45:791][261]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... -[2025.03.28-15.24.45:791][261]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... -[2025.03.28-15.24.45:791][261]LogAudio: Display: Audio Device unregistered from world 'ThirdPersonMap'. -[2025.03.28-15.24.45:791][261]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. -[2025.03.28-15.24.45:791][261]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 -[2025.03.28-15.24.45:792][261]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 -[2025.03.28-15.24.45:795][261]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 -[2025.03.28-15.24.45:795][261]LogAudio: Display: Audio Device Manager Shutdown -[2025.03.28-15.24.45:796][261]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). -[2025.03.28-15.24.45:799][261]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 -[2025.03.28-15.24.45:799][261]LogExit: Preparing to exit. -[2025.03.28-15.24.45:823][261]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.add_null_above_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.align_translation_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.align_translation_all' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.align_translation_x' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.align_translation_y' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.align_translation_z' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.align_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.align_scale' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.search_replace_name_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.search_replace_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.do_rename_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.do_rename_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.set_bone_reference_pose' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.import_ik_rig_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.45:830][261]LogPython: Display: Object '/Engine/PythonTypes.ControlOutputFormat' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.28-15.24.46:761][261]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled -[2025.03.28-15.24.46:775][261]LogExit: Editor shut down -[2025.03.28-15.24.46:777][261]LogExit: Transaction tracking system shut down -[2025.03.28-15.24.46:896][261]LogExit: Object subsystem successfully closed. -[2025.03.28-15.24.46:949][261]LogShaderCompilers: Display: Shaders left to compile 0 -[2025.03.28-15.24.47:681][261]MemoryProfiler: Shutdown -[2025.03.28-15.24.47:681][261]NetworkingProfiler: Shutdown -[2025.03.28-15.24.47:681][261]LoadingProfiler: Shutdown -[2025.03.28-15.24.47:681][261]TimingProfiler: Shutdown -[2025.03.28-15.24.47:695][261]LogOpenImageDenoise: OIDN shutting down -[2025.03.28-15.24.47:932][261]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module -[2025.03.28-15.24.47:948][261]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests: -[2025.03.28-15.24.47:948][261]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7BE2273C0A-44C9-BD7A-7CC3-40B7A679F20E%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.4.4-35576357%2B%2B%2BUE5%2BRelease-5.4&UserID=046a422842307c5389fcfb85fdde73f2%7Cd8a41001870d437292af770c7edf75b9%7Cfb76c1c7-d567-45aa-9d4b-8a81fa7e1fef&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing -[2025.03.28-15.24.47:969][261]RenderDocPlugin: plugin has been unloaded. -[2025.03.28-15.24.47:970][261]LogXGEController: Cleaning working directory: C:/Users/Lore Natusol/AppData/Local/Temp/UnrealXGEWorkingDir/ -[2025.03.28-15.24.47:971][261]LogPakFile: Destroying PakPlatformFile -[2025.03.28-15.24.48:097][261]LogD3D12RHI: ~FD3D12DynamicRHI -[2025.03.28-15.24.48:127][261]LogExit: Exiting. -[2025.03.28-15.24.48:148][261]Log file closed, 03/28/25 09:24:48 diff --git a/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.04.02-09.02.14.log b/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.04.02-09.02.14.log new file mode 100644 index 0000000..e17ca2c --- /dev/null +++ b/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.04.02-09.02.14.log @@ -0,0 +1,1573 @@ +Log file open, 04/02/25 02:47:59 +LogWindows: Failed to load 'aqProf.dll' (GetLastError=126) +LogWindows: File 'aqProf.dll' does not exist +LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126) +LogWindows: File 'VtuneApi.dll' does not exist +LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126) +LogWindows: File 'VtuneApi32e.dll' does not exist +LogWindows: Started CrashReportClient (pid=30144) +LogWindows: Custom abort handler registered for crash reporting. +LogInit: Display: Running engine for game: Elistria_Calling +LogCore: UTS: Unreal Trace Server launched successfully +LogTrace: Initializing trace... +LogCore: Display: Requested channels: 'cpu,gpu,frame,log,bookmark,screenshot,region' +LogTrace: Finished trace initialization. +LogCsvProfiler: Display: Metadata set : platform="Windows" +LogCsvProfiler: Display: Metadata set : config="Development" +LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.4-CL-35576357" +LogCsvProfiler: Display: Metadata set : engineversion="5.4.4-35576357+++UE5+Release-5.4" +LogCsvProfiler: Display: Metadata set : os="Windows 10 (22H2) [10.0.19045.5608] " +LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 9 5900X 12-Core Processor" +LogCsvProfiler: Display: Metadata set : pgoenabled="0" +LogCsvProfiler: Display: Metadata set : pgoprofilingenabled="0" +LogCsvProfiler: Display: Metadata set : ltoenabled="0" +LogCsvProfiler: Display: Metadata set : asan="0" +LogCsvProfiler: Display: Metadata set : commandline="" "F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Elistria_Calling.uproject""" +LogCsvProfiler: Display: Metadata set : loginid="046a422842307c5389fcfb85fdde73f2" +LogCsvProfiler: Display: Metadata set : llm="0" +LogStats: Stats thread started at 0.260865 +LogICUInternationalization: ICU TimeZone Detection - Raw Offset: -7:00, Platform Override: '' +LogInit: Session CrashGUID >==================================================== + Session CrashGUID > UECC-Windows-E94207384C351A17DE8685A48E2710C4 + Session CrashGUID >==================================================== +LogConfig: No local boot hotfix file found at: [../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/PersistentDownloadDir/HotfixForNextBoot.txt] +LogConfig: Display: Loading IOS ini files took 0.02 seconds +LogConfig: Display: Loading VulkanPC ini files took 0.03 seconds +LogConfig: Display: Loading Mac ini files took 0.03 seconds +LogConfig: Display: Loading Android ini files took 0.03 seconds +LogConfig: Display: Loading Unix ini files took 0.03 seconds +LogConfig: Display: Loading Windows ini files took 0.03 seconds +LogConfig: Display: Loading TVOS ini files took 0.03 seconds +LogConfig: Display: Loading VisionOS ini files took 0.03 seconds +LogAssetRegistry: Display: Asset registry cache read as 27.3 MiB from ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_0.bin +LogConfig: Display: Loading LinuxArm64 ini files took 0.04 seconds +LogConfig: Display: Loading Linux ini files took 0.04 seconds +LogPluginManager: Mounting Engine plugin Bridge +LogPluginManager: Mounting Engine plugin CmdLinkServer +LogPluginManager: Mounting Engine plugin ChaosCloth +LogPluginManager: Mounting Engine plugin ChaosVD +LogPluginManager: Found config from plugin[ChaosVD] Engine +LogPluginManager: Mounting Engine plugin EnhancedInput +LogPluginManager: Found config from plugin[EnhancedInput] Input +LogPluginManager: Mounting Engine plugin FastBuildController +LogPluginManager: Mounting Engine plugin MeshPainting +LogPluginManager: Mounting Engine plugin RenderGraphInsights +LogPluginManager: Mounting Engine plugin TraceUtilities +LogPluginManager: Mounting Engine plugin WorldMetrics +LogPluginManager: Mounting Engine plugin XGEController +LogPluginManager: Mounting Engine plugin AISupport +LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor +LogPluginManager: Mounting Engine plugin ACLPlugin +LogPluginManager: Mounting Engine plugin AnimationData +LogPluginManager: Mounting Engine plugin AnimationModifierLibrary +LogPluginManager: Mounting Engine plugin ControlRig +LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis +LogPluginManager: Mounting Engine plugin ControlRigSpline +LogPluginManager: Mounting Engine plugin IKRig +LogPluginManager: Mounting Engine plugin ControlRigModules +LogPluginManager: Mounting Engine plugin MotionWarping +LogPluginManager: Mounting Engine plugin AssetManagerEditor +LogPluginManager: Mounting Engine plugin OodleNetwork +LogPluginManager: Mounting Engine plugin BlueprintHeaderView +LogPluginManager: Mounting Engine plugin ChangelistReview +LogPluginManager: Mounting Engine plugin CryptoKeys +LogPluginManager: Mounting Engine plugin CurveEditorTools +LogPluginManager: Mounting Engine plugin DataValidation +LogPluginManager: Mounting Engine plugin EditorDebugTools +LogPluginManager: Mounting Engine plugin EditorScriptingUtilities +LogPluginManager: Mounting Engine plugin GameplayTagsEditor +LogPluginManager: Mounting Engine plugin EngineAssetDefinitions +LogPluginManager: Mounting Engine plugin FacialAnimation +LogPluginManager: Mounting Engine plugin GeometryMode +LogPluginManager: Mounting Engine plugin MacGraphicsSwitching +LogPluginManager: Mounting Engine plugin MaterialAnalyzer +LogPluginManager: Mounting Engine plugin MeshLODToolset +LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard +LogPluginManager: Mounting Engine plugin PluginBrowser +LogPluginManager: Mounting Engine plugin SequencerAnimTools +LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode +LogPluginManager: Mounting Engine plugin ProxyLODPlugin +LogPluginManager: Mounting Engine plugin SpeedTreeImporter +LogPluginManager: Mounting Engine plugin UVEditor +LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities +LogPluginManager: Mounting Engine plugin AndroidMedia +LogPluginManager: Mounting Engine plugin AvfMedia +LogPluginManager: Mounting Engine plugin ImgMedia +LogPluginManager: Mounting Engine plugin MediaCompositing +LogPluginManager: Mounting Engine plugin MediaPlate +LogPluginManager: Mounting Engine plugin MediaPlayerEditor +LogPluginManager: Mounting Engine plugin WebMMedia +LogPluginManager: Mounting Engine plugin WmfMedia +LogPluginManager: Mounting Engine plugin OnlineBase +LogPluginManager: Mounting Engine plugin OnlineServices +LogPluginManager: Mounting Engine plugin OnlineSubsystem +LogPluginManager: Mounting Engine plugin OnlineSubsystemNull +LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils +LogPluginManager: Mounting Engine plugin GameplayCameras +LogPluginManager: Mounting Engine plugin ActorSequence +LogPluginManager: Mounting Engine plugin LevelSequenceEditor +LogPluginManager: Mounting Engine plugin TcpMessaging +LogPluginManager: Mounting Engine plugin SequencerScripting +LogPluginManager: Mounting Engine plugin CameraShakePreviewer +LogPluginManager: Mounting Engine plugin TemplateSequence +LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess +LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess +LogPluginManager: Mounting Engine plugin AnimationSharing +LogPluginManager: Mounting Engine plugin DumpGPUServices +LogPluginManager: Mounting Engine plugin UdpMessaging +LogPluginManager: Mounting Engine plugin GitSourceControl +LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess +LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess +LogPluginManager: Mounting Engine plugin NullSourceCodeAccess +LogPluginManager: Mounting Engine plugin PerforceSourceControl +LogPluginManager: Mounting Engine plugin PixWinPlugin +LogPluginManager: Mounting Engine plugin PropertyAccessNode +LogPluginManager: Mounting Engine plugin PlasticSourceControl +LogPluginManager: Mounting Engine plugin PluginUtils +LogPluginManager: Mounting Engine plugin SubversionSourceControl +LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess +LogPluginManager: Mounting Engine plugin RenderDocPlugin +LogPluginManager: Mounting Engine plugin TextureFormatOodle +LogPluginManager: Mounting Engine plugin UObjectPlugin +LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin ActorLayerUtilities +LogPluginManager: Mounting Engine plugin TraceDataFilters +LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess +LogPluginManager: Mounting Engine plugin AndroidFileServer +LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector +LogPluginManager: Mounting Engine plugin AndroidMoviePlayer +LogPluginManager: Mounting Engine plugin AndroidPermission +LogPluginManager: Mounting Engine plugin AppleImageUtils +LogPluginManager: Mounting Engine plugin ArchVisCharacter +LogPluginManager: Mounting Engine plugin AudioCapture +LogPluginManager: Mounting Engine plugin AssetTags +LogPluginManager: Mounting Engine plugin AudioWidgets +LogPluginManager: Mounting Engine plugin AudioSynesthesia +LogPluginManager: Mounting Engine plugin AppleMoviePlayer +LogPluginManager: Mounting Engine plugin CableComponent +LogPluginManager: Mounting Engine plugin CustomMeshComponent +LogPluginManager: Mounting Engine plugin ChunkDownloader +LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector +LogPluginManager: Mounting Engine plugin GeometryCache +LogPluginManager: Mounting Engine plugin GeometryProcessing +LogPluginManager: Mounting Engine plugin GoogleCloudMessaging +LogPluginManager: Mounting Engine plugin GooglePAD +LogPluginManager: Mounting Engine plugin InputDebugging +LogPluginManager: Found config from plugin[InputDebugging] Input +LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector +LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector +LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary +LogPluginManager: Mounting Engine plugin MeshModelingToolset +LogPluginManager: Mounting Engine plugin Metasound +LogPluginManager: Mounting Engine plugin MsQuic +LogPluginManager: Mounting Engine plugin MobilePatchingUtils +LogPluginManager: Mounting Engine plugin ProceduralMeshComponent +LogPluginManager: Mounting Engine plugin PropertyAccessEditor +LogPluginManager: Mounting Engine plugin ResonanceAudio +LogPluginManager: Mounting Engine plugin RigVM +LogPluginManager: Mounting Engine plugin SignificanceManager +LogPluginManager: Mounting Engine plugin SoundFields +LogPluginManager: Mounting Engine plugin Synthesis +LogPluginManager: Mounting Engine plugin WaveTable +LogPluginManager: Mounting Engine plugin WebMMoviePlayer +LogPluginManager: Mounting Engine plugin WindowsMoviePlayer +LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector +LogPluginManager: Mounting Engine plugin Takes +LogPluginManager: Mounting Engine plugin DatasmithContent +LogPluginManager: Mounting Engine plugin VariantManager +LogPluginManager: Mounting Engine plugin GLTFExporter +LogPluginManager: Mounting Engine plugin VariantManagerContent +LogPluginManager: Mounting Engine plugin AutomationUtils +LogPluginManager: Mounting Engine plugin BackChannel +LogPluginManager: Mounting Engine plugin ChaosCaching +LogPluginManager: Mounting Engine plugin ChaosEditor +LogPluginManager: Mounting Engine plugin ChaosNiagara +LogPluginManager: Mounting Engine plugin ChaosSolverPlugin +LogPluginManager: Mounting Engine plugin ChaosUserDataPT +LogPluginManager: Mounting Engine plugin CharacterAI +LogPluginManager: Mounting Engine plugin Dataflow +LogPluginManager: Mounting Engine plugin Fracture +LogPluginManager: Mounting Engine plugin FullBodyIK +LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin +LogPluginManager: Mounting Engine plugin GeometryFlow +LogPluginManager: Mounting Engine plugin LocalizableMessage +LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp +LogPluginManager: Mounting Engine plugin OpenImageDenoise +LogPluginManager: Mounting Engine plugin PlanarCut +LogPluginManager: Mounting Engine plugin PlatformCrypto +LogPluginManager: Mounting Engine plugin PythonScriptPlugin +LogPluginManager: Mounting Engine plugin SkeletalReduction +LogPluginManager: Mounting Engine plugin StudioTelemetry +LogPluginManager: Mounting Engine plugin StructUtils +LogPluginManager: Mounting Engine plugin ToolPresets +LogPluginManager: Mounting Engine plugin InterchangeEditor +LogPluginManager: Mounting Engine plugin AlembicImporter +LogPluginManager: Mounting Engine plugin InterchangeTests +LogPluginManager: Mounting Engine plugin Interchange +LogPluginManager: Mounting Engine plugin Paper2D +LogPluginManager: Mounting Engine plugin LauncherChunkInstaller +LogPluginManager: Mounting Engine plugin Niagara +LogPluginManager: Mounting Engine plugin NiagaraSimCaching +LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay +LogPluginManager: Mounting Engine plugin MetaHumanProjectUtilities +LogPluginManager: Mounting Engine plugin ObjectMixer +LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor +LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource +LogPluginManager: Mounting Engine plugin LightMixer +LogPluginManager: Mounting Engine plugin XInputDevice +LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS +LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource +SourceControl: Revision control is disabled +SourceControl: Revision control is disabled +SourceControl: Revision control is disabled +LogInit: Using libcurl 8.4.0 +LogInit: - built for Windows +LogInit: - supports SSL with OpenSSL/1.1.1t +LogInit: - supports HTTP deflate (compression) using libz 1.3 +LogInit: - other features: +LogInit: CURL_VERSION_SSL +LogInit: CURL_VERSION_LIBZ +LogInit: CURL_VERSION_IPV6 +LogInit: CURL_VERSION_ASYNCHDNS +LogInit: CURL_VERSION_LARGEFILE +LogInit: CurlRequestOptions (configurable via config and command line): +LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate +LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy +LogInit: - bDontReuseConnections = false - Libcurl will reuse connections +LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host +LogInit: - LocalHostAddr = Default +LogInit: - BufferSize = 65536 +LogInit: CreateHttpThread using FCurlHttpThread +LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467 +LogOnline: OSS: Created online subsystem instance for: NULL +LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +LogWindows: Failed to load 'WinPixGpuCapturer.dll' (GetLastError=126) +LogWindows: File 'WinPixGpuCapturer.dll' does not exist +PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. +LogConfig: Applying CVar settings from Section [/Script/RenderDocPlugin.RenderDocPluginSettings] File [Engine] +RenderDocPlugin: Display: RenderDoc plugin will not be loaded. Use '-AttachRenderDoc' on the cmd line or enable 'renderdoc.AutoAttach' in the plugin settings. +LogStudioTelemetry: Display: Starting StudioTelemetry Module +LogStudioTelemetry: Display: Created an analytics provider LogAnalytics from module AnalyticsLog configuration Engine [StudioTelemetry.Log] +LogStudioTelemetry: Started StudioTelemetry Session +LogInit: ExecutableName: UnrealEditor.exe +LogInit: Build: ++UE5+Release-5.4-CL-35576357 +LogInit: Platform=WindowsEditor +LogInit: MachineId=046a422842307c5389fcfb85fdde73f2 +LogInit: DeviceId= +LogInit: Engine Version: 5.4.4-35576357+++UE5+Release-5.4 +LogInit: Compatible Engine Version: 5.4.0-33043543+++UE5+Release-5.4 +LogInit: Net CL: 33043543 +LogInit: OS: Windows 10 (22H2) [10.0.19045.5608] (), CPU: AMD Ryzen 9 5900X 12-Core Processor , GPU: NVIDIA GeForce RTX 4070 Ti SUPER +LogInit: Compiled (64-bit): Aug 16 2024 04:10:34 +LogInit: Architecture: x64 +LogInit: Compiled with Visual C++: 19.38.33130.00 +LogInit: Build Configuration: Development +LogInit: Branch Name: ++UE5+Release-5.4 +LogInit: Command Line: +LogInit: Base Directory: F:/UE_5.4/Engine/Binaries/Win64/ +LogInit: Allocator: Mimalloc +LogInit: Installed Engine Build: 1 +LogInit: This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no +LogDevObjectVersion: Number of dev versions registered: 36 +LogDevObjectVersion: Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 10 +LogDevObjectVersion: Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0 +LogDevObjectVersion: Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 4 +LogDevObjectVersion: Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 40 +LogDevObjectVersion: Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 37 +LogDevObjectVersion: Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 3 +LogDevObjectVersion: Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0 +LogDevObjectVersion: Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0 +LogDevObjectVersion: Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 20 +LogDevObjectVersion: Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0 +LogDevObjectVersion: Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 48 +LogDevObjectVersion: Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 13 +LogDevObjectVersion: Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 3 +LogDevObjectVersion: Dev-LoadTimes (C2A15278-BFE7-4AFE-6C17-90FF531DF755): 1 +LogDevObjectVersion: Private-Geometry (6EACA3D4-40EC-4CC1-B786-8BED09428FC5): 3 +LogDevObjectVersion: Dev-AnimPhys (29E575DD-E0A3-4627-9D10-D276232CDCEA): 17 +LogDevObjectVersion: Dev-Anim (AF43A65D-7FD3-4947-9873-3E8ED9C1BB05): 15 +LogDevObjectVersion: Dev-ReflectionCapture (6B266CEC-1EC7-4B8F-A30B-E4D90942FC07): 1 +LogDevObjectVersion: Dev-Automation (0DF73D61-A23F-47EA-B727-89E90C41499A): 1 +LogDevObjectVersion: FortniteMain (601D1886-AC64-4F84-AA16-D3DE0DEAC7D6): 134 +LogDevObjectVersion: FortniteValkyrie (8DBC2C5B-54A7-43E0-A768-FCBB7DA29060): 8 +LogDevObjectVersion: FortniteSeason (5B4C06B7-2463-4AF8-805B-BF70CDF5D0DD): 12 +LogDevObjectVersion: FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 13 +LogDevObjectVersion: Dev-Enterprise (9DFFBCD6-494F-0158-E221-12823C92A888): 10 +LogDevObjectVersion: Dev-Niagara (F2AED0AC-9AFE-416F-8664-AA7FFA26D6FC): 1 +LogDevObjectVersion: Dev-Destruction (174F1F0B-B4C6-45A5-B13F-2EE8D0FB917D): 10 +LogDevObjectVersion: Dev-Physics-Ext (35F94A83-E258-406C-A318-09F59610247C): 41 +LogDevObjectVersion: Dev-PhysicsMaterial-Chaos (B68FC16E-8B1B-42E2-B453-215C058844FE): 1 +LogDevObjectVersion: Dev-CineCamera (B2E18506-4273-CFC2-A54E-F4BB758BBA07): 1 +LogDevObjectVersion: Dev-VirtualProduction (64F58936-FD1B-42BA-BA96-7289D5D0FA4E): 1 +LogDevObjectVersion: UE5-Main (697DD581-E64F-41AB-AA4A-51ECBEB7B628): 119 +LogDevObjectVersion: UE5-Release (D89B5E42-24BD-4D46-8412-ACA8DF641779): 51 +LogDevObjectVersion: UE5-PrivateFrosty (59DA5D52-1232-4948-B878-597870B8E98B): 8 +LogDevObjectVersion: UE5-Dev-Cooker (26075A32-730F-4708-88E9-8C32F1599D05): 0 +LogDevObjectVersion: Dev-MediaFramework (6F0ED827-A609-4895-9C91-998D90180EA4): 2 +LogDevObjectVersion: UE5-Dev-LWCRendering (30D58BE3-95EA-4282-A6E3-B159D8EBB06A): 1 +LogInit: Presizing for max 25165824 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool. +LogInit: Object subsystem initialized +LogConfig: Set CVar [[con.DebugEarlyDefault:1]] +LogConfig: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created +LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created +LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created +LogConfig: Set CVar [[r.setres:1280x720]] +LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created +LogConfig: CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] deferred - dummy variable created +LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created +LogConfig: CVar [[r.Occlusion.SingleRHIThreadStall:1]] deferred - dummy variable created +LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]] +LogConfig: CVar [[D3D12.Bindless.ResourceDescriptorHeapSize:100000]] deferred - dummy variable created +LogConfig: CVar [[D3D12.Bindless.SamplerDescriptorHeapSize:2048]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.VSync:0]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs:0]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.Mobile.EnableNoPrecomputedLightingCSMShader:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] +[2025.04.02-08.48.00:181][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] +[2025.04.02-08.48.00:181][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created +[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created +[2025.04.02-08.48.00:189][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.AOQuality:2]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DetailMode:3]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] +[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] +[2025.04.02-08.48.00:190][ 0]LogConfig: CVar [[fx.Niagara.QualityLevel:3]] deferred - dummy variable created +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] +[2025.04.02-08.48.00:190][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] +[2025.04.02-08.48.00:192][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.02-08.48.00:192][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.02-08.48.00:192][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.02-08.48.00:198][ 0]LogD3D12RHI: Aftermath initialized +[2025.04.02-08.48.00:198][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +[2025.04.02-08.48.00:198][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.02-08.48.00:373][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 4070 Ti SUPER (VendorId: 10de, DeviceId: 2689, SubSysId: 89b91043, Revision: 00a1 +[2025.04.02-08.48.00:373][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported +[2025.04.02-08.48.00:373][ 0]LogD3D12RHI: Adapter has 16063MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 3 output[s] +[2025.04.02-08.48.00:373][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.02-08.48.00:373][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.04.02-08.48.00:383][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 +[2025.04.02-08.48.00:383][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported +[2025.04.02-08.48.00:383][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 0 output[s] +[2025.04.02-08.48.00:383][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. +[2025.04.02-08.48.00:383][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 +[2025.04.02-08.48.00:383][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.02-08.48.00:383][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.04.02-08.48.00:383][ 0]LogHAL: Display: Platform has ~ 64 GB [68641247232 / 68719476736 / 64], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) +[2025.04.02-08.48.00:383][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] +[2025.04.02-08.48.00:383][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-08.48.00:383][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.02-08.48.00:383][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] +[2025.04.02-08.48.00:383][ 0]LogConfig: Set CVar [[r.Shaders.WarningsAsErrors:0 ;; 0: off, 1: global shaders, 2: all]] +[2025.04.02-08.48.00:383][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] +[2025.04.02-08.48.00:383][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] +[2025.04.02-08.48.00:383][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.02-08.48.00:383][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] +[2025.04.02-08.48.00:383][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] +[2025.04.02-08.48.00:383][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Config/WindowsEditor/Editor.ini] +[2025.04.02-08.48.00:383][ 0]LogInit: Computer: DESKTOP-KTQTHKD +[2025.04.02-08.48.00:383][ 0]LogInit: User: LoreNatusol +[2025.04.02-08.48.00:383][ 0]LogInit: CPU Page size=4096, Cores=12 +[2025.04.02-08.48.00:383][ 0]LogInit: High frequency timer resolution =10.000000 MHz +[2025.04.02-08.48.00:890][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits +[2025.04.02-08.48.00:890][ 0]LogMemory: Memory total: Physical=63.9GB (64GB approx) Virtual=73.4GB +[2025.04.02-08.48.00:890][ 0]LogMemory: Platform Memory Stats for WindowsEditor +[2025.04.02-08.48.00:890][ 0]LogMemory: Process Physical Memory: 536.56 MB used, 549.64 MB peak +[2025.04.02-08.48.00:890][ 0]LogMemory: Process Virtual Memory: 556.37 MB used, 556.37 MB peak +[2025.04.02-08.48.00:890][ 0]LogMemory: Physical Memory: 19041.14 MB used, 46420.25 MB free, 65461.39 MB total +[2025.04.02-08.48.00:890][ 0]LogMemory: Virtual Memory: 26624.89 MB used, 48564.51 MB free, 75189.39 MB total +[2025.04.02-08.48.00:890][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" +[2025.04.02-08.48.00:893][ 0]LogWindows: WindowsPlatformFeatures enabled +[2025.04.02-08.48.00:899][ 0]LogInit: Physics initialised using underlying interface: Chaos +[2025.04.02-08.48.00:902][ 0]LogInit: Using OS detected language (en-US). +[2025.04.02-08.48.00:902][ 0]LogInit: Using OS detected locale (en-US). +[2025.04.02-08.48.00:904][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. +[2025.04.02-08.48.00:905][ 0]LogInit: Setting process to per monitor DPI aware +[2025.04.02-08.48.01:098][ 0]LogWindowsTextInputMethodSystem: Available input methods: +[2025.04.02-08.48.01:098][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). +[2025.04.02-08.48.01:098][ 0]LogWindowsTextInputMethodSystem: - English (United States) - Touch Input Correction (TSF IME). +[2025.04.02-08.48.01:098][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.02-08.48.01:117][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 +[2025.04.02-08.48.01:117][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 +[2025.04.02-08.48.01:250][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.02-08.48.01:250][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.02-08.48.01:250][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.02-08.48.01:250][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.02-08.48.01:250][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.02-08.48.01:250][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 +[2025.04.02-08.48.01:251][ 0]LogWindows: Attached monitors: +[2025.04.02-08.48.01:251][ 0]LogWindows: resolution: 1920x1080, work area: (2560, 457) -> (4480, 1497), device: '\\.\DISPLAY1' +[2025.04.02-08.48.01:251][ 0]LogWindows: resolution: 2560x1440, work area: (-2560, 629) -> (0, 2019), device: '\\.\DISPLAY2' +[2025.04.02-08.48.01:251][ 0]LogWindows: resolution: 2560x1440, work area: (0, 0) -> (2560, 1400), device: '\\.\DISPLAY3' [PRIMARY] +[2025.04.02-08.48.01:251][ 0]LogWindows: Found 3 attached monitors. +[2025.04.02-08.48.01:251][ 0]LogWindows: Gathering driver information using Windows Setup API +[2025.04.02-08.48.01:251][ 0]LogRHI: RHI Adapter Info: +[2025.04.02-08.48.01:251][ 0]LogRHI: Name: NVIDIA GeForce RTX 4070 Ti SUPER +[2025.04.02-08.48.01:251][ 0]LogRHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.02-08.48.01:251][ 0]LogRHI: Driver Date: 12-3-2024 +[2025.04.02-08.48.01:251][ 0]LogD3D12RHI: GPU DeviceId: 0x2689 (for the marketing name, search the web for "GPU Device Id") +[2025.04.02-08.48.01:251][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off +[2025.04.02-08.48.01:257][ 0]LogD3D12RHI: [Aftermath] Aftermath crash dumping enabled +[2025.04.02-08.48.01:257][ 0]LogD3D12RHI: [DRED] Dred breadcrumb context enabled +[2025.04.02-08.48.01:257][ 0]LogD3D12RHI: [DRED] Using lightweight DRED. +[2025.04.02-08.48.01:257][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: [Aftermath] Aftermath enabled and primed +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: [Aftermath] Aftermath resource tracking enabled +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device1 is supported. +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device2 is supported. +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device3 is supported. +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device4 is supported. +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device5 is supported. +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device6 is supported. +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device7 is supported. +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device8 is supported. +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device9 is supported. +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device10 is supported. +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device11 is supported. +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device12 is supported. +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: Bindless resources are supported +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: Raster order views are supported +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported +[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported +[2025.04.02-08.48.01:399][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (3D) +[2025.04.02-08.48.01:399][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Copy) +[2025.04.02-08.48.01:400][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Compute) +[2025.04.02-08.48.01:413][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 +[2025.04.02-08.48.01:413][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 +[2025.04.02-08.48.01:413][ 0]LogRHI: Texture pool is 9635 MB (70% of 13765 MB) +[2025.04.02-08.48.01:413][ 0]LogD3D12RHI: Async texture creation enabled +[2025.04.02-08.48.01:413][ 0]LogD3D12RHI: RHI has support for 64 bit atomics +[2025.04.02-08.48.01:420][ 0]LogVRS: Current RHI supports Variable Rate Shading +[2025.04.02-08.48.01:422][ 0]LogInit: Initializing FReadOnlyCVARCache +[2025.04.02-08.48.01:428][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all' +[2025.04.02-08.48.01:428][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all" ] +[2025.04.02-08.48.01:449][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC +[2025.04.02-08.48.01:449][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT +[2025.04.02-08.48.01:449][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 +[2025.04.02-08.48.01:449][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp +[2025.04.02-08.48.01:449][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed +[2025.04.02-08.48.01:449][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 +[2025.04.02-08.48.01:449][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll +[2025.04.02-08.48.01:450][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll +[2025.04.02-08.48.01:450][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle +[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' +[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' +[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' +[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' +[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' +[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' +[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' +[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' +[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' +[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' +[2025.04.02-08.48.01:469][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' +[2025.04.02-08.48.01:469][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' +[2025.04.02-08.48.01:471][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' +[2025.04.02-08.48.01:471][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' +[2025.04.02-08.48.01:471][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' +[2025.04.02-08.48.01:471][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' +[2025.04.02-08.48.01:473][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' +[2025.04.02-08.48.01:473][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' +[2025.04.02-08.48.01:473][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' +[2025.04.02-08.48.01:475][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' +[2025.04.02-08.48.01:475][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' +[2025.04.02-08.48.01:475][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' +[2025.04.02-08.48.01:475][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' +[2025.04.02-08.48.01:477][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' +[2025.04.02-08.48.01:477][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' +[2025.04.02-08.48.01:481][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' +[2025.04.02-08.48.01:481][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' +[2025.04.02-08.48.01:481][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' +[2025.04.02-08.48.01:481][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' +[2025.04.02-08.48.01:481][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor +[2025.04.02-08.48.01:489][ 0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. +[2025.04.02-08.48.01:527][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL_MRT +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL_TVOS +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL_SM5 +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL_SM6 +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL_SIM +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: PCD3D_SM6 +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: PCD3D_SM5 +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: PCD3D_ES31 +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: GLSL_150_ES31 +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: VVM_1_0 +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID +[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 +[2025.04.02-08.48.01:529][ 0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0). +[2025.04.02-08.48.01:532][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB +[2025.04.02-08.48.01:532][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/DDC.ddp not found, will not use a pak cache. +[2025.04.02-08.48.01:532][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. +[2025.04.02-08.48.01:532][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.02-08.48.01:532][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. +[2025.04.02-08.48.01:560][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2464 MiB) +[2025.04.02-08.48.01:560][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.02-08.48.01:560][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. +[2025.04.02-08.48.01:561][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data +[2025.04.02-08.48.01:561][ 0]LogZenServiceInstance: InTree version at 'F:/UE_5.4/Engine/Binaries/Win64/zenserver.exe' is '5.4.5-202405102234-windows-x64-release-373e58b' +[2025.04.02-08.48.01:561][ 0]LogZenServiceInstance: Installed version at 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' +[2025.04.02-08.48.01:561][ 0]LogZenServiceInstance: No current process using the data dir found, launching a new instance +[2025.04.02-08.48.01:561][ 0]LogZenServiceInstance: Display: Launching executable 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe', working dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install', data dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data', args '--port 8558 --data-dir "C:\Users\Lore Natusol\AppData\Local\UnrealEngine\Common\Zen\Data" --http asio --gc-cache-duration-seconds 1209600 --gc-interval-seconds 21600 --gc-low-diskspace-threshold 2147483648 --http-forceloopback --quiet --owner-pid 15440' +[2025.04.02-08.48.01:658][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. +[2025.04.02-08.48.01:659][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. +[2025.04.02-08.48.01:666][ 0]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds. +[2025.04.02-08.48.01:666][ 0]LogDerivedDataCache: Display: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.04ms. RandomReadSpeed=912.62MBs, RandomWriteSpeed=181.13MBs. Assigned SpeedClass 'Local' +[2025.04.02-08.48.01:667][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly +[2025.04.02-08.48.01:667][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' +[2025.04.02-08.48.01:667][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. +[2025.04.02-08.48.01:667][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. +[2025.04.02-08.48.01:667][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. +[2025.04.02-08.48.01:667][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' +[2025.04.02-08.48.01:667][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. +[2025.04.02-08.48.01:668][ 0]LogShaderCompilers: Guid format shader working directory is -11 characters bigger than the processId version (../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/Shaders/WorkingDirectory/15440/). +[2025.04.02-08.48.01:668][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Lore Natusol/AppData/Local/Temp/UnrealShaderWorkingDir/B65BD8AC4EBD3F01670D97A2D5B7A205/'. +[2025.04.02-08.48.01:668][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. +[2025.04.02-08.48.01:668][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers. +[2025.04.02-08.48.01:669][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush +[2025.04.02-08.48.01:670][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.02-08.48.02:312][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 +[2025.04.02-08.48.03:196][ 0]LogSlate: Using FreeType 2.10.0 +[2025.04.02-08.48.03:197][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 +[2025.04.02-08.48.03:197][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.02-08.48.03:197][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.02-08.48.03:198][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.02-08.48.03:198][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.02-08.48.03:198][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.02-08.48.03:198][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.02-08.48.03:213][ 0]LogAssetRegistry: FAssetRegistry took 0.0016 seconds to start up +[2025.04.02-08.48.03:218][ 0]LogEditorDomain: Display: EditorDomain is Disabled +[2025.04.02-08.48.03:218][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.001s loading caches ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin. +[2025.04.02-08.48.03:366][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). +[2025.04.02-08.48.03:366][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal +[2025.04.02-08.48.03:366][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled +[2025.04.02-08.48.03:367][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. +[2025.04.02-08.48.03:367][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. +[2025.04.02-08.48.03:387][ 0]LogDeviceProfileManager: Active device profile: [00000A2EEFE2A000][00000A2ED5B00000 66] WindowsEditor +[2025.04.02-08.48.03:387][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" +[2025.04.02-08.48.03:387][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush +[2025.04.02-08.48.03:387][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.02-08.48.03:388][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.18362.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.22621.0, Allowed_AutoSdk=10.0.19041.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists") +[2025.04.02-08.48.03:390][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD' +[2025.04.02-08.48.03:390][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD" -nocompile -nocompileuat ] +[2025.04.02-08.48.03:484][ 0]LogMaterial: Display: WorldGridMaterial-SM6-Default: MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378BB459A7F0DBAC5232AC3C6813D7A1C9C1E037A6F_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_TDepthOnlyVS0_0_03809D327566D79B7D003D609F3FFBC28CB24CA5DBE22A860DB786AA9A7DE7C711953CC3F484404A4_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_FTranslucentLightingInjectPS0_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS1_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS2_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS3_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS4_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS5_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS6_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS7_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS8_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS9_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS10_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS11_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS12_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS13_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS14_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS15_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS16_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS17_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS18_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS19_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS20_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS21_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS22_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS23_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS24_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS25_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS26_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS27_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS28_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS29_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS30_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS31_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TShadowDepthVSVertexShadowDepth_PerspectiveCorrectPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3786F63A2867FA005A1D9974353C1F05C64FB02CAA1_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_TShadowDepthVSVertexShadowDepth_VirtualShadowMapPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37854CCF0F0329BEB98E3834B9B0E1CAAB6B4587848_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TShadowDepthVSVertexShadowDepth_OnePassPointLightPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3784449D1779A17BA029521B676974C013CAD4F1D63_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_DepthPosOnlyNoPixelPipeline3809D327566D79B7D003D609F3FFBC28CB24CA5D_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FGPUSpriteVertexFactory245FB466A2A94E1A1436B691BFD0A7AD3AAB15226F4AA5ED14228FB7E8DA60EA4B587BD3239FAD94B9CA513CCBA4F1E3AF7D9556DD0F2FF45E951E1A_FNiagaraRibbonVertexFactoryD19292AE439B9BA2AF405539D8C979D72ADDB9DAA5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966DE03DD13CEAD2D60503F2AAC85D4762994EF4025A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966_TGPUSkinAPEXClothVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FParticleSpriteVertexFactory50F1F3C21861C59B390701CCEFB63753852D229FF99E1B0FB635933CEEAC41CF9441DF5EA4A994CA9DAE5A7C55936FD50BC3B20BD063C1832A4D4247_TGPUSkinVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_FVectorFieldVisualizationVertexFactory36404C380DD96CD0872E9BBEDDFAD1A6E72AA01DCC854D8E74FEAEF90804D69AF6B78BD07A141ACC_FNiagaraMeshVertexFactoryF3FBD77A8F4B4A38338B697D58BDAC7AB8D5B27C4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9571BD81B2CBA1F364F28A837532353718EB814537B4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9574B3A20E0CA93D5CA5A60C16EF2EB14EA073FC957_FParticleBeamTrailVertexFactory9B4864381849C227417F59C2CD595ADF65DE8972378BBDDEC2CEAC35A309C357B38D702E7981D5D3_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_TGPUSkinVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_TGPUSkinAPEXClothVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FGeometryCollectionVertexFactory74DF12C20858E13A6E65317951D0E79E184025DB49D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC41_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FMeshParticleVertexFactory8E5462CD108F3ACF9C2D93B79DB64B3906833D1AF773920348F231C490A74B1A551F8CE3ABF04791_FInstancedStaticMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869739A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD_FSplineMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B3218697A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965_FLocalVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869781418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FNiagaraSpriteVertexFactoryACB1629DF3CA3124277348B8C5E6DFA8BCE4390C5957CFEE095AEFFBA7F83F09F020F15CF6555718EFF166204144512228FF7A163011544EEF3FD2265957CFEE095AEFFBA7F83F09F020F15CF65557185957CFEE095AEFFBA7F83F09F020F15CF6555718_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FGeometryCacheVertexVertexFactory74ADC0A3F4354AA5B6F6B8CDE88F0843E005C5DD76143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCESPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_2c57d0a836509d36c7c166415bfeb15e0ef573dcd9b4603cf1538f7314f9243dSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_54a1312cf73db2c90c5ed5f36724cf7f386b575e0cdac7da6333551840860f28SPM_b902cb58365a597ab0b6fe8cf87ae04d551e6747d32c37d928b8157fd3eba5c0SPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_36d1d796bf3fb73ccd892afb1b779f503d696f05fd480468b72f5ef66020825cSPM_83dbf399e330e02ba06c94ef9626063f802e7dad4acecf70bd8dc6046d1c22bbSPM_4a9d07239f86cc5310d60e8af0f25edf06a7d9ea4a2cac6d8cec6a1602c017a9SPM_16580fe885dc965c263d5eaad54b525a074fe46b65804a2a9a8eeb6c60d81eccSPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_1abdcf528b27ee15ea112606f7deb0e2bf1615c76e72788521d73027ce1f58d5SPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_44cfd7856989e0d50b86ae467107f8cb1927d4c4ac69e4400cc83861f7c2587fSPM_5ba0c5b7c5677cfc80f9c206abf3f2281b0c59cf7534bc2c0c3040647bc959d3SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_35ddf07c29b7ba174b82f284a0659e75175dffbdb1e5bcfbb8be87ef8e1351f9SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_2379ae40c9a93d1354f571759773506590e9bd6d2be3b959dc2ab0dca7e60fe4SPM_f6481c86c24d5e8e86b711ed96952ba756b1b40357dd9cadb41c22ae0d52834bSPM_a2ca952d5d0c16a12b0eca91df068d9ce926000b17be062f97ba31ac64039a67SPM_e99122b96c86762ba069e73393d36dd9e7886cd1e40a4c23c10949dc4144ff77SPM_c4fd33b245ca554105394a55a3b11ebe5ab14de075817620e79925a15f1d4e79SPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_98e11b36ef3d6e4dc166bfc6020842cb5ad6481ef73003a086fd4cdf34885068SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_db11416980d7f513dc0e1e08a8df85b346a02b99b3dfcc1a6c49176898f046c7SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; +_MatTransl_3B7A55D3409170328211A060FC2E3BB1E263C720_BBD650804D314CE7A44ADF9BB4F3F5F9_ +[2025.04.02-08.48.03:545][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction +[2025.04.02-08.48.03:545][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction +[2025.04.02-08.48.03:545][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging +[2025.04.02-08.48.03:545][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available +[2025.04.02-08.48.03:545][ 0]LogMeshMerging: No distributed automatic mesh merging module available +[2025.04.02-08.48.03:820][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None +[2025.04.02-08.48.03:821][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled +[2025.04.02-08.48.03:829][ 0]LogUObjectArray: 22203 objects as part of root set at end of initial load. +[2025.04.02-08.48.03:829][ 0]LogUObjectAllocator: 6109744 out of 0 bytes used by permanent object pool. +[2025.04.02-08.48.03:829][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool +[2025.04.02-08.48.03:833][ 0]LogLiveCoding: Display: Starting LiveCoding +[2025.04.02-08.48.03:833][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development +[2025.04.02-08.48.03:834][ 0]LogLiveCoding: Display: First instance in process group "UE_Elistria_Calling_0x6dd5b082", spawning console +[2025.04.02-08.48.03:839][ 0]LogLiveCoding: Display: Waiting for server +[2025.04.02-08.48.03:854][ 0]LogSlate: Border +[2025.04.02-08.48.03:854][ 0]LogSlate: BreadcrumbButton +[2025.04.02-08.48.03:854][ 0]LogSlate: Brushes.Title +[2025.04.02-08.48.03:854][ 0]LogSlate: Default +[2025.04.02-08.48.03:854][ 0]LogSlate: Icons.Save +[2025.04.02-08.48.03:854][ 0]LogSlate: Icons.Toolbar.Settings +[2025.04.02-08.48.03:854][ 0]LogSlate: ListView +[2025.04.02-08.48.03:854][ 0]LogSlate: SoftwareCursor_CardinalCross +[2025.04.02-08.48.03:854][ 0]LogSlate: SoftwareCursor_Grab +[2025.04.02-08.48.03:854][ 0]LogSlate: TableView.DarkRow +[2025.04.02-08.48.03:854][ 0]LogSlate: TableView.Row +[2025.04.02-08.48.03:854][ 0]LogSlate: TreeView +[2025.04.02-08.48.03:923][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... +[2025.04.02-08.48.03:924][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 1.366 ms +[2025.04.02-08.48.03:934][ 0]LogInit: XR: Instanced Stereo Rendering is Disabled +[2025.04.02-08.48.03:934][ 0]LogInit: XR: MultiViewport is Disabled +[2025.04.02-08.48.03:934][ 0]LogInit: XR: Mobile Multiview is Disabled +[2025.04.02-08.48.04:099][ 0]LogTurnkeySupport: Completed device detection: Code = 0 +[2025.04.02-08.48.04:331][ 0]LogTcpMessaging: Initializing TcpMessaging bridge +[2025.04.02-08.48.04:342][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. +[2025.04.02-08.48.04:342][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:51416'. +[2025.04.02-08.48.04:344][ 0]LogUdpMessaging: Display: Added local interface '192.168.1.109' to multicast group '230.0.0.1:6666' +[2025.04.02-08.48.04:452][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... +[2025.04.02-08.48.04:465][ 0]LogMetasoundEngine: MetaSound Engine Initialized +[2025.04.02-08.48.04:531][ 0]LogPython: Using Python 3.11.8 +[2025.04.02-08.48.04:921][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread +[2025.04.02-08.48.05:146][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping +[2025.04.02-08.48.05:290][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 5F3FFE07C07247418000000000007700 | Instance: 852E289B442D9004D07CB981F713CEF2 (DESKTOP-KTQTHKD-15440). +[2025.04.02-08.48.05:610][ 0]SourceControl: Revision control is disabled +[2025.04.02-08.48.05:614][ 0]SourceControl: Revision control is disabled +[2025.04.02-08.48.05:634][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance +[2025.04.02-08.48.05:646][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.02-08.48.05:646][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.02-08.48.05:767][ 0]LogOpenImageDenoise: OIDN starting up +[2025.04.02-08.48.05:853][ 0]LogCollectionManager: Loaded 0 collections in 0.000712 seconds +[2025.04.02-08.48.05:854][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Collections/' took 0.00s +[2025.04.02-08.48.05:855][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Developers/LoreNatusol/Collections/' took 0.00s +[2025.04.02-08.48.05:856][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Collections/' took 0.00s +[2025.04.02-08.48.06:000][ 0]LogEngine: Initializing Engine... +[2025.04.02-08.48.06:003][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s +[2025.04.02-08.48.06:069][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll +[2025.04.02-08.48.06:088][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-08.48.06:108][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. +[2025.04.02-08.48.06:108][ 0]LogInit: Texture streaming: Enabled +[2025.04.02-08.48.06:115][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.4.4-35576357+++UE5+Release-5.4 +[2025.04.02-08.48.06:119][ 0]LogAudio: Display: Initializing Audio Device Manager... +[2025.04.02-08.48.06:121][ 0]LogAudio: Display: Loading Default Audio Settings Objects... +[2025.04.02-08.48.06:122][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). +[2025.04.02-08.48.06:122][ 0]LogAudio: Display: AudioInfo: 'OPUS' Registered +[2025.04.02-08.48.06:122][ 0]LogAudio: Display: AudioInfo: 'OGG' Registered +[2025.04.02-08.48.06:124][ 0]LogAudio: Display: AudioInfo: 'ADPCM' Registered +[2025.04.02-08.48.06:124][ 0]LogAudio: Display: AudioInfo: 'PCM' Registered +[2025.04.02-08.48.06:126][ 0]LogAudio: Display: AudioInfo: 'BINKA' Registered +[2025.04.02-08.48.06:128][ 0]LogAudio: Display: AudioInfo: 'RADA' Registered +[2025.04.02-08.48.06:128][ 0]LogAudio: Display: Audio Device Manager Initialized +[2025.04.02-08.48.06:128][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True +[2025.04.02-08.48.06:128][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-08.48.06:128][ 0]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-08.48.06:128][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-08.48.06:128][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-08.48.06:128][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-08.48.06:128][ 0]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-08.48.06:128][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-08.48.06:128][ 0]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-08.48.06:128][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-08.48.06:128][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-08.48.06:128][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-08.48.06:132][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-08.48.06:160][ 0]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) +[2025.04.02-08.48.06:160][ 0]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-08.48.06:162][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-08.48.06:162][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-08.48.06:163][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 +[2025.04.02-08.48.06:163][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 +[2025.04.02-08.48.06:164][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 +[2025.04.02-08.48.06:164][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 +[2025.04.02-08.48.06:164][ 0]LogInit: FAudioDevice initialized with ID 1. +[2025.04.02-08.48.06:164][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. +[2025.04.02-08.48.06:164][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 +[2025.04.02-08.48.06:168][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" +[2025.04.02-08.48.06:179][ 0]LogInit: Undo buffer set to 32 MB +[2025.04.02-08.48.06:179][ 0]LogInit: Transaction tracking system initialized +[2025.04.02-08.48.06:191][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SourceControl/UncontrolledChangelists.json +[2025.04.02-08.48.06:235][ 0]LocalizationService: Localization service is disabled +[2025.04.02-08.48.06:246][ 0]TimingProfiler: Initialize +[2025.04.02-08.48.06:246][ 0]TimingProfiler: OnSessionChanged +[2025.04.02-08.48.06:246][ 0]LoadingProfiler: Initialize +[2025.04.02-08.48.06:246][ 0]LoadingProfiler: OnSessionChanged +[2025.04.02-08.48.06:246][ 0]NetworkingProfiler: Initialize +[2025.04.02-08.48.06:246][ 0]NetworkingProfiler: OnSessionChanged +[2025.04.02-08.48.06:246][ 0]MemoryProfiler: Initialize +[2025.04.02-08.48.06:246][ 0]MemoryProfiler: OnSessionChanged +[2025.04.02-08.48.06:386][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/' took 0.01s +[2025.04.02-08.48.06:469][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. +[2025.04.02-08.48.06:500][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete +[2025.04.02-08.48.06:515][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() +[2025.04.02-08.48.06:516][ 0]SourceControl: Revision control is disabled +[2025.04.02-08.48.06:516][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 7.049 +[2025.04.02-08.48.06:526][ 0]Cmd: MAP LOAD FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Maps/ThirdPersonMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 +[2025.04.02-08.48.06:527][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true +[2025.04.02-08.48.06:527][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-08.48.06:527][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-08.48.06:527][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-08.48.06:531][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-08.48.06:533][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.43ms +[2025.04.02-08.48.06:649][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:Fill Objectives:Objectives.Objectives'. Unknown structure. +[2025.04.02-08.48.06:649][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:ExecuteUbergraph_WP_QuestHUD:K2Node_CustomEvent_Objectives.K2Node_CustomEvent_Objectives'. Unknown structure. +[2025.04.02-08.48.06:649][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:ExecuteUbergraph_WP_QuestHUD:CallFunc_Array_Get_Item'. Unknown structure. +[2025.04.02-08.48.07:033][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/In_Place/MOB1_Jog_F_to_Stand_Relaxed_RU_IPC.MOB1_Jog_F_to_Stand_Relaxed_RU_IPC (Required Memory Estimate: 0.83 MB) +[2025.04.02-08.48.07:036][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/In_Place/MOB1_Run_F_to_Stand_Relaxed_RU_IPC.MOB1_Run_F_to_Stand_Relaxed_RU_IPC (Required Memory Estimate: 1.06 MB) +[2025.04.02-08.48.07:039][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/Root_Motion/MOB1_Stand_Relaxed_Fgt_v1.MOB1_Stand_Relaxed_Fgt_v1 (Required Memory Estimate: 2.13 MB) +[2025.04.02-08.48.07:042][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/Root_Motion/MOB1_Stand_Relaxed_Idle_v2.MOB1_Stand_Relaxed_Idle_v2 (Required Memory Estimate: 2.57 MB) +[2025.04.02-08.48.07:043][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/In_Place/MOB1_Jog_F_to_Stand_Relaxed_RU_IPC.MOB1_Jog_F_to_Stand_Relaxed_RU_IPC, at AnimationSequence/aabdaab066d1e4cea9e83ca0e15d5be0e0b8e927 +[2025.04.02-08.48.07:050][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/In_Place/MOB1_Run_F_to_Stand_Relaxed_RU_IPC.MOB1_Run_F_to_Stand_Relaxed_RU_IPC, at AnimationSequence/9efee39f6e4074a23953e26dc2b6fb5017e059b3 +[2025.04.02-08.48.07:051][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/In_Place/MOB1_Jog_F_IPC.MOB1_Jog_F_IPC (Required Memory Estimate: 0.44 MB) +[2025.04.02-08.48.07:055][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/In_Place/MOB1_Jog_F_IPC.MOB1_Jog_F_IPC, at AnimationSequence/90d4399d5131a0827979b31b3ee79bc99c0a426a +[2025.04.02-08.48.07:071][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/Root_Motion/MOB1_Stand_Relaxed_Fgt_v1.MOB1_Stand_Relaxed_Fgt_v1, at AnimationSequence/45b8eb3e4f2de31f99b808987cbf348283351198 +[2025.04.02-08.48.07:078][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/Root_Motion/MOB1_Stand_Relaxed_Idle_v2.MOB1_Stand_Relaxed_Idle_v2, at AnimationSequence/42876c670086805e368985c920d668149c45a9e2 +[2025.04.02-08.48.07:107][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest1_Metallic.Chest1_Metallic (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1104.062484 MB), EncodeSpeed: Fast +[2025.04.02-08.48.07:107][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest1_Mixed_AO.Chest1_Mixed_AO (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1104.062484 MB), EncodeSpeed: Fast +[2025.04.02-08.48.07:120][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest1_Roughness.Chest1_Roughness (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1104.062484 MB), EncodeSpeed: Fast +[2025.04.02-08.48.07:368][ 0]LogAssetRegistry: Display: Asset registry cache written as 27.3 MiB to ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin +[2025.04.02-08.48.07:369][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest1_Base_color.Chest1_Base_color (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-08.48.07:564][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Bent_Metallic.Bent_Metallic (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 293.145823 MB), EncodeSpeed: Fast +[2025.04.02-08.48.07:570][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Bent_Mixed_AO.Bent_Mixed_AO (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 293.145823 MB), EncodeSpeed: Fast +[2025.04.02-08.48.07:573][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Bent_Roughness.Bent_Roughness (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 293.145823 MB), EncodeSpeed: Fast +[2025.04.02-08.48.07:619][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Gem_Metallic.Gem_Metallic (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 293.145823 MB), EncodeSpeed: Fast +[2025.04.02-08.48.07:640][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Bent_Base_color.Bent_Base_color (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-08.48.07:681][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'ThirdPersonMap'. +[2025.04.02-08.48.07:681][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-08.48.07:684][ 0]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=0, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=1, InitializeForGame=0) +[2025.04.02-08.48.07:684][ 0]LogWorldPartition: Display: WorldPartition initialize started... +[2025.04.02-08.48.07:684][ 0]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap, World Type = Editor, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 1, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 +[2025.04.02-08.48.07:687][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Gem_Base_color.Gem_Base_color (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-08.48.07:689][ 0]LogStreaming: Display: FlushAsyncLoading(1): 53 QueuedPackages, 0 AsyncPackages +[2025.04.02-08.48.07:697][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest1_Normal_DirectX.Chest1_Normal_DirectX (TFO_BC5, 4096x4096 x1x1x1) (Required Memory Estimate: 1216.062484 MB), EncodeSpeed: Fast +[2025.04.02-08.48.07:737][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Bent_Normal_DirectX.Bent_Normal_DirectX (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 487.562488 MB), EncodeSpeed: Fast +[2025.04.02-08.48.07:830][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:SelectedQuest'. Unknown structure. +[2025.04.02-08.48.07:830][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:Add Quest:Quest'. Unknown structure. +[2025.04.02-08.48.07:830][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:Select Quest:Quest'. Unknown structure. +[2025.04.02-08.48.07:830][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:K2Node_CustomEvent_Quest_1'. Unknown structure. +[2025.04.02-08.48.07:830][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:K2Node_CustomEvent_Quest'. Unknown structure. +[2025.04.02-08.48.07:830][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:CallFunc_Array_Get_Item'. Unknown structure. +[2025.04.02-08.48.07:831][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestSlot.WB_QuestSlot_C:Quest'. Unknown structure. +[2025.04.02-08.48.07:832][ 0]LogClass: Warning: Struct Property Quest has a struct type mismatch (tag STRUCT_REINST_S_Quest_5(/Engine/Transient) != prop FallbackStruct(/Script/CoreUObject)) in package: /Game/MAIN_CONTENT/Quest_System/WB_QuestSlot. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-08.48.07:837][ 0]LogClass: Warning: Struct Property SelectedQuest has a struct type mismatch (tag STRUCT_REINST_S_Quest_5(/Engine/Transient) != prop FallbackStruct(/Script/CoreUObject)) in package: /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-08.48.07:838][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Combat/Movement/Dodge_Small_Forward_Roll.Dodge_Small_Forward_Roll (Required Memory Estimate: 0.39 MB) +[2025.04.02-08.48.07:839][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver.VaultOver (Required Memory Estimate: 1.07 MB) +[2025.04.02-08.48.07:841][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Assassinations/Paired_Knife_Stealth_KidneyAndNeck_Att.Paired_Knife_Stealth_KidneyAndNeck_Att (Required Memory Estimate: 1.29 MB) +[2025.04.02-08.48.07:843][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Combat/Martial/H2H_PunchCombo03.H2H_PunchCombo03 (Required Memory Estimate: 1.01 MB) +[2025.04.02-08.48.07:846][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Combat/Movement/Dodge_Small_Forward_Roll.Dodge_Small_Forward_Roll, at AnimationSequence/7f811a8908906d5a341de93beff7d0be2c66e5ab +[2025.04.02-08.48.07:864][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Combat/Martial/H2H_Kick04.H2H_Kick04 (Required Memory Estimate: 1.03 MB) +[2025.04.02-08.48.07:864][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/In_Place/MOB1_Sprint_F_IPC1.MOB1_Sprint_F_IPC1 (Required Memory Estimate: 0.34 MB) +[2025.04.02-08.48.07:865][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver.VaultOver, at AnimationSequence/ec50d8c80757e279527e512f3ed4f53efa1bcd6b +[2025.04.02-08.48.07:872][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/In_Place/MOB1_Sprint_F_IPC1.MOB1_Sprint_F_IPC1, at AnimationSequence/abedd8311d923b3221e121bf11afd1a117937fe6 +[2025.04.02-08.48.07:873][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Combat/Martial/H2H_PunchCombo03.H2H_PunchCombo03, at AnimationSequence/3c2d185d6eb46a7c9349fd49fd4a9867fff3f738 +[2025.04.02-08.48.07:880][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.MM_Run_Fwd (Required Memory Estimate: 11.90 MB) +[2025.04.02-08.48.07:880][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Lean/Lean_Left.Lean_Left (Required Memory Estimate: 12.05 MB) +[2025.04.02-08.48.07:880][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Lean/Lean_Right.Lean_Right (Required Memory Estimate: 12.05 MB) +[2025.04.02-08.48.07:880][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Locomotion/MOB1_Walk_F_IPC.MOB1_Walk_F_IPC (Required Memory Estimate: 0.58 MB) +[2025.04.02-08.48.07:880][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Crouched/MOB1_CrouchWalk_F_IPC.MOB1_CrouchWalk_F_IPC (Required Memory Estimate: 0.60 MB) +[2025.04.02-08.48.07:881][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Assassinations/Paired_Knife_Stealth_KidneyAndNeck_Att.Paired_Knife_Stealth_KidneyAndNeck_Att, at AnimationSequence/3a43241c277b5b51fcd0a97c6147a484ab7b5bf1 +[2025.04.02-08.48.07:882][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Crouched/MOB1_Crouch_Idle_V2_IPC.MOB1_Crouch_Idle_V2_IPC (Required Memory Estimate: 1.99 MB) +[2025.04.02-08.48.07:888][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/Characters/Mannequins/Animations/Manny/MM_Land.MM_Land (Required Memory Estimate: 5.64 MB) +[2025.04.02-08.48.07:891][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Locomotion/MOB1_Walk_F_IPC.MOB1_Walk_F_IPC, at AnimationSequence/280f2513a28f500bc1dd1e67831db35a4eb87e6a +[2025.04.02-08.48.07:891][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Crouched/MOB1_CrouchWalk_F_IPC.MOB1_CrouchWalk_F_IPC, at AnimationSequence/62f4bdde138868e5e10ac6717de094ea902b2209 +[2025.04.02-08.48.07:892][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Combat/Martial/H2H_Kick04.H2H_Kick04, at AnimationSequence/ab244b4eb16237c946202b6255d59bd126a481e5 +[2025.04.02-08.48.07:893][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/Characters/Mannequins/Animations/Manny/MM_Jump.MM_Jump (Required Memory Estimate: 5.56 MB) +[2025.04.02-08.48.07:895][ 0]LogClass: Warning: Struct Property SelectedQuest has a struct type mismatch (tag FallbackStruct(/Script/CoreUObject) != prop S_Quest(/Game/MAIN_CONTENT/Quest_System/S_Quest)) in package: FObjectReader. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-08.48.07:896][ 0]LogClass: Warning: Struct Property Quest has a struct type mismatch (tag FallbackStruct(/Script/CoreUObject) != prop S_Quest(/Game/MAIN_CONTENT/Quest_System/S_Quest)) in package: FObjectReader. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-08.48.07:897][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.MM_Fall_Loop (Required Memory Estimate: 18.64 MB) +[2025.04.02-08.48.07:918][ 0]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. +[2025.04.02-08.48.07:919][ 0]LogWorldPartition: Display: WorldPartition initialize took 234.702 ms +[2025.04.02-08.48.07:931][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/NewHelm/DefaultMaterial_normal.DefaultMaterial_normal (TFO_BC5, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-08.48.07:931][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Crouched/MOB1_Crouch_Idle_V2_IPC.MOB1_Crouch_Idle_V2_IPC, at AnimationSequence/a666ca4dfcc381d123989ea67a57b1c72def905d +[2025.04.02-08.48.07:940][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.02-08.48.07:943][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/Characters/Mannequins/Animations/Manny/MM_Jump.MM_Jump, at AnimationSequence/041f45432babc08af84c518a5f733f6456942478 +[2025.04.02-08.48.07:976][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 2.32ms +[2025.04.02-08.48.07:977][ 0]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.02-08.48.07:978][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 1.011ms to complete. +[2025.04.02-08.48.07:988][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/Characters/Mannequins/Animations/Manny/MM_Land.MM_Land, at AnimationSequence/25b1c0ec63d435067e767117e9dc0c99021a423a +[2025.04.02-08.48.07:998][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 8.531 +[2025.04.02-08.48.08:014][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Lean/Lean_Right.Lean_Right, at AnimationSequence/ea1c5a00dd41af775a6db7fb2a11903b07920670 +[2025.04.02-08.48.08:033][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.MM_Run_Fwd, at AnimationSequence/f94b040c1b954a856f991d8ed3f31f78071c37bf +[2025.04.02-08.48.08:079][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Lean/Lean_Left.Lean_Left, at AnimationSequence/98d34314dc9cc6325a6412dcc2c97208c45e9992 +[2025.04.02-08.48.08:097][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.MM_Fall_Loop, at AnimationSequence/d469a9e17d8b91fa59b1d8a644683cf42dcd6556 +[2025.04.02-08.48.08:114][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Gem_Roughness.Gem_Roughness (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 293.145823 MB), EncodeSpeed: Fast +[2025.04.02-08.48.08:123][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Gem_Mixed_AO.Gem_Mixed_AO (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 293.145823 MB), EncodeSpeed: Fast +[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-08.48.08:188][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-08.48.08:209][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-08.48.08:222][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest2_Roughness.Chest2_Roughness (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1104.062484 MB), EncodeSpeed: Fast +[2025.04.02-08.48.08:224][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-08.48.08:233][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest2_Metallic.Chest2_Metallic (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1104.062484 MB), EncodeSpeed: Fast +[2025.04.02-08.48.08:241][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-08.48.08:268][ 0]LogSlate: The tab "TopRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-08.48.08:282][ 0]LogSlate: The tab "BottomRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-08.48.08:293][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Gem_Normal_DirectX.Gem_Normal_DirectX (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 487.562488 MB), EncodeSpeed: Fast +[2025.04.02-08.48.08:348][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-08.48.08:349][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/StarterContent.upack', mount point: 'root:/' +[2025.04.02-08.48.08:349][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-08.48.08:350][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' +[2025.04.02-08.48.08:350][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-08.48.08:351][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' +[2025.04.02-08.48.08:351][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-08.48.08:352][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' +[2025.04.02-08.48.08:353][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-08.48.08:354][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' +[2025.04.02-08.48.08:354][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-08.48.08:355][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' +[2025.04.02-08.48.08:355][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-08.48.08:356][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' +[2025.04.02-08.48.08:356][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-08.48.08:357][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' +[2025.04.02-08.48.08:357][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-08.48.08:358][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' +[2025.04.02-08.48.08:358][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-08.48.08:359][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' +[2025.04.02-08.48.08:493][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest2_Base_color.Chest2_Base_color (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-08.48.08:556][ 0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-KTQTHKD: (Name=DESKTOP-KTQTHKD, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid") +[2025.04.02-08.48.08:575][ 0]LogSlate: Took 0.000288 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.04.02-08.48.08:580][ 0]LogSlate: Took 0.000235 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) +[2025.04.02-08.48.08:581][ 0]LogSlate: Took 0.000208 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) +[2025.04.02-08.48.08:763][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest2_Normal_DirectX.Chest2_Normal_DirectX (TFO_BC5, 4096x4096 x1x1x1) (Required Memory Estimate: 1216.062484 MB), EncodeSpeed: Fast +[2025.04.02-08.48.09:052][ 0]LogStall: Startup... +[2025.04.02-08.48.09:054][ 0]LogStall: Startup complete. +[2025.04.02-08.48.09:058][ 0]LogLoad: (Engine Initialization) Total time: 9.59 seconds +[2025.04.02-08.48.09:132][ 0]LogContentStreaming: Texture pool size now 1000 MB +[2025.04.02-08.48.09:133][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" +[2025.04.02-08.48.09:281][ 0]LogPython: registering + +[2025.04.02-08.48.09:284][ 0]Running Python start-up script 'F:/UE_5.4/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.028866 secs +[2025.04.02-08.48.09:294][ 1]LogAssetRegistry: AssetRegistryGather time 0.1064s: AssetDataDiscovery 0.0210s, AssetDataGather 0.0207s, StoreResults 0.0647s. + NumCachedDirectories 0. NumUncachedDirectories 1626. NumCachedFiles 7904. NumUncachedFiles 85. +[2025.04.02-08.48.09:321][ 1]LogSourceControl: Uncontrolled asset enumeration started... +[2025.04.02-08.48.09:324][ 1]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000004 seconds (updated 0 objects) +[2025.04.02-08.48.09:348][ 1]LogD3D12RHI: Cannot end block when stack is empty +[2025.04.02-08.48.09:517][ 3]LogSourceControl: Uncontrolled asset enumeration finished in 0.19647 seconds (Found 7964 uncontrolled assets) +[2025.04.02-08.48.11:681][252]LogSlate: Took 0.000157 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) +[2025.04.02-08.48.11:690][252]LogSlate: Took 0.000119 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.04.02-08.48.16:389][798]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.48.16:389][798]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.48.17:000][844]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter +[2025.04.02-08.48.17:635][844]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.48.17:636][844]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.48.17:643][844]LogSlate: Took 0.000154 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K) +[2025.04.02-08.48.51:666][301]LogAssetEditorSubsystem: Opening Asset editor for DataTable /Game/MAIN_CONTENT/Equipment_System/DB_Weapons.DB_Weapons +[2025.04.02-08.49.22:114][869]LogAssetEditorSubsystem: Opening Asset editor for WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment +[2025.04.02-08.49.22:126][869]LogSlate: Warning: The command 'UMGEditor.OpenAnimDrawer' has the same default chord as 'EditorViewport.Next' [Ctrl+Shift+Space Bar] +[2025.04.02-08.49.22:264][869]LogSlateStyle: Warning: Missing Resource from 'CoreStyle' Style: 'Unable to find SlateColor 'Foreground'.' +[2025.04.02-08.49.22:264][869]LogSlate: Took 0.000146 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K) +[2025.04.02-08.50.01:668][426]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. +[2025.04.02-08.52.40:968][467]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.52.40:968][467]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.52.40:969][467]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.52.40:969][467]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.52.40:971][467]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.52.40:971][467]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.52.40:974][467]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.52.40:974][467]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.52.58:828][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.52.58:828][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.52.58:830][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.52.58:830][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.52.58:831][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.52.58:831][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.52.58:834][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.52.58:834][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.53.30:266][ 42]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.53.30:267][ 42]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.53.30:268][ 42]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.53.30:268][ 42]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.53.30:270][ 42]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.53.30:270][ 42]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.53.30:273][ 42]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.53.30:273][ 42]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.53.40:832][204]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.53.40:832][204]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.53.40:834][204]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.53.40:834][204]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.53.40:835][204]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.53.40:835][204]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.53.40:839][204]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.53.40:839][204]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.54.31:908][454]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.54.31:908][454]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.54.31:909][454]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.54.31:909][454]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.54.31:910][454]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.54.31:910][454]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.54.31:912][454]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.54.31:912][454]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.54.50:825][615]LogSlate: Window 'Color Picker' being destroyed +[2025.04.02-08.54.54:608][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.54.54:608][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.54.54:610][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.54.54:610][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.54.54:611][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.54.54:611][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.54.54:614][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.54.54:614][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.54.54:714][ 44]LogSlate: Window 'Color Picker' being destroyed +[2025.04.02-08.55.33:694][516]LogUObjectHash: Compacting FUObjectHashTables data took 1.16ms +[2025.04.02-08.55.33:704][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.55.33:704][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-08.55.33:706][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.55.33:706][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-08.55.33:707][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.55.33:707][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-08.55.33:709][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.55.33:709][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-08.55.33:710][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.55.33:710][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.55.33:813][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.55.33:813][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-08.55.33:815][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.55.33:815][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-08.55.33:817][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.55.33:817][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.55.33:818][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.55.33:818][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.55.35:032][608]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-08.55.35:062][608]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... +[2025.04.02-08.55.35:068][608]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.55.35:068][608]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_11:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.55.35:133][608]OBJ SavePackage: Rendered thumbnail for [BlueprintGeneratedClass /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter_C] +[2025.04.02-08.55.35:141][608]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] +[2025.04.02-08.55.35:141][608]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] +[2025.04.02-08.55.35:148][608]LogPackageLocalizationCache: Processed 52 localized package path(s) for 1 prioritized culture(s) in 0.006817 seconds +[2025.04.02-08.55.35:216][608]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter +[2025.04.02-08.55.35:216][608]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter88CDF21044AE195C9749F48BE0B28256.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' +[2025.04.02-08.55.35:223][608]LogFileHelpers: InternalPromptForCheckoutAndSave took 191.443 ms +[2025.04.02-08.55.35:249][608]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-08.55.35:249][608]LogContentValidation: Enabled validators: +[2025.04.02-08.55.35:249][608]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-08.55.35:249][608]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-08.55.35:249][608]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-08.55.35:249][608]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter +[2025.04.02-08.55.35:249][608]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset +[2025.04.02-08.55.59:355][172]Cmd: DELETE +[2025.04.02-08.55.59:356][172]Cmd: ACTOR DELETE +[2025.04.02-08.55.59:358][172]LogEditorActor: Deleted Actor: SkeletalMeshActor +[2025.04.02-08.55.59:358][172]LogEditorActor: Deleted Actor: StaticMeshActor +[2025.04.02-08.55.59:359][172]LogEditorActor: Deleted Actor: StaticMeshActor +[2025.04.02-08.55.59:384][172]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms +[2025.04.02-08.55.59:391][172]LogEditorActor: Deleted 3 Actors (0.035 secs) +[2025.04.02-08.56.12:966][706]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-08.56.12:966][706]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-08.56.12:967][706]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_Weapon_C_0 +[2025.04.02-08.56.12:968][706]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_Weapon_C_0 +[2025.04.02-08.56.12:972][706]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance +[2025.04.02-08.56.14:014][806]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms +[2025.04.02-08.56.14:016][806]LogEditorActor: Deleted 0 Actors (0.018 secs) +[2025.04.02-08.56.14:023][806]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-08.56.14:023][806]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-08.56.14:026][806]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_Weapon_C_UAID_D8BBC10A5D76E85A02_1239681367 +[2025.04.02-08.56.14:027][806]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_Weapon_C_UAID_D8BBC10A5D76E85A02_1239681367 +[2025.04.02-08.56.30:064][630]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-08.56.30:112][630]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms +[2025.04.02-08.56.30:130][630]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms +[2025.04.02-08.56.30:144][630]LogUObjectHash: Compacting FUObjectHashTables data took 0.50ms +[2025.04.02-08.56.30:147][630]LogSavePackage: Moving output files for package: /Game/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/2X/JPTWF8A1UIXYUO3F4UYLB7 +[2025.04.02-08.56.30:147][630]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/JPTWF8A1UIXYUO3F4UYLB79FEE920D41D7A0762F52A59A6B076368.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/2X/JPTWF8A1UIXYUO3F4UYLB7.uasset' +[2025.04.02-08.56.30:149][630]LogSavePackage: Moving output files for package: /Game/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/M7/5CYUI8GROQC1LWR8AE76LS +[2025.04.02-08.56.30:149][630]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/5CYUI8GROQC1LWR8AE76LS247C28E448BDF5F60AD41DB7367DA555.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/M7/5CYUI8GROQC1LWR8AE76LS.uasset' +[2025.04.02-08.56.30:157][630]LogFileHelpers: InternalPromptForCheckoutAndSave took 93.409 ms (total: 284.853 ms) +[2025.04.02-08.56.30:184][630]LogContentValidation: Display: Starting to validate 2 assets +[2025.04.02-08.56.30:184][630]LogContentValidation: Enabled validators: +[2025.04.02-08.56.30:185][630]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-08.56.30:185][630]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-08.56.30:185][630]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-08.56.30:185][630]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap +[2025.04.02-08.56.30:185][630]AssetCheck: /Game/ThirdPerson/Maps/ThirdPersonMap Validating asset +[2025.04.02-08.56.37:155][896]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. +[2025.04.02-08.56.37:155][896]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... +[2025.04.02-08.56.37:157][896]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.659 ms +[2025.04.02-08.56.37:158][896]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-08.56.37:161][896]LogOnline: OSS: Created online subsystem instance for: NULL +[2025.04.02-08.56.37:161][896]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +[2025.04.02-08.56.37:161][896]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap +[2025.04.02-08.56.37:166][896]LogPlayLevel: PIE: StaticDuplicateObject took: (0.004972s) +[2025.04.02-08.56.37:166][896]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.005007s) +[2025.04.02-08.56.37:183][896]LogUObjectHash: Compacting FUObjectHashTables data took 1.37ms +[2025.04.02-08.56.37:186][896]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-08.56.37:187][896]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) +[2025.04.02-08.56.37:187][896]LogWorldPartition: Display: WorldPartition initialize started... +[2025.04.02-08.56.37:187][896]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 +[2025.04.02-08.56.37:187][896]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 +[2025.04.02-08.56.37:188][896]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. +[2025.04.02-08.56.37:188][896]LogWorldPartition: Display: WorldPartition initialize took 1.523 ms (total: 236.225 ms) +[2025.04.02-08.56.37:188][896]LogPlayLevel: PIE: World Init took: (0.002473s) +[2025.04.02-08.56.37:199][896]LogAudio: Display: Creating Audio Device: Id: 2, Scope: Unique, Realtime: True +[2025.04.02-08.56.37:199][896]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-08.56.37:199][896]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-08.56.37:199][896]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-08.56.37:199][896]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-08.56.37:199][896]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-08.56.37:199][896]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-08.56.37:199][896]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-08.56.37:199][896]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-08.56.37:199][896]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-08.56.37:199][896]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-08.56.37:199][896]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-08.56.37:200][896]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-08.56.37:216][896]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) +[2025.04.02-08.56.37:216][896]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-08.56.37:216][896]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-08.56.37:216][896]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-08.56.37:217][896]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2 +[2025.04.02-08.56.37:217][896]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2 +[2025.04.02-08.56.37:218][896]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2 +[2025.04.02-08.56.37:218][896]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2 +[2025.04.02-08.56.37:218][896]LogInit: FAudioDevice initialized with ID 2. +[2025.04.02-08.56.37:218][896]LogAudio: Display: Audio Device (ID: 2) registered with world 'ThirdPersonMap'. +[2025.04.02-08.56.37:218][896]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2 +[2025.04.02-08.56.37:220][896]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-08.56.37:223][896]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.04.02-02.56.37 +[2025.04.02-08.56.37:224][896]LogWorld: Bringing up level for play took: 0.004057 +[2025.04.02-08.56.37:226][896]LogOnline: OSS: Created online subsystem instance for: :Context_13 +[2025.04.02-08.56.37:227][896]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.56.37:227][896]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.56.37:250][896]PIE: Server logged in +[2025.04.02-08.56.37:250][896]PIE: Play in editor total start time 0.096 seconds. +[2025.04.02-08.56.39:286][ 60]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-08.56.39:729][100]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-08.56.40:445][164]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-08.56.40:814][196]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-08.56.41:344][244]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-08.56.41:612][267]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-08.56.41:830][286]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-08.56.43:148][395]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock +[2025.04.02-08.56.43:148][395]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True +[2025.04.02-08.56.43:148][395]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown +[2025.04.02-08.56.57:171][555]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture +[2025.04.02-08.56.57:171][555]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently +[2025.04.02-08.57.27:186][936]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-08.57.27:186][936]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap +[2025.04.02-08.57.27:186][936]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true +[2025.04.02-08.57.27:186][936]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-08.57.27:187][936]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap +[2025.04.02-08.57.27:187][936]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. +[2025.04.02-08.57.27:187][936]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-08.57.27:187][936]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-08.57.27:189][936]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-08.57.27:194][936]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-08.57.27:212][936]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-08.57.27:212][936]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2 +[2025.04.02-08.57.27:212][936]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.04.02-08.57.27:213][936]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.04.02-08.57.27:220][936]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms +[2025.04.02-08.57.27:294][937]LogPlayLevel: Display: Destroying online subsystem :Context_13 +[2025.04.02-08.57.30:608][309]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-08.57.30:694][309]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms +[2025.04.02-08.57.30:714][309]LogUObjectHash: Compacting FUObjectHashTables data took 0.52ms +[2025.04.02-08.57.30:731][309]LogUObjectHash: Compacting FUObjectHashTables data took 0.56ms +[2025.04.02-08.57.30:739][309]LogFileHelpers: InternalPromptForCheckoutAndSave took 130.332 ms (total: 415.186 ms) +[2025.04.02-08.57.57:440][403]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. +[2025.04.02-08.57.57:440][403]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... +[2025.04.02-08.57.57:441][403]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.517 ms (total: 3.177 ms) +[2025.04.02-08.57.57:442][403]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-08.57.57:442][403]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap +[2025.04.02-08.57.57:446][403]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003909s) +[2025.04.02-08.57.57:446][403]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003935s) +[2025.04.02-08.57.57:463][403]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms +[2025.04.02-08.57.57:464][403]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-08.57.57:465][403]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) +[2025.04.02-08.57.57:465][403]LogWorldPartition: Display: WorldPartition initialize started... +[2025.04.02-08.57.57:465][403]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 +[2025.04.02-08.57.57:465][403]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 +[2025.04.02-08.57.57:467][403]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. +[2025.04.02-08.57.57:467][403]LogWorldPartition: Display: WorldPartition initialize took 1.528 ms (total: 237.754 ms) +[2025.04.02-08.57.57:467][403]LogPlayLevel: PIE: World Init took: (0.002413s) +[2025.04.02-08.57.57:477][403]LogAudio: Display: Creating Audio Device: Id: 3, Scope: Unique, Realtime: True +[2025.04.02-08.57.57:477][403]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-08.57.57:477][403]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-08.57.57:477][403]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-08.57.57:477][403]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-08.57.57:477][403]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-08.57.57:477][403]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-08.57.57:477][403]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-08.57.57:477][403]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-08.57.57:477][403]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-08.57.57:477][403]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-08.57.57:477][403]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-08.57.57:479][403]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-08.57.57:496][403]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) +[2025.04.02-08.57.57:496][403]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-08.57.57:496][403]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-08.57.57:496][403]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-08.57.57:497][403]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3 +[2025.04.02-08.57.57:497][403]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=3 +[2025.04.02-08.57.57:498][403]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3 +[2025.04.02-08.57.57:498][403]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3 +[2025.04.02-08.57.57:498][403]LogInit: FAudioDevice initialized with ID 3. +[2025.04.02-08.57.57:498][403]LogAudio: Display: Audio Device (ID: 3) registered with world 'ThirdPersonMap'. +[2025.04.02-08.57.57:498][403]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3 +[2025.04.02-08.57.57:500][403]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-08.57.57:504][403]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.04.02-02.57.57 +[2025.04.02-08.57.57:505][403]LogWorld: Bringing up level for play took: 0.004015 +[2025.04.02-08.57.57:506][403]LogOnline: OSS: Created online subsystem instance for: :Context_14 +[2025.04.02-08.57.57:507][403]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-08.57.57:507][403]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-08.57.57:520][403]PIE: Server logged in +[2025.04.02-08.57.57:521][403]PIE: Play in editor total start time 0.083 seconds. +[2025.04.02-08.58.03:990][954]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-08.58.04:644][ 13]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-08.58.05:995][131]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-08.58.06:576][182]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-08.58.07:988][306]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-08.58.09:009][397]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-08.58.11:418][610]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-08.58.16:625][ 57]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock +[2025.04.02-08.58.16:626][ 57]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True +[2025.04.02-08.58.16:626][ 57]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown +[2025.04.02-08.58.47:171][359]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture +[2025.04.02-08.58.47:171][359]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently +[2025.04.02-08.59.09:255][ 25]LogScript: Warning: Accessed None trying to read property Dummy BP + BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats + Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0121 +[2025.04.02-08.59.09:255][ 25]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.09:255][ 25]LogScript: Warning: Accessed None + BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats + Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0136 +[2025.04.02-08.59.09:255][ 25]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.09:255][ 25]LogScript: Warning: Accessed None + BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats + Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:018E +[2025.04.02-08.59.09:255][ 25]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.09:255][ 25]LogScript: Warning: Accessed None trying to read property Dummy BP + BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats + Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0220 +[2025.04.02-08.59.09:255][ 25]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.09:255][ 25]LogScript: Warning: Accessed None + BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats + Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0235 +[2025.04.02-08.59.09:255][ 25]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.09:255][ 25]LogScript: Warning: Accessed None + BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats + Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:028D +[2025.04.02-08.59.09:255][ 25]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.09:547][ 41]LogScript: Warning: Accessed None trying to read property Dummy BP + BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats + Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0121 +[2025.04.02-08.59.09:547][ 41]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.09:548][ 41]LogScript: Warning: Accessed None + BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats + Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0136 +[2025.04.02-08.59.09:548][ 41]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.09:548][ 41]LogScript: Warning: Accessed None + BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats + Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:018E +[2025.04.02-08.59.09:548][ 41]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.09:548][ 41]LogScript: Warning: Accessed None trying to read property Dummy BP + BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats + Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0220 +[2025.04.02-08.59.09:548][ 41]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.09:548][ 41]LogScript: Warning: Accessed None + BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats + Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0235 +[2025.04.02-08.59.09:548][ 41]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.09:548][ 41]LogScript: Warning: Accessed None + BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats + Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:028D +[2025.04.02-08.59.09:548][ 41]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.10:410][108]LogScript: Warning: Accessed None trying to read property Dummy BP + BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats + Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0121 +[2025.04.02-08.59.10:410][108]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.10:410][108]LogScript: Warning: Accessed None + BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats + Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0136 +[2025.04.02-08.59.10:410][108]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.10:410][108]LogScript: Warning: Accessed None + BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats + Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:018E +[2025.04.02-08.59.10:410][108]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.10:410][108]LogScript: Warning: Accessed None trying to read property Dummy BP + BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats + Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0220 +[2025.04.02-08.59.10:410][108]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.10:410][108]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.10:410][108]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.11:087][160]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.11:087][160]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.11:087][160]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.11:087][160]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.11:087][160]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.11:087][160]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.13:295][326]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.13:295][326]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.13:295][326]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.13:295][326]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.13:295][326]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.13:295][326]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.14:216][398]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.14:216][398]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.14:216][398]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.14:216][398]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.14:216][398]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.14:216][398]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.17:326][637]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.17:326][637]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.17:326][637]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.17:326][637]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.17:326][637]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.17:326][637]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.18:000][689]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.18:000][689]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.18:000][689]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.18:000][689]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.18:000][689]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.18:000][689]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.19:312][791]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.19:312][791]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.19:312][791]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.19:312][791]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.19:312][791]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.19:312][791]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.19:560][810]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.19:560][810]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.19:560][810]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.19:560][810]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.19:560][810]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.19:560][810]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats +[2025.04.02-08.59.30:701][669]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-08.59.30:701][669]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap +[2025.04.02-08.59.30:701][669]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true +[2025.04.02-08.59.30:702][669]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-08.59.30:702][669]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap +[2025.04.02-08.59.30:702][669]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. +[2025.04.02-08.59.30:702][669]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-08.59.30:702][669]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-08.59.30:706][669]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-08.59.30:711][669]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-08.59.30:728][669]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-08.59.30:728][669]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3 +[2025.04.02-08.59.30:729][669]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 +[2025.04.02-08.59.30:730][669]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 +[2025.04.02-08.59.30:736][669]LogUObjectHash: Compacting FUObjectHashTables data took 1.16ms +[2025.04.02-08.59.30:881][670]LogPlayLevel: Display: Destroying online subsystem :Context_14 +[2025.04.02-08.59.33:210][863]LogSlate: Window 'Message Log' being destroyed +[2025.04.02-08.59.33:228][863]LogSlate: Window 'Message Log' being destroyed +[2025.04.02-09.02.10:189][868]LogUObjectHash: Compacting FUObjectHashTables data took 1.36ms +[2025.04.02-09.02.10:215][868]LogStall: Shutdown... +[2025.04.02-09.02.10:220][868]LogStall: Shutdown complete. +[2025.04.02-09.02.10:349][868]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true +[2025.04.02-09.02.10:349][868]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-09.02.10:403][868]LogWorld: UWorld::CleanupWorld for World_10, bSessionEnded=true, bCleanupResources=true +[2025.04.02-09.02.10:403][868]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-09.02.10:408][868]LogWorld: UWorld::CleanupWorld for World_9, bSessionEnded=true, bCleanupResources=true +[2025.04.02-09.02.10:408][868]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-09.02.10:446][868]LogSlate: Window 'Elistria_Calling - Unreal Editor' being destroyed +[2025.04.02-09.02.10:529][868]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms +[2025.04.02-09.02.10:553][868]Cmd: QUIT_EDITOR +[2025.04.02-09.02.10:553][869]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) +[2025.04.02-09.02.10:554][869]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) +[2025.04.02-09.02.10:554][869]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown +[2025.04.02-09.02.10:554][869]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown +[2025.04.02-09.02.10:556][869]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true +[2025.04.02-09.02.10:556][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-09.02.10:556][869]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap +[2025.04.02-09.02.10:556][869]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. +[2025.04.02-09.02.10:556][869]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-09.02.10:556][869]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-09.02.10:560][869]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. +[2025.04.02-09.02.10:565][869]LogWorld: UWorld::CleanupWorld for World_6, bSessionEnded=true, bCleanupResources=true +[2025.04.02-09.02.10:565][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-09.02.10:568][869]LogWorld: UWorld::CleanupWorld for World_5, bSessionEnded=true, bCleanupResources=true +[2025.04.02-09.02.10:568][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-09.02.10:570][869]LogWorld: UWorld::CleanupWorld for World_4, bSessionEnded=true, bCleanupResources=true +[2025.04.02-09.02.10:570][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-09.02.10:572][869]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true +[2025.04.02-09.02.10:572][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-09.02.10:574][869]LogWorld: UWorld::CleanupWorld for World_2, bSessionEnded=true, bCleanupResources=true +[2025.04.02-09.02.10:574][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-09.02.10:575][869]LogWorld: UWorld::CleanupWorld for World_11, bSessionEnded=true, bCleanupResources=true +[2025.04.02-09.02.10:576][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-09.02.10:577][869]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true +[2025.04.02-09.02.10:577][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-09.02.10:578][869]LogWorld: UWorld::CleanupWorld for World_7, bSessionEnded=true, bCleanupResources=true +[2025.04.02-09.02.10:578][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-09.02.10:580][869]LogWorld: UWorld::CleanupWorld for World_8, bSessionEnded=true, bCleanupResources=true +[2025.04.02-09.02.10:580][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-09.02.10:633][869]LogStudioTelemetry: Ended StudioTelemetry Session +[2025.04.02-09.02.10:635][869]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider +[2025.04.02-09.02.10:635][869]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session +[2025.04.02-09.02.10:635][869]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider +[2025.04.02-09.02.11:582][869]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... +[2025.04.02-09.02.11:582][869]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... +[2025.04.02-09.02.11:582][869]LogAudio: Display: Audio Device unregistered from world 'ThirdPersonMap'. +[2025.04.02-09.02.11:582][869]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. +[2025.04.02-09.02.11:582][869]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.02-09.02.11:583][869]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.02-09.02.11:588][869]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 +[2025.04.02-09.02.11:588][869]LogAudio: Display: Audio Device Manager Shutdown +[2025.04.02-09.02.11:588][869]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.02-09.02.11:590][869]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 +[2025.04.02-09.02.11:590][869]LogExit: Preparing to exit. +[2025.04.02-09.02.11:611][869]LogUObjectHash: Compacting FUObjectHashTables data took 1.11ms +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.add_null_above_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.align_translation_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.align_translation_all' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.align_translation_x' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.align_translation_y' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.align_translation_z' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.align_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.align_scale' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.search_replace_name_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.search_replace_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.do_rename_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.do_rename_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.set_bone_reference_pose' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.import_ik_rig_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.ControlOutputFormat' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-09.02.12:682][869]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled +[2025.04.02-09.02.12:691][869]LogExit: Editor shut down +[2025.04.02-09.02.12:692][869]LogExit: Transaction tracking system shut down +[2025.04.02-09.02.12:796][869]LogExit: Object subsystem successfully closed. +[2025.04.02-09.02.12:901][869]LogShaderCompilers: Display: Shaders left to compile 0 +[2025.04.02-09.02.13:535][869]MemoryProfiler: Shutdown +[2025.04.02-09.02.13:535][869]NetworkingProfiler: Shutdown +[2025.04.02-09.02.13:535][869]LoadingProfiler: Shutdown +[2025.04.02-09.02.13:535][869]TimingProfiler: Shutdown +[2025.04.02-09.02.13:653][869]LogOpenImageDenoise: OIDN shutting down +[2025.04.02-09.02.13:881][869]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module +[2025.04.02-09.02.13:882][869]RenderDocPlugin: plugin has been unloaded. +[2025.04.02-09.02.13:906][869]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests: +[2025.04.02-09.02.13:906][869]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7B9B1F3663-441E-9DCD-7935-5FBE0F9DA2E4%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.4.4-35576357%2B%2B%2BUE5%2BRelease-5.4&UserID=046a422842307c5389fcfb85fdde73f2%7Cd8a41001870d437292af770c7edf75b9%7Cfb76c1c7-d567-45aa-9d4b-8a81fa7e1fef&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing +[2025.04.02-09.02.13:941][869]LogXGEController: Cleaning working directory: C:/Users/Lore Natusol/AppData/Local/Temp/UnrealXGEWorkingDir/ +[2025.04.02-09.02.13:943][869]LogPakFile: Destroying PakPlatformFile +[2025.04.02-09.02.14:119][869]LogD3D12RHI: ~FD3D12DynamicRHI +[2025.04.02-09.02.14:155][869]LogExit: Exiting. +[2025.04.02-09.02.14:180][869]Log file closed, 04/02/25 03:02:14 diff --git a/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.04.02-13.38.51.log b/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.04.02-13.38.51.log new file mode 100644 index 0000000..4d04709 --- /dev/null +++ b/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.04.02-13.38.51.log @@ -0,0 +1,1220 @@ +Log file open, 04/02/25 07:32:35 +LogWindows: Failed to load 'aqProf.dll' (GetLastError=126) +LogWindows: File 'aqProf.dll' does not exist +LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126) +LogWindows: File 'VtuneApi.dll' does not exist +LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126) +LogWindows: File 'VtuneApi32e.dll' does not exist +LogWindows: Started CrashReportClient (pid=11780) +LogWindows: Custom abort handler registered for crash reporting. +LogInit: Display: Running engine for game: Elistria_Calling +LogCore: UTS: Unreal Trace Server launched successfully +LogTrace: Initializing trace... +LogCore: Display: Requested channels: 'cpu,gpu,frame,log,bookmark,screenshot,region' +LogTrace: Finished trace initialization. +LogCsvProfiler: Display: Metadata set : platform="Windows" +LogCsvProfiler: Display: Metadata set : config="Development" +LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.4-CL-35576357" +LogCsvProfiler: Display: Metadata set : engineversion="5.4.4-35576357+++UE5+Release-5.4" +LogCsvProfiler: Display: Metadata set : os="Windows 10 (22H2) [10.0.19045.5608] " +LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 9 5900X 12-Core Processor" +LogCsvProfiler: Display: Metadata set : pgoenabled="0" +LogCsvProfiler: Display: Metadata set : pgoprofilingenabled="0" +LogCsvProfiler: Display: Metadata set : ltoenabled="0" +LogCsvProfiler: Display: Metadata set : asan="0" +LogCsvProfiler: Display: Metadata set : commandline="" "F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Elistria_Calling.uproject""" +LogCsvProfiler: Display: Metadata set : loginid="046a422842307c5389fcfb85fdde73f2" +LogCsvProfiler: Display: Metadata set : llm="0" +LogStats: Stats thread started at 0.468518 +LogICUInternationalization: ICU TimeZone Detection - Raw Offset: -7:00, Platform Override: '' +LogInit: Session CrashGUID >==================================================== + Session CrashGUID > UECC-Windows-28FF47E3443378A23BC36E99FE9E6593 + Session CrashGUID >==================================================== +LogConfig: No local boot hotfix file found at: [../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/PersistentDownloadDir/HotfixForNextBoot.txt] +LogConfig: Display: Loading VulkanPC ini files took 0.02 seconds +LogConfig: Display: Loading Windows ini files took 0.02 seconds +LogConfig: Display: Loading Unix ini files took 0.03 seconds +LogConfig: Display: Loading IOS ini files took 0.03 seconds +LogConfig: Display: Loading Mac ini files took 0.03 seconds +LogConfig: Display: Loading TVOS ini files took 0.03 seconds +LogConfig: Display: Loading VisionOS ini files took 0.03 seconds +LogConfig: Display: Loading Android ini files took 0.03 seconds +LogConfig: Display: Loading Linux ini files took 0.04 seconds +LogConfig: Display: Loading LinuxArm64 ini files took 0.05 seconds +LogAssetRegistry: Display: Asset registry cache read as 27.3 MiB from ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_0.bin +LogPluginManager: Mounting Engine plugin Bridge +LogPluginManager: Mounting Engine plugin ChaosVD +LogPluginManager: Found config from plugin[ChaosVD] Engine +LogPluginManager: Mounting Engine plugin ChaosCloth +LogPluginManager: Mounting Engine plugin CmdLinkServer +LogPluginManager: Mounting Engine plugin EnhancedInput +LogPluginManager: Found config from plugin[EnhancedInput] Input +LogPluginManager: Mounting Engine plugin MeshPainting +LogPluginManager: Mounting Engine plugin FastBuildController +LogPluginManager: Mounting Engine plugin TraceUtilities +LogPluginManager: Mounting Engine plugin RenderGraphInsights +LogPluginManager: Mounting Engine plugin WorldMetrics +LogPluginManager: Mounting Engine plugin XGEController +LogPluginManager: Mounting Engine plugin AISupport +LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor +LogPluginManager: Mounting Engine plugin AndroidMedia +LogPluginManager: Mounting Engine plugin AvfMedia +LogPluginManager: Mounting Engine plugin ImgMedia +LogPluginManager: Mounting Engine plugin MediaCompositing +LogPluginManager: Mounting Engine plugin MediaPlayerEditor +LogPluginManager: Mounting Engine plugin MediaPlate +LogPluginManager: Mounting Engine plugin WebMMedia +LogPluginManager: Mounting Engine plugin WmfMedia +LogPluginManager: Mounting Engine plugin ACLPlugin +LogPluginManager: Mounting Engine plugin AnimationData +LogPluginManager: Mounting Engine plugin ControlRig +LogPluginManager: Mounting Engine plugin AnimationModifierLibrary +LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis +LogPluginManager: Mounting Engine plugin ControlRigSpline +LogPluginManager: Mounting Engine plugin ControlRigModules +LogPluginManager: Mounting Engine plugin IKRig +LogPluginManager: Mounting Engine plugin MotionWarping +LogPluginManager: Mounting Engine plugin BackChannel +LogPluginManager: Mounting Engine plugin ChaosEditor +LogPluginManager: Mounting Engine plugin AutomationUtils +LogPluginManager: Mounting Engine plugin ChaosCaching +LogPluginManager: Mounting Engine plugin ChaosNiagara +LogPluginManager: Mounting Engine plugin ChaosSolverPlugin +LogPluginManager: Mounting Engine plugin ChaosUserDataPT +LogPluginManager: Mounting Engine plugin CharacterAI +LogPluginManager: Mounting Engine plugin Dataflow +LogPluginManager: Mounting Engine plugin Fracture +LogPluginManager: Mounting Engine plugin FullBodyIK +LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin +LogPluginManager: Mounting Engine plugin GeometryFlow +LogPluginManager: Mounting Engine plugin LocalizableMessage +LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp +LogPluginManager: Mounting Engine plugin OpenImageDenoise +LogPluginManager: Mounting Engine plugin PlanarCut +LogPluginManager: Mounting Engine plugin PlatformCrypto +LogPluginManager: Mounting Engine plugin PythonScriptPlugin +LogPluginManager: Mounting Engine plugin SkeletalReduction +LogPluginManager: Mounting Engine plugin StructUtils +LogPluginManager: Mounting Engine plugin StudioTelemetry +LogPluginManager: Mounting Engine plugin ToolPresets +LogPluginManager: Mounting Engine plugin OodleNetwork +LogPluginManager: Mounting Engine plugin AndroidMoviePlayer +LogPluginManager: Mounting Engine plugin ArchVisCharacter +LogPluginManager: Mounting Engine plugin AssetTags +LogPluginManager: Mounting Engine plugin ActorLayerUtilities +LogPluginManager: Mounting Engine plugin AndroidFileServer +LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector +LogPluginManager: Mounting Engine plugin AppleImageUtils +LogPluginManager: Mounting Engine plugin AppleMoviePlayer +LogPluginManager: Mounting Engine plugin AudioCapture +LogPluginManager: Mounting Engine plugin AndroidPermission +LogPluginManager: Mounting Engine plugin AudioSynesthesia +LogPluginManager: Mounting Engine plugin AudioWidgets +LogPluginManager: Mounting Engine plugin CableComponent +LogPluginManager: Mounting Engine plugin ChunkDownloader +LogPluginManager: Mounting Engine plugin CustomMeshComponent +LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector +LogPluginManager: Mounting Engine plugin GeometryCache +LogPluginManager: Mounting Engine plugin GeometryProcessing +LogPluginManager: Mounting Engine plugin GoogleCloudMessaging +LogPluginManager: Mounting Engine plugin GooglePAD +LogPluginManager: Mounting Engine plugin InputDebugging +LogPluginManager: Found config from plugin[InputDebugging] Input +LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector +LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector +LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary +LogPluginManager: Mounting Engine plugin MeshModelingToolset +LogPluginManager: Mounting Engine plugin Metasound +LogPluginManager: Mounting Engine plugin MobilePatchingUtils +LogPluginManager: Mounting Engine plugin MsQuic +LogPluginManager: Mounting Engine plugin PropertyAccessEditor +LogPluginManager: Mounting Engine plugin ProceduralMeshComponent +LogPluginManager: Mounting Engine plugin RigVM +LogPluginManager: Mounting Engine plugin ResonanceAudio +LogPluginManager: Mounting Engine plugin SignificanceManager +LogPluginManager: Mounting Engine plugin SoundFields +LogPluginManager: Mounting Engine plugin Synthesis +LogPluginManager: Mounting Engine plugin WaveTable +LogPluginManager: Mounting Engine plugin WebMMoviePlayer +LogPluginManager: Mounting Engine plugin WindowsMoviePlayer +LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector +LogPluginManager: Mounting Engine plugin GLTFExporter +LogPluginManager: Mounting Engine plugin DatasmithContent +LogPluginManager: Mounting Engine plugin VariantManagerContent +LogPluginManager: Mounting Engine plugin CameraShakePreviewer +LogPluginManager: Mounting Engine plugin InterchangeEditor +LogPluginManager: Mounting Engine plugin VariantManager +LogPluginManager: Mounting Engine plugin GameplayCameras +LogPluginManager: Mounting Engine plugin Interchange +LogPluginManager: Mounting Engine plugin AnimationSharing +LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess +LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess +LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess +LogPluginManager: Mounting Engine plugin GitSourceControl +LogPluginManager: Mounting Engine plugin DumpGPUServices +LogPluginManager: Mounting Engine plugin NullSourceCodeAccess +LogPluginManager: Mounting Engine plugin PerforceSourceControl +LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess +LogPluginManager: Mounting Engine plugin PixWinPlugin +LogPluginManager: Mounting Engine plugin PluginUtils +LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess +LogPluginManager: Mounting Engine plugin PlasticSourceControl +LogPluginManager: Mounting Engine plugin SubversionSourceControl +LogPluginManager: Mounting Engine plugin PropertyAccessNode +LogPluginManager: Mounting Engine plugin TraceDataFilters +LogPluginManager: Mounting Engine plugin RenderDocPlugin +LogPluginManager: Mounting Engine plugin TextureFormatOodle +LogPluginManager: Mounting Engine plugin UObjectPlugin +LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess +LogPluginManager: Mounting Engine plugin AssetManagerEditor +LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin BlueprintHeaderView +LogPluginManager: Mounting Engine plugin EditorDebugTools +LogPluginManager: Mounting Engine plugin CurveEditorTools +LogPluginManager: Mounting Engine plugin ChangelistReview +LogPluginManager: Mounting Engine plugin EditorScriptingUtilities +LogPluginManager: Mounting Engine plugin DataValidation +LogPluginManager: Mounting Engine plugin EngineAssetDefinitions +LogPluginManager: Mounting Engine plugin FacialAnimation +LogPluginManager: Mounting Engine plugin GameplayTagsEditor +LogPluginManager: Mounting Engine plugin CryptoKeys +LogPluginManager: Mounting Engine plugin GeometryMode +LogPluginManager: Mounting Engine plugin MaterialAnalyzer +LogPluginManager: Mounting Engine plugin MacGraphicsSwitching +LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode +LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard +LogPluginManager: Mounting Engine plugin ProxyLODPlugin +LogPluginManager: Mounting Engine plugin MeshLODToolset +LogPluginManager: Mounting Engine plugin PluginBrowser +LogPluginManager: Mounting Engine plugin SequencerAnimTools +LogPluginManager: Mounting Engine plugin SpeedTreeImporter +LogPluginManager: Mounting Engine plugin UVEditor +LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities +LogPluginManager: Mounting Engine plugin LauncherChunkInstaller +LogPluginManager: Mounting Engine plugin OnlineServices +LogPluginManager: Mounting Engine plugin OnlineBase +LogPluginManager: Mounting Engine plugin OnlineSubsystem +LogPluginManager: Mounting Engine plugin OnlineSubsystemNull +LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils +LogPluginManager: Mounting Engine plugin Niagara +LogPluginManager: Mounting Engine plugin NiagaraSimCaching +LogPluginManager: Mounting Engine plugin InterchangeTests +LogPluginManager: Mounting Engine plugin AlembicImporter +LogPluginManager: Mounting Engine plugin TcpMessaging +LogPluginManager: Mounting Engine plugin Takes +LogPluginManager: Mounting Engine plugin ActorSequence +LogPluginManager: Mounting Engine plugin UdpMessaging +LogPluginManager: Mounting Engine plugin LevelSequenceEditor +LogPluginManager: Mounting Engine plugin SequencerScripting +LogPluginManager: Mounting Engine plugin Paper2D +LogPluginManager: Mounting Engine plugin TemplateSequence +LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor +LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS +LogPluginManager: Mounting Engine plugin MetaHumanProjectUtilities +LogPluginManager: Mounting Engine plugin XInputDevice +LogPluginManager: Mounting Engine plugin LightMixer +LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay +LogPluginManager: Mounting Engine plugin ObjectMixer +LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource +SourceControl: Revision control is disabled +SourceControl: Revision control is disabled +SourceControl: Revision control is disabled +LogStudioTelemetry: Display: Starting StudioTelemetry Module +LogStudioTelemetry: Display: Created an analytics provider LogAnalytics from module AnalyticsLog configuration Engine [StudioTelemetry.Log] +LogStudioTelemetry: Started StudioTelemetry Session +LogWindows: Failed to load 'WinPixGpuCapturer.dll' (GetLastError=126) +LogWindows: File 'WinPixGpuCapturer.dll' does not exist +PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. +LogConfig: Applying CVar settings from Section [/Script/RenderDocPlugin.RenderDocPluginSettings] File [Engine] +RenderDocPlugin: Display: RenderDoc plugin will not be loaded. Use '-AttachRenderDoc' on the cmd line or enable 'renderdoc.AutoAttach' in the plugin settings. +LogInit: Using libcurl 8.4.0 +LogInit: - built for Windows +LogInit: - supports SSL with OpenSSL/1.1.1t +LogInit: - supports HTTP deflate (compression) using libz 1.3 +LogInit: - other features: +LogInit: CURL_VERSION_SSL +LogInit: CURL_VERSION_LIBZ +LogInit: CURL_VERSION_IPV6 +LogInit: CURL_VERSION_ASYNCHDNS +LogInit: CURL_VERSION_LARGEFILE +LogInit: CurlRequestOptions (configurable via config and command line): +LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate +LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy +LogInit: - bDontReuseConnections = false - Libcurl will reuse connections +LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host +LogInit: - LocalHostAddr = Default +LogInit: - BufferSize = 65536 +LogInit: CreateHttpThread using FCurlHttpThread +LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467 +LogOnline: OSS: Created online subsystem instance for: NULL +LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +LogInit: ExecutableName: UnrealEditor.exe +LogInit: Build: ++UE5+Release-5.4-CL-35576357 +LogInit: Platform=WindowsEditor +LogInit: MachineId=046a422842307c5389fcfb85fdde73f2 +LogInit: DeviceId= +LogInit: Engine Version: 5.4.4-35576357+++UE5+Release-5.4 +LogInit: Compatible Engine Version: 5.4.0-33043543+++UE5+Release-5.4 +LogInit: Net CL: 33043543 +LogInit: OS: Windows 10 (22H2) [10.0.19045.5608] (), CPU: AMD Ryzen 9 5900X 12-Core Processor , GPU: NVIDIA GeForce RTX 4070 Ti SUPER +LogInit: Compiled (64-bit): Aug 16 2024 04:10:34 +LogInit: Architecture: x64 +LogInit: Compiled with Visual C++: 19.38.33130.00 +LogInit: Build Configuration: Development +LogInit: Branch Name: ++UE5+Release-5.4 +LogInit: Command Line: +LogInit: Base Directory: F:/UE_5.4/Engine/Binaries/Win64/ +LogInit: Allocator: Mimalloc +LogInit: Installed Engine Build: 1 +LogInit: This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no +LogDevObjectVersion: Number of dev versions registered: 36 +LogDevObjectVersion: Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 10 +LogDevObjectVersion: Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0 +LogDevObjectVersion: Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 4 +LogDevObjectVersion: Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 40 +LogDevObjectVersion: Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 37 +LogDevObjectVersion: Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 3 +LogDevObjectVersion: Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0 +LogDevObjectVersion: Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0 +LogDevObjectVersion: Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 20 +LogDevObjectVersion: Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0 +LogDevObjectVersion: Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 48 +LogDevObjectVersion: Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 13 +LogDevObjectVersion: Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 3 +LogDevObjectVersion: Dev-LoadTimes (C2A15278-BFE7-4AFE-6C17-90FF531DF755): 1 +LogDevObjectVersion: Private-Geometry (6EACA3D4-40EC-4CC1-B786-8BED09428FC5): 3 +LogDevObjectVersion: Dev-AnimPhys (29E575DD-E0A3-4627-9D10-D276232CDCEA): 17 +LogDevObjectVersion: Dev-Anim (AF43A65D-7FD3-4947-9873-3E8ED9C1BB05): 15 +LogDevObjectVersion: Dev-ReflectionCapture (6B266CEC-1EC7-4B8F-A30B-E4D90942FC07): 1 +LogDevObjectVersion: Dev-Automation (0DF73D61-A23F-47EA-B727-89E90C41499A): 1 +LogDevObjectVersion: FortniteMain (601D1886-AC64-4F84-AA16-D3DE0DEAC7D6): 134 +LogDevObjectVersion: FortniteValkyrie (8DBC2C5B-54A7-43E0-A768-FCBB7DA29060): 8 +LogDevObjectVersion: FortniteSeason (5B4C06B7-2463-4AF8-805B-BF70CDF5D0DD): 12 +LogDevObjectVersion: FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 13 +LogDevObjectVersion: Dev-Enterprise (9DFFBCD6-494F-0158-E221-12823C92A888): 10 +LogDevObjectVersion: Dev-Niagara (F2AED0AC-9AFE-416F-8664-AA7FFA26D6FC): 1 +LogDevObjectVersion: Dev-Destruction (174F1F0B-B4C6-45A5-B13F-2EE8D0FB917D): 10 +LogDevObjectVersion: Dev-Physics-Ext (35F94A83-E258-406C-A318-09F59610247C): 41 +LogDevObjectVersion: Dev-PhysicsMaterial-Chaos (B68FC16E-8B1B-42E2-B453-215C058844FE): 1 +LogDevObjectVersion: Dev-CineCamera (B2E18506-4273-CFC2-A54E-F4BB758BBA07): 1 +LogDevObjectVersion: Dev-VirtualProduction (64F58936-FD1B-42BA-BA96-7289D5D0FA4E): 1 +LogDevObjectVersion: UE5-Main (697DD581-E64F-41AB-AA4A-51ECBEB7B628): 119 +LogDevObjectVersion: UE5-Release (D89B5E42-24BD-4D46-8412-ACA8DF641779): 51 +LogDevObjectVersion: UE5-PrivateFrosty (59DA5D52-1232-4948-B878-597870B8E98B): 8 +LogDevObjectVersion: UE5-Dev-Cooker (26075A32-730F-4708-88E9-8C32F1599D05): 0 +LogDevObjectVersion: Dev-MediaFramework (6F0ED827-A609-4895-9C91-998D90180EA4): 2 +LogDevObjectVersion: UE5-Dev-LWCRendering (30D58BE3-95EA-4282-A6E3-B159D8EBB06A): 1 +LogInit: Presizing for max 25165824 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool. +LogInit: Object subsystem initialized +LogConfig: Set CVar [[con.DebugEarlyDefault:1]] +LogConfig: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created +LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created +LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created +LogConfig: Set CVar [[r.setres:1280x720]] +LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created +LogConfig: CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] deferred - dummy variable created +LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created +LogConfig: CVar [[r.Occlusion.SingleRHIThreadStall:1]] deferred - dummy variable created +LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]] +LogConfig: CVar [[D3D12.Bindless.ResourceDescriptorHeapSize:100000]] deferred - dummy variable created +LogConfig: CVar [[D3D12.Bindless.SamplerDescriptorHeapSize:2048]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[r.VSync:0]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs:0]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[r.Mobile.EnableNoPrecomputedLightingCSMShader:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] +[2025.04.02-13.32.37:744][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] +[2025.04.02-13.32.37:744][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created +[2025.04.02-13.32.37:744][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created +[2025.04.02-13.32.37:745][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created +[2025.04.02-13.32.37:753][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.AOQuality:2]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.DetailMode:3]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: CVar [[fx.Niagara.QualityLevel:3]] deferred - dummy variable created +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] +[2025.04.02-13.32.37:753][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] +[2025.04.02-13.32.37:756][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.02-13.32.37:756][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.02-13.32.37:756][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.02-13.32.37:905][ 0]LogD3D12RHI: Aftermath initialized +[2025.04.02-13.32.37:905][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +[2025.04.02-13.32.37:905][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.02-13.32.38:136][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 4070 Ti SUPER (VendorId: 10de, DeviceId: 2689, SubSysId: 89b91043, Revision: 00a1 +[2025.04.02-13.32.38:136][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported +[2025.04.02-13.32.38:136][ 0]LogD3D12RHI: Adapter has 16063MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 3 output[s] +[2025.04.02-13.32.38:136][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.02-13.32.38:136][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.04.02-13.32.38:142][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 +[2025.04.02-13.32.38:142][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported +[2025.04.02-13.32.38:142][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 0 output[s] +[2025.04.02-13.32.38:142][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. +[2025.04.02-13.32.38:142][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 +[2025.04.02-13.32.38:142][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.02-13.32.38:142][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.04.02-13.32.38:142][ 0]LogHAL: Display: Platform has ~ 64 GB [68641247232 / 68719476736 / 64], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) +[2025.04.02-13.32.38:143][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] +[2025.04.02-13.32.38:143][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-13.32.38:143][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.02-13.32.38:150][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] +[2025.04.02-13.32.38:150][ 0]LogConfig: Set CVar [[r.Shaders.WarningsAsErrors:0 ;; 0: off, 1: global shaders, 2: all]] +[2025.04.02-13.32.38:150][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] +[2025.04.02-13.32.38:150][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] +[2025.04.02-13.32.38:150][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.02-13.32.38:150][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] +[2025.04.02-13.32.38:150][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] +[2025.04.02-13.32.38:150][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Config/WindowsEditor/Editor.ini] +[2025.04.02-13.32.38:150][ 0]LogInit: Computer: DESKTOP-KTQTHKD +[2025.04.02-13.32.38:150][ 0]LogInit: User: LoreNatusol +[2025.04.02-13.32.38:150][ 0]LogInit: CPU Page size=4096, Cores=12 +[2025.04.02-13.32.38:150][ 0]LogInit: High frequency timer resolution =10.000000 MHz +[2025.04.02-13.32.38:537][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits +[2025.04.02-13.32.38:537][ 0]LogMemory: Memory total: Physical=63.9GB (64GB approx) Virtual=73.4GB +[2025.04.02-13.32.38:537][ 0]LogMemory: Platform Memory Stats for WindowsEditor +[2025.04.02-13.32.38:537][ 0]LogMemory: Process Physical Memory: 536.39 MB used, 549.47 MB peak +[2025.04.02-13.32.38:537][ 0]LogMemory: Process Virtual Memory: 553.93 MB used, 553.93 MB peak +[2025.04.02-13.32.38:537][ 0]LogMemory: Physical Memory: 20859.25 MB used, 44602.15 MB free, 65461.39 MB total +[2025.04.02-13.32.38:537][ 0]LogMemory: Virtual Memory: 29418.05 MB used, 45771.34 MB free, 75189.39 MB total +[2025.04.02-13.32.38:537][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" +[2025.04.02-13.32.38:541][ 0]LogWindows: WindowsPlatformFeatures enabled +[2025.04.02-13.32.38:619][ 0]LogInit: Physics initialised using underlying interface: Chaos +[2025.04.02-13.32.38:620][ 0]LogInit: Using OS detected language (en-US). +[2025.04.02-13.32.38:620][ 0]LogInit: Using OS detected locale (en-US). +[2025.04.02-13.32.38:623][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. +[2025.04.02-13.32.38:623][ 0]LogInit: Setting process to per monitor DPI aware +[2025.04.02-13.32.38:913][ 0]LogWindowsTextInputMethodSystem: Available input methods: +[2025.04.02-13.32.38:913][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). +[2025.04.02-13.32.38:913][ 0]LogWindowsTextInputMethodSystem: - English (United States) - Touch Input Correction (TSF IME). +[2025.04.02-13.32.38:913][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.02-13.32.38:982][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 +[2025.04.02-13.32.38:982][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 +[2025.04.02-13.32.41:135][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.02-13.32.41:135][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.02-13.32.41:135][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.02-13.32.41:135][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.02-13.32.41:135][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.02-13.32.41:135][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 +[2025.04.02-13.32.41:136][ 0]LogWindows: Attached monitors: +[2025.04.02-13.32.41:136][ 0]LogWindows: resolution: 1920x1080, work area: (2560, 457) -> (4480, 1497), device: '\\.\DISPLAY1' +[2025.04.02-13.32.41:136][ 0]LogWindows: resolution: 2560x1440, work area: (-2560, 629) -> (0, 2019), device: '\\.\DISPLAY2' +[2025.04.02-13.32.41:136][ 0]LogWindows: resolution: 2560x1440, work area: (0, 0) -> (2560, 1400), device: '\\.\DISPLAY3' [PRIMARY] +[2025.04.02-13.32.41:136][ 0]LogWindows: Found 3 attached monitors. +[2025.04.02-13.32.41:136][ 0]LogWindows: Gathering driver information using Windows Setup API +[2025.04.02-13.32.41:136][ 0]LogRHI: RHI Adapter Info: +[2025.04.02-13.32.41:136][ 0]LogRHI: Name: NVIDIA GeForce RTX 4070 Ti SUPER +[2025.04.02-13.32.41:136][ 0]LogRHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.02-13.32.41:136][ 0]LogRHI: Driver Date: 12-3-2024 +[2025.04.02-13.32.41:136][ 0]LogD3D12RHI: GPU DeviceId: 0x2689 (for the marketing name, search the web for "GPU Device Id") +[2025.04.02-13.32.41:136][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off +[2025.04.02-13.32.41:140][ 0]LogD3D12RHI: [Aftermath] Aftermath crash dumping enabled +[2025.04.02-13.32.41:140][ 0]LogD3D12RHI: [DRED] Dred breadcrumb context enabled +[2025.04.02-13.32.41:140][ 0]LogD3D12RHI: [DRED] Using lightweight DRED. +[2025.04.02-13.32.41:140][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: [Aftermath] Aftermath enabled and primed +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: [Aftermath] Aftermath resource tracking enabled +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: ID3D12Device1 is supported. +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: ID3D12Device2 is supported. +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: ID3D12Device3 is supported. +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: ID3D12Device4 is supported. +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: ID3D12Device5 is supported. +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: ID3D12Device6 is supported. +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: ID3D12Device7 is supported. +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: ID3D12Device8 is supported. +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: ID3D12Device9 is supported. +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: ID3D12Device10 is supported. +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: ID3D12Device11 is supported. +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: ID3D12Device12 is supported. +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: Bindless resources are supported +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: Raster order views are supported +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported +[2025.04.02-13.32.41:248][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported +[2025.04.02-13.32.41:304][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (3D) +[2025.04.02-13.32.41:305][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Copy) +[2025.04.02-13.32.41:305][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Compute) +[2025.04.02-13.32.41:323][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 +[2025.04.02-13.32.41:323][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 +[2025.04.02-13.32.41:323][ 0]LogRHI: Texture pool is 9635 MB (70% of 13765 MB) +[2025.04.02-13.32.41:323][ 0]LogD3D12RHI: Async texture creation enabled +[2025.04.02-13.32.41:323][ 0]LogD3D12RHI: RHI has support for 64 bit atomics +[2025.04.02-13.32.41:338][ 0]LogVRS: Current RHI supports Variable Rate Shading +[2025.04.02-13.32.41:340][ 0]LogInit: Initializing FReadOnlyCVARCache +[2025.04.02-13.32.41:429][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all' +[2025.04.02-13.32.41:429][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all" ] +[2025.04.02-13.32.41:899][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC +[2025.04.02-13.32.41:899][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT +[2025.04.02-13.32.41:899][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 +[2025.04.02-13.32.41:899][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp +[2025.04.02-13.32.41:899][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed +[2025.04.02-13.32.41:899][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 +[2025.04.02-13.32.41:899][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll +[2025.04.02-13.32.41:920][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll +[2025.04.02-13.32.41:941][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle +[2025.04.02-13.32.42:024][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' +[2025.04.02-13.32.42:024][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' +[2025.04.02-13.32.42:024][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' +[2025.04.02-13.32.42:024][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' +[2025.04.02-13.32.42:024][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' +[2025.04.02-13.32.42:024][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' +[2025.04.02-13.32.42:024][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' +[2025.04.02-13.32.42:024][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' +[2025.04.02-13.32.42:024][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' +[2025.04.02-13.32.42:024][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' +[2025.04.02-13.32.42:055][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' +[2025.04.02-13.32.42:055][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' +[2025.04.02-13.32.42:083][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' +[2025.04.02-13.32.42:083][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' +[2025.04.02-13.32.42:083][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' +[2025.04.02-13.32.42:083][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' +[2025.04.02-13.32.42:106][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' +[2025.04.02-13.32.42:106][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' +[2025.04.02-13.32.42:106][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' +[2025.04.02-13.32.42:131][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' +[2025.04.02-13.32.42:131][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' +[2025.04.02-13.32.42:131][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' +[2025.04.02-13.32.42:131][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' +[2025.04.02-13.32.42:156][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' +[2025.04.02-13.32.42:156][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' +[2025.04.02-13.32.42:206][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' +[2025.04.02-13.32.42:206][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' +[2025.04.02-13.32.42:206][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' +[2025.04.02-13.32.42:206][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' +[2025.04.02-13.32.42:206][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor +[2025.04.02-13.32.42:360][ 0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. +[2025.04.02-13.32.42:725][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: SF_METAL +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: SF_METAL_MRT +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: SF_METAL_TVOS +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: SF_METAL_SM5 +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: SF_METAL_SM6 +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: SF_METAL_SIM +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: PCD3D_SM6 +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: PCD3D_SM5 +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: PCD3D_ES31 +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: GLSL_150_ES31 +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: VVM_1_0 +[2025.04.02-13.32.42:754][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat +[2025.04.02-13.32.42:755][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 +[2025.04.02-13.32.42:755][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID +[2025.04.02-13.32.42:755][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 +[2025.04.02-13.32.42:755][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID +[2025.04.02-13.32.42:755][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 +[2025.04.02-13.32.42:755][ 0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0). +[2025.04.02-13.32.42:756][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB +[2025.04.02-13.32.42:756][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/DDC.ddp not found, will not use a pak cache. +[2025.04.02-13.32.42:756][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. +[2025.04.02-13.32.42:757][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.02-13.32.42:757][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. +[2025.04.02-13.32.42:797][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2464 MiB) +[2025.04.02-13.32.42:797][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.02-13.32.42:797][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. +[2025.04.02-13.32.42:798][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data +[2025.04.02-13.32.42:804][ 0]LogZenServiceInstance: InTree version at 'F:/UE_5.4/Engine/Binaries/Win64/zenserver.exe' is '5.4.5-202405102234-windows-x64-release-373e58b' +[2025.04.02-13.32.42:809][ 0]LogZenServiceInstance: Installed version at 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' +[2025.04.02-13.32.42:809][ 0]LogZenServiceInstance: No current process using the data dir found, launching a new instance +[2025.04.02-13.32.42:809][ 0]LogZenServiceInstance: Display: Launching executable 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe', working dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install', data dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data', args '--port 8558 --data-dir "C:\Users\Lore Natusol\AppData\Local\UnrealEngine\Common\Zen\Data" --http asio --gc-cache-duration-seconds 1209600 --gc-interval-seconds 21600 --gc-low-diskspace-threshold 2147483648 --http-forceloopback --quiet --owner-pid 30592' +[2025.04.02-13.32.43:413][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. +[2025.04.02-13.32.43:414][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. +[2025.04.02-13.32.43:467][ 0]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.05 seconds. +[2025.04.02-13.32.43:467][ 0]LogDerivedDataCache: Display: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.05ms. RandomReadSpeed=20.08MBs, RandomWriteSpeed=169.28MBs. Assigned SpeedClass 'Local' +[2025.04.02-13.32.43:468][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly +[2025.04.02-13.32.43:468][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' +[2025.04.02-13.32.43:468][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. +[2025.04.02-13.32.43:468][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. +[2025.04.02-13.32.43:468][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. +[2025.04.02-13.32.43:468][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' +[2025.04.02-13.32.43:468][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. +[2025.04.02-13.32.43:469][ 0]LogShaderCompilers: Guid format shader working directory is -11 characters bigger than the processId version (../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/Shaders/WorkingDirectory/30592/). +[2025.04.02-13.32.43:469][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Lore Natusol/AppData/Local/Temp/UnrealShaderWorkingDir/E840B856454D9513C081B68784FED05E/'. +[2025.04.02-13.32.43:469][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. +[2025.04.02-13.32.43:469][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers. +[2025.04.02-13.32.43:470][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush +[2025.04.02-13.32.43:477][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.02-13.32.48:158][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 +[2025.04.02-13.32.49:130][ 0]LogSlate: Using FreeType 2.10.0 +[2025.04.02-13.32.49:146][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 +[2025.04.02-13.32.49:155][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.02-13.32.49:155][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.02-13.32.49:183][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.02-13.32.49:183][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.02-13.32.49:183][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.02-13.32.49:183][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.02-13.32.49:259][ 0]LogAssetRegistry: FAssetRegistry took 0.0015 seconds to start up +[2025.04.02-13.32.49:263][ 0]LogEditorDomain: Display: EditorDomain is Disabled +[2025.04.02-13.32.49:265][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin. +[2025.04.02-13.32.49:421][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). +[2025.04.02-13.32.49:421][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal +[2025.04.02-13.32.49:421][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled +[2025.04.02-13.32.49:422][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. +[2025.04.02-13.32.49:422][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. +[2025.04.02-13.32.49:443][ 0]LogDeviceProfileManager: Active device profile: [0000075AD1E1AE00][0000075AB8300000 66] WindowsEditor +[2025.04.02-13.32.49:443][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" +[2025.04.02-13.32.49:443][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush +[2025.04.02-13.32.49:449][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.02-13.32.49:450][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.18362.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.22621.0, Allowed_AutoSdk=10.0.19041.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists") +[2025.04.02-13.32.49:479][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD' +[2025.04.02-13.32.49:479][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD" -nocompile -nocompileuat ] +[2025.04.02-13.32.49:684][ 0]LogMaterial: Display: WorldGridMaterial-SM6-Default: MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378BB459A7F0DBAC5232AC3C6813D7A1C9C1E037A6F_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_TDepthOnlyVS0_0_03809D327566D79B7D003D609F3FFBC28CB24CA5DBE22A860DB786AA9A7DE7C711953CC3F484404A4_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_FTranslucentLightingInjectPS0_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS1_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS2_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS3_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS4_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS5_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS6_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS7_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS8_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS9_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS10_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS11_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS12_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS13_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS14_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS15_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS16_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS17_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS18_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS19_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS20_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS21_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS22_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS23_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS24_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS25_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS26_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS27_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS28_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS29_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS30_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS31_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TShadowDepthVSVertexShadowDepth_PerspectiveCorrectPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3786F63A2867FA005A1D9974353C1F05C64FB02CAA1_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_TShadowDepthVSVertexShadowDepth_VirtualShadowMapPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37854CCF0F0329BEB98E3834B9B0E1CAAB6B4587848_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TShadowDepthVSVertexShadowDepth_OnePassPointLightPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3784449D1779A17BA029521B676974C013CAD4F1D63_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_DepthPosOnlyNoPixelPipeline3809D327566D79B7D003D609F3FFBC28CB24CA5D_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FGPUSpriteVertexFactory245FB466A2A94E1A1436B691BFD0A7AD3AAB15226F4AA5ED14228FB7E8DA60EA4B587BD3239FAD94B9CA513CCBA4F1E3AF7D9556DD0F2FF45E951E1A_FNiagaraRibbonVertexFactoryD19292AE439B9BA2AF405539D8C979D72ADDB9DAA5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966DE03DD13CEAD2D60503F2AAC85D4762994EF4025A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966_TGPUSkinAPEXClothVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FParticleSpriteVertexFactory50F1F3C21861C59B390701CCEFB63753852D229FF99E1B0FB635933CEEAC41CF9441DF5EA4A994CA9DAE5A7C55936FD50BC3B20BD063C1832A4D4247_TGPUSkinVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_FVectorFieldVisualizationVertexFactory36404C380DD96CD0872E9BBEDDFAD1A6E72AA01DCC854D8E74FEAEF90804D69AF6B78BD07A141ACC_FNiagaraMeshVertexFactoryF3FBD77A8F4B4A38338B697D58BDAC7AB8D5B27C4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9571BD81B2CBA1F364F28A837532353718EB814537B4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9574B3A20E0CA93D5CA5A60C16EF2EB14EA073FC957_FParticleBeamTrailVertexFactory9B4864381849C227417F59C2CD595ADF65DE8972378BBDDEC2CEAC35A309C357B38D702E7981D5D3_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_TGPUSkinVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_TGPUSkinAPEXClothVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FGeometryCollectionVertexFactory74DF12C20858E13A6E65317951D0E79E184025DB49D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC41_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FMeshParticleVertexFactory8E5462CD108F3ACF9C2D93B79DB64B3906833D1AF773920348F231C490A74B1A551F8CE3ABF04791_FInstancedStaticMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869739A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD_FSplineMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B3218697A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965_FLocalVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869781418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FNiagaraSpriteVertexFactoryACB1629DF3CA3124277348B8C5E6DFA8BCE4390C5957CFEE095AEFFBA7F83F09F020F15CF6555718EFF166204144512228FF7A163011544EEF3FD2265957CFEE095AEFFBA7F83F09F020F15CF65557185957CFEE095AEFFBA7F83F09F020F15CF6555718_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FGeometryCacheVertexVertexFactory74ADC0A3F4354AA5B6F6B8CDE88F0843E005C5DD76143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCESPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_2c57d0a836509d36c7c166415bfeb15e0ef573dcd9b4603cf1538f7314f9243dSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_54a1312cf73db2c90c5ed5f36724cf7f386b575e0cdac7da6333551840860f28SPM_b902cb58365a597ab0b6fe8cf87ae04d551e6747d32c37d928b8157fd3eba5c0SPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_36d1d796bf3fb73ccd892afb1b779f503d696f05fd480468b72f5ef66020825cSPM_83dbf399e330e02ba06c94ef9626063f802e7dad4acecf70bd8dc6046d1c22bbSPM_4a9d07239f86cc5310d60e8af0f25edf06a7d9ea4a2cac6d8cec6a1602c017a9SPM_16580fe885dc965c263d5eaad54b525a074fe46b65804a2a9a8eeb6c60d81eccSPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_1abdcf528b27ee15ea112606f7deb0e2bf1615c76e72788521d73027ce1f58d5SPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_44cfd7856989e0d50b86ae467107f8cb1927d4c4ac69e4400cc83861f7c2587fSPM_5ba0c5b7c5677cfc80f9c206abf3f2281b0c59cf7534bc2c0c3040647bc959d3SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_35ddf07c29b7ba174b82f284a0659e75175dffbdb1e5bcfbb8be87ef8e1351f9SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_2379ae40c9a93d1354f571759773506590e9bd6d2be3b959dc2ab0dca7e60fe4SPM_f6481c86c24d5e8e86b711ed96952ba756b1b40357dd9cadb41c22ae0d52834bSPM_a2ca952d5d0c16a12b0eca91df068d9ce926000b17be062f97ba31ac64039a67SPM_e99122b96c86762ba069e73393d36dd9e7886cd1e40a4c23c10949dc4144ff77SPM_c4fd33b245ca554105394a55a3b11ebe5ab14de075817620e79925a15f1d4e79SPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_98e11b36ef3d6e4dc166bfc6020842cb5ad6481ef73003a086fd4cdf34885068SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_db11416980d7f513dc0e1e08a8df85b346a02b99b3dfcc1a6c49176898f046c7SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; +_MatTransl_3B7A55D3409170328211A060FC2E3BB1E263C720_BBD650804D314CE7A44ADF9BB4F3F5F9_ +[2025.04.02-13.32.50:107][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction +[2025.04.02-13.32.50:107][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction +[2025.04.02-13.32.50:107][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging +[2025.04.02-13.32.50:107][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available +[2025.04.02-13.32.50:107][ 0]LogMeshMerging: No distributed automatic mesh merging module available +[2025.04.02-13.32.50:220][ 0]LogTurnkeySupport: Completed device detection: Code = 0 +[2025.04.02-13.32.51:009][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None +[2025.04.02-13.32.51:009][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled +[2025.04.02-13.32.51:018][ 0]LogUObjectArray: 22203 objects as part of root set at end of initial load. +[2025.04.02-13.32.51:018][ 0]LogUObjectAllocator: 6109744 out of 0 bytes used by permanent object pool. +[2025.04.02-13.32.51:018][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool +[2025.04.02-13.32.51:053][ 0]LogLiveCoding: Display: Starting LiveCoding +[2025.04.02-13.32.51:053][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development +[2025.04.02-13.32.51:054][ 0]LogLiveCoding: Display: First instance in process group "UE_Elistria_Calling_0x6dd5b082", spawning console +[2025.04.02-13.32.51:214][ 0]LogSlate: Border +[2025.04.02-13.32.51:214][ 0]LogSlate: BreadcrumbButton +[2025.04.02-13.32.51:214][ 0]LogSlate: Brushes.Title +[2025.04.02-13.32.51:214][ 0]LogSlate: Default +[2025.04.02-13.32.51:214][ 0]LogSlate: Icons.Save +[2025.04.02-13.32.51:214][ 0]LogSlate: Icons.Toolbar.Settings +[2025.04.02-13.32.51:214][ 0]LogSlate: ListView +[2025.04.02-13.32.51:214][ 0]LogSlate: SoftwareCursor_CardinalCross +[2025.04.02-13.32.51:214][ 0]LogSlate: SoftwareCursor_Grab +[2025.04.02-13.32.51:214][ 0]LogSlate: TableView.DarkRow +[2025.04.02-13.32.51:214][ 0]LogSlate: TableView.Row +[2025.04.02-13.32.51:214][ 0]LogSlate: TreeView +[2025.04.02-13.32.51:522][ 0]LogLiveCoding: Display: Waiting for server +[2025.04.02-13.32.52:315][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... +[2025.04.02-13.32.52:317][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 1.637 ms +[2025.04.02-13.32.52:425][ 0]LogInit: XR: Instanced Stereo Rendering is Disabled +[2025.04.02-13.32.52:425][ 0]LogInit: XR: MultiViewport is Disabled +[2025.04.02-13.32.52:425][ 0]LogInit: XR: Mobile Multiview is Disabled +[2025.04.02-13.32.52:425][ 0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-KTQTHKD: (Name=DESKTOP-KTQTHKD, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid") +[2025.04.02-13.32.52:711][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread +[2025.04.02-13.32.53:796][ 0]LogPython: Using Python 3.11.8 +[2025.04.02-13.32.54:437][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping +[2025.04.02-13.32.54:891][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... +[2025.04.02-13.32.54:909][ 0]LogMetasoundEngine: MetaSound Engine Initialized +[2025.04.02-13.32.56:319][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 1282FE07A51E4A27800000000000AA00 | Instance: 666F30AF4BE26F8915B9A89BAB2549A3 (DESKTOP-KTQTHKD-30592). +[2025.04.02-13.32.56:612][ 0]LogTcpMessaging: Initializing TcpMessaging bridge +[2025.04.02-13.32.56:673][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. +[2025.04.02-13.32.56:674][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:62197'. +[2025.04.02-13.32.56:675][ 0]LogUdpMessaging: Display: Added local interface '192.168.1.109' to multicast group '230.0.0.1:6666' +[2025.04.02-13.32.58:827][ 0]LogOpenImageDenoise: OIDN starting up +[2025.04.02-13.32.59:225][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.02-13.32.59:225][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.02-13.32.59:273][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance +[2025.04.02-13.32.59:911][ 0]SourceControl: Revision control is disabled +[2025.04.02-13.33.00:046][ 0]SourceControl: Revision control is disabled +[2025.04.02-13.33.01:555][ 0]LogCollectionManager: Loaded 0 collections in 0.000723 seconds +[2025.04.02-13.33.01:557][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Collections/' took 0.00s +[2025.04.02-13.33.01:558][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Developers/LoreNatusol/Collections/' took 0.00s +[2025.04.02-13.33.01:560][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Collections/' took 0.00s +[2025.04.02-13.33.02:005][ 0]LogEngine: Initializing Engine... +[2025.04.02-13.33.02:014][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s +[2025.04.02-13.33.02:276][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll +[2025.04.02-13.33.02:375][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-13.33.02:378][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. +[2025.04.02-13.33.02:378][ 0]LogInit: Texture streaming: Enabled +[2025.04.02-13.33.02:454][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.4.4-35576357+++UE5+Release-5.4 +[2025.04.02-13.33.02:485][ 0]LogAudio: Display: Initializing Audio Device Manager... +[2025.04.02-13.33.02:511][ 0]LogAudio: Display: Loading Default Audio Settings Objects... +[2025.04.02-13.33.02:516][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). +[2025.04.02-13.33.02:516][ 0]LogAudio: Display: AudioInfo: 'OPUS' Registered +[2025.04.02-13.33.02:516][ 0]LogAudio: Display: AudioInfo: 'OGG' Registered +[2025.04.02-13.33.02:541][ 0]LogAudio: Display: AudioInfo: 'ADPCM' Registered +[2025.04.02-13.33.02:541][ 0]LogAudio: Display: AudioInfo: 'PCM' Registered +[2025.04.02-13.33.02:567][ 0]LogAudio: Display: AudioInfo: 'BINKA' Registered +[2025.04.02-13.33.02:594][ 0]LogAudio: Display: AudioInfo: 'RADA' Registered +[2025.04.02-13.33.02:594][ 0]LogAudio: Display: Audio Device Manager Initialized +[2025.04.02-13.33.02:594][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True +[2025.04.02-13.33.02:595][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-13.33.02:595][ 0]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-13.33.02:595][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-13.33.02:595][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-13.33.02:595][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-13.33.02:595][ 0]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-13.33.02:595][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-13.33.02:595][ 0]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-13.33.02:595][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-13.33.02:595][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-13.33.02:595][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-13.33.02:639][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-13.33.02:668][ 0]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-13.33.02:668][ 0]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-13.33.02:691][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-13.33.02:691][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-13.33.02:691][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 +[2025.04.02-13.33.02:691][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 +[2025.04.02-13.33.02:693][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 +[2025.04.02-13.33.02:693][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 +[2025.04.02-13.33.02:693][ 0]LogInit: FAudioDevice initialized with ID 1. +[2025.04.02-13.33.02:693][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. +[2025.04.02-13.33.02:693][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 +[2025.04.02-13.33.02:721][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" +[2025.04.02-13.33.02:730][ 0]LogInit: Undo buffer set to 32 MB +[2025.04.02-13.33.02:730][ 0]LogInit: Transaction tracking system initialized +[2025.04.02-13.33.02:803][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SourceControl/UncontrolledChangelists.json +[2025.04.02-13.33.03:236][ 0]LocalizationService: Localization service is disabled +[2025.04.02-13.33.03:306][ 0]TimingProfiler: Initialize +[2025.04.02-13.33.03:306][ 0]TimingProfiler: OnSessionChanged +[2025.04.02-13.33.03:306][ 0]LoadingProfiler: Initialize +[2025.04.02-13.33.03:306][ 0]LoadingProfiler: OnSessionChanged +[2025.04.02-13.33.03:306][ 0]NetworkingProfiler: Initialize +[2025.04.02-13.33.03:306][ 0]NetworkingProfiler: OnSessionChanged +[2025.04.02-13.33.03:306][ 0]MemoryProfiler: Initialize +[2025.04.02-13.33.03:306][ 0]MemoryProfiler: OnSessionChanged +[2025.04.02-13.33.04:043][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/' took 0.02s +[2025.04.02-13.33.04:885][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. +[2025.04.02-13.33.04:992][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete +[2025.04.02-13.33.05:091][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() +[2025.04.02-13.33.05:092][ 0]SourceControl: Revision control is disabled +[2025.04.02-13.33.05:092][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 30.715 +[2025.04.02-13.33.05:102][ 0]Cmd: MAP LOAD FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Maps/ThirdPersonMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 +[2025.04.02-13.33.05:109][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true +[2025.04.02-13.33.05:109][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-13.33.05:109][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-13.33.05:109][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-13.33.05:113][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-13.33.05:116][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.47ms +[2025.04.02-13.33.05:619][ 0]LogAssetRegistry: Display: Asset registry cache written as 27.3 MiB to ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin +[2025.04.02-13.33.05:629][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:Fill Objectives:Objectives.Objectives'. Unknown structure. +[2025.04.02-13.33.05:629][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:ExecuteUbergraph_WP_QuestHUD:K2Node_CustomEvent_Objectives.K2Node_CustomEvent_Objectives'. Unknown structure. +[2025.04.02-13.33.05:629][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:ExecuteUbergraph_WP_QuestHUD:CallFunc_Array_Get_Item'. Unknown structure. +[2025.04.02-13.33.06:850][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'ThirdPersonMap'. +[2025.04.02-13.33.06:850][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-13.33.06:857][ 0]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=0, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=1, InitializeForGame=0) +[2025.04.02-13.33.06:857][ 0]LogWorldPartition: Display: WorldPartition initialize started... +[2025.04.02-13.33.06:857][ 0]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap, World Type = Editor, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 1, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 +[2025.04.02-13.33.06:860][ 0]LogStreaming: Display: FlushAsyncLoading(1): 51 QueuedPackages, 0 AsyncPackages +[2025.04.02-13.33.07:190][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:SelectedQuest'. Unknown structure. +[2025.04.02-13.33.07:190][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:Add Quest:Quest'. Unknown structure. +[2025.04.02-13.33.07:190][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:Select Quest:Quest'. Unknown structure. +[2025.04.02-13.33.07:190][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:K2Node_CustomEvent_Quest_1'. Unknown structure. +[2025.04.02-13.33.07:190][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:K2Node_CustomEvent_Quest'. Unknown structure. +[2025.04.02-13.33.07:190][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:CallFunc_Array_Get_Item'. Unknown structure. +[2025.04.02-13.33.07:191][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestSlot.WB_QuestSlot_C:Quest'. Unknown structure. +[2025.04.02-13.33.07:191][ 0]LogClass: Warning: Struct Property Quest has a struct type mismatch (tag STRUCT_REINST_S_Quest_5(/Engine/Transient) != prop FallbackStruct(/Script/CoreUObject)) in package: /Game/MAIN_CONTENT/Quest_System/WB_QuestSlot. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-13.33.07:194][ 0]LogClass: Warning: Struct Property SelectedQuest has a struct type mismatch (tag STRUCT_REINST_S_Quest_5(/Engine/Transient) != prop FallbackStruct(/Script/CoreUObject)) in package: /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-13.33.07:217][ 0]LogClass: Warning: Struct Property SelectedQuest has a struct type mismatch (tag FallbackStruct(/Script/CoreUObject) != prop S_Quest(/Game/MAIN_CONTENT/Quest_System/S_Quest)) in package: FObjectReader. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-13.33.07:217][ 0]LogClass: Warning: Struct Property Quest has a struct type mismatch (tag FallbackStruct(/Script/CoreUObject) != prop S_Quest(/Game/MAIN_CONTENT/Quest_System/S_Quest)) in package: FObjectReader. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-13.33.07:264][ 0]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. +[2025.04.02-13.33.07:264][ 0]LogWorldPartition: Display: WorldPartition initialize took 406.955 ms +[2025.04.02-13.33.07:279][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.02-13.33.07:289][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.58ms +[2025.04.02-13.33.07:289][ 0]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.02-13.33.07:290][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.541ms to complete. +[2025.04.02-13.33.07:317][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 32.939 +[2025.04.02-13.33.07:427][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.33.07:428][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.33.07:428][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.33.07:428][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.33.07:428][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.33.07:428][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.33.07:428][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.33.07:428][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.33.07:428][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.33.07:428][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.33.07:428][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.33.07:428][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.33.07:428][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.33.07:445][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-13.33.07:452][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-13.33.07:460][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-13.33.07:467][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-13.33.07:495][ 0]LogSlate: The tab "TopRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.33.07:507][ 0]LogSlate: The tab "BottomRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.33.07:554][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.33.07:558][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/StarterContent.upack', mount point: 'root:/' +[2025.04.02-13.33.07:558][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.33.07:565][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' +[2025.04.02-13.33.07:565][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.33.07:571][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' +[2025.04.02-13.33.07:572][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.33.07:579][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' +[2025.04.02-13.33.07:579][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.33.07:585][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' +[2025.04.02-13.33.07:586][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.33.07:591][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' +[2025.04.02-13.33.07:592][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.33.07:597][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' +[2025.04.02-13.33.07:597][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.33.07:603][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' +[2025.04.02-13.33.07:603][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.33.07:610][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' +[2025.04.02-13.33.07:610][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.33.07:616][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' +[2025.04.02-13.33.07:981][ 0]LogSlate: Took 0.005084 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.04.02-13.33.07:987][ 0]LogSlate: Took 0.003388 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) +[2025.04.02-13.33.07:992][ 0]LogSlate: Took 0.003489 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) +[2025.04.02-13.33.08:314][ 0]LogStall: Startup... +[2025.04.02-13.33.08:316][ 0]LogStall: Startup complete. +[2025.04.02-13.33.08:348][ 0]LogLoad: (Engine Initialization) Total time: 33.97 seconds +[2025.04.02-13.33.08:404][ 0]LogAssetRegistry: AssetRegistryGather time 0.0842s: AssetDataDiscovery 0.0214s, AssetDataGather 0.0293s, StoreResults 0.0335s. + NumCachedDirectories 0. NumUncachedDirectories 1627. NumCachedFiles 7984. NumUncachedFiles 3. +[2025.04.02-13.33.08:418][ 0]LogSourceControl: Uncontrolled asset enumeration started... +[2025.04.02-13.33.08:443][ 0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000006 seconds (updated 0 objects) +[2025.04.02-13.33.08:444][ 0]LogContentStreaming: Texture pool size now 1000 MB +[2025.04.02-13.33.08:444][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" +[2025.04.02-13.33.08:583][ 0]LogSourceControl: Uncontrolled asset enumeration finished in 0.16542 seconds (Found 7962 uncontrolled assets) +[2025.04.02-13.33.08:679][ 0]LogPython: registering + +[2025.04.02-13.33.08:684][ 0]Running Python start-up script 'F:/UE_5.4/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.171587 secs +[2025.04.02-13.33.08:753][ 1]LogD3D12RHI: Cannot end block when stack is empty +[2025.04.02-13.33.17:046][339]LogSlate: Took 0.003887 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) +[2025.04.02-13.33.20:619][714]LogSlate: Took 0.005347 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.04.02-13.33.25:227][195]LogContentBrowser: Deferred new asset file creation: NewWorld +[2025.04.02-13.33.25:236][195]LogContentBrowser: Creating deferred item: NewWorld +[2025.04.02-13.33.25:250][196]LogContentBrowser: Renaming the item being created (Deferred Item: NewWorld). +[2025.04.02-13.33.26:203][296]LogContentBrowser: Attempting asset rename: NewWorld -> NewWorld +[2025.04.02-13.33.26:212][296]LogContentBrowser: End creating deferred item NewWorld +[2025.04.02-13.33.27:630][451]LogObjectTools: Deleting 1 worlds: /Game/MAIN_CONTENT/NewWorld.NewWorld +[2025.04.02-13.33.27:630][451]LogObjectTools: Currently 3 active worlds: /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap, /Engine/Transient.World_0, /Engine/Transient.World_1 +[2025.04.02-13.33.27:640][451]LogUObjectHash: Compacting FUObjectHashTables data took 0.52ms +[2025.04.02-13.33.28:518][451]LogSlate: Window 'Delete Assets' being destroyed +[2025.04.02-13.33.28:524][451]LogWorld: UWorld::CleanupWorld for NewWorld, bSessionEnded=true, bCleanupResources=true +[2025.04.02-13.33.28:524][451]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-13.33.28:530][451]LogUObjectHash: Compacting FUObjectHashTables data took 0.56ms +[2025.04.02-13.33.28:535][451]LogUObjectHash: Compacting FUObjectHashTables data took 0.46ms +[2025.04.02-13.33.28:539][451]LogUObjectHash: Compacting FUObjectHashTables data took 0.23ms +[2025.04.02-13.33.29:795][566]LogContentBrowser: Deferred new asset folder creation: NewFolder +[2025.04.02-13.33.29:872][566]LogContentBrowser: Creating deferred item: NewFolder +[2025.04.02-13.33.29:881][567]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder). +[2025.04.02-13.33.31:740][783]LogContentBrowser: Attempting asset rename: NewFolder -> Levels +[2025.04.02-13.33.31:740][783]LogContentBrowser: End creating deferred item NewFolder +[2025.04.02-13.33.46:601][ 82]LogSlate: Window 'New Level' being destroyed +[2025.04.02-13.33.46:610][ 82]Cmd: MAP LOAD FILE="../../../Engine/Content/Maps/Templates/Template_Default.umap" TEMPLATE=1 SHOWPROGRESS=1 FEATURELEVEL=4 +[2025.04.02-13.33.46:648][ 82]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true +[2025.04.02-13.33.46:648][ 82]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-13.33.46:648][ 82]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap +[2025.04.02-13.33.46:649][ 82]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. +[2025.04.02-13.33.46:649][ 82]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-13.33.46:649][ 82]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-13.33.46:653][ 82]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-13.33.46:658][ 82]LogUObjectHash: Compacting FUObjectHashTables data took 0.45ms +[2025.04.02-13.33.46:697][ 82]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled_1'. +[2025.04.02-13.33.46:697][ 82]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-13.33.46:707][ 82]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.02-13.33.46:713][ 82]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms +[2025.04.02-13.33.46:714][ 82]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.02-13.33.46:714][ 82]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.065ms to complete. +[2025.04.02-13.34.05:409][414]LogSlate: Window 'Save Level As' being destroyed +[2025.04.02-13.34.05:477][414]LogUObjectHash: Compacting FUObjectHashTables data took 0.45ms +[2025.04.02-13.34.05:482][414]LogPackageLocalizationCache: Processed 52 localized package path(s) for 1 prioritized culture(s) in 0.004620 seconds +[2025.04.02-13.34.05:487][414]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Levels/OpenWorld_01 +[2025.04.02-13.34.05:487][414]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/OpenWorld_0112CD63494E8B65838DF089A713EB3F59.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap' +[2025.04.02-13.34.05:502][414]LogFileHelpers: Saving map 'OpenWorld_01' took 0.083 +[2025.04.02-13.34.05:502][414]Cmd: MAP LOAD FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 +[2025.04.02-13.34.05:521][414]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-13.34.05:521][414]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-13.34.05:521][414]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-13.34.05:521][414]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-13.34.05:525][414]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-13.34.05:526][414]LogUObjectHash: Compacting FUObjectHashTables data took 0.56ms +[2025.04.02-13.34.05:529][414]LogAudio: Display: Audio Device (ID: 1) registered with world 'OpenWorld_01'. +[2025.04.02-13.34.05:529][414]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-13.34.05:540][414]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.02-13.34.05:546][414]LogUObjectHash: Compacting FUObjectHashTables data took 0.45ms +[2025.04.02-13.34.05:549][414]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.02-13.34.05:549][414]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.043ms to complete. +[2025.04.02-13.34.05:586][414]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-13.34.05:586][414]LogContentValidation: Enabled validators: +[2025.04.02-13.34.05:586][414]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-13.34.05:586][414]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-13.34.05:586][414]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-13.34.05:586][414]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 +[2025.04.02-13.34.05:586][414]AssetCheck: /Game/MAIN_CONTENT/Levels/OpenWorld_01 Validating asset +[2025.04.02-13.34.09:532][844]Cmd: DELETE +[2025.04.02-13.34.09:532][844]Cmd: ACTOR DELETE +[2025.04.02-13.34.09:534][844]LogEditorActor: Deleted Actor: StaticMeshActor +[2025.04.02-13.34.09:540][844]LogUObjectHash: Compacting FUObjectHashTables data took 0.46ms +[2025.04.02-13.34.09:541][844]LogEditorActor: Deleted 1 Actors (0.009 secs) +[2025.04.02-13.34.15:846][184]LogTexture: Display: Building textures: /Engine/Transient.Texture2D_6 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.494785 MB), EncodeSpeed: Fast +[2025.04.02-13.34.43:468][108]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. +[2025.04.02-13.34.46:794][505]Cmd: TRANSACTION UNDO +[2025.04.02-13.34.46:794][505]LogEditorTransaction: Undo Landscape Fill World +[2025.04.02-13.34.58:169][811]Cmd: TRANSACTION UNDO +[2025.04.02-13.34.58:169][811]LogEditorTransaction: Undo Landscape Fill World +[2025.04.02-13.35.01:570][167]Cmd: TRANSACTION UNDO +[2025.04.02-13.35.01:570][167]LogEditorTransaction: Undo Landscape Fill World +[2025.04.02-13.35.19:635][169]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_0 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.35.19:636][169]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_1 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.35.19:636][169]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_2 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.35.19:637][169]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_3 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.35.19:638][169]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_4 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.35.19:639][169]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_5 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.35.19:639][169]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_6 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.35.19:641][169]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_7 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.35.19:669][169]LogMaterial: Display: LandscapeMaterialInstanceConstant_0-SM6-Default: MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCESPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; +_MatTransl_3B7A55D3409170328211A060FC2E3BB1E263C720_BBD650804D314CE7A44ADF9BB4F3F5F9_ +[2025.04.02-13.35.19:670][169]LogMaterial: Display: Missing cached shadermap for LandscapeMaterialInstanceConstant_0 in PCD3D_SM6, Default, SM6, Editor (DDC key hash: 86671e7df8d744f6b3e61fc994d0b95839cab229), compiling. Is special engine material. +[2025.04.02-13.35.19:971][169]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-13.35.20:000][169]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-13.35.20:001][169]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-13.35.20:002][169]LogDeviceProfileManager: Going up to parent DeviceProfile [AppleTV] +[2025.04.02-13.35.20:002][169]LogDeviceProfileManager: Going up to parent DeviceProfile [IOS] +[2025.04.02-13.35.20:002][169]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-13.35.20:041][169]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_36 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 7.72916 MB), EncodeSpeed: Fast +[2025.04.02-13.35.20:042][169]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_37 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 7.72916 MB), EncodeSpeed: Fast +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: ================================================ +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Total job queries 905, among them cache hits 126 (13.92%), DDC hits 480 (53.04%), Duplicates 101 (11.16%) +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Tracking 678 distinct input hashes that result in 538 distinct outputs (79.35%) +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: RAM used: 13.88 MiB of 3.20 GiB budget. Usage: 0.42% +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Shaders Compiled: 198 +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Jobs assigned 198, completed 198 (100%) +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Average time worker was idle: 1.92 s +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Time job spent in pending queue: average 4.49 s, longest 11.02 s +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Job execution time: average 3.73 s, max 7.29 s +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Job life time (pending + execution): average 8.22 s, max 12.14 +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Shader code size: average 37.997 KiB, min 3.406 KiB, max 63.066 KiB +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 14.71 s +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.01% +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Jobs were issued in 61 batches (only local compilation was used), average 3.25 jobs/batch +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Average processing rate: 13.46 jobs/sec +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Total thread time: 97.789 s +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Total thread preprocess time: 11.765 s +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Percentage time preprocessing: 12.03% +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Effective parallelization: 6.65 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: FDebugViewModePS (compiled 28 times, average 1.18 sec, max 1.58 sec, min 0.77 sec) +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight (compiled 9 times, average 0.56 sec, max 0.68 sec, min 0.42 sec) +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 20 times, average 0.51 sec, max 0.81 sec, min 0.25 sec) +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: FLandscapeGrassWeightPS (compiled 14 times, average 0.50 sec, max 0.59 sec, min 0.38 sec) +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: FLandscapePhysicalMaterialPS (compiled 14 times, average 0.49 sec, max 0.61 sec, min 0.39 sec) +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: FDebugViewModePS - 33.77% of total time (compiled 28 times, average 1.18 sec, max 1.58 sec, min 0.77 sec) +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 11.53% of total time (compiled 34 times, average 0.33 sec, max 0.50 sec, min 0.16 sec) +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 10.48% of total time (compiled 20 times, average 0.51 sec, max 0.81 sec, min 0.25 sec) +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: FDebugViewModeVS - 8.04% of total time (compiled 30 times, average 0.26 sec, max 0.37 sec, min 0.16 sec) +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: FLandscapeGrassWeightPS - 7.10% of total time (compiled 14 times, average 0.50 sec, max 0.59 sec, min 0.38 sec) +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: === Material stats === +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Materials Translated: 171 +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Material Total Translate Time: 0.41 s +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Material Translation Only: 0.36 s (88%) +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (1%) +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: Material Cache Hits: 56 (33%) +[2025.04.02-13.36.08:674][104]LogShaderCompilers: Display: ================================================ +[2025.04.02-13.37.07:923][445]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-13.37.07:978][445]LogUObjectHash: Compacting FUObjectHashTables data took 0.59ms +[2025.04.02-13.37.08:405][445]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Levels/OpenWorld_01 +[2025.04.02-13.37.08:406][445]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/OpenWorld_0164A97B62407A78B671D9FC8D37594F0F.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap' +[2025.04.02-13.37.08:415][445]LogFileHelpers: Saving map 'OpenWorld_01' took 0.464 +[2025.04.02-13.37.08:421][445]LogFileHelpers: InternalPromptForCheckoutAndSave took 497.431 ms +[2025.04.02-13.37.08:461][445]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-13.37.08:461][445]LogContentValidation: Enabled validators: +[2025.04.02-13.37.08:461][445]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-13.37.08:461][445]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-13.37.08:461][445]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-13.37.08:461][445]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 +[2025.04.02-13.37.08:461][445]AssetCheck: /Game/MAIN_CONTENT/Levels/OpenWorld_01 Validating asset +[2025.04.02-13.38.43:316][409]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.38.43:323][409]Message dialog closed, result: Yes, title: Message, text: Plugin 'Landmass' is a beta version. Epic recommends using caution when shipping projects with beta plugins. Beta plugins support backwards compatibility for assets and APIs, but performance, stability, and platform support may not be shipping quality. Are you sure you want to enable the plugin? +[2025.04.02-13.38.45:304][497]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.38.45:310][497]Message dialog closed, result: Yes, title: Message, text: Plugin 'Water' is an experimental version. Epic does not recommend shipping projects with experimental plugins. APIs, features, and the plugin itself are subject to change or be removed without notice. Are you sure you want to enable the plugin? +[2025.04.02-13.38.48:290][838]Cmd: CLOSE_SLATE_MAINFRAME +[2025.04.02-13.38.48:294][838]LogUObjectHash: Compacting FUObjectHashTables data took 0.26ms +[2025.04.02-13.38.48:319][838]LogStall: Shutdown... +[2025.04.02-13.38.48:322][838]LogStall: Shutdown complete. +[2025.04.02-13.38.48:358][838]LogSlate: Window 'Plugins' being destroyed +[2025.04.02-13.38.48:366][838]LogSlate: Window 'Elistria_Calling - Unreal Editor' being destroyed +[2025.04.02-13.38.48:615][839]Cmd: QUIT_EDITOR +[2025.04.02-13.38.48:615][840]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) +[2025.04.02-13.38.48:622][840]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) +[2025.04.02-13.38.48:623][840]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown +[2025.04.02-13.38.48:623][840]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown +[2025.04.02-13.38.48:625][840]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-13.38.48:629][840]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-13.38.48:629][840]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-13.38.48:630][840]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-13.38.48:634][840]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. +[2025.04.02-13.38.48:639][840]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true +[2025.04.02-13.38.48:639][840]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-13.38.48:640][840]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true +[2025.04.02-13.38.48:640][840]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-13.38.48:678][840]LogStudioTelemetry: Ended StudioTelemetry Session +[2025.04.02-13.38.48:680][840]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider +[2025.04.02-13.38.48:680][840]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session +[2025.04.02-13.38.48:680][840]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider +[2025.04.02-13.38.48:681][840]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... +[2025.04.02-13.38.48:681][840]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... +[2025.04.02-13.38.48:681][840]LogAudio: Display: Audio Device unregistered from world 'OpenWorld_01'. +[2025.04.02-13.38.48:681][840]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. +[2025.04.02-13.38.48:681][840]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.02-13.38.48:682][840]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.02-13.38.48:686][840]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 +[2025.04.02-13.38.48:686][840]LogAudio: Display: Audio Device Manager Shutdown +[2025.04.02-13.38.48:686][840]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.02-13.38.48:689][840]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 +[2025.04.02-13.38.48:689][840]LogExit: Preparing to exit. +[2025.04.02-13.38.48:701][840]LogUObjectHash: Compacting FUObjectHashTables data took 0.70ms +[2025.04.02-13.38.49:873][840]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled +[2025.04.02-13.38.49:886][840]LogExit: Editor shut down +[2025.04.02-13.38.49:887][840]LogExit: Transaction tracking system shut down +[2025.04.02-13.38.49:976][840]LogExit: Object subsystem successfully closed. +[2025.04.02-13.38.50:019][840]LogShaderCompilers: Display: Shaders left to compile 0 +[2025.04.02-13.38.50:744][840]MemoryProfiler: Shutdown +[2025.04.02-13.38.50:745][840]NetworkingProfiler: Shutdown +[2025.04.02-13.38.50:745][840]LoadingProfiler: Shutdown +[2025.04.02-13.38.50:745][840]TimingProfiler: Shutdown +[2025.04.02-13.38.50:962][840]LogOpenImageDenoise: OIDN shutting down +[2025.04.02-13.38.51:271][840]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests: +[2025.04.02-13.38.51:271][840]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7B27B56C4A-4488-2A26-94AD-10A649F0CA99%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.4.4-35576357%2B%2B%2BUE5%2BRelease-5.4&UserID=046a422842307c5389fcfb85fdde73f2%7Cd8a41001870d437292af770c7edf75b9%7Cfb76c1c7-d567-45aa-9d4b-8a81fa7e1fef&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing +[2025.04.02-13.38.51:311][840]RenderDocPlugin: plugin has been unloaded. +[2025.04.02-13.38.51:311][840]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module +[2025.04.02-13.38.51:315][840]LogXGEController: Cleaning working directory: C:/Users/Lore Natusol/AppData/Local/Temp/UnrealXGEWorkingDir/ +[2025.04.02-13.38.51:317][840]LogPakFile: Destroying PakPlatformFile +[2025.04.02-13.38.51:469][840]LogD3D12RHI: ~FD3D12DynamicRHI +[2025.04.02-13.38.51:495][840]LogExit: Exiting. +[2025.04.02-13.38.51:514][840]Log file closed, 04/02/25 07:38:51 diff --git a/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.04.02-15.50.10.log b/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.04.02-15.50.10.log new file mode 100644 index 0000000..e3132e5 --- /dev/null +++ b/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.04.02-15.50.10.log @@ -0,0 +1,5172 @@ +Log file open, 04/02/25 08:32:28 +LogWindows: Failed to load 'aqProf.dll' (GetLastError=126) +LogWindows: File 'aqProf.dll' does not exist +LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126) +LogWindows: File 'VtuneApi.dll' does not exist +LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126) +LogWindows: File 'VtuneApi32e.dll' does not exist +LogWindows: Started CrashReportClient (pid=7572) +LogWindows: Custom abort handler registered for crash reporting. +LogInit: Display: Running engine for game: Elistria_Calling +LogCore: UTS: Unreal Trace Server launched successfully +LogTrace: Initializing trace... +LogCore: Display: Requested channels: 'cpu,gpu,frame,log,bookmark,screenshot,region' +LogTrace: Finished trace initialization. +LogCsvProfiler: Display: Metadata set : platform="Windows" +LogCsvProfiler: Display: Metadata set : config="Development" +LogCsvProfiler: Display: Metadata set : buildversion="++UE5+Release-5.4-CL-35576357" +LogCsvProfiler: Display: Metadata set : engineversion="5.4.4-35576357+++UE5+Release-5.4" +LogCsvProfiler: Display: Metadata set : os="Windows 10 (22H2) [10.0.19045.5608] " +LogCsvProfiler: Display: Metadata set : cpu="AuthenticAMD|AMD Ryzen 9 5900X 12-Core Processor" +LogCsvProfiler: Display: Metadata set : pgoenabled="0" +LogCsvProfiler: Display: Metadata set : pgoprofilingenabled="0" +LogCsvProfiler: Display: Metadata set : ltoenabled="0" +LogCsvProfiler: Display: Metadata set : asan="0" +LogCsvProfiler: Display: Metadata set : commandline="" "F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Elistria_Calling.uproject""" +LogCsvProfiler: Display: Metadata set : loginid="046a422842307c5389fcfb85fdde73f2" +LogCsvProfiler: Display: Metadata set : llm="0" +LogStats: Stats thread started at 0.298339 +LogICUInternationalization: ICU TimeZone Detection - Raw Offset: -7:00, Platform Override: '' +LogInit: Session CrashGUID >==================================================== + Session CrashGUID > UECC-Windows-0A4FB9354C2B7098E8B88C80E440BA06 + Session CrashGUID >==================================================== +LogConfig: No local boot hotfix file found at: [../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/PersistentDownloadDir/HotfixForNextBoot.txt] +LogConfig: Display: Loading VulkanPC ini files took 0.02 seconds +LogConfig: Display: Loading Android ini files took 0.02 seconds +LogConfig: Display: Loading IOS ini files took 0.02 seconds +LogConfig: Display: Loading Mac ini files took 0.03 seconds +LogConfig: Display: Loading Unix ini files took 0.03 seconds +LogConfig: Display: Loading TVOS ini files took 0.03 seconds +LogConfig: Display: Loading VisionOS ini files took 0.03 seconds +LogConfig: Display: Loading Windows ini files took 0.03 seconds +LogConfig: Display: Loading Linux ini files took 0.04 seconds +LogConfig: Display: Loading LinuxArm64 ini files took 0.04 seconds +LogAssetRegistry: Display: Asset registry cache read as 40.9 MiB from ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_0.bin +LogPluginManager: Mounting Engine plugin Bridge +LogPluginManager: Mounting Engine plugin ChaosCloth +LogPluginManager: Mounting Engine plugin ChaosVD +LogPluginManager: Found config from plugin[ChaosVD] Engine +LogPluginManager: Mounting Engine plugin CmdLinkServer +LogPluginManager: Mounting Engine plugin EnhancedInput +LogPluginManager: Found config from plugin[EnhancedInput] Input +LogPluginManager: Mounting Engine plugin FastBuildController +LogPluginManager: Mounting Engine plugin MeshPainting +LogPluginManager: Mounting Engine plugin RenderGraphInsights +LogPluginManager: Mounting Engine plugin TraceUtilities +LogPluginManager: Mounting Engine plugin WorldMetrics +LogPluginManager: Mounting Engine plugin XGEController +LogPluginManager: Mounting Engine plugin AISupport +LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor +LogPluginManager: Mounting Engine plugin InterchangeEditor +LogPluginManager: Mounting Engine plugin Interchange +LogPluginManager: Mounting Engine plugin Takes +LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis +LogPluginManager: Mounting Engine plugin ACLPlugin +LogPluginManager: Mounting Engine plugin ControlRig +LogPluginManager: Mounting Engine plugin AnimationModifierLibrary +LogPluginManager: Mounting Engine plugin ControlRigSpline +LogPluginManager: Mounting Engine plugin AnimationData +LogPluginManager: Mounting Engine plugin IKRig +LogPluginManager: Mounting Engine plugin ControlRigModules +LogPluginManager: Mounting Engine plugin MotionWarping +LogPluginManager: Mounting Engine plugin AlembicImporter +LogPluginManager: Mounting Engine plugin OnlineBase +LogPluginManager: Mounting Engine plugin OnlineServices +LogPluginManager: Mounting Engine plugin OnlineSubsystem +LogPluginManager: Mounting Engine plugin OnlineSubsystemNull +LogPluginManager: Mounting Engine plugin OodleNetwork +LogPluginManager: Mounting Engine plugin AnimationSharing +LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess +LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils +LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess +LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess +LogPluginManager: Mounting Engine plugin DumpGPUServices +LogPluginManager: Mounting Engine plugin GitSourceControl +LogPluginManager: Mounting Engine plugin NullSourceCodeAccess +LogPluginManager: Mounting Engine plugin PerforceSourceControl +LogPluginManager: Mounting Engine plugin PixWinPlugin +LogPluginManager: Mounting Engine plugin PluginUtils +LogPluginManager: Mounting Engine plugin PropertyAccessNode +LogPluginManager: Mounting Engine plugin RenderDocPlugin +LogPluginManager: Mounting Engine plugin SubversionSourceControl +LogPluginManager: Mounting Engine plugin PlasticSourceControl +LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess +LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess +LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin TraceDataFilters +LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin TextureFormatOodle +LogPluginManager: Mounting Engine plugin UObjectPlugin +LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess +LogPluginManager: Mounting Engine plugin ActorSequence +LogPluginManager: Mounting Engine plugin LevelSequenceEditor +LogPluginManager: Mounting Engine plugin SequencerScripting +LogPluginManager: Mounting Engine plugin TemplateSequence +LogPluginManager: Mounting Engine plugin AutomationUtils +LogPluginManager: Mounting Engine plugin BackChannel +LogPluginManager: Mounting Engine plugin ChaosCaching +LogPluginManager: Mounting Engine plugin ChaosEditor +LogPluginManager: Mounting Engine plugin ChaosSolverPlugin +LogPluginManager: Mounting Engine plugin ChaosNiagara +LogPluginManager: Mounting Engine plugin ChaosUserDataPT +LogPluginManager: Mounting Engine plugin CharacterAI +LogPluginManager: Mounting Engine plugin Dataflow +LogPluginManager: Mounting Engine plugin Fracture +LogPluginManager: Mounting Engine plugin FullBodyIK +LogPluginManager: Mounting Engine plugin GeometryFlow +LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin +LogPluginManager: Mounting Engine plugin Landmass +LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp +LogPluginManager: Mounting Engine plugin LocalizableMessage +LogPluginManager: Mounting Engine plugin OpenImageDenoise +LogPluginManager: Mounting Engine plugin PlanarCut +LogPluginManager: Mounting Engine plugin PlatformCrypto +LogPluginManager: Mounting Engine plugin PythonScriptPlugin +LogPluginManager: Mounting Engine plugin SkeletalReduction +LogPluginManager: Mounting Engine plugin StructUtils +LogPluginManager: Mounting Engine plugin StudioTelemetry +LogPluginManager: Mounting Engine plugin ToolPresets +LogPluginManager: Mounting Engine plugin Water +LogPluginManager: Mounting Engine plugin ActorLayerUtilities +LogPluginManager: Mounting Engine plugin AndroidFileServer +LogPluginManager: Mounting Engine plugin AndroidMoviePlayer +LogPluginManager: Mounting Engine plugin AndroidPermission +LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector +LogPluginManager: Mounting Engine plugin AppleImageUtils +LogPluginManager: Mounting Engine plugin AssetTags +LogPluginManager: Mounting Engine plugin AppleMoviePlayer +LogPluginManager: Mounting Engine plugin AudioCapture +LogPluginManager: Mounting Engine plugin ArchVisCharacter +LogPluginManager: Mounting Engine plugin AudioWidgets +LogPluginManager: Mounting Engine plugin AudioSynesthesia +LogPluginManager: Mounting Engine plugin ChunkDownloader +LogPluginManager: Mounting Engine plugin CableComponent +LogPluginManager: Mounting Engine plugin CustomMeshComponent +LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector +LogPluginManager: Mounting Engine plugin GeometryCache +LogPluginManager: Mounting Engine plugin GeometryProcessing +LogPluginManager: Mounting Engine plugin GoogleCloudMessaging +LogPluginManager: Mounting Engine plugin GooglePAD +LogPluginManager: Mounting Engine plugin InputDebugging +LogPluginManager: Found config from plugin[InputDebugging] Input +LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector +LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector +LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary +LogPluginManager: Mounting Engine plugin MeshModelingToolset +LogPluginManager: Mounting Engine plugin Metasound +LogPluginManager: Mounting Engine plugin MobilePatchingUtils +LogPluginManager: Mounting Engine plugin MsQuic +LogPluginManager: Mounting Engine plugin ProceduralMeshComponent +LogPluginManager: Mounting Engine plugin PropertyAccessEditor +LogPluginManager: Mounting Engine plugin ResonanceAudio +LogPluginManager: Mounting Engine plugin RigVM +LogPluginManager: Mounting Engine plugin SignificanceManager +LogPluginManager: Mounting Engine plugin SoundFields +LogPluginManager: Mounting Engine plugin Synthesis +LogPluginManager: Mounting Engine plugin WaveTable +LogPluginManager: Mounting Engine plugin WebMMoviePlayer +LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector +LogPluginManager: Mounting Engine plugin WindowsMoviePlayer +LogPluginManager: Mounting Engine plugin BlueprintHeaderView +LogPluginManager: Mounting Engine plugin TcpMessaging +LogPluginManager: Mounting Engine plugin AssetManagerEditor +LogPluginManager: Mounting Engine plugin BlueprintMaterialTextureNodes +LogPluginManager: Mounting Engine plugin UdpMessaging +LogPluginManager: Mounting Engine plugin ChangelistReview +LogPluginManager: Mounting Engine plugin CryptoKeys +LogPluginManager: Mounting Engine plugin CurveEditorTools +LogPluginManager: Mounting Engine plugin DataValidation +LogPluginManager: Mounting Engine plugin EditorScriptingUtilities +LogPluginManager: Mounting Engine plugin EditorDebugTools +LogPluginManager: Mounting Engine plugin GameplayTagsEditor +LogPluginManager: Mounting Engine plugin FacialAnimation +LogPluginManager: Mounting Engine plugin EngineAssetDefinitions +LogPluginManager: Mounting Engine plugin GeometryMode +LogPluginManager: Mounting Engine plugin MacGraphicsSwitching +LogPluginManager: Mounting Engine plugin MeshLODToolset +LogPluginManager: Mounting Engine plugin MaterialAnalyzer +LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard +LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode +LogPluginManager: Mounting Engine plugin PluginBrowser +LogPluginManager: Mounting Engine plugin ProxyLODPlugin +LogPluginManager: Mounting Engine plugin SequencerAnimTools +LogPluginManager: Mounting Engine plugin SpeedTreeImporter +LogPluginManager: Mounting Engine plugin UVEditor +LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities +LogPluginManager: Mounting Engine plugin DatasmithContent +LogPluginManager: Mounting Engine plugin GLTFExporter +LogPluginManager: Mounting Engine plugin VariantManager +LogPluginManager: Mounting Engine plugin VariantManagerContent +LogPluginManager: Mounting Engine plugin AndroidMedia +LogPluginManager: Mounting Engine plugin LauncherChunkInstaller +LogPluginManager: Mounting Engine plugin AvfMedia +LogPluginManager: Mounting Engine plugin MediaCompositing +LogPluginManager: Mounting Engine plugin ImgMedia +LogPluginManager: Mounting Engine plugin MediaPlayerEditor +LogPluginManager: Mounting Engine plugin MediaPlate +LogPluginManager: Mounting Engine plugin WmfMedia +LogPluginManager: Mounting Engine plugin WebMMedia +LogPluginManager: Mounting Engine plugin InterchangeTests +LogPluginManager: Mounting Engine plugin CameraShakePreviewer +LogPluginManager: Mounting Engine plugin Paper2D +LogPluginManager: Mounting Engine plugin GameplayCameras +LogPluginManager: Mounting Engine plugin Niagara +LogPluginManager: Mounting Engine plugin NiagaraSimCaching +LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay +LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor +LogPluginManager: Mounting Engine plugin MetaHumanProjectUtilities +LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS +LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource +LogPluginManager: Mounting Engine plugin LightMixer +LogPluginManager: Mounting Engine plugin ObjectMixer +LogPluginManager: Mounting Engine plugin XInputDevice +LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource +SourceControl: Revision control is disabled +SourceControl: Revision control is disabled +SourceControl: Revision control is disabled +LogInit: Using libcurl 8.4.0 +LogInit: - built for Windows +LogInit: - supports SSL with OpenSSL/1.1.1t +LogInit: - supports HTTP deflate (compression) using libz 1.3 +LogInit: - other features: +LogInit: CURL_VERSION_SSL +LogInit: CURL_VERSION_LIBZ +LogInit: CURL_VERSION_IPV6 +LogInit: CURL_VERSION_ASYNCHDNS +LogInit: CURL_VERSION_LARGEFILE +LogInit: CurlRequestOptions (configurable via config and command line): +LogInit: - bVerifyPeer = true - Libcurl will verify peer certificate +LogInit: - bUseHttpProxy = false - Libcurl will NOT use HTTP proxy +LogInit: - bDontReuseConnections = false - Libcurl will reuse connections +LogInit: - MaxHostConnections = 16 - Libcurl will limit the number of connections to a host +LogInit: - LocalHostAddr = Default +LogInit: - BufferSize = 65536 +LogInit: CreateHttpThread using FCurlHttpThread +LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467 +LogOnline: OSS: Created online subsystem instance for: NULL +LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +LogWindows: Failed to load 'WinPixGpuCapturer.dll' (GetLastError=126) +LogWindows: File 'WinPixGpuCapturer.dll' does not exist +PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. +LogConfig: Applying CVar settings from Section [/Script/RenderDocPlugin.RenderDocPluginSettings] File [Engine] +RenderDocPlugin: Display: RenderDoc plugin will not be loaded. Use '-AttachRenderDoc' on the cmd line or enable 'renderdoc.AutoAttach' in the plugin settings. +LogStudioTelemetry: Display: Starting StudioTelemetry Module +LogStudioTelemetry: Display: Created an analytics provider LogAnalytics from module AnalyticsLog configuration Engine [StudioTelemetry.Log] +LogStudioTelemetry: Started StudioTelemetry Session +LogInit: ExecutableName: UnrealEditor.exe +LogInit: Build: ++UE5+Release-5.4-CL-35576357 +LogInit: Platform=WindowsEditor +LogInit: MachineId=046a422842307c5389fcfb85fdde73f2 +LogInit: DeviceId= +LogInit: Engine Version: 5.4.4-35576357+++UE5+Release-5.4 +LogInit: Compatible Engine Version: 5.4.0-33043543+++UE5+Release-5.4 +LogInit: Net CL: 33043543 +LogInit: OS: Windows 10 (22H2) [10.0.19045.5608] (), CPU: AMD Ryzen 9 5900X 12-Core Processor , GPU: NVIDIA GeForce RTX 4070 Ti SUPER +LogInit: Compiled (64-bit): Aug 16 2024 04:10:34 +LogInit: Architecture: x64 +LogInit: Compiled with Visual C++: 19.38.33130.00 +LogInit: Build Configuration: Development +LogInit: Branch Name: ++UE5+Release-5.4 +LogInit: Command Line: +LogInit: Base Directory: F:/UE_5.4/Engine/Binaries/Win64/ +LogInit: Allocator: Mimalloc +LogInit: Installed Engine Build: 1 +LogInit: This binary is optimized with LTO: no, PGO: no, instrumented for PGO data collection: no +LogDevObjectVersion: Number of dev versions registered: 36 +LogDevObjectVersion: Dev-Blueprints (B0D832E4-1F89-4F0D-ACCF-7EB736FD4AA2): 10 +LogDevObjectVersion: Dev-Build (E1C64328-A22C-4D53-A36C-8E866417BD8C): 0 +LogDevObjectVersion: Dev-Core (375EC13C-06E4-48FB-B500-84F0262A717E): 4 +LogDevObjectVersion: Dev-Editor (E4B068ED-F494-42E9-A231-DA0B2E46BB41): 40 +LogDevObjectVersion: Dev-Framework (CFFC743F-43B0-4480-9391-14DF171D2073): 37 +LogDevObjectVersion: Dev-Mobile (B02B49B5-BB20-44E9-A304-32B752E40360): 3 +LogDevObjectVersion: Dev-Networking (A4E4105C-59A1-49B5-A7C5-40C4547EDFEE): 0 +LogDevObjectVersion: Dev-Online (39C831C9-5AE6-47DC-9A44-9C173E1C8E7C): 0 +LogDevObjectVersion: Dev-Physics (78F01B33-EBEA-4F98-B9B4-84EACCB95AA2): 20 +LogDevObjectVersion: Dev-Platform (6631380F-2D4D-43E0-8009-CF276956A95A): 0 +LogDevObjectVersion: Dev-Rendering (12F88B9F-8875-4AFC-A67C-D90C383ABD29): 48 +LogDevObjectVersion: Dev-Sequencer (7B5AE74C-D270-4C10-A958-57980B212A5A): 13 +LogDevObjectVersion: Dev-VR (D7296918-1DD6-4BDD-9DE2-64A83CC13884): 3 +LogDevObjectVersion: Dev-LoadTimes (C2A15278-BFE7-4AFE-6C17-90FF531DF755): 1 +LogDevObjectVersion: Private-Geometry (6EACA3D4-40EC-4CC1-B786-8BED09428FC5): 3 +LogDevObjectVersion: Dev-AnimPhys (29E575DD-E0A3-4627-9D10-D276232CDCEA): 17 +LogDevObjectVersion: Dev-Anim (AF43A65D-7FD3-4947-9873-3E8ED9C1BB05): 15 +LogDevObjectVersion: Dev-ReflectionCapture (6B266CEC-1EC7-4B8F-A30B-E4D90942FC07): 1 +LogDevObjectVersion: Dev-Automation (0DF73D61-A23F-47EA-B727-89E90C41499A): 1 +LogDevObjectVersion: FortniteMain (601D1886-AC64-4F84-AA16-D3DE0DEAC7D6): 134 +LogDevObjectVersion: FortniteValkyrie (8DBC2C5B-54A7-43E0-A768-FCBB7DA29060): 8 +LogDevObjectVersion: FortniteSeason (5B4C06B7-2463-4AF8-805B-BF70CDF5D0DD): 12 +LogDevObjectVersion: FortniteRelease (E7086368-6B23-4C58-8439-1B7016265E91): 13 +LogDevObjectVersion: Dev-Enterprise (9DFFBCD6-494F-0158-E221-12823C92A888): 10 +LogDevObjectVersion: Dev-Niagara (F2AED0AC-9AFE-416F-8664-AA7FFA26D6FC): 1 +LogDevObjectVersion: Dev-Destruction (174F1F0B-B4C6-45A5-B13F-2EE8D0FB917D): 10 +LogDevObjectVersion: Dev-Physics-Ext (35F94A83-E258-406C-A318-09F59610247C): 41 +LogDevObjectVersion: Dev-PhysicsMaterial-Chaos (B68FC16E-8B1B-42E2-B453-215C058844FE): 1 +LogDevObjectVersion: Dev-CineCamera (B2E18506-4273-CFC2-A54E-F4BB758BBA07): 1 +LogDevObjectVersion: Dev-VirtualProduction (64F58936-FD1B-42BA-BA96-7289D5D0FA4E): 1 +LogDevObjectVersion: UE5-Main (697DD581-E64F-41AB-AA4A-51ECBEB7B628): 119 +LogDevObjectVersion: UE5-Release (D89B5E42-24BD-4D46-8412-ACA8DF641779): 51 +LogDevObjectVersion: UE5-PrivateFrosty (59DA5D52-1232-4948-B878-597870B8E98B): 8 +LogDevObjectVersion: UE5-Dev-Cooker (26075A32-730F-4708-88E9-8C32F1599D05): 0 +LogDevObjectVersion: Dev-MediaFramework (6F0ED827-A609-4895-9C91-998D90180EA4): 2 +LogDevObjectVersion: UE5-Dev-LWCRendering (30D58BE3-95EA-4282-A6E3-B159D8EBB06A): 1 +LogInit: Presizing for max 25165824 objects, including 0 objects not considered by GC, pre-allocating 0 bytes for permanent pool. +LogInit: Object subsystem initialized +LogConfig: Set CVar [[con.DebugEarlyDefault:1]] +LogConfig: CVar [[con.DebugLateDefault:1]] deferred - dummy variable created +LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created +LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created +LogConfig: Set CVar [[r.setres:1280x720]] +LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created +LogConfig: Set CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] +LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created +LogConfig: CVar [[r.Occlusion.SingleRHIThreadStall:1]] deferred - dummy variable created +LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]] +LogConfig: CVar [[D3D12.Bindless.ResourceDescriptorHeapSize:100000]] deferred - dummy variable created +LogConfig: CVar [[D3D12.Bindless.SamplerDescriptorHeapSize:2048]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[r.VSync:0]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs:0]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[r.Mobile.EnableNoPrecomputedLightingCSMShader:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] +[2025.04.02-14.32.28:729][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] +[2025.04.02-14.32.28:729][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created +[2025.04.02-14.32.28:729][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created +[2025.04.02-14.32.28:736][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.AOQuality:2]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] +[2025.04.02-14.32.28:736][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.DetailMode:3]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[fx.Niagara.QualityLevel:3]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] +[2025.04.02-14.32.28:737][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] +[2025.04.02-14.32.28:739][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.02-14.32.28:739][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.02-14.32.28:739][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.02-14.32.28:745][ 0]LogD3D12RHI: Aftermath initialized +[2025.04.02-14.32.28:745][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +[2025.04.02-14.32.28:745][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.02-14.32.28:920][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 4070 Ti SUPER (VendorId: 10de, DeviceId: 2689, SubSysId: 89b91043, Revision: 00a1 +[2025.04.02-14.32.28:920][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported +[2025.04.02-14.32.28:920][ 0]LogD3D12RHI: Adapter has 16063MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 3 output[s] +[2025.04.02-14.32.28:920][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.02-14.32.28:920][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.04.02-14.32.28:924][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 +[2025.04.02-14.32.28:924][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported +[2025.04.02-14.32.28:924][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 0 output[s] +[2025.04.02-14.32.28:924][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. +[2025.04.02-14.32.28:924][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 +[2025.04.02-14.32.28:924][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.02-14.32.28:925][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.04.02-14.32.28:925][ 0]LogHAL: Display: Platform has ~ 64 GB [68641247232 / 68719476736 / 64], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) +[2025.04.02-14.32.28:925][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] +[2025.04.02-14.32.28:925][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-14.32.28:925][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.02-14.32.28:925][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] +[2025.04.02-14.32.28:925][ 0]LogConfig: Set CVar [[r.Shaders.WarningsAsErrors:0 ;; 0: off, 1: global shaders, 2: all]] +[2025.04.02-14.32.28:925][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] +[2025.04.02-14.32.28:925][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] +[2025.04.02-14.32.28:925][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.02-14.32.28:925][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] +[2025.04.02-14.32.28:925][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] +[2025.04.02-14.32.28:925][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Config/WindowsEditor/Editor.ini] +[2025.04.02-14.32.28:925][ 0]LogInit: Computer: DESKTOP-KTQTHKD +[2025.04.02-14.32.28:925][ 0]LogInit: User: LoreNatusol +[2025.04.02-14.32.28:925][ 0]LogInit: CPU Page size=4096, Cores=12 +[2025.04.02-14.32.28:925][ 0]LogInit: High frequency timer resolution =10.000000 MHz +[2025.04.02-14.32.29:311][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits +[2025.04.02-14.32.29:311][ 0]LogMemory: Memory total: Physical=63.9GB (64GB approx) Virtual=73.4GB +[2025.04.02-14.32.29:312][ 0]LogMemory: Platform Memory Stats for WindowsEditor +[2025.04.02-14.32.29:312][ 0]LogMemory: Process Physical Memory: 558.55 MB used, 571.97 MB peak +[2025.04.02-14.32.29:312][ 0]LogMemory: Process Virtual Memory: 576.53 MB used, 576.53 MB peak +[2025.04.02-14.32.29:312][ 0]LogMemory: Physical Memory: 18092.73 MB used, 47368.66 MB free, 65461.39 MB total +[2025.04.02-14.32.29:312][ 0]LogMemory: Virtual Memory: 30613.53 MB used, 44575.87 MB free, 75189.39 MB total +[2025.04.02-14.32.29:312][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" +[2025.04.02-14.32.29:315][ 0]LogWindows: WindowsPlatformFeatures enabled +[2025.04.02-14.32.29:321][ 0]LogInit: Physics initialised using underlying interface: Chaos +[2025.04.02-14.32.29:325][ 0]LogInit: Using OS detected language (en-US). +[2025.04.02-14.32.29:325][ 0]LogInit: Using OS detected locale (en-US). +[2025.04.02-14.32.29:328][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. +[2025.04.02-14.32.29:329][ 0]LogInit: Setting process to per monitor DPI aware +[2025.04.02-14.32.29:548][ 0]LogWindowsTextInputMethodSystem: Available input methods: +[2025.04.02-14.32.29:548][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). +[2025.04.02-14.32.29:548][ 0]LogWindowsTextInputMethodSystem: - English (United States) - Touch Input Correction (TSF IME). +[2025.04.02-14.32.29:548][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.02-14.32.29:570][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 +[2025.04.02-14.32.29:570][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 +[2025.04.02-14.32.29:691][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.02-14.32.29:691][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.02-14.32.29:691][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.02-14.32.29:691][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.02-14.32.29:691][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.02-14.32.29:691][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 +[2025.04.02-14.32.29:691][ 0]LogWindows: Attached monitors: +[2025.04.02-14.32.29:691][ 0]LogWindows: resolution: 1920x1080, work area: (2560, 457) -> (4480, 1497), device: '\\.\DISPLAY1' +[2025.04.02-14.32.29:691][ 0]LogWindows: resolution: 2560x1440, work area: (-2560, 629) -> (0, 2019), device: '\\.\DISPLAY2' +[2025.04.02-14.32.29:691][ 0]LogWindows: resolution: 2560x1440, work area: (0, 0) -> (2560, 1400), device: '\\.\DISPLAY3' [PRIMARY] +[2025.04.02-14.32.29:691][ 0]LogWindows: Found 3 attached monitors. +[2025.04.02-14.32.29:691][ 0]LogWindows: Gathering driver information using Windows Setup API +[2025.04.02-14.32.29:691][ 0]LogRHI: RHI Adapter Info: +[2025.04.02-14.32.29:691][ 0]LogRHI: Name: NVIDIA GeForce RTX 4070 Ti SUPER +[2025.04.02-14.32.29:691][ 0]LogRHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.02-14.32.29:691][ 0]LogRHI: Driver Date: 12-3-2024 +[2025.04.02-14.32.29:691][ 0]LogD3D12RHI: GPU DeviceId: 0x2689 (for the marketing name, search the web for "GPU Device Id") +[2025.04.02-14.32.29:691][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off +[2025.04.02-14.32.29:696][ 0]LogD3D12RHI: [Aftermath] Aftermath crash dumping enabled +[2025.04.02-14.32.29:696][ 0]LogD3D12RHI: [DRED] Dred breadcrumb context enabled +[2025.04.02-14.32.29:696][ 0]LogD3D12RHI: [DRED] Using lightweight DRED. +[2025.04.02-14.32.29:696][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. +[2025.04.02-14.32.29:802][ 0]LogD3D12RHI: [Aftermath] Aftermath enabled and primed +[2025.04.02-14.32.29:802][ 0]LogD3D12RHI: [Aftermath] Aftermath resource tracking enabled +[2025.04.02-14.32.29:802][ 0]LogD3D12RHI: ID3D12Device1 is supported. +[2025.04.02-14.32.29:802][ 0]LogD3D12RHI: ID3D12Device2 is supported. +[2025.04.02-14.32.29:802][ 0]LogD3D12RHI: ID3D12Device3 is supported. +[2025.04.02-14.32.29:802][ 0]LogD3D12RHI: ID3D12Device4 is supported. +[2025.04.02-14.32.29:802][ 0]LogD3D12RHI: ID3D12Device5 is supported. +[2025.04.02-14.32.29:802][ 0]LogD3D12RHI: ID3D12Device6 is supported. +[2025.04.02-14.32.29:802][ 0]LogD3D12RHI: ID3D12Device7 is supported. +[2025.04.02-14.32.29:802][ 0]LogD3D12RHI: ID3D12Device8 is supported. +[2025.04.02-14.32.29:802][ 0]LogD3D12RHI: ID3D12Device9 is supported. +[2025.04.02-14.32.29:802][ 0]LogD3D12RHI: ID3D12Device10 is supported. +[2025.04.02-14.32.29:802][ 0]LogD3D12RHI: ID3D12Device11 is supported. +[2025.04.02-14.32.29:802][ 0]LogD3D12RHI: ID3D12Device12 is supported. +[2025.04.02-14.32.29:803][ 0]LogD3D12RHI: Bindless resources are supported +[2025.04.02-14.32.29:803][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported +[2025.04.02-14.32.29:803][ 0]LogD3D12RHI: Raster order views are supported +[2025.04.02-14.32.29:803][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). +[2025.04.02-14.32.29:803][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. +[2025.04.02-14.32.29:803][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported +[2025.04.02-14.32.29:803][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported +[2025.04.02-14.32.29:803][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported +[2025.04.02-14.32.29:803][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported +[2025.04.02-14.32.29:803][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported +[2025.04.02-14.32.29:860][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (3D) +[2025.04.02-14.32.29:861][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Copy) +[2025.04.02-14.32.29:861][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Compute) +[2025.04.02-14.32.29:873][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 +[2025.04.02-14.32.29:873][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 +[2025.04.02-14.32.29:874][ 0]LogRHI: Texture pool is 9635 MB (70% of 13765 MB) +[2025.04.02-14.32.29:874][ 0]LogD3D12RHI: Async texture creation enabled +[2025.04.02-14.32.29:874][ 0]LogD3D12RHI: RHI has support for 64 bit atomics +[2025.04.02-14.32.29:882][ 0]LogVRS: Current RHI supports Variable Rate Shading +[2025.04.02-14.32.29:884][ 0]LogInit: Initializing FReadOnlyCVARCache +[2025.04.02-14.32.29:890][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all' +[2025.04.02-14.32.29:890][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all" ] +[2025.04.02-14.32.29:913][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC +[2025.04.02-14.32.29:913][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT +[2025.04.02-14.32.29:913][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 +[2025.04.02-14.32.29:913][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp +[2025.04.02-14.32.29:913][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed +[2025.04.02-14.32.29:913][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 +[2025.04.02-14.32.29:913][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll +[2025.04.02-14.32.29:913][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll +[2025.04.02-14.32.29:913][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle +[2025.04.02-14.32.29:931][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' +[2025.04.02-14.32.29:931][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' +[2025.04.02-14.32.29:931][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' +[2025.04.02-14.32.29:931][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' +[2025.04.02-14.32.29:931][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' +[2025.04.02-14.32.29:931][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' +[2025.04.02-14.32.29:931][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' +[2025.04.02-14.32.29:931][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' +[2025.04.02-14.32.29:931][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' +[2025.04.02-14.32.29:931][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' +[2025.04.02-14.32.29:934][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' +[2025.04.02-14.32.29:934][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' +[2025.04.02-14.32.29:937][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' +[2025.04.02-14.32.29:937][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' +[2025.04.02-14.32.29:937][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' +[2025.04.02-14.32.29:937][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' +[2025.04.02-14.32.29:939][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' +[2025.04.02-14.32.29:939][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' +[2025.04.02-14.32.29:939][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' +[2025.04.02-14.32.29:942][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' +[2025.04.02-14.32.29:942][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' +[2025.04.02-14.32.29:942][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' +[2025.04.02-14.32.29:942][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' +[2025.04.02-14.32.29:944][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' +[2025.04.02-14.32.29:944][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' +[2025.04.02-14.32.29:948][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' +[2025.04.02-14.32.29:948][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' +[2025.04.02-14.32.29:948][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' +[2025.04.02-14.32.29:948][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' +[2025.04.02-14.32.29:948][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor +[2025.04.02-14.32.29:956][ 0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. +[2025.04.02-14.32.29:994][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: SF_METAL +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: SF_METAL_MRT +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: SF_METAL_TVOS +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: SF_METAL_SM5 +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: SF_METAL_SM6 +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: SF_METAL_SIM +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: PCD3D_SM6 +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: PCD3D_SM5 +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: PCD3D_ES31 +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: GLSL_150_ES31 +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: VVM_1_0 +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID +[2025.04.02-14.32.29:997][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 +[2025.04.02-14.32.29:997][ 0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0). +[2025.04.02-14.32.29:999][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB +[2025.04.02-14.32.29:999][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/DDC.ddp not found, will not use a pak cache. +[2025.04.02-14.32.29:999][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. +[2025.04.02-14.32.29:999][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.02-14.32.29:999][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. +[2025.04.02-14.32.30:030][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2464 MiB) +[2025.04.02-14.32.30:030][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.02-14.32.30:030][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. +[2025.04.02-14.32.30:031][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data +[2025.04.02-14.32.30:031][ 0]LogZenServiceInstance: InTree version at 'F:/UE_5.4/Engine/Binaries/Win64/zenserver.exe' is '5.4.5-202405102234-windows-x64-release-373e58b' +[2025.04.02-14.32.30:031][ 0]LogZenServiceInstance: Installed version at 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' +[2025.04.02-14.32.30:031][ 0]LogZenServiceInstance: No current process using the data dir found, launching a new instance +[2025.04.02-14.32.30:031][ 0]LogZenServiceInstance: Display: Launching executable 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe', working dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install', data dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data', args '--port 8558 --data-dir "C:\Users\Lore Natusol\AppData\Local\UnrealEngine\Common\Zen\Data" --http asio --gc-cache-duration-seconds 1209600 --gc-interval-seconds 21600 --gc-low-diskspace-threshold 2147483648 --http-forceloopback --quiet --owner-pid 18612' +[2025.04.02-14.32.30:142][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. +[2025.04.02-14.32.30:143][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. +[2025.04.02-14.32.30:150][ 0]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds. +[2025.04.02-14.32.30:150][ 0]LogDerivedDataCache: Display: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.03ms. RandomReadSpeed=1077.40MBs, RandomWriteSpeed=183.33MBs. Assigned SpeedClass 'Local' +[2025.04.02-14.32.30:151][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly +[2025.04.02-14.32.30:151][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' +[2025.04.02-14.32.30:151][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. +[2025.04.02-14.32.30:151][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. +[2025.04.02-14.32.30:151][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. +[2025.04.02-14.32.30:151][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' +[2025.04.02-14.32.30:151][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. +[2025.04.02-14.32.30:152][ 0]LogShaderCompilers: Guid format shader working directory is -11 characters bigger than the processId version (../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/Shaders/WorkingDirectory/18612/). +[2025.04.02-14.32.30:152][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Lore Natusol/AppData/Local/Temp/UnrealShaderWorkingDir/2ECA8AD644D30C3F96F6B29ED6DE0380/'. +[2025.04.02-14.32.30:152][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. +[2025.04.02-14.32.30:152][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers. +[2025.04.02-14.32.30:153][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush +[2025.04.02-14.32.30:153][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.02-14.32.30:843][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 +[2025.04.02-14.32.31:726][ 0]LogSlate: Using FreeType 2.10.0 +[2025.04.02-14.32.31:726][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 +[2025.04.02-14.32.31:727][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.02-14.32.31:727][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.02-14.32.31:729][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.02-14.32.31:729][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.02-14.32.31:729][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.02-14.32.31:729][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.02-14.32.31:743][ 0]LogAssetRegistry: FAssetRegistry took 0.0017 seconds to start up +[2025.04.02-14.32.31:748][ 0]LogEditorDomain: Display: EditorDomain is Disabled +[2025.04.02-14.32.31:749][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.001s loading caches ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin. +[2025.04.02-14.32.31:917][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). +[2025.04.02-14.32.31:917][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal +[2025.04.02-14.32.31:917][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled +[2025.04.02-14.32.31:919][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. +[2025.04.02-14.32.31:919][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. +[2025.04.02-14.32.31:940][ 0]LogDeviceProfileManager: Active device profile: [0000062C7CDB4400][0000062C7737A000 66] WindowsEditor +[2025.04.02-14.32.31:940][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" +[2025.04.02-14.32.31:940][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush +[2025.04.02-14.32.31:940][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.02-14.32.31:941][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.18362.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.22621.0, Allowed_AutoSdk=10.0.19041.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists") +[2025.04.02-14.32.31:943][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD' +[2025.04.02-14.32.31:943][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD" -nocompile -nocompileuat ] +[2025.04.02-14.32.32:039][ 0]LogMaterial: Display: WorldGridMaterial-SM6-Default: MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378BB459A7F0DBAC5232AC3C6813D7A1C9C1E037A6F_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_TDepthOnlyVS0_0_03809D327566D79B7D003D609F3FFBC28CB24CA5DBE22A860DB786AA9A7DE7C711953CC3F484404A4_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_FTranslucentLightingInjectPS0_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS1_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS2_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS3_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS4_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS5_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS6_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS7_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS8_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS9_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS10_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS11_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS12_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS13_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS14_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS15_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS16_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS17_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS18_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS19_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS20_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS21_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS22_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS23_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS24_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS25_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS26_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS27_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS28_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS29_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS30_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS31_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TShadowDepthVSVertexShadowDepth_PerspectiveCorrectPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3786F63A2867FA005A1D9974353C1F05C64FB02CAA1_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_TShadowDepthVSVertexShadowDepth_VirtualShadowMapPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37854CCF0F0329BEB98E3834B9B0E1CAAB6B4587848_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TShadowDepthVSVertexShadowDepth_OnePassPointLightPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3784449D1779A17BA029521B676974C013CAD4F1D63_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_DepthPosOnlyNoPixelPipeline3809D327566D79B7D003D609F3FFBC28CB24CA5D_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FGPUSpriteVertexFactory245FB466A2A94E1A1436B691BFD0A7AD3AAB15226F4AA5ED14228FB7E8DA60EA4B587BD3239FAD94B9CA513CCBA4F1E3AF7D9556DD0F2FF45E951E1A_FNiagaraRibbonVertexFactoryD19292AE439B9BA2AF405539D8C979D72ADDB9DAA5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966DE03DD13CEAD2D60503F2AAC85D4762994EF4025A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966_TGPUSkinAPEXClothVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FParticleSpriteVertexFactory50F1F3C21861C59B390701CCEFB63753852D229FF99E1B0FB635933CEEAC41CF9441DF5EA4A994CA9DAE5A7C55936FD50BC3B20BD063C1832A4D4247_TGPUSkinVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_FWaterVertexFactoryNoSelectionNonIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C4058CE4C30F9DE1CD80C479994EA859BC47CB8F8FDC1CE4C30F9DE1CD80C479994EA859BC47CB8F8FDC1CE4C30F9DE1CD80C479994EA859BC47CB8F8FDC1_FVectorFieldVisualizationVertexFactory36404C380DD96CD0872E9BBEDDFAD1A6E72AA01DCC854D8E74FEAEF90804D69AF6B78BD07A141ACC_FNiagaraMeshVertexFactoryF3FBD77A8F4B4A38338B697D58BDAC7AB8D5B27C4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9571BD81B2CBA1F364F28A837532353718EB814537B4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9574B3A20E0CA93D5CA5A60C16EF2EB14EA073FC957_FParticleBeamTrailVertexFactory9B4864381849C227417F59C2CD595ADF65DE8972378BBDDEC2CEAC35A309C357B38D702E7981D5D3_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_TGPUSkinVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_TGPUSkinAPEXClothVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FGeometryCollectionVertexFactory74DF12C20858E13A6E65317951D0E79E184025DB49D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC41_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FWaterVertexFactoryWithSelectionWithIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C4058FFF1837A5730F4CB2E1C8D75C2A9C8B36A4E5D26_FMeshParticleVertexFactory8E5462CD108F3ACF9C2D93B79DB64B3906833D1AF773920348F231C490A74B1A551F8CE3ABF04791_FInstancedStaticMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869739A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD_FSplineMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B3218697A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965_FLocalVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869781418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E_FWaterVertexFactoryWithSelectionNonIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C405848877CD88D79D6BFCD2BD8C6E787616490DC058648877CD88D79D6BFCD2BD8C6E787616490DC058648877CD88D79D6BFCD2BD8C6E787616490DC0586_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FNiagaraSpriteVertexFactoryACB1629DF3CA3124277348B8C5E6DFA8BCE4390C5957CFEE095AEFFBA7F83F09F020F15CF6555718EFF166204144512228FF7A163011544EEF3FD2265957CFEE095AEFFBA7F83F09F020F15CF65557185957CFEE095AEFFBA7F83F09F020F15CF6555718_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FGeometryCacheVertexVertexFactory74ADC0A3F4354AA5B6F6B8CDE88F0843E005C5DD76143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE_FWaterVertexFactoryNoSelectionWithIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C4058E1931902F9B59C87875A57E269C11B3919CFA33ASPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_2c57d0a836509d36c7c166415bfeb15e0ef573dcd9b4603cf1538f7314f9243dSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_54a1312cf73db2c90c5ed5f36724cf7f386b575e0cdac7da6333551840860f28SPM_b902cb58365a597ab0b6fe8cf87ae04d551e6747d32c37d928b8157fd3eba5c0SPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_36d1d796bf3fb73ccd892afb1b779f503d696f05fd480468b72f5ef66020825cSPM_83dbf399e330e02ba06c94ef9626063f802e7dad4acecf70bd8dc6046d1c22bbSPM_4a9d07239f86cc5310d60e8af0f25edf06a7d9ea4a2cac6d8cec6a1602c017a9SPM_16580fe885dc965c263d5eaad54b525a074fe46b65804a2a9a8eeb6c60d81eccSPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_1abdcf528b27ee15ea112606f7deb0e2bf1615c76e72788521d73027ce1f58d5SPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_44cfd7856989e0d50b86ae467107f8cb1927d4c4ac69e4400cc83861f7c2587fSPM_5ba0c5b7c5677cfc80f9c206abf3f2281b0c59cf7534bc2c0c3040647bc959d3SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_35ddf07c29b7ba174b82f284a0659e75175dffbdb1e5bcfbb8be87ef8e1351f9SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_2379ae40c9a93d1354f571759773506590e9bd6d2be3b959dc2ab0dca7e60fe4SPM_f6481c86c24d5e8e86b711ed96952ba756b1b40357dd9cadb41c22ae0d52834bSPM_a2ca952d5d0c16a12b0eca91df068d9ce926000b17be062f97ba31ac64039a67SPM_e99122b96c86762ba069e73393d36dd9e7886cd1e40a4c23c10949dc4144ff77SPM_c4fd33b245ca554105394a55a3b11ebe5ab14de075817620e79925a15f1d4e79SPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_98e11b36ef3d6e4dc166bfc6020842cb5ad6481ef73003a086fd4cdf34885068SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_db11416980d7f513dc0e1e08a8df85b346a02b99b3dfcc1a6c49176898f046c7SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912SPM_04bf5f913cd2a55868da0204e0aa7584733762a5902695d780f8734a6285efc6SPM_2c221d12e4150dbc11b221f7fdae98b1da2e9f47dafcde1b8d7f49cca04404ff433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; +_MatTransl_3B7A55D3409170328211A060FC2E3BB1E263C720_BBD650804D314CE7A44ADF9BB4F3F5F9_ +[2025.04.02-14.32.32:103][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction +[2025.04.02-14.32.32:103][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction +[2025.04.02-14.32.32:103][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging +[2025.04.02-14.32.32:103][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available +[2025.04.02-14.32.32:103][ 0]LogMeshMerging: No distributed automatic mesh merging module available +[2025.04.02-14.32.32:428][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None +[2025.04.02-14.32.32:428][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled +[2025.04.02-14.32.32:439][ 0]LogUObjectArray: 23506 objects as part of root set at end of initial load. +[2025.04.02-14.32.32:439][ 0]LogUObjectAllocator: 6706736 out of 0 bytes used by permanent object pool. +[2025.04.02-14.32.32:439][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool +[2025.04.02-14.32.32:443][ 0]LogLiveCoding: Display: Starting LiveCoding +[2025.04.02-14.32.32:443][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development +[2025.04.02-14.32.32:446][ 0]LogLiveCoding: Display: First instance in process group "UE_Elistria_Calling_0x6dd5b082", spawning console +[2025.04.02-14.32.32:451][ 0]LogLiveCoding: Display: Waiting for server +[2025.04.02-14.32.32:467][ 0]LogSlate: Border +[2025.04.02-14.32.32:467][ 0]LogSlate: BreadcrumbButton +[2025.04.02-14.32.32:467][ 0]LogSlate: Brushes.Title +[2025.04.02-14.32.32:467][ 0]LogSlate: Default +[2025.04.02-14.32.32:467][ 0]LogSlate: Icons.Save +[2025.04.02-14.32.32:467][ 0]LogSlate: Icons.Toolbar.Settings +[2025.04.02-14.32.32:467][ 0]LogSlate: ListView +[2025.04.02-14.32.32:467][ 0]LogSlate: SoftwareCursor_CardinalCross +[2025.04.02-14.32.32:467][ 0]LogSlate: SoftwareCursor_Grab +[2025.04.02-14.32.32:467][ 0]LogSlate: TableView.DarkRow +[2025.04.02-14.32.32:467][ 0]LogSlate: TableView.Row +[2025.04.02-14.32.32:467][ 0]LogSlate: TreeView +[2025.04.02-14.32.32:539][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... +[2025.04.02-14.32.32:541][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 1.764 ms +[2025.04.02-14.32.32:553][ 0]LogInit: XR: Instanced Stereo Rendering is Disabled +[2025.04.02-14.32.32:553][ 0]LogInit: XR: MultiViewport is Disabled +[2025.04.02-14.32.32:553][ 0]LogInit: XR: Mobile Multiview is Disabled +[2025.04.02-14.32.32:673][ 0]LogTurnkeySupport: Completed device detection: Code = 0 +[2025.04.02-14.32.32:903][ 0]LogPython: Using Python 3.11.8 +[2025.04.02-14.32.33:576][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread +[2025.04.02-14.32.33:582][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping +[2025.04.02-14.32.33:696][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... +[2025.04.02-14.32.33:710][ 0]LogMetasoundEngine: MetaSound Engine Initialized +[2025.04.02-14.32.33:771][ 0]LogTcpMessaging: Initializing TcpMessaging bridge +[2025.04.02-14.32.33:783][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. +[2025.04.02-14.32.33:783][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:65166'. +[2025.04.02-14.32.33:785][ 0]LogUdpMessaging: Display: Added local interface '192.168.1.109' to multicast group '230.0.0.1:6666' +[2025.04.02-14.32.33:833][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 1B90FE070D1045FF8000000000004500 | Instance: B90C2212462D97AB2C2FC684549A3C30 (DESKTOP-KTQTHKD-18612). +[2025.04.02-14.32.33:955][ 0]SourceControl: Revision control is disabled +[2025.04.02-14.32.33:959][ 0]SourceControl: Revision control is disabled +[2025.04.02-14.32.34:151][ 0]LogOpenImageDenoise: OIDN starting up +[2025.04.02-14.32.34:172][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance +[2025.04.02-14.32.34:183][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.02-14.32.34:183][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.02-14.32.34:412][ 0]LogCollectionManager: Loaded 0 collections in 0.000749 seconds +[2025.04.02-14.32.34:413][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Collections/' took 0.00s +[2025.04.02-14.32.34:415][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Developers/LoreNatusol/Collections/' took 0.00s +[2025.04.02-14.32.34:416][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Collections/' took 0.00s +[2025.04.02-14.32.34:566][ 0]LogEngine: Initializing Engine... +[2025.04.02-14.32.34:569][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s +[2025.04.02-14.32.34:642][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll +[2025.04.02-14.32.34:661][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-14.32.34:665][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. +[2025.04.02-14.32.34:665][ 0]LogInit: Texture streaming: Enabled +[2025.04.02-14.32.34:672][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.4.4-35576357+++UE5+Release-5.4 +[2025.04.02-14.32.34:678][ 0]LogAudio: Display: Initializing Audio Device Manager... +[2025.04.02-14.32.34:681][ 0]LogAudio: Display: Loading Default Audio Settings Objects... +[2025.04.02-14.32.34:681][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). +[2025.04.02-14.32.34:681][ 0]LogAudio: Display: AudioInfo: 'OPUS' Registered +[2025.04.02-14.32.34:681][ 0]LogAudio: Display: AudioInfo: 'OGG' Registered +[2025.04.02-14.32.34:684][ 0]LogAudio: Display: AudioInfo: 'ADPCM' Registered +[2025.04.02-14.32.34:684][ 0]LogAudio: Display: AudioInfo: 'PCM' Registered +[2025.04.02-14.32.34:686][ 0]LogAudio: Display: AudioInfo: 'BINKA' Registered +[2025.04.02-14.32.34:688][ 0]LogAudio: Display: AudioInfo: 'RADA' Registered +[2025.04.02-14.32.34:688][ 0]LogAudio: Display: Audio Device Manager Initialized +[2025.04.02-14.32.34:688][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True +[2025.04.02-14.32.34:688][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-14.32.34:688][ 0]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-14.32.34:688][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-14.32.34:688][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-14.32.34:688][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-14.32.34:688][ 0]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-14.32.34:688][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-14.32.34:688][ 0]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-14.32.34:688][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-14.32.34:688][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-14.32.34:688][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-14.32.34:692][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-14.32.34:722][ 0]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-14.32.34:722][ 0]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-14.32.34:724][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-14.32.34:724][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-14.32.34:725][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 +[2025.04.02-14.32.34:725][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 +[2025.04.02-14.32.34:726][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 +[2025.04.02-14.32.34:726][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 +[2025.04.02-14.32.34:726][ 0]LogInit: FAudioDevice initialized with ID 1. +[2025.04.02-14.32.34:726][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. +[2025.04.02-14.32.34:726][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 +[2025.04.02-14.32.34:730][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" +[2025.04.02-14.32.34:740][ 0]LogInit: Undo buffer set to 32 MB +[2025.04.02-14.32.34:740][ 0]LogInit: Transaction tracking system initialized +[2025.04.02-14.32.34:752][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SourceControl/UncontrolledChangelists.json +[2025.04.02-14.32.34:804][ 0]LocalizationService: Localization service is disabled +[2025.04.02-14.32.34:815][ 0]TimingProfiler: Initialize +[2025.04.02-14.32.34:815][ 0]TimingProfiler: OnSessionChanged +[2025.04.02-14.32.34:815][ 0]LoadingProfiler: Initialize +[2025.04.02-14.32.34:815][ 0]LoadingProfiler: OnSessionChanged +[2025.04.02-14.32.34:815][ 0]NetworkingProfiler: Initialize +[2025.04.02-14.32.34:815][ 0]NetworkingProfiler: OnSessionChanged +[2025.04.02-14.32.34:815][ 0]MemoryProfiler: Initialize +[2025.04.02-14.32.34:815][ 0]MemoryProfiler: OnSessionChanged +[2025.04.02-14.32.34:961][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/' took 0.01s +[2025.04.02-14.32.35:006][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. +[2025.04.02-14.32.35:020][ 0]LoadErrors: Error: Collision Profile settings do not include an entry for the Water Body Collision profile, which is required for water collision to function. Add entry to DefaultEngine.ini? +[2025.04.02-14.32.35:076][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete +[2025.04.02-14.32.35:098][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() +[2025.04.02-14.32.35:099][ 0]SourceControl: Revision control is disabled +[2025.04.02-14.32.35:100][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 7.158 +[2025.04.02-14.32.35:109][ 0]Cmd: MAP LOAD FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Maps/ThirdPersonMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 +[2025.04.02-14.32.35:111][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.32.35:111][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.32.35:111][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-14.32.35:111][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-14.32.35:115][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-14.32.35:118][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms +[2025.04.02-14.32.35:246][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:Fill Objectives:Objectives.Objectives'. Unknown structure. +[2025.04.02-14.32.35:247][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:ExecuteUbergraph_WP_QuestHUD:K2Node_CustomEvent_Objectives.K2Node_CustomEvent_Objectives'. Unknown structure. +[2025.04.02-14.32.35:247][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:ExecuteUbergraph_WP_QuestHUD:CallFunc_Array_Get_Item'. Unknown structure. +[2025.04.02-14.32.35:705][ 0]LogAssetRegistry: Display: Asset registry cache written as 41.0 MiB to ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin +[2025.04.02-14.32.35:965][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'ThirdPersonMap'. +[2025.04.02-14.32.35:965][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-14.32.35:966][ 0]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=0, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=1, InitializeForGame=0) +[2025.04.02-14.32.35:966][ 0]LogWorldPartition: Display: WorldPartition initialize started... +[2025.04.02-14.32.35:966][ 0]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap, World Type = Editor, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 1, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 +[2025.04.02-14.32.35:975][ 0]LogAssetRegistry: AssetRegistryGather time 0.0759s: AssetDataDiscovery 0.0178s, AssetDataGather 0.0198s, StoreResults 0.0382s. + NumCachedDirectories 0. NumUncachedDirectories 1813. NumCachedFiles 8747. NumUncachedFiles 101. +[2025.04.02-14.32.35:978][ 0]LogStreaming: Display: FlushAsyncLoading(1): 51 QueuedPackages, 0 AsyncPackages +[2025.04.02-14.32.36:039][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:SelectedQuest'. Unknown structure. +[2025.04.02-14.32.36:039][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:Add Quest:Quest'. Unknown structure. +[2025.04.02-14.32.36:039][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:Select Quest:Quest'. Unknown structure. +[2025.04.02-14.32.36:039][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:K2Node_CustomEvent_Quest_1'. Unknown structure. +[2025.04.02-14.32.36:039][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:K2Node_CustomEvent_Quest'. Unknown structure. +[2025.04.02-14.32.36:039][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:CallFunc_Array_Get_Item'. Unknown structure. +[2025.04.02-14.32.36:040][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestSlot.WB_QuestSlot_C:Quest'. Unknown structure. +[2025.04.02-14.32.36:040][ 0]LogClass: Warning: Struct Property Quest has a struct type mismatch (tag STRUCT_REINST_S_Quest_5(/Engine/Transient) != prop FallbackStruct(/Script/CoreUObject)) in package: /Game/MAIN_CONTENT/Quest_System/WB_QuestSlot. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-14.32.36:043][ 0]LogClass: Warning: Struct Property SelectedQuest has a struct type mismatch (tag STRUCT_REINST_S_Quest_5(/Engine/Transient) != prop FallbackStruct(/Script/CoreUObject)) in package: /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-14.32.36:061][ 0]LogClass: Warning: Struct Property SelectedQuest has a struct type mismatch (tag FallbackStruct(/Script/CoreUObject) != prop S_Quest(/Game/MAIN_CONTENT/Quest_System/S_Quest)) in package: FObjectReader. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-14.32.36:062][ 0]LogClass: Warning: Struct Property Quest has a struct type mismatch (tag FallbackStruct(/Script/CoreUObject) != prop S_Quest(/Game/MAIN_CONTENT/Quest_System/S_Quest)) in package: FObjectReader. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-14.32.36:071][ 0]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. +[2025.04.02-14.32.36:071][ 0]LogWorldPartition: Display: WorldPartition initialize took 105.323 ms +[2025.04.02-14.32.36:083][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.02-14.32.36:095][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.79ms +[2025.04.02-14.32.36:095][ 0]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.02-14.32.36:096][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.46ms to complete. +[2025.04.02-14.32.36:111][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 8.169 +[2025.04.02-14.32.36:220][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-14.32.36:220][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-14.32.36:220][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-14.32.36:220][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-14.32.36:220][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-14.32.36:220][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-14.32.36:220][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-14.32.36:220][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-14.32.36:220][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-14.32.36:220][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-14.32.36:220][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-14.32.36:220][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-14.32.36:220][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-14.32.36:220][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-14.32.36:235][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.32.36:243][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.32.36:251][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.32.36:258][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.32.36:272][ 0]LogSlate: The tab "TopRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-14.32.36:297][ 0]LogSlate: The tab "BottomRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-14.32.36:333][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-14.32.36:333][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/StarterContent.upack', mount point: 'root:/' +[2025.04.02-14.32.36:334][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-14.32.36:334][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' +[2025.04.02-14.32.36:334][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-14.32.36:334][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' +[2025.04.02-14.32.36:334][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-14.32.36:334][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' +[2025.04.02-14.32.36:335][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-14.32.36:335][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' +[2025.04.02-14.32.36:335][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-14.32.36:335][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' +[2025.04.02-14.32.36:335][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-14.32.36:335][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' +[2025.04.02-14.32.36:336][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-14.32.36:336][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' +[2025.04.02-14.32.36:336][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-14.32.36:336][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' +[2025.04.02-14.32.36:336][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-14.32.36:336][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' +[2025.04.02-14.32.36:419][ 0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-KTQTHKD: (Name=DESKTOP-KTQTHKD, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid") +[2025.04.02-14.32.36:437][ 0]LogSlate: Took 0.000204 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.04.02-14.32.36:440][ 0]LogSlate: Took 0.000139 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) +[2025.04.02-14.32.36:440][ 0]LogSlate: Took 0.000080 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) +[2025.04.02-14.32.36:740][ 0]LogStall: Startup... +[2025.04.02-14.32.36:742][ 0]LogStall: Startup complete. +[2025.04.02-14.32.36:745][ 0]LogLoad: (Engine Initialization) Total time: 8.80 seconds +[2025.04.02-14.32.36:818][ 0]LogSourceControl: Uncontrolled asset enumeration started... +[2025.04.02-14.32.36:822][ 0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000004 seconds (updated 0 objects) +[2025.04.02-14.32.36:824][ 0]LogContentStreaming: Texture pool size now 1000 MB +[2025.04.02-14.32.36:824][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" +[2025.04.02-14.32.36:977][ 0]LogAutomationController: Ignoring very large delta of 16997813.46 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.02-14.32.37:004][ 0]LogPython: registering + +[2025.04.02-14.32.37:012][ 0]Running Python start-up script 'F:/UE_5.4/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.034015 secs +[2025.04.02-14.32.37:025][ 1]LogSourceControl: Uncontrolled asset enumeration finished in 0.20669 seconds (Found 8823 uncontrolled assets) +[2025.04.02-14.32.37:070][ 1]LogD3D12RHI: Cannot end block when stack is empty +[2025.04.02-14.33.00:735][427]LogSlate: Took 0.000118 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) +[2025.04.02-14.33.08:726][284]LogSlate: External Image Picker: DecompressImage failed +[2025.04.02-14.33.39:650][280]LogSlate: Window 'Project Settings' being destroyed +[2025.04.02-14.33.39:656][280]LogSlate: Window 'Project Settings' being destroyed +[2025.04.02-14.33.40:708][382]LogSlate: Window 'Message Log' being destroyed +[2025.04.02-14.33.40:714][382]LogSlate: Window 'Message Log' being destroyed +[2025.04.02-14.33.42:369][559]LogSlate: Took 0.000169 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.04.02-14.33.46:381][991]LogUObjectHash: Compacting FUObjectHashTables data took 0.49ms +[2025.04.02-14.33.47:881][991]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.10.dll +[2025.04.02-14.33.47:908][991]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-14.33.47:912][991]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-14.33.47:913][991]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-14.33.47:914][991]LogDeviceProfileManager: Going up to parent DeviceProfile [AppleTV] +[2025.04.02-14.33.47:914][991]LogDeviceProfileManager: Going up to parent DeviceProfile [IOS] +[2025.04.02-14.33.47:914][991]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-14.33.47:933][991]LogMaterial: Display: LandscapeMaterialInstanceConstant_0-SM6-Default: MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCESPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; +_MatTransl_3B7A55D3409170328211A060FC2E3BB1E263C720_BBD650804D314CE7A44ADF9BB4F3F5F9_ +[2025.04.02-14.33.47:963][991]LogAssetEditorSubsystem: Opening Asset editor for World /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 +[2025.04.02-14.33.47:963][991]Cmd: MAP LOAD FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 +[2025.04.02-14.33.47:999][991]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.33.47:999][991]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.33.47:999][991]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap +[2025.04.02-14.33.48:000][991]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. +[2025.04.02-14.33.48:000][991]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-14.33.48:000][991]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-14.33.48:005][991]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-14.33.48:026][991]LogUObjectHash: Compacting FUObjectHashTables data took 0.95ms +[2025.04.02-14.33.48:050][991]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.33.48:051][991]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.33.48:149][991]LogUObjectHash: Compacting FUObjectHashTables data took 0.58ms +[2025.04.02-14.33.48:156][991]LogUObjectHash: Compacting FUObjectHashTables data took 0.49ms +[2025.04.02-14.33.48:203][991]LogMaterial: Display: LandscapeMaterialInstanceConstant_0-SM6-Default: MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCESPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; +_MatTransl_3B7A55D3409170328211A060FC2E3BB1E263C720_BBD650804D314CE7A44ADF9BB4F3F5F9_ +[2025.04.02-14.33.48:218][991]LogAudio: Display: Audio Device (ID: 1) registered with world 'OpenWorld_01'. +[2025.04.02-14.33.48:219][991]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-14.33.49:090][991]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.02-14.33.49:098][991]LogUObjectHash: Compacting FUObjectHashTables data took 0.55ms +[2025.04.02-14.33.49:102][991]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.02-14.33.49:102][991]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.057ms to complete. +[2025.04.02-14.33.49:610][991]LogAutomationController: Ignoring very large delta of 3.24 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.02-14.33.50:274][ 13]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_1] Brush Initialize +[2025.04.02-14.33.50:287][ 13]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_2] Brush Initialize +[2025.04.02-14.33.50:288][ 13]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_3] Brush Initialize +[2025.04.02-14.33.50:288][ 13]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_4] Brush Initialize +[2025.04.02-14.33.50:289][ 13]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_5] Brush Initialize +[2025.04.02-14.33.50:289][ 13]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_6] Brush Initialize +[2025.04.02-14.33.50:289][ 13]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_7] Brush Initialize +[2025.04.02-14.33.50:290][ 13]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_8] Brush Initialize +[2025.04.02-14.33.50:290][ 13]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_9] Brush Initialize +[2025.04.02-14.33.50:290][ 13]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_10] Brush Initialize +[2025.04.02-14.33.50:291][ 13]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_11] Brush Initialize +[2025.04.02-14.33.50:291][ 13]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_13] Brush Initialize +[2025.04.02-14.33.50:292][ 13]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_14] Brush Initialize +[2025.04.02-14.33.50:292][ 13]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_15] Brush Initialize +[2025.04.02-14.34.30:151][357]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. +[2025.04.02-14.34.47:322][263]LogEditorViewport: Clicking Background +[2025.04.02-14.34.53:655][984]LogEditorViewport: Clicking Background +[2025.04.02-14.35.08:560][637]LogSlate: Prevented a slow task dialog from being summoned while a context menu was open +[2025.04.02-14.35.08:686][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/TEX_MW_Temp_msk.TEX_MW_Temp_msk (TFO_BC7, 256x256 x1x1x1) (Required Memory Estimate: 5.395785 MB), EncodeSpeed: Fast +[2025.04.02-14.35.08:686][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/TEX_MW_Temp_col.TEX_MW_Temp_col (TFO_AutoDXT, 256x256 x1x1x1) (Required Memory Estimate: 10.395709 MB), EncodeSpeed: Fast +[2025.04.02-14.35.08:686][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/TEX_MW_Temp_nrm.TEX_MW_Temp_nrm (TFO_BC5, 256x256 x1x1x1) (Required Memory Estimate: 18.562259 MB), EncodeSpeed: Fast +[2025.04.02-14.35.08:696][637]LogStaticMesh: Display: Building static mesh SM_MWAM_GrassA (Required Memory Estimate: 1.370766 MB)... +[2025.04.02-14.35.08:696][637]LogStaticMesh: Display: Building static mesh SM_MWAM_GrassB (Required Memory Estimate: 1.04224 MB)... +[2025.04.02-14.35.08:696][637]LogStaticMesh: Display: Building static mesh SM_MWAM_GrassC (Required Memory Estimate: 0.306963 MB)... +[2025.04.02-14.35.08:696][637]LogStaticMesh: Display: Building static mesh SM_MWAM_GrassD (Required Memory Estimate: 0.480165 MB)... +[2025.04.02-14.35.08:701][637]LogStaticMesh: Display: Building static mesh SM_MWAM_SnowB (Required Memory Estimate: 1.565076 MB)... +[2025.04.02-14.35.08:701][637]LogStaticMesh: Display: Building static mesh SM_MWAM_Snow (Required Memory Estimate: 1.610805 MB)... +[2025.04.02-14.35.08:701][637]LogStaticMesh: Display: Building static mesh SM_MWAM_SnowC (Required Memory Estimate: 1.56824 MB)... +[2025.04.02-14.35.08:704][637]LogStaticMesh: Adjacency [0.00s], tris: 170, UVs 2, Color +[2025.04.02-14.35.08:705][637]LogStaticMesh: Adjacency [0.00s], tris: 270, UVs 2, Color +[2025.04.02-14.35.08:705][637]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.08:705][637]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.08:706][637]LogStaticMesh: Clustering [0.00s]. Ratio: 1.333333 +[2025.04.02-14.35.08:706][637]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.08:707][637]LogStaticMesh: Adjacency [0.00s], tris: 954, UVs 2 +[2025.04.02-14.35.08:708][637]LogStaticMesh: Reduce [0.00s] +[2025.04.02-14.35.08:708][637]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.08:708][637]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.08:708][637]LogStaticMesh: Fallback 0/3 [0.00s], num tris: 170 +[2025.04.02-14.35.08:708][637]LogStaticMesh: Adjacency [0.00s], tris: 590, UVs 2, Color +[2025.04.02-14.35.08:709][637]LogStaticMesh: Adjacency [0.00s], tris: 982, UVs 2 +[2025.04.02-14.35.08:710][637]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.08:710][637]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.08:710][637]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.08:710][637]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.08:711][637]LogStaticMesh: Adjacency [0.00s], tris: 956, UVs 2 +[2025.04.02-14.35.08:711][637]LogStaticMesh: Adjacency [0.00s], tris: 780, UVs 2, Color +[2025.04.02-14.35.08:711][637]LogStaticMesh: Fallback 1/3 [0.00s], num tris: 64 +[2025.04.02-14.35.08:712][637]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.08:712][637]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.08:714][637]LogStaticMesh: Reduce [0.01s] +[2025.04.02-14.35.08:715][637]LogStaticMesh: Fallback 2/3 [0.00s], num tris: 64 +[2025.04.02-14.35.08:715][637]LogStaticMesh: Clustering [0.00s]. Ratio: 1.714286 +[2025.04.02-14.35.08:715][637]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.08:716][637]LogStaticMesh: Fallback 0/3 [0.00s], num tris: 256 +[2025.04.02-14.35.08:716][637]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.08:716][637]LogStaticMesh: Input: 3 Clusters, 296 Triangles and 752 Vertices +[2025.04.02-14.35.08:716][637]LogStaticMesh: Output without splits: 3 Clusters, 296 Triangles and 752 Vertices +[2025.04.02-14.35.08:716][637]LogStaticMesh: Output with splits: 4 Clusters, 296 Triangles and 755 Vertices +[2025.04.02-14.35.08:716][637]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 4, Slow Path Clusters: 0, 1 Material: 4, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.08:716][637]LogStaticMesh: WritePages: +[2025.04.02-14.35.08:716][637]LogStaticMesh: Root: GPU size: 12888 bytes. 1 Pages. 12888.000 bytes per page (39.331% utilization). +[2025.04.02-14.35.08:716][637]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.08:716][637]LogStaticMesh: Page data disk size: 11304 bytes. Fixup data size: 40 bytes. +[2025.04.02-14.35.08:716][637]LogStaticMesh: Total GPU size: 12888 bytes, Total disk size: 11344 bytes. +[2025.04.02-14.35.08:716][637]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.08:716][637]LogStaticMesh: Nanite build [0.01s] + +[2025.04.02-14.35.08:718][637]LogStaticMesh: Built static mesh [0.02s] /Game/MWLandscapeAutoMaterial/Meshes/Plants/SM_MWAM_GrassC.SM_MWAM_GrassC +[2025.04.02-14.35.08:721][637]LogStaticMesh: Fallback 1/3 [0.01s], num tris: 64 +[2025.04.02-14.35.08:725][637]LogStaticMesh: Display: Building static mesh SM_MWAM_SnowD (Required Memory Estimate: 1.728217 MB)... +[2025.04.02-14.35.08:728][637]LogStaticMesh: Fallback 2/3 [0.01s], num tris: 64 +[2025.04.02-14.35.08:730][637]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.08:730][637]LogStaticMesh: Input: 7 Clusters, 648 Triangles and 1648 Vertices +[2025.04.02-14.35.08:730][637]LogStaticMesh: Output without splits: 7 Clusters, 648 Triangles and 1648 Vertices +[2025.04.02-14.35.08:730][637]LogStaticMesh: Output with splits: 10 Clusters, 648 Triangles and 1651 Vertices +[2025.04.02-14.35.08:730][637]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 10, Slow Path Clusters: 0, 1 Material: 10, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.08:730][637]LogStaticMesh: WritePages: +[2025.04.02-14.35.08:730][637]LogStaticMesh: Root: GPU size: 27728 bytes. 1 Pages. 27728.000 bytes per page (84.619% utilization). +[2025.04.02-14.35.08:730][637]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.08:730][637]LogStaticMesh: Page data disk size: 20152 bytes. Fixup data size: 56 bytes. +[2025.04.02-14.35.08:730][637]LogStaticMesh: Total GPU size: 27728 bytes, Total disk size: 20208 bytes. +[2025.04.02-14.35.08:730][637]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.08:730][637]LogStaticMesh: Nanite build [0.02s] + +[2025.04.02-14.35.08:730][637]LogStaticMesh: Reduce [0.02s] +[2025.04.02-14.35.08:731][637]LogStaticMesh: Built static mesh [0.04s] /Game/MWLandscapeAutoMaterial/Meshes/Plants/SM_MWAM_GrassD.SM_MWAM_GrassD +[2025.04.02-14.35.08:735][637]LogStaticMesh: Adjacency [0.00s], tris: 1054, UVs 2 +[2025.04.02-14.35.08:737][637]LogStaticMesh: Clustering [0.00s]. Ratio: 1.777778 +[2025.04.02-14.35.08:737][637]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.08:737][637]LogStaticMesh: Fallback 0/3 [0.01s], num tris: 456 +[2025.04.02-14.35.08:739][637]LogStaticMesh: Display: Building static mesh SM_MWAM_StoneA (Required Memory Estimate: 1.610805 MB)... +[2025.04.02-14.35.08:744][637]LogStaticMesh: Reduce [0.04s] +[2025.04.02-14.35.08:748][637]LogStaticMesh: Reduce [0.03s] +[2025.04.02-14.35.08:749][637]LogStaticMesh: Adjacency [0.00s], tris: 982, UVs 2 +[2025.04.02-14.35.08:750][637]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.08:750][637]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.08:751][637]LogStaticMesh: Fallback 0/3 [0.01s], num tris: 934 +[2025.04.02-14.35.08:751][637]LogStaticMesh: Reduce [0.04s] +[2025.04.02-14.35.08:753][637]LogStaticMesh: Reduce [0.04s] +[2025.04.02-14.35.08:754][637]LogStaticMesh: Fallback 1/3 [0.02s], num tris: 114 +[2025.04.02-14.35.08:758][637]LogStaticMesh: Fallback 0/3 [0.01s], num tris: 942 +[2025.04.02-14.35.08:759][637]LogStaticMesh: Fallback 0/3 [0.01s], num tris: 588 +[2025.04.02-14.35.08:762][637]LogStaticMesh: Fallback 0/3 [0.01s], num tris: 942 +[2025.04.02-14.35.08:770][637]LogStaticMesh: Fallback 2/3 [0.02s], num tris: 64 +[2025.04.02-14.35.08:775][637]LogStaticMesh: Fallback 1/3 [0.02s], num tris: 466 +[2025.04.02-14.35.08:778][637]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.08:778][637]LogStaticMesh: Input: 11 Clusters, 1346 Triangles and 3598 Vertices +[2025.04.02-14.35.08:778][637]LogStaticMesh: Output without splits: 11 Clusters, 1346 Triangles and 3598 Vertices +[2025.04.02-14.35.08:778][637]LogStaticMesh: Output with splits: 22 Clusters, 1346 Triangles and 3601 Vertices +[2025.04.02-14.35.08:778][637]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 22, Slow Path Clusters: 0, 1 Material: 22, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.08:779][637]LogStaticMesh: Fallback 1/3 [0.02s], num tris: 147 +[2025.04.02-14.35.08:779][637]LogStaticMesh: WritePages: +[2025.04.02-14.35.08:779][637]LogStaticMesh: Root: GPU size: 32664 bytes. 1 Pages. 32664.000 bytes per page (99.683% utilization). +[2025.04.02-14.35.08:779][637]LogStaticMesh: Streaming: GPU size: 28896 bytes. 1 Pages (1 with relative encoding). 28896.000 bytes per page (22.046% utilization). +[2025.04.02-14.35.08:779][637]LogStaticMesh: Page data disk size: 48080 bytes. Fixup data size: 232 bytes. +[2025.04.02-14.35.08:779][637]LogStaticMesh: Total GPU size: 61560 bytes, Total disk size: 48312 bytes. +[2025.04.02-14.35.08:779][637]LogStaticMesh: Encode [0.01s] +[2025.04.02-14.35.08:779][637]LogStaticMesh: Nanite build [0.07s] + +[2025.04.02-14.35.08:782][637]LogStaticMesh: Built static mesh [0.09s] /Game/MWLandscapeAutoMaterial/Meshes/Plants/SM_MWAM_GrassB.SM_MWAM_GrassB +[2025.04.02-14.35.08:784][637]LogStaticMesh: Fallback 1/3 [0.03s], num tris: 470 +[2025.04.02-14.35.08:786][637]LogStaticMesh: Reduce [0.05s] +[2025.04.02-14.35.08:790][637]LogStaticMesh: Fallback 1/3 [0.03s], num tris: 470 +[2025.04.02-14.35.08:791][637]LogStaticMesh: Reduce [0.04s] +[2025.04.02-14.35.08:794][637]LogStaticMesh: Display: Building static mesh SM_MWAM_StoneB (Required Memory Estimate: 1.565076 MB)... +[2025.04.02-14.35.08:795][637]LogStaticMesh: Fallback 0/3 [0.01s], num tris: 1032 +[2025.04.02-14.35.08:797][637]LogStaticMesh: Fallback 2/3 [0.02s], num tris: 73 +[2025.04.02-14.35.08:799][637]LogStaticMesh: Fallback 0/3 [0.01s], num tris: 942 +[2025.04.02-14.35.08:800][637]LogStaticMesh: Adjacency [0.00s], tris: 954, UVs 2 +[2025.04.02-14.35.08:800][637]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.08:800][637]LogStaticMesh: Input: 19 Clusters, 1662 Triangles and 4364 Vertices +[2025.04.02-14.35.08:800][637]LogStaticMesh: Output without splits: 19 Clusters, 1662 Triangles and 4364 Vertices +[2025.04.02-14.35.08:800][637]LogStaticMesh: Output with splits: 26 Clusters, 1662 Triangles and 4364 Vertices +[2025.04.02-14.35.08:800][637]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 26, Slow Path Clusters: 0, 1 Material: 26, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.08:800][637]LogStaticMesh: Fallback 2/3 [0.03s], num tris: 232 +[2025.04.02-14.35.08:801][637]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.08:801][637]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.08:801][637]LogStaticMesh: Input: 15 Clusters, 1836 Triangles and 1309 Vertices +[2025.04.02-14.35.08:801][637]LogStaticMesh: Output without splits: 15 Clusters, 1836 Triangles and 1325 Vertices +[2025.04.02-14.35.08:801][637]LogStaticMesh: Output with splits: 15 Clusters, 1836 Triangles and 1325 Vertices +[2025.04.02-14.35.08:801][637]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 15, Slow Path Clusters: 0, 1 Material: 15, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.08:802][637]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.08:802][637]LogStaticMesh: WritePages: +[2025.04.02-14.35.08:802][637]LogStaticMesh: Root: GPU size: 31424 bytes. 1 Pages. 31424.000 bytes per page (95.898% utilization). +[2025.04.02-14.35.08:802][637]LogStaticMesh: Streaming: GPU size: 43428 bytes. 1 Pages (1 with relative encoding). 43428.000 bytes per page (33.133% utilization). +[2025.04.02-14.35.08:802][637]LogStaticMesh: Page data disk size: 62828 bytes. Fixup data size: 232 bytes. +[2025.04.02-14.35.08:802][637]LogStaticMesh: Total GPU size: 74852 bytes, Total disk size: 63060 bytes. +[2025.04.02-14.35.08:802][637]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.08:802][637]LogStaticMesh: Nanite build [0.09s] + +[2025.04.02-14.35.08:802][637]LogStaticMesh: WritePages: +[2025.04.02-14.35.08:802][637]LogStaticMesh: Root: GPU size: 21312 bytes. 1 Pages. 21312.000 bytes per page (65.039% utilization). +[2025.04.02-14.35.08:802][637]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.08:802][637]LogStaticMesh: Page data disk size: 18396 bytes. Fixup data size: 72 bytes. +[2025.04.02-14.35.08:802][637]LogStaticMesh: Total GPU size: 21312 bytes, Total disk size: 18468 bytes. +[2025.04.02-14.35.08:802][637]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.08:802][637]LogStaticMesh: Nanite build [0.09s] + +[2025.04.02-14.35.08:804][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Cover/TEX_MWAM_CoverRocks_nrm.TEX_MWAM_CoverRocks_nrm (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 471.562488 MB), EncodeSpeed: Fast +[2025.04.02-14.35.08:806][637]LogStaticMesh: Built static mesh [0.11s] /Game/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_SnowB.SM_MWAM_SnowB +[2025.04.02-14.35.08:806][637]LogStaticMesh: Built static mesh [0.11s] /Game/MWLandscapeAutoMaterial/Meshes/Plants/SM_MWAM_GrassA.SM_MWAM_GrassA +[2025.04.02-14.35.08:821][637]LogStaticMesh: Display: Building static mesh SM_MWAM_StoneC (Required Memory Estimate: 1.56824 MB)... +[2025.04.02-14.35.08:825][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Cover/TEX_MWAM_CoverRocks_col.TEX_MWAM_CoverRocks_col (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.08:826][637]LogStaticMesh: Fallback 2/3 [0.04s], num tris: 234 +[2025.04.02-14.35.08:827][637]LogStaticMesh: Display: Building static mesh SM_MWAM_StoneD (Required Memory Estimate: 1.728217 MB)... +[2025.04.02-14.35.08:828][637]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.08:828][637]LogStaticMesh: Input: 15 Clusters, 1838 Triangles and 1323 Vertices +[2025.04.02-14.35.08:828][637]LogStaticMesh: Output without splits: 15 Clusters, 1838 Triangles and 1357 Vertices +[2025.04.02-14.35.08:828][637]LogStaticMesh: Output with splits: 15 Clusters, 1838 Triangles and 1357 Vertices +[2025.04.02-14.35.08:828][637]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 15, Slow Path Clusters: 0, 1 Material: 15, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.08:829][637]LogStaticMesh: WritePages: +[2025.04.02-14.35.08:829][637]LogStaticMesh: Root: GPU size: 21528 bytes. 1 Pages. 21528.000 bytes per page (65.698% utilization). +[2025.04.02-14.35.08:829][637]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.08:829][637]LogStaticMesh: Page data disk size: 18676 bytes. Fixup data size: 72 bytes. +[2025.04.02-14.35.08:829][637]LogStaticMesh: Total GPU size: 21528 bytes, Total disk size: 18748 bytes. +[2025.04.02-14.35.08:829][637]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.08:831][637]LogStaticMesh: Nanite build [0.12s] + +[2025.04.02-14.35.08:832][637]LogStaticMesh: Fallback 1/3 [0.04s], num tris: 516 +[2025.04.02-14.35.08:834][637]LogStaticMesh: Adjacency [0.00s], tris: 956, UVs 2 +[2025.04.02-14.35.08:836][637]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.08:836][637]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.08:836][637]LogStaticMesh: Built static mesh [0.14s] /Game/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_SnowC.SM_MWAM_SnowC +[2025.04.02-14.35.08:838][637]LogStaticMesh: Fallback 2/3 [0.05s], num tris: 234 +[2025.04.02-14.35.08:840][637]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.08:840][637]LogStaticMesh: Input: 15 Clusters, 1864 Triangles and 1446 Vertices +[2025.04.02-14.35.08:840][637]LogStaticMesh: Output without splits: 15 Clusters, 1864 Triangles and 1460 Vertices +[2025.04.02-14.35.08:840][637]LogStaticMesh: Output with splits: 15 Clusters, 1864 Triangles and 1460 Vertices +[2025.04.02-14.35.08:840][637]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 15, Slow Path Clusters: 0, 1 Material: 15, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.08:841][637]LogStaticMesh: Adjacency [0.00s], tris: 1054, UVs 2 +[2025.04.02-14.35.08:841][637]LogStaticMesh: WritePages: +[2025.04.02-14.35.08:841][637]LogStaticMesh: Root: GPU size: 23168 bytes. 1 Pages. 23168.000 bytes per page (70.703% utilization). +[2025.04.02-14.35.08:841][637]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.08:841][637]LogStaticMesh: Page data disk size: 20588 bytes. Fixup data size: 72 bytes. +[2025.04.02-14.35.08:841][637]LogStaticMesh: Total GPU size: 23168 bytes, Total disk size: 20660 bytes. +[2025.04.02-14.35.08:841][637]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.08:841][637]LogStaticMesh: Nanite build [0.13s] + +[2025.04.02-14.35.08:843][637]LogStaticMesh: Clustering [0.00s]. Ratio: 1.777778 +[2025.04.02-14.35.08:843][637]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.08:844][637]LogStaticMesh: Built static mesh [0.14s] /Game/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_Snow.SM_MWAM_Snow +[2025.04.02-14.35.08:845][637]LogStaticMesh: Fallback 1/3 [0.05s], num tris: 470 +[2025.04.02-14.35.08:855][637]LogStaticMesh: Reduce [0.05s] +[2025.04.02-14.35.08:861][637]LogStaticMesh: Display: Building static mesh SM_MWAM_MountainB (Required Memory Estimate: 37.304472 MB)... +[2025.04.02-14.35.08:861][637]LogStaticMesh: Display: Building static mesh SM_MWAM_MountainA (Required Memory Estimate: 37.944934 MB)... +[2025.04.02-14.35.08:863][637]LogStaticMesh: Fallback 0/3 [0.01s], num tris: 934 +[2025.04.02-14.35.08:879][637]LogStaticMesh: Fallback 2/3 [0.05s], num tris: 258 +[2025.04.02-14.35.08:881][637]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.08:881][637]LogStaticMesh: Input: 27 Clusters, 2440 Triangles and 1770 Vertices +[2025.04.02-14.35.08:881][637]LogStaticMesh: Output without splits: 27 Clusters, 2440 Triangles and 1776 Vertices +[2025.04.02-14.35.08:881][637]LogStaticMesh: Output with splits: 27 Clusters, 2440 Triangles and 1776 Vertices +[2025.04.02-14.35.08:881][637]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 27, Slow Path Clusters: 0, 1 Material: 27, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.08:882][637]LogStaticMesh: WritePages: +[2025.04.02-14.35.08:882][637]LogStaticMesh: Root: GPU size: 28636 bytes. 1 Pages. 28636.000 bytes per page (87.390% utilization). +[2025.04.02-14.35.08:882][637]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.08:882][637]LogStaticMesh: Page data disk size: 23976 bytes. Fixup data size: 88 bytes. +[2025.04.02-14.35.08:882][637]LogStaticMesh: Total GPU size: 28636 bytes, Total disk size: 24064 bytes. +[2025.04.02-14.35.08:882][637]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.08:882][637]LogStaticMesh: Nanite build [0.14s] + +[2025.04.02-14.35.08:886][637]LogStaticMesh: Built static mesh [0.16s] /Game/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_SnowD.SM_MWAM_SnowD +[2025.04.02-14.35.08:888][637]LogStaticMesh: Reduce [0.05s] +[2025.04.02-14.35.08:893][637]LogStaticMesh: Fallback 1/3 [0.03s], num tris: 466 +[2025.04.02-14.35.08:894][637]LogStaticMesh: Fallback 2/3 [0.05s], num tris: 234 +[2025.04.02-14.35.08:894][637]LogStaticMesh: Display: Building static mesh SM_MW_ColorChecker (Required Memory Estimate: 7.545733 MB)... +[2025.04.02-14.35.08:896][637]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.08:896][637]LogStaticMesh: Input: 15 Clusters, 1864 Triangles and 1446 Vertices +[2025.04.02-14.35.08:896][637]LogStaticMesh: Output without splits: 15 Clusters, 1864 Triangles and 1460 Vertices +[2025.04.02-14.35.08:896][637]LogStaticMesh: Output with splits: 15 Clusters, 1864 Triangles and 1460 Vertices +[2025.04.02-14.35.08:896][637]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 15, Slow Path Clusters: 0, 1 Material: 15, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.08:896][637]LogStaticMesh: WritePages: +[2025.04.02-14.35.08:896][637]LogStaticMesh: Root: GPU size: 23168 bytes. 1 Pages. 23168.000 bytes per page (70.703% utilization). +[2025.04.02-14.35.08:896][637]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.08:897][637]LogStaticMesh: Page data disk size: 20588 bytes. Fixup data size: 72 bytes. +[2025.04.02-14.35.08:897][637]LogStaticMesh: Total GPU size: 23168 bytes, Total disk size: 20660 bytes. +[2025.04.02-14.35.08:897][637]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.08:897][637]LogStaticMesh: Nanite build [0.15s] + +[2025.04.02-14.35.08:897][637]LogStaticMesh: Fallback 0/3 [0.01s], num tris: 942 +[2025.04.02-14.35.08:899][637]LogStaticMesh: Reduce [0.06s] +[2025.04.02-14.35.08:900][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudGradientA.TEX_MW_CloudGradientA (TFO_AutoDXT, 32x16 x1x1x1) (Required Memory Estimate: 0.143152 MB), EncodeSpeed: Fast +[2025.04.02-14.35.08:901][637]LogStaticMesh: Built static mesh [0.16s] /Game/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_StoneA.SM_MWAM_StoneA +[2025.04.02-14.35.08:913][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudWeatherA.TEX_MW_CloudWeatherA (TFO_AutoDXT, 512x512 x1x1x1) (Required Memory Estimate: 45.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.08:915][637]LogStaticMesh: Fallback 0/3 [0.02s], num tris: 1032 +[2025.04.02-14.35.08:930][637]LogStaticMesh: Fallback 1/3 [0.03s], num tris: 470 +[2025.04.02-14.35.08:942][637]LogStaticMesh: Adjacency [0.00s], tris: 5122, UVs 2, Color +[2025.04.02-14.35.08:942][637]LogStaticMesh: Fallback 2/3 [0.05s], num tris: 232 +[2025.04.02-14.35.08:943][637]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.08:943][637]LogStaticMesh: Input: 15 Clusters, 1836 Triangles and 1309 Vertices +[2025.04.02-14.35.08:943][637]LogStaticMesh: Output without splits: 15 Clusters, 1836 Triangles and 1325 Vertices +[2025.04.02-14.35.08:943][637]LogStaticMesh: Output with splits: 15 Clusters, 1836 Triangles and 1325 Vertices +[2025.04.02-14.35.08:943][637]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 15, Slow Path Clusters: 0, 1 Material: 15, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.08:944][637]LogStaticMesh: WritePages: +[2025.04.02-14.35.08:944][637]LogStaticMesh: Root: GPU size: 21312 bytes. 1 Pages. 21312.000 bytes per page (65.039% utilization). +[2025.04.02-14.35.08:944][637]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.08:944][637]LogStaticMesh: Page data disk size: 18396 bytes. Fixup data size: 72 bytes. +[2025.04.02-14.35.08:944][637]LogStaticMesh: Total GPU size: 21312 bytes, Total disk size: 18468 bytes. +[2025.04.02-14.35.08:944][637]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.08:944][637]LogStaticMesh: Nanite build [0.14s] + +[2025.04.02-14.35.08:948][637]LogStaticMesh: Built static mesh [0.15s] /Game/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_StoneB.SM_MWAM_StoneB +[2025.04.02-14.35.08:950][637]LogStaticMesh: Fallback 1/3 [0.04s], num tris: 516 +[2025.04.02-14.35.08:952][637]LogStaticMesh: Clustering [0.01s]. Ratio: 1.000000 +[2025.04.02-14.35.08:953][637]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.08:972][637]LogStaticMesh: Fallback 2/3 [0.04s], num tris: 234 +[2025.04.02-14.35.08:973][637]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.08:973][637]LogStaticMesh: Input: 15 Clusters, 1838 Triangles and 1323 Vertices +[2025.04.02-14.35.08:973][637]LogStaticMesh: Output without splits: 15 Clusters, 1838 Triangles and 1357 Vertices +[2025.04.02-14.35.08:973][637]LogStaticMesh: Output with splits: 15 Clusters, 1838 Triangles and 1357 Vertices +[2025.04.02-14.35.08:973][637]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 15, Slow Path Clusters: 0, 1 Material: 15, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.08:974][637]LogStaticMesh: WritePages: +[2025.04.02-14.35.08:974][637]LogStaticMesh: Root: GPU size: 21528 bytes. 1 Pages. 21528.000 bytes per page (65.698% utilization). +[2025.04.02-14.35.08:974][637]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.08:974][637]LogStaticMesh: Page data disk size: 18676 bytes. Fixup data size: 72 bytes. +[2025.04.02-14.35.08:974][637]LogStaticMesh: Total GPU size: 21528 bytes, Total disk size: 18748 bytes. +[2025.04.02-14.35.08:974][637]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.08:974][637]LogStaticMesh: Nanite build [0.14s] + +[2025.04.02-14.35.08:978][637]LogStaticMesh: Built static mesh [0.16s] /Game/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_StoneC.SM_MWAM_StoneC +[2025.04.02-14.35.08:994][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Plants/TEX_MWAM_Grass_nrm.TEX_MWAM_Grass_nrm (TFO_BC5, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.08:996][637]LogStaticMesh: Fallback 2/3 [0.05s], num tris: 258 +[2025.04.02-14.35.08:999][637]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.08:999][637]LogStaticMesh: Input: 27 Clusters, 2440 Triangles and 1770 Vertices +[2025.04.02-14.35.08:999][637]LogStaticMesh: Output without splits: 27 Clusters, 2440 Triangles and 1776 Vertices +[2025.04.02-14.35.08:999][637]LogStaticMesh: Output with splits: 27 Clusters, 2440 Triangles and 1776 Vertices +[2025.04.02-14.35.08:999][637]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 27, Slow Path Clusters: 0, 1 Material: 27, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.09:000][637]LogStaticMesh: WritePages: +[2025.04.02-14.35.09:000][637]LogStaticMesh: Root: GPU size: 28636 bytes. 1 Pages. 28636.000 bytes per page (87.390% utilization). +[2025.04.02-14.35.09:001][637]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.09:001][637]LogStaticMesh: Page data disk size: 23976 bytes. Fixup data size: 88 bytes. +[2025.04.02-14.35.09:001][637]LogStaticMesh: Total GPU size: 28636 bytes, Total disk size: 24064 bytes. +[2025.04.02-14.35.09:001][637]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.09:001][637]LogStaticMesh: Nanite build [0.16s] + +[2025.04.02-14.35.09:007][637]LogStaticMesh: Built static mesh [0.18s] /Game/MWLandscapeAutoMaterial/Meshes/Cover/SM_MWAM_StoneD.SM_MWAM_StoneD +[2025.04.02-14.35.09:015][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_WaterA_nrm.TEX_MW_WaterA_nrm (TFO_BC5, 1024x1024 x1x1x1) (Required Memory Estimate: 303.562488 MB), EncodeSpeed: Fast +[2025.04.02-14.35.09:063][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Plants/TEX_MWAM_Grass_col.TEX_MWAM_Grass_col (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.09:084][637]LogStaticMesh: Adjacency [0.02s], tris: 25785, UVs 2 +[2025.04.02-14.35.09:084][637]LogStaticMesh: Adjacency [0.03s], tris: 25348, UVs 2 +[2025.04.02-14.35.09:134][637]LogStaticMesh: Clustering [0.05s]. Ratio: 1.014851 +[2025.04.02-14.35.09:135][637]LogStaticMesh: Clustering [0.05s]. Ratio: 1.010050 +[2025.04.02-14.35.09:140][637]LogStaticMesh: Leaves [0.01s] +[2025.04.02-14.35.09:140][637]LogStaticMesh: Leaves [0.01s] +[2025.04.02-14.35.09:221][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_Noise_msk.TEX_MW_Noise_msk (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.09:314][637]LogStaticMesh: Reduce [0.36s] +[2025.04.02-14.35.09:373][637]LogStaticMesh: Fallback 0/1 [0.06s], num tris: 532 +[2025.04.02-14.35.09:381][637]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.09:381][637]LogStaticMesh: Input: 85 Clusters, 10664 Triangles and 7244 Vertices +[2025.04.02-14.35.09:381][637]LogStaticMesh: Output without splits: 85 Clusters, 10664 Triangles and 7436 Vertices +[2025.04.02-14.35.09:381][637]LogStaticMesh: Output with splits: 85 Clusters, 10664 Triangles and 7436 Vertices +[2025.04.02-14.35.09:381][637]LogStaticMesh: Material Stats - Unique Materials: 5, Fast Path Clusters: 82, Slow Path Clusters: 3, 1 Material: 67, 2 Materials: 12, 3 Materials: 3, At Least 4 Materials: 3 +[2025.04.02-14.35.09:385][637]LogStaticMesh: WritePages: +[2025.04.02-14.35.09:385][637]LogStaticMesh: Root: GPU size: 32444 bytes. 1 Pages. 32444.000 bytes per page (99.011% utilization). +[2025.04.02-14.35.09:385][637]LogStaticMesh: Streaming: GPU size: 95868 bytes. 1 Pages (1 with relative encoding). 95868.000 bytes per page (73.141% utilization). +[2025.04.02-14.35.09:385][637]LogStaticMesh: Page data disk size: 104808 bytes. Fixup data size: 352 bytes. +[2025.04.02-14.35.09:385][637]LogStaticMesh: Total GPU size: 128312 bytes, Total disk size: 105160 bytes. +[2025.04.02-14.35.09:385][637]LogStaticMesh: Encode [0.01s] +[2025.04.02-14.35.09:385][637]LogStaticMesh: Nanite build [0.43s] + +[2025.04.02-14.35.09:388][637]LogStaticMesh: Built static mesh [0.49s] /Game/MWLandscapeAutoMaterial/Meshes/Basic/SM_MW_ColorChecker.SM_MW_ColorChecker +[2025.04.02-14.35.09:392][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Extra/TEX_MWAM_Variation_msk.TEX_MWAM_Variation_msk (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.09:597][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Grass_col.TEX_MWAM_Grass_col (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.09:659][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Extra/TEX_MWAM_Variation_nrm.TEX_MWAM_Variation_nrm (TFO_BC5, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.09:723][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Dirt_col.TEX_MWAM_Dirt_col (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.09:866][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Dirt_nrm.TEX_MWAM_Dirt_nrm (TFO_BC5, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.10:001][637]LogStaticMesh: Reduce [0.86s] +[2025.04.02-14.35.10:034][637]LogStaticMesh: Reduce [0.89s] +[2025.04.02-14.35.10:048][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Grass_nrm.TEX_MWAM_Grass_nrm (TFO_BC5, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.10:100][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Rock_col.TEX_MWAM_Rock_col (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.10:298][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Rock_nrm.TEX_MWAM_Rock_nrm (TFO_BC5, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.10:354][637]LogStaticMesh: Fallback 0/1 [0.32s], num tris: 3855 +[2025.04.02-14.35.10:363][637]LogStaticMesh: Fallback 0/1 [0.36s], num tris: 3742 +[2025.04.02-14.35.10:387][637]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.10:388][637]LogStaticMesh: Input: 411 Clusters, 51773 Triangles and 31870 Vertices +[2025.04.02-14.35.10:388][637]LogStaticMesh: Output without splits: 411 Clusters, 51773 Triangles and 33393 Vertices +[2025.04.02-14.35.10:388][637]LogStaticMesh: Output with splits: 411 Clusters, 51773 Triangles and 33393 Vertices +[2025.04.02-14.35.10:390][637]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 411, Slow Path Clusters: 0, 1 Material: 411, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.10:398][637]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.10:398][637]LogStaticMesh: Input: 420 Clusters, 52863 Triangles and 32637 Vertices +[2025.04.02-14.35.10:398][637]LogStaticMesh: Output without splits: 420 Clusters, 52863 Triangles and 34088 Vertices +[2025.04.02-14.35.10:398][637]LogStaticMesh: Output with splits: 420 Clusters, 52863 Triangles and 34088 Vertices +[2025.04.02-14.35.10:399][637]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 420, Slow Path Clusters: 0, 1 Material: 420, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.10:409][637]LogStaticMesh: WritePages: +[2025.04.02-14.35.10:409][637]LogStaticMesh: Root: GPU size: 31844 bytes. 1 Pages. 31844.000 bytes per page (97.180% utilization). +[2025.04.02-14.35.10:409][637]LogStaticMesh: Streaming: GPU size: 605604 bytes. 5 Pages (5 with relative encoding). 121120.797 bytes per page (92.408% utilization). +[2025.04.02-14.35.10:409][637]LogStaticMesh: Page data disk size: 536536 bytes. Fixup data size: 2216 bytes. +[2025.04.02-14.35.10:409][637]LogStaticMesh: Total GPU size: 637448 bytes, Total disk size: 538752 bytes. +[2025.04.02-14.35.10:409][637]LogStaticMesh: Encode [0.05s] +[2025.04.02-14.35.10:409][637]LogStaticMesh: Nanite build [1.27s] + +[2025.04.02-14.35.10:420][637]LogStaticMesh: WritePages: +[2025.04.02-14.35.10:420][637]LogStaticMesh: Root: GPU size: 31608 bytes. 1 Pages. 31608.000 bytes per page (96.460% utilization). +[2025.04.02-14.35.10:420][637]LogStaticMesh: Streaming: GPU size: 619816 bytes. 5 Pages (5 with relative encoding). 123963.203 bytes per page (94.576% utilization). +[2025.04.02-14.35.10:420][637]LogStaticMesh: Page data disk size: 545588 bytes. Fixup data size: 2296 bytes. +[2025.04.02-14.35.10:420][637]LogStaticMesh: Total GPU size: 651424 bytes, Total disk size: 547884 bytes. +[2025.04.02-14.35.10:420][637]LogStaticMesh: Encode [0.06s] +[2025.04.02-14.35.10:420][637]LogStaticMesh: Nanite build [1.28s] + +[2025.04.02-14.35.10:422][637]LogStaticMesh: Built static mesh [1.56s] /Game/MWLandscapeAutoMaterial/Meshes/Background/SM_MWAM_MountainB.SM_MWAM_MountainB +[2025.04.02-14.35.10:433][637]LogStaticMesh: Built static mesh [1.57s] /Game/MWLandscapeAutoMaterial/Meshes/Background/SM_MWAM_MountainA.SM_MWAM_MountainA +[2025.04.02-14.35.10:569][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Snow_col.TEX_MWAM_Snow_col (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.10:979][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/TEX_MW_Temp_ColorChecker.TEX_MW_Temp_ColorChecker (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 169.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:405][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Snow_nrm.TEX_MWAM_Snow_nrm (TFO_BC5, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:577][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Stones_col.TEX_MWAM_Stones_col (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:824][637]MapCheck: Warning: Landscape2 : Landscape Nanite is enabled but saved mesh data is out of date. Save Modified Landscapes +[2025.04.02-14.35.11:849][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example:PersistentLevel.Landscape_2.Texture2D_8 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:849][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example:PersistentLevel.Landscape_2.Texture2D_2 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:849][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example:PersistentLevel.Landscape_2.Texture2D_7 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:849][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example:PersistentLevel.Landscape_2.Texture2D_0 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:849][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example:PersistentLevel.Landscape_2.Texture2D_6 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:849][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example:PersistentLevel.Landscape_2.Texture2D_5 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:849][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example:PersistentLevel.Landscape_2.Texture2D_1 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:849][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example:PersistentLevel.Landscape_2.Texture2D_3 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:849][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example:PersistentLevel.Landscape_2.Texture2D_4 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:884][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example:PersistentLevel.Landscape_2.Texture2D_11 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:884][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example:PersistentLevel.Landscape_2.Texture2D_10 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:885][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example:PersistentLevel.Landscape_2.Texture2D_9 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:893][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example:PersistentLevel.Landscape_2.Texture2D_13 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:894][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example:PersistentLevel.Landscape_2.Texture2D_12 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:895][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example:PersistentLevel.Landscape_2.Texture2D_14 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:895][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example:PersistentLevel.Landscape_2.Texture2D_15 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.11:920][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_Stones_nrm.TEX_MWAM_Stones_nrm (TFO_BC5, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.12:420][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_SandA_nrm.TEX_MWAM_SandA_nrm (TFO_BC5, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.12:467][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_SandC_col.TEX_MWAM_SandC_col (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.12:714][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_SandC_nrm.TEX_MWAM_SandC_nrm (TFO_BC5, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.12:727][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/Ground/TEX_MWAM_SandA_col.TEX_MWAM_SandA_col (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:394][637]MapCheck: Warning: Landscape : Landscape Nanite is enabled but saved mesh data is out of date. Save Modified Landscapes +[2025.04.02-14.35.13:396][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_0 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:396][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_16 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:396][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_17 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:396][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_1 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:396][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_18 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:396][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_2 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:397][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_3 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:398][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_20 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:398][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_19 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:398][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_4 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:398][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_5 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:409][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_21 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:411][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_6 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:413][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_7 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:413][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_22 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:415][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_23 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:420][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_24 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:420][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_8 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:420][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_25 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:421][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_9 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:421][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_10 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:421][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_26 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:424][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_27 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:424][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_11 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:426][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_28 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:427][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_12 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:427][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_13 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:436][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_29 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:437][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_14 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:439][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_15 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:439][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_31 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:440][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example:PersistentLevel.Landscape_2.Heightmap_30 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.13:512][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Textures/FX/TEX_MW_CloudGradientB.TEX_MW_CloudGradientB (TFO_AutoDXT, 32x16 x1x1x1) (Required Memory Estimate: 0.143152 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:228][637]MapCheck: Warning: Landscape : Landscape Nanite is enabled but saved mesh data is out of date. Save Modified Landscapes +[2025.04.02-14.35.15:231][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example:PersistentLevel.Landscape_0.Texture2D_4 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:231][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example:PersistentLevel.Landscape_0.Texture2D_0 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:231][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example:PersistentLevel.Landscape_0.Texture2D_2 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:231][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example:PersistentLevel.Landscape_0.Texture2D_1 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:232][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example:PersistentLevel.Landscape_0.Texture2D_3 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:232][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example:PersistentLevel.Landscape_0.Texture2D_6 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:232][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example:PersistentLevel.Landscape_0.Texture2D_8 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:232][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example:PersistentLevel.Landscape_0.Texture2D_10 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:232][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example:PersistentLevel.Landscape_0.Texture2D_9 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:233][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example:PersistentLevel.Landscape_0.Texture2D_5 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:233][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example:PersistentLevel.Landscape_0.Texture2D_7 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:254][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example:PersistentLevel.Landscape_0.Texture2D_11 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:254][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example:PersistentLevel.Landscape_0.Texture2D_14 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:254][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example:PersistentLevel.Landscape_0.Texture2D_13 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:256][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example:PersistentLevel.Landscape_0.Texture2D_12 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:258][637]LogTexture: Display: Building textures: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example:PersistentLevel.Landscape_0.Texture2D_15 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.15:287][637]LogObjectTools: Deleting 3 worlds: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example, /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example, /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example +[2025.04.02-14.35.15:288][637]LogObjectTools: Currently 2 active worlds: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01, /Engine/Transient.World_0 +[2025.04.02-14.35.15:293][637]LogUObjectHash: Compacting FUObjectHashTables data took 0.63ms +[2025.04.02-14.35.17:868][637]LogSlate: Window 'Delete Assets' being destroyed +[2025.04.02-14.35.17:882][637]LogUObjectGlobals: Force Deleting 4 Package(s): + Asset Name: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.LandscapeAutoMaterial_MountainRange_Example + Asset Type: World + Asset Name: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.LandscapeAutoMaterial_Island_Example + Asset Type: World + Asset Name: /Game/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.LandscapeAutoMaterial_Desert_Example + Asset Type: World + Asset Name: /Game/MWLandscapeAutoMaterial/Maps/Source/LandscapeAutoMaterial_Example_sharedassets/RemoveFoliage_LayerInfo.RemoveFoliage_LayerInfo + Asset Type: LandscapeLayerInfoObject +[2025.04.02-14.35.18:156][637]LogWorld: UWorld::CleanupWorld for LandscapeAutoMaterial_MountainRange_Example, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.35.18:157][637]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.35.18:202][637]LogWorld: UWorld::CleanupWorld for LandscapeAutoMaterial_Island_Example, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.35.18:204][637]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.35.18:245][637]LogWorld: UWorld::CleanupWorld for LandscapeAutoMaterial_Desert_Example, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.35.18:247][637]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.35.20:645][637]LogMeshUtilities: Finished distance field build in 2.6s - 126x126x126 sparse distance field, 2.1Mb total, 0.1Mb always loaded, 59% occupied, 8449 triangles, SM_MWAM_MountainB +[2025.04.02-14.35.20:726][637]LogMeshUtilities: Finished distance field build in 2.7s - 126x126x126 sparse distance field, 2.2Mb total, 0.1Mb always loaded, 64% occupied, 8595 triangles, SM_MWAM_MountainA +[2025.04.02-14.35.20:935][637]LogUObjectHash: Compacting FUObjectHashTables data took 0.72ms +[2025.04.02-14.35.21:285][637]LogUObjectHash: Compacting FUObjectHashTables data took 0.56ms +[2025.04.02-14.35.21:289][637]LogUObjectHash: Compacting FUObjectHashTables data took 0.28ms +[2025.04.02-14.35.22:168][637]LogAutomationController: Ignoring very large delta of 13.62 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.02-14.35.28:521][233]LogSlate: Prevented a slow task dialog from being summoned while a context menu was open +[2025.04.02-14.35.29:060][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Grass_D.T_Grass_D (TFO_AutoDXT, 512x512 x1x1x1) (Required Memory Estimate: 45.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:064][233]LogStaticMesh: Display: Building static mesh SM_Bush (Required Memory Estimate: 0.118447 MB)... +[2025.04.02-14.35.29:065][233]LogStaticMesh: Display: Building static mesh SM_Clover (Required Memory Estimate: 0.126845 MB)... +[2025.04.02-14.35.29:066][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Clover_D.T_Clover_D (TFO_AutoDXT, 512x512 x1x1x1) (Required Memory Estimate: 45.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:068][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_Leaves_D.T_Common_Tree_Leaves_D (TFO_AutoDXT, 512x512 x1x1x1) (Required Memory Estimate: 45.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:068][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Terrain/T_Grass_1.T_Grass_1 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 169.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:070][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Terrain/T_rock.T_rock (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 169.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:071][233]LogStaticMesh: Adjacency [0.00s], tris: 64, UVs 2 +[2025.04.02-14.35.29:071][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.29:071][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:071][233]LogStaticMesh: Adjacency [0.00s], tris: 72, UVs 2 +[2025.04.02-14.35.29:071][233]LogStaticMesh: Reduce [0.00s] +[2025.04.02-14.35.29:071][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.29:071][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:071][233]LogStaticMesh: Reduce [0.00s] +[2025.04.02-14.35.29:071][233]LogStaticMesh: Fallback 0/1 [0.00s], num tris: 64 +[2025.04.02-14.35.29:071][233]LogStaticMesh: Fallback 0/1 [0.00s], num tris: 72 +[2025.04.02-14.35.29:072][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:072][233]LogStaticMesh: Input: 1 Clusters, 72 Triangles and 108 Vertices +[2025.04.02-14.35.29:072][233]LogStaticMesh: Output without splits: 1 Clusters, 72 Triangles and 108 Vertices +[2025.04.02-14.35.29:072][233]LogStaticMesh: Output with splits: 1 Clusters, 72 Triangles and 108 Vertices +[2025.04.02-14.35.29:072][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 1, Slow Path Clusters: 0, 1 Material: 1, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:072][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:072][233]LogStaticMesh: Root: GPU size: 1720 bytes. 1 Pages. 1720.000 bytes per page (5.249% utilization). +[2025.04.02-14.35.29:072][233]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.29:072][233]LogStaticMesh: Page data disk size: 2024 bytes. Fixup data size: 24 bytes. +[2025.04.02-14.35.29:072][233]LogStaticMesh: Total GPU size: 1720 bytes, Total disk size: 2048 bytes. +[2025.04.02-14.35.29:072][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:072][233]LogStaticMesh: Nanite build [0.00s] + +[2025.04.02-14.35.29:072][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:072][233]LogStaticMesh: Input: 1 Clusters, 64 Triangles and 128 Vertices +[2025.04.02-14.35.29:072][233]LogStaticMesh: Output without splits: 1 Clusters, 64 Triangles and 128 Vertices +[2025.04.02-14.35.29:072][233]LogStaticMesh: Output with splits: 1 Clusters, 64 Triangles and 128 Vertices +[2025.04.02-14.35.29:072][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 1, Slow Path Clusters: 0, 1 Material: 1, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:072][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:072][233]LogStaticMesh: Root: GPU size: 2008 bytes. 1 Pages. 2008.000 bytes per page (6.128% utilization). +[2025.04.02-14.35.29:072][233]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.29:072][233]LogStaticMesh: Page data disk size: 2336 bytes. Fixup data size: 24 bytes. +[2025.04.02-14.35.29:072][233]LogStaticMesh: Total GPU size: 2008 bytes, Total disk size: 2360 bytes. +[2025.04.02-14.35.29:072][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:072][233]LogStaticMesh: Nanite build [0.00s] + +[2025.04.02-14.35.29:073][233]LogStaticMesh: Built static mesh [0.01s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Clover.SM_Clover +[2025.04.02-14.35.29:073][233]LogStaticMesh: Built static mesh [0.01s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Bush.SM_Bush +[2025.04.02-14.35.29:075][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Terrain/T_Grass_2.T_Grass_2 (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 169.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:075][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Terrain/T_Dirt.T_Dirt (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 169.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:079][233]LogStaticMesh: Display: Building static mesh SM_Common_Tree_01 (Required Memory Estimate: 3.724351 MB)... +[2025.04.02-14.35.29:082][233]LogStaticMesh: Display: Building static mesh SM_Common_Tree_03 (Required Memory Estimate: 3.864441 MB)... +[2025.04.02-14.35.29:082][233]LogStaticMesh: Display: Building static mesh SM_Common_Tree_07 (Required Memory Estimate: 3.914889 MB)... +[2025.04.02-14.35.29:086][233]LogStaticMesh: Display: Building static mesh SM_Common_Tree_08 (Required Memory Estimate: 4.315439 MB)... +[2025.04.02-14.35.29:103][233]LogStaticMesh: Display: Building static mesh SM_Common_Tree_10 (Required Memory Estimate: 3.864501 MB)... +[2025.04.02-14.35.29:105][233]LogStaticMesh: Display: Building static mesh SM_Common_Tree_11 (Required Memory Estimate: 4.124113 MB)... +[2025.04.02-14.35.29:107][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Pine_Tree_Trunk_D.T_Pine_Tree_Trunk_D (TFO_AutoDXT, 1024x2048 x1x1x1) (Required Memory Estimate: 214.479147 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:108][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Pine_Tree_Trunk_N.T_Pine_Tree_Trunk_N (TFO_BC5, 1024x2048 x1x1x1) (Required Memory Estimate: 359.562475 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:109][233]LogStaticMesh: Display: Building static mesh SM_Fern (Required Memory Estimate: 0.880494 MB)... +[2025.04.02-14.35.29:114][233]LogStaticMesh: Adjacency [0.00s], tris: 2214, UVs 2 +[2025.04.02-14.35.29:118][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Pine_Tree_Trunk_ORM.T_Pine_Tree_Trunk_ORM (TFO_AutoDXT, 1024x2048 x1x1x1) (Required Memory Estimate: 214.479147 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:120][233]LogStaticMesh: Adjacency [0.00s], tris: 576, UVs 2 +[2025.04.02-14.35.29:122][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.29:122][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:122][233]LogStaticMesh: Clustering [0.01s]. Ratio: 1.000000 +[2025.04.02-14.35.29:123][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:124][233]LogStaticMesh: Display: Building static mesh SM_Grass (Required Memory Estimate: 0.071711 MB)... +[2025.04.02-14.35.29:129][233]LogStaticMesh: Adjacency [0.00s], tris: 40, UVs 2 +[2025.04.02-14.35.29:129][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.29:129][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:129][233]LogStaticMesh: Reduce [0.00s] +[2025.04.02-14.35.29:129][233]LogStaticMesh: Fallback 0/1 [0.00s], num tris: 40 +[2025.04.02-14.35.29:130][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:130][233]LogStaticMesh: Input: 1 Clusters, 40 Triangles and 45 Vertices +[2025.04.02-14.35.29:130][233]LogStaticMesh: Output without splits: 1 Clusters, 40 Triangles and 45 Vertices +[2025.04.02-14.35.29:130][233]LogStaticMesh: Output with splits: 1 Clusters, 40 Triangles and 45 Vertices +[2025.04.02-14.35.29:130][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 1, Slow Path Clusters: 0, 1 Material: 1, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:130][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:130][233]LogStaticMesh: Root: GPU size: 844 bytes. 1 Pages. 844.000 bytes per page (2.576% utilization). +[2025.04.02-14.35.29:130][233]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.29:130][233]LogStaticMesh: Page data disk size: 1012 bytes. Fixup data size: 24 bytes. +[2025.04.02-14.35.29:130][233]LogStaticMesh: Total GPU size: 844 bytes, Total disk size: 1036 bytes. +[2025.04.02-14.35.29:130][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:130][233]LogStaticMesh: Nanite build [0.00s] + +[2025.04.02-14.35.29:131][233]LogStaticMesh: Built static mesh [0.01s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Grass.SM_Grass +[2025.04.02-14.35.29:137][233]LogStaticMesh: Adjacency [0.00s], tris: 2234, UVs 2 +[2025.04.02-14.35.29:142][233]LogStaticMesh: Adjacency [0.00s], tris: 2068, UVs 2 +[2025.04.02-14.35.29:143][233]LogStaticMesh: Adjacency [0.00s], tris: 2470, UVs 2 +[2025.04.02-14.35.29:144][233]LogStaticMesh: Reduce [0.02s] +[2025.04.02-14.35.29:145][233]LogStaticMesh: Clustering [0.01s]. Ratio: 1.000000 +[2025.04.02-14.35.29:145][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:150][233]LogStaticMesh: Clustering [0.01s]. Ratio: 1.000000 +[2025.04.02-14.35.29:150][233]LogStaticMesh: Fallback 0/1 [0.01s], num tris: 256 +[2025.04.02-14.35.29:151][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:151][233]LogStaticMesh: Clustering [0.01s]. Ratio: 1.647059 +[2025.04.02-14.35.29:151][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:151][233]LogStaticMesh: Input: 11 Clusters, 1332 Triangles and 1144 Vertices +[2025.04.02-14.35.29:152][233]LogStaticMesh: Output without splits: 11 Clusters, 1332 Triangles and 1153 Vertices +[2025.04.02-14.35.29:152][233]LogStaticMesh: Output with splits: 11 Clusters, 1332 Triangles and 1153 Vertices +[2025.04.02-14.35.29:152][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 11, Slow Path Clusters: 0, 1 Material: 11, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:152][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:152][233]LogStaticMesh: Root: GPU size: 19388 bytes. 1 Pages. 19388.000 bytes per page (59.167% utilization). +[2025.04.02-14.35.29:152][233]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.29:152][233]LogStaticMesh: Page data disk size: 14764 bytes. Fixup data size: 72 bytes. +[2025.04.02-14.35.29:152][233]LogStaticMesh: Total GPU size: 19388 bytes, Total disk size: 14836 bytes. +[2025.04.02-14.35.29:152][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:152][233]LogStaticMesh: Nanite build [0.03s] + +[2025.04.02-14.35.29:153][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:154][233]LogStaticMesh: Built static mesh [0.05s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Fern.SM_Fern +[2025.04.02-14.35.29:163][233]LogStaticMesh: Adjacency [0.00s], tris: 2128, UVs 2 +[2025.04.02-14.35.29:163][233]LogStaticMesh: Display: Building static mesh SM_Pine_Tree_1 (Required Memory Estimate: 1.743264 MB)... +[2025.04.02-14.35.29:165][233]LogStaticMesh: Display: Building static mesh SM_Pine_Tree_2 (Required Memory Estimate: 1.54075 MB)... +[2025.04.02-14.35.29:167][233]LogStaticMesh: Adjacency [0.00s], tris: 2270, UVs 2 +[2025.04.02-14.35.29:168][233]LogStaticMesh: Display: Building static mesh SM_Pine_Tree_3 (Required Memory Estimate: 1.743251 MB)... +[2025.04.02-14.35.29:170][233]LogStaticMesh: Clustering [0.01s]. Ratio: 1.000000 +[2025.04.02-14.35.29:170][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:172][233]LogStaticMesh: Display: Building static mesh SM_Pine_Tree_4 (Required Memory Estimate: 1.79388 MB)... +[2025.04.02-14.35.29:172][233]LogStaticMesh: Display: Building static mesh SM_R_Rock_01 (Required Memory Estimate: 0.97079 MB)... +[2025.04.02-14.35.29:175][233]LogStaticMesh: Clustering [0.01s]. Ratio: 1.000000 +[2025.04.02-14.35.29:176][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:178][233]LogStaticMesh: Adjacency [0.00s], tris: 1004, UVs 2 +[2025.04.02-14.35.29:178][233]LogStaticMesh: Adjacency [0.00s], tris: 654, UVs 2 +[2025.04.02-14.35.29:178][233]LogStaticMesh: Adjacency [0.00s], tris: 1132, UVs 2 +[2025.04.02-14.35.29:179][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.666667 +[2025.04.02-14.35.29:179][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:181][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.29:181][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:182][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.29:182][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:183][233]LogStaticMesh: Adjacency [0.00s], tris: 1132, UVs 2 +[2025.04.02-14.35.29:183][233]LogStaticMesh: Adjacency [0.00s], tris: 1164, UVs 2 +[2025.04.02-14.35.29:185][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.29:185][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:188][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.700000 +[2025.04.02-14.35.29:188][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:204][233]LogStaticMesh: Reduce [0.03s] +[2025.04.02-14.35.29:206][233]LogStaticMesh: Reduce [0.03s] +[2025.04.02-14.35.29:211][233]LogStaticMesh: Reduce [0.06s] +[2025.04.02-14.35.29:213][233]LogStaticMesh: Reduce [0.03s] +[2025.04.02-14.35.29:214][233]LogStaticMesh: Reduce [0.09s] +[2025.04.02-14.35.29:215][233]LogStaticMesh: Reduce [0.03s] +[2025.04.02-14.35.29:216][233]LogStaticMesh: Fallback 0/1 [0.01s], num tris: 376 +[2025.04.02-14.35.29:216][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:216][233]LogStaticMesh: Input: 16 Clusters, 1410 Triangles and 1066 Vertices +[2025.04.02-14.35.29:216][233]LogStaticMesh: Output without splits: 16 Clusters, 1410 Triangles and 1084 Vertices +[2025.04.02-14.35.29:216][233]LogStaticMesh: Output with splits: 16 Clusters, 1410 Triangles and 1084 Vertices +[2025.04.02-14.35.29:216][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 16, Slow Path Clusters: 0, 1 Material: 16, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:217][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:217][233]LogStaticMesh: Root: GPU size: 19528 bytes. 1 Pages. 19528.000 bytes per page (59.595% utilization). +[2025.04.02-14.35.29:217][233]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.29:217][233]LogStaticMesh: Page data disk size: 15432 bytes. Fixup data size: 72 bytes. +[2025.04.02-14.35.29:217][233]LogStaticMesh: Total GPU size: 19528 bytes, Total disk size: 15504 bytes. +[2025.04.02-14.35.29:217][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:217][233]LogStaticMesh: Nanite build [0.04s] + +[2025.04.02-14.35.29:218][233]LogStaticMesh: Built static mesh [0.05s] /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_01.SM_R_Rock_01 +[2025.04.02-14.35.29:219][233]LogStaticMesh: Reduce [0.07s] +[2025.04.02-14.35.29:220][233]LogStaticMesh: Reduce [0.03s] +[2025.04.02-14.35.29:222][233]LogStaticMesh: Reduce [0.05s] +[2025.04.02-14.35.29:223][233]LogStaticMesh: Fallback 0/1 [0.02s], num tris: 573 +[2025.04.02-14.35.29:223][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:223][233]LogStaticMesh: Input: 15 Clusters, 1885 Triangles and 2095 Vertices +[2025.04.02-14.35.29:224][233]LogStaticMesh: Output without splits: 15 Clusters, 1885 Triangles and 2098 Vertices +[2025.04.02-14.35.29:224][233]LogStaticMesh: Output with splits: 15 Clusters, 1885 Triangles and 2098 Vertices +[2025.04.02-14.35.29:224][233]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 15, Slow Path Clusters: 0, 1 Material: 11, 2 Materials: 4, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:224][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:224][233]LogStaticMesh: Root: GPU size: 32328 bytes. 1 Pages. 32328.000 bytes per page (98.657% utilization). +[2025.04.02-14.35.29:224][233]LogStaticMesh: Streaming: GPU size: 2348 bytes. 1 Pages (1 with relative encoding). 2348.000 bytes per page (1.791% utilization). +[2025.04.02-14.35.29:224][233]LogStaticMesh: Page data disk size: 26548 bytes. Fixup data size: 192 bytes. +[2025.04.02-14.35.29:224][233]LogStaticMesh: Total GPU size: 34676 bytes, Total disk size: 26740 bytes. +[2025.04.02-14.35.29:224][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:224][233]LogStaticMesh: Nanite build [0.04s] + +[2025.04.02-14.35.29:225][233]LogStaticMesh: Display: Building static mesh SM_R_Rock_02 (Required Memory Estimate: 1.000237 MB)... +[2025.04.02-14.35.29:226][233]LogStaticMesh: Built static mesh [0.06s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Pine_Tree_2.SM_Pine_Tree_2 +[2025.04.02-14.35.29:229][233]LogStaticMesh: Fallback 0/1 [0.02s], num tris: 660 +[2025.04.02-14.35.29:229][233]LogStaticMesh: Reduce [0.05s] +[2025.04.02-14.35.29:230][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:230][233]LogStaticMesh: Input: 20 Clusters, 2518 Triangles and 2923 Vertices +[2025.04.02-14.35.29:230][233]LogStaticMesh: Output without splits: 20 Clusters, 2518 Triangles and 2925 Vertices +[2025.04.02-14.35.29:230][233]LogStaticMesh: Output with splits: 20 Clusters, 2518 Triangles and 2925 Vertices +[2025.04.02-14.35.29:230][233]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 20, Slow Path Clusters: 0, 1 Material: 15, 2 Materials: 5, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:231][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:231][233]LogStaticMesh: Root: GPU size: 32316 bytes. 1 Pages. 32316.000 bytes per page (98.621% utilization). +[2025.04.02-14.35.29:231][233]LogStaticMesh: Streaming: GPU size: 16368 bytes. 1 Pages (1 with relative encoding). 16368.000 bytes per page (12.488% utilization). +[2025.04.02-14.35.29:231][233]LogStaticMesh: Page data disk size: 33584 bytes. Fixup data size: 224 bytes. +[2025.04.02-14.35.29:231][233]LogStaticMesh: Total GPU size: 48684 bytes, Total disk size: 33808 bytes. +[2025.04.02-14.35.29:231][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:231][233]LogStaticMesh: Nanite build [0.05s] + +[2025.04.02-14.35.29:231][233]LogStaticMesh: Adjacency [0.00s], tris: 674, UVs 2 +[2025.04.02-14.35.29:232][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.666667 +[2025.04.02-14.35.29:232][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:232][233]LogStaticMesh: Fallback 0/1 [0.02s], num tris: 1802 +[2025.04.02-14.35.29:233][233]LogStaticMesh: Built static mesh [0.07s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Pine_Tree_1.SM_Pine_Tree_1 +[2025.04.02-14.35.29:234][233]LogStaticMesh: Fallback 0/1 [0.02s], num tris: 601 +[2025.04.02-14.35.29:235][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:235][233]LogStaticMesh: Input: 20 Clusters, 2517 Triangles and 2898 Vertices +[2025.04.02-14.35.29:235][233]LogStaticMesh: Output without splits: 20 Clusters, 2517 Triangles and 2900 Vertices +[2025.04.02-14.35.29:235][233]LogStaticMesh: Output with splits: 20 Clusters, 2517 Triangles and 2900 Vertices +[2025.04.02-14.35.29:235][233]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 20, Slow Path Clusters: 0, 1 Material: 14, 2 Materials: 6, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:236][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:236][233]LogStaticMesh: Input: 48 Clusters, 4588 Triangles and 9217 Vertices +[2025.04.02-14.35.29:236][233]LogStaticMesh: Output without splits: 48 Clusters, 4588 Triangles and 9217 Vertices +[2025.04.02-14.35.29:236][233]LogStaticMesh: Output with splits: 57 Clusters, 4588 Triangles and 9217 Vertices +[2025.04.02-14.35.29:236][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:236][233]LogStaticMesh: Root: GPU size: 32620 bytes. 1 Pages. 32620.000 bytes per page (99.548% utilization). +[2025.04.02-14.35.29:236][233]LogStaticMesh: Streaming: GPU size: 13928 bytes. 1 Pages (1 with relative encoding). 13928.000 bytes per page (10.626% utilization). +[2025.04.02-14.35.29:236][233]LogStaticMesh: Page data disk size: 32624 bytes. Fixup data size: 224 bytes. +[2025.04.02-14.35.29:236][233]LogStaticMesh: Total GPU size: 46548 bytes, Total disk size: 32848 bytes. +[2025.04.02-14.35.29:236][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:236][233]LogStaticMesh: Nanite build [0.05s] + +[2025.04.02-14.35.29:236][233]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 57, Slow Path Clusters: 0, 1 Material: 51, 2 Materials: 6, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:238][233]LogStaticMesh: Fallback 0/1 [0.02s], num tris: 1729 +[2025.04.02-14.35.29:238][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:238][233]LogStaticMesh: Root: GPU size: 30220 bytes. 1 Pages. 30220.000 bytes per page (92.224% utilization). +[2025.04.02-14.35.29:238][233]LogStaticMesh: Streaming: GPU size: 114608 bytes. 1 Pages (1 with relative encoding). 114608.000 bytes per page (87.439% utilization). +[2025.04.02-14.35.29:238][233]LogStaticMesh: Page data disk size: 88400 bytes. Fixup data size: 152 bytes. +[2025.04.02-14.35.29:238][233]LogStaticMesh: Total GPU size: 144828 bytes, Total disk size: 88552 bytes. +[2025.04.02-14.35.29:238][233]LogStaticMesh: Encode [0.01s] +[2025.04.02-14.35.29:238][233]LogStaticMesh: Nanite build [0.08s] + +[2025.04.02-14.35.29:238][233]LogStaticMesh: Reduce [0.09s] +[2025.04.02-14.35.29:238][233]LogStaticMesh: Built static mesh [0.07s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Pine_Tree_3.SM_Pine_Tree_3 +[2025.04.02-14.35.29:241][233]LogStaticMesh: Display: Building static mesh SM_R_Rock_03 (Required Memory Estimate: 1.014943 MB)... +[2025.04.02-14.35.29:242][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:242][233]LogStaticMesh: Input: 38 Clusters, 4744 Triangles and 9070 Vertices +[2025.04.02-14.35.29:242][233]LogStaticMesh: Output without splits: 38 Clusters, 4744 Triangles and 9070 Vertices +[2025.04.02-14.35.29:242][233]LogStaticMesh: Output with splits: 49 Clusters, 4744 Triangles and 9070 Vertices +[2025.04.02-14.35.29:242][233]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 49, Slow Path Clusters: 0, 1 Material: 43, 2 Materials: 6, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:242][233]LogStaticMesh: Fallback 0/1 [0.02s], num tris: 578 +[2025.04.02-14.35.29:244][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:244][233]LogStaticMesh: Input: 28 Clusters, 2549 Triangles and 3036 Vertices +[2025.04.02-14.35.29:244][233]LogStaticMesh: Output without splits: 28 Clusters, 2549 Triangles and 3042 Vertices +[2025.04.02-14.35.29:244][233]LogStaticMesh: Output with splits: 28 Clusters, 2549 Triangles and 3042 Vertices +[2025.04.02-14.35.29:244][233]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 28, Slow Path Clusters: 0, 1 Material: 22, 2 Materials: 6, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:244][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:244][233]LogStaticMesh: Root: GPU size: 31544 bytes. 1 Pages. 31544.000 bytes per page (96.265% utilization). +[2025.04.02-14.35.29:244][233]LogStaticMesh: Streaming: GPU size: 111332 bytes. 1 Pages (1 with relative encoding). 111332.000 bytes per page (84.940% utilization). +[2025.04.02-14.35.29:244][233]LogStaticMesh: Page data disk size: 83108 bytes. Fixup data size: 160 bytes. +[2025.04.02-14.35.29:244][233]LogStaticMesh: Total GPU size: 142876 bytes, Total disk size: 83268 bytes. +[2025.04.02-14.35.29:244][233]LogStaticMesh: Encode [0.01s] +[2025.04.02-14.35.29:244][233]LogStaticMesh: Nanite build [0.10s] + +[2025.04.02-14.35.29:245][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:245][233]LogStaticMesh: Root: GPU size: 32380 bytes. 1 Pages. 32380.000 bytes per page (98.816% utilization). +[2025.04.02-14.35.29:245][233]LogStaticMesh: Streaming: GPU size: 16416 bytes. 1 Pages (1 with relative encoding). 16416.000 bytes per page (12.524% utilization). +[2025.04.02-14.35.29:245][233]LogStaticMesh: Page data disk size: 35904 bytes. Fixup data size: 224 bytes. +[2025.04.02-14.35.29:245][233]LogStaticMesh: Total GPU size: 48796 bytes, Total disk size: 36128 bytes. +[2025.04.02-14.35.29:245][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:245][233]LogStaticMesh: Nanite build [0.06s] + +[2025.04.02-14.35.29:246][233]LogStaticMesh: Built static mesh [0.17s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01.SM_Common_Tree_01 +[2025.04.02-14.35.29:247][233]LogStaticMesh: Adjacency [0.00s], tris: 684, UVs 2 +[2025.04.02-14.35.29:247][233]LogStaticMesh: Built static mesh [0.08s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Pine_Tree_4.SM_Pine_Tree_4 +[2025.04.02-14.35.29:247][233]LogStaticMesh: Fallback 0/1 [0.03s], num tris: 1781 +[2025.04.02-14.35.29:248][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.666667 +[2025.04.02-14.35.29:248][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:249][233]LogStaticMesh: Display: Building static mesh SM_R_Rock_04 (Required Memory Estimate: 0.953186 MB)... +[2025.04.02-14.35.29:251][233]LogStaticMesh: Built static mesh [0.17s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07.SM_Common_Tree_07 +[2025.04.02-14.35.29:251][233]LogStaticMesh: Display: Building static mesh SM_R_Rock_05 (Required Memory Estimate: 1.415032 MB)... +[2025.04.02-14.35.29:252][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:252][233]LogStaticMesh: Input: 37 Clusters, 4648 Triangles and 9087 Vertices +[2025.04.02-14.35.29:252][233]LogStaticMesh: Output without splits: 37 Clusters, 4648 Triangles and 9099 Vertices +[2025.04.02-14.35.29:252][233]LogStaticMesh: Output with splits: 46 Clusters, 4648 Triangles and 9107 Vertices +[2025.04.02-14.35.29:252][233]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 46, Slow Path Clusters: 0, 1 Material: 40, 2 Materials: 6, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:254][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:254][233]LogStaticMesh: Root: GPU size: 30228 bytes. 1 Pages. 30228.000 bytes per page (92.249% utilization). +[2025.04.02-14.35.29:254][233]LogStaticMesh: Streaming: GPU size: 112072 bytes. 1 Pages (1 with relative encoding). 112072.000 bytes per page (85.504% utilization). +[2025.04.02-14.35.29:254][233]LogStaticMesh: Page data disk size: 87016 bytes. Fixup data size: 264 bytes. +[2025.04.02-14.35.29:254][233]LogStaticMesh: Total GPU size: 142300 bytes, Total disk size: 87280 bytes. +[2025.04.02-14.35.29:254][233]LogStaticMesh: Encode [0.01s] +[2025.04.02-14.35.29:254][233]LogStaticMesh: Nanite build [0.08s] + +[2025.04.02-14.35.29:255][233]LogStaticMesh: Fallback 0/1 [0.03s], num tris: 1906 +[2025.04.02-14.35.29:255][233]LogStaticMesh: Adjacency [0.00s], tris: 642, UVs 2 +[2025.04.02-14.35.29:256][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.166667 +[2025.04.02-14.35.29:256][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:257][233]LogStaticMesh: Reduce [0.02s] +[2025.04.02-14.35.29:259][233]LogStaticMesh: Fallback 0/1 [0.05s], num tris: 1274 +[2025.04.02-14.35.29:260][233]LogStaticMesh: Adjacency [0.00s], tris: 956, UVs 2 +[2025.04.02-14.35.29:260][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:260][233]LogStaticMesh: Input: 38 Clusters, 4790 Triangles and 9635 Vertices +[2025.04.02-14.35.29:261][233]LogStaticMesh: Output without splits: 38 Clusters, 4790 Triangles and 9648 Vertices +[2025.04.02-14.35.29:261][233]LogStaticMesh: Output with splits: 49 Clusters, 4790 Triangles and 9650 Vertices +[2025.04.02-14.35.29:261][233]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 49, Slow Path Clusters: 0, 1 Material: 44, 2 Materials: 5, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:261][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.29:261][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:261][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:261][233]LogStaticMesh: Input: 38 Clusters, 4734 Triangles and 7687 Vertices +[2025.04.02-14.35.29:261][233]LogStaticMesh: Output without splits: 38 Clusters, 4734 Triangles and 7706 Vertices +[2025.04.02-14.35.29:261][233]LogStaticMesh: Output with splits: 38 Clusters, 4734 Triangles and 7706 Vertices +[2025.04.02-14.35.29:261][233]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 38, Slow Path Clusters: 0, 1 Material: 32, 2 Materials: 6, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:262][233]LogStaticMesh: Built static mesh [0.16s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10.SM_Common_Tree_10 +[2025.04.02-14.35.29:263][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:263][233]LogStaticMesh: Root: GPU size: 31068 bytes. 1 Pages. 31068.000 bytes per page (94.812% utilization). +[2025.04.02-14.35.29:263][233]LogStaticMesh: Streaming: GPU size: 118756 bytes. 1 Pages (1 with relative encoding). 118756.000 bytes per page (90.604% utilization). +[2025.04.02-14.35.29:263][233]LogStaticMesh: Page data disk size: 92812 bytes. Fixup data size: 160 bytes. +[2025.04.02-14.35.29:263][233]LogStaticMesh: Total GPU size: 149824 bytes, Total disk size: 92972 bytes. +[2025.04.02-14.35.29:263][233]LogStaticMesh: Encode [0.01s] +[2025.04.02-14.35.29:263][233]LogStaticMesh: Nanite build [0.09s] + +[2025.04.02-14.35.29:263][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:263][233]LogStaticMesh: Root: GPU size: 29868 bytes. 1 Pages. 29868.000 bytes per page (91.150% utilization). +[2025.04.02-14.35.29:263][233]LogStaticMesh: Streaming: GPU size: 90236 bytes. 1 Pages (1 with relative encoding). 90236.000 bytes per page (68.845% utilization). +[2025.04.02-14.35.29:263][233]LogStaticMesh: Page data disk size: 67700 bytes. Fixup data size: 224 bytes. +[2025.04.02-14.35.29:263][233]LogStaticMesh: Total GPU size: 120104 bytes, Total disk size: 67924 bytes. +[2025.04.02-14.35.29:263][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:263][233]LogStaticMesh: Nanite build [0.14s] + +[2025.04.02-14.35.29:265][233]LogStaticMesh: Display: Building static mesh SM_S_Rock_01 (Required Memory Estimate: 1.365031 MB)... +[2025.04.02-14.35.29:270][233]LogStaticMesh: Built static mesh [0.19s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03.SM_Common_Tree_03 +[2025.04.02-14.35.29:270][233]LogStaticMesh: Fallback 0/1 [0.01s], num tris: 360 +[2025.04.02-14.35.29:271][233]LogStaticMesh: Built static mesh [0.17s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11.SM_Common_Tree_11 +[2025.04.02-14.35.29:271][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:271][233]LogStaticMesh: Input: 16 Clusters, 1430 Triangles and 1078 Vertices +[2025.04.02-14.35.29:271][233]LogStaticMesh: Output without splits: 16 Clusters, 1430 Triangles and 1079 Vertices +[2025.04.02-14.35.29:271][233]LogStaticMesh: Output with splits: 16 Clusters, 1430 Triangles and 1079 Vertices +[2025.04.02-14.35.29:271][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 16, Slow Path Clusters: 0, 1 Material: 16, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:271][233]LogStaticMesh: Adjacency [0.00s], tris: 922, UVs 2 +[2025.04.02-14.35.29:272][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:272][233]LogStaticMesh: Root: GPU size: 19756 bytes. 1 Pages. 19756.000 bytes per page (60.291% utilization). +[2025.04.02-14.35.29:272][233]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.29:272][233]LogStaticMesh: Page data disk size: 15624 bytes. Fixup data size: 72 bytes. +[2025.04.02-14.35.29:272][233]LogStaticMesh: Total GPU size: 19756 bytes, Total disk size: 15696 bytes. +[2025.04.02-14.35.29:272][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:272][233]LogStaticMesh: Nanite build [0.04s] + +[2025.04.02-14.35.29:273][233]LogStaticMesh: Built static mesh [0.05s] /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_02.SM_R_Rock_02 +[2025.04.02-14.35.29:273][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.750000 +[2025.04.02-14.35.29:273][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:274][233]LogStaticMesh: Reduce [0.03s] +[2025.04.02-14.35.29:281][233]LogStaticMesh: Reduce [0.02s] +[2025.04.02-14.35.29:281][233]LogStaticMesh: Display: Building static mesh SM_S_Rock_02 (Required Memory Estimate: 0.991358 MB)... +[2025.04.02-14.35.29:286][233]LogStaticMesh: Fallback 0/1 [0.05s], num tris: 1544 +[2025.04.02-14.35.29:288][233]LogStaticMesh: Fallback 0/1 [0.01s], num tris: 382 +[2025.04.02-14.35.29:288][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:288][233]LogStaticMesh: Input: 16 Clusters, 1440 Triangles and 1060 Vertices +[2025.04.02-14.35.29:288][233]LogStaticMesh: Output without splits: 16 Clusters, 1440 Triangles and 1063 Vertices +[2025.04.02-14.35.29:288][233]LogStaticMesh: Output with splits: 16 Clusters, 1440 Triangles and 1063 Vertices +[2025.04.02-14.35.29:288][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 16, Slow Path Clusters: 0, 1 Material: 16, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:288][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:288][233]LogStaticMesh: Root: GPU size: 19528 bytes. 1 Pages. 19528.000 bytes per page (59.595% utilization). +[2025.04.02-14.35.29:288][233]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.29:288][233]LogStaticMesh: Page data disk size: 15508 bytes. Fixup data size: 72 bytes. +[2025.04.02-14.35.29:288][233]LogStaticMesh: Total GPU size: 19528 bytes, Total disk size: 15580 bytes. +[2025.04.02-14.35.29:288][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:288][233]LogStaticMesh: Nanite build [0.04s] + +[2025.04.02-14.35.29:289][233]LogStaticMesh: Adjacency [0.00s], tris: 668, UVs 2 +[2025.04.02-14.35.29:289][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:290][233]LogStaticMesh: Input: 41 Clusters, 5116 Triangles and 8661 Vertices +[2025.04.02-14.35.29:290][233]LogStaticMesh: Output without splits: 41 Clusters, 5116 Triangles and 8700 Vertices +[2025.04.02-14.35.29:290][233]LogStaticMesh: Output with splits: 46 Clusters, 5116 Triangles and 8700 Vertices +[2025.04.02-14.35.29:290][233]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 46, Slow Path Clusters: 0, 1 Material: 41, 2 Materials: 5, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:290][233]LogStaticMesh: Built static mesh [0.05s] /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_03.SM_R_Rock_03 +[2025.04.02-14.35.29:290][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.666667 +[2025.04.02-14.35.29:290][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:292][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:292][233]LogStaticMesh: Root: GPU size: 29616 bytes. 1 Pages. 29616.000 bytes per page (90.381% utilization). +[2025.04.02-14.35.29:292][233]LogStaticMesh: Streaming: GPU size: 106828 bytes. 1 Pages (1 with relative encoding). 106828.000 bytes per page (81.503% utilization). +[2025.04.02-14.35.29:292][233]LogStaticMesh: Page data disk size: 80216 bytes. Fixup data size: 152 bytes. +[2025.04.02-14.35.29:292][233]LogStaticMesh: Total GPU size: 136444 bytes, Total disk size: 80368 bytes. +[2025.04.02-14.35.29:292][233]LogStaticMesh: Encode [0.01s] +[2025.04.02-14.35.29:292][233]LogStaticMesh: Nanite build [0.14s] + +[2025.04.02-14.35.29:292][233]LogStaticMesh: Display: Building static mesh SM_S_Rock_04 (Required Memory Estimate: 2.25654 MB)... +[2025.04.02-14.35.29:292][233]LogStaticMesh: Fallback 0/1 [0.01s], num tris: 358 +[2025.04.02-14.35.29:292][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:292][233]LogStaticMesh: Input: 13 Clusters, 1398 Triangles and 1047 Vertices +[2025.04.02-14.35.29:292][233]LogStaticMesh: Output without splits: 13 Clusters, 1398 Triangles and 1051 Vertices +[2025.04.02-14.35.29:292][233]LogStaticMesh: Output with splits: 13 Clusters, 1398 Triangles and 1051 Vertices +[2025.04.02-14.35.29:292][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 13, Slow Path Clusters: 0, 1 Material: 13, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:293][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:293][233]LogStaticMesh: Root: GPU size: 18860 bytes. 1 Pages. 18860.000 bytes per page (57.556% utilization). +[2025.04.02-14.35.29:293][233]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.29:293][233]LogStaticMesh: Page data disk size: 14508 bytes. Fixup data size: 72 bytes. +[2025.04.02-14.35.29:293][233]LogStaticMesh: Total GPU size: 18860 bytes, Total disk size: 14580 bytes. +[2025.04.02-14.35.29:293][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:293][233]LogStaticMesh: Nanite build [0.04s] + +[2025.04.02-14.35.29:294][233]LogStaticMesh: Display: Building static mesh SM_S_Rock_05 (Required Memory Estimate: 2.159455 MB)... +[2025.04.02-14.35.29:294][233]LogStaticMesh: Built static mesh [0.05s] /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_04.SM_R_Rock_04 +[2025.04.02-14.35.29:294][233]LogStaticMesh: Display: Building static mesh SM_S_Rock_06 (Required Memory Estimate: 2.300714 MB)... +[2025.04.02-14.35.29:296][233]LogStaticMesh: Reduce [0.03s] +[2025.04.02-14.35.29:297][233]LogStaticMesh: Built static mesh [0.21s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08.SM_Common_Tree_08 +[2025.04.02-14.35.29:299][233]LogStaticMesh: Display: Building static mesh SM_S_Rock_07 (Required Memory Estimate: 2.336035 MB)... +[2025.04.02-14.35.29:304][233]LogStaticMesh: Display: Building static mesh SM_S_Rock_08 (Required Memory Estimate: 1.718143 MB)... +[2025.04.02-14.35.29:306][233]LogStaticMesh: Reduce [0.03s] +[2025.04.02-14.35.29:307][233]LogStaticMesh: Adjacency [0.00s], tris: 1528, UVs 2 +[2025.04.02-14.35.29:308][233]LogStaticMesh: Adjacency [0.00s], tris: 1558, UVs 2 +[2025.04.02-14.35.29:308][233]LogStaticMesh: Adjacency [0.00s], tris: 1462, UVs 2 +[2025.04.02-14.35.29:309][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.29:309][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:310][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.29:310][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:311][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.846154 +[2025.04.02-14.35.29:312][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:312][233]LogStaticMesh: Adjacency [0.00s], tris: 1582, UVs 2 +[2025.04.02-14.35.29:315][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.29:315][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:315][233]LogStaticMesh: Adjacency [0.00s], tris: 1162, UVs 2 +[2025.04.02-14.35.29:315][233]LogStaticMesh: Display: Building static mesh SM_S_Rock_09 (Required Memory Estimate: 1.971167 MB)... +[2025.04.02-14.35.29:317][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.800000 +[2025.04.02-14.35.29:318][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:320][233]LogStaticMesh: Reduce [0.03s] +[2025.04.02-14.35.29:321][233]LogStaticMesh: Fallback 0/1 [0.02s], num tris: 434 +[2025.04.02-14.35.29:322][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:322][233]LogStaticMesh: Input: 15 Clusters, 1838 Triangles and 1332 Vertices +[2025.04.02-14.35.29:322][233]LogStaticMesh: Output without splits: 15 Clusters, 1838 Triangles and 1363 Vertices +[2025.04.02-14.35.29:322][233]LogStaticMesh: Output with splits: 15 Clusters, 1838 Triangles and 1363 Vertices +[2025.04.02-14.35.29:322][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 15, Slow Path Clusters: 0, 1 Material: 15, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:322][233]LogStaticMesh: Display: Building static mesh SM_S_Rock_10 (Required Memory Estimate: 1.94178 MB)... +[2025.04.02-14.35.29:322][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:322][233]LogStaticMesh: Root: GPU size: 24144 bytes. 1 Pages. 24144.000 bytes per page (73.682% utilization). +[2025.04.02-14.35.29:322][233]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.29:322][233]LogStaticMesh: Page data disk size: 19204 bytes. Fixup data size: 72 bytes. +[2025.04.02-14.35.29:322][233]LogStaticMesh: Total GPU size: 24144 bytes, Total disk size: 19276 bytes. +[2025.04.02-14.35.29:322][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:322][233]LogStaticMesh: Nanite build [0.06s] + +[2025.04.02-14.35.29:324][233]LogStaticMesh: Built static mesh [0.07s] /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_05.SM_R_Rock_05 +[2025.04.02-14.35.29:329][233]LogStaticMesh: Adjacency [0.00s], tris: 1334, UVs 2 +[2025.04.02-14.35.29:331][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.29:331][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:333][233]LogStaticMesh: Fallback 0/1 [0.03s], num tris: 398 +[2025.04.02-14.35.29:333][233]LogStaticMesh: Fallback 0/1 [0.01s], num tris: 402 +[2025.04.02-14.35.29:334][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:334][233]LogStaticMesh: Input: 21 Clusters, 1804 Triangles and 1349 Vertices +[2025.04.02-14.35.29:334][233]LogStaticMesh: Output without splits: 21 Clusters, 1804 Triangles and 1364 Vertices +[2025.04.02-14.35.29:334][233]LogStaticMesh: Output with splits: 21 Clusters, 1804 Triangles and 1364 Vertices +[2025.04.02-14.35.29:334][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 21, Slow Path Clusters: 0, 1 Material: 21, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:334][233]LogStaticMesh: Adjacency [0.00s], tris: 1314, UVs 2 +[2025.04.02-14.35.29:334][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:334][233]LogStaticMesh: Input: 16 Clusters, 1424 Triangles and 1186 Vertices +[2025.04.02-14.35.29:334][233]LogStaticMesh: Output without splits: 16 Clusters, 1424 Triangles and 1187 Vertices +[2025.04.02-14.35.29:334][233]LogStaticMesh: Output with splits: 16 Clusters, 1424 Triangles and 1187 Vertices +[2025.04.02-14.35.29:334][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 16, Slow Path Clusters: 0, 1 Material: 16, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:334][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:334][233]LogStaticMesh: Root: GPU size: 24624 bytes. 1 Pages. 24624.000 bytes per page (75.146% utilization). +[2025.04.02-14.35.29:334][233]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.29:334][233]LogStaticMesh: Page data disk size: 20244 bytes. Fixup data size: 72 bytes. +[2025.04.02-14.35.29:334][233]LogStaticMesh: Total GPU size: 24624 bytes, Total disk size: 20316 bytes. +[2025.04.02-14.35.29:334][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:334][233]LogStaticMesh: Nanite build [0.06s] + +[2025.04.02-14.35.29:334][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:334][233]LogStaticMesh: Root: GPU size: 21460 bytes. 1 Pages. 21460.000 bytes per page (65.491% utilization). +[2025.04.02-14.35.29:334][233]LogStaticMesh: Streaming: 0 bytes. +[2025.04.02-14.35.29:334][233]LogStaticMesh: Page data disk size: 16596 bytes. Fixup data size: 72 bytes. +[2025.04.02-14.35.29:334][233]LogStaticMesh: Total GPU size: 21460 bytes, Total disk size: 16668 bytes. +[2025.04.02-14.35.29:334][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:334][233]LogStaticMesh: Nanite build [0.04s] + +[2025.04.02-14.35.29:335][233]LogStaticMesh: Display: Building static mesh SM_S_Rock_11 (Required Memory Estimate: 1.623989 MB)... +[2025.04.02-14.35.29:336][233]LogStaticMesh: Built static mesh [0.06s] /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_02.SM_S_Rock_02 +[2025.04.02-14.35.29:336][233]LogStaticMesh: Built static mesh [0.07s] /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_01.SM_S_Rock_01 +[2025.04.02-14.35.29:336][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.818182 +[2025.04.02-14.35.29:336][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:347][233]LogStaticMesh: Adjacency [0.00s], tris: 1098, UVs 2 +[2025.04.02-14.35.29:349][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.29:349][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.29:368][233]LogStaticMesh: Reduce [0.05s] +[2025.04.02-14.35.29:378][233]LogStaticMesh: Reduce [0.07s] +[2025.04.02-14.35.29:382][233]LogStaticMesh: Reduce [0.07s] +[2025.04.02-14.35.29:383][233]LogStaticMesh: Reduce [0.07s] +[2025.04.02-14.35.29:388][233]LogStaticMesh: Reduce [0.08s] +[2025.04.02-14.35.29:395][233]LogStaticMesh: Reduce [0.06s] +[2025.04.02-14.35.29:396][233]LogStaticMesh: Reduce [0.05s] +[2025.04.02-14.35.29:398][233]LogStaticMesh: Reduce [0.06s] +[2025.04.02-14.35.29:398][233]LogStaticMesh: Fallback 0/1 [0.03s], num tris: 500 +[2025.04.02-14.35.29:399][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:399][233]LogStaticMesh: Input: 29 Clusters, 2548 Triangles and 2031 Vertices +[2025.04.02-14.35.29:399][233]LogStaticMesh: Output without splits: 29 Clusters, 2548 Triangles and 2036 Vertices +[2025.04.02-14.35.29:399][233]LogStaticMesh: Output with splits: 29 Clusters, 2548 Triangles and 2036 Vertices +[2025.04.02-14.35.29:399][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 29, Slow Path Clusters: 0, 1 Material: 29, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:400][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:400][233]LogStaticMesh: Root: GPU size: 31972 bytes. 1 Pages. 31972.000 bytes per page (97.571% utilization). +[2025.04.02-14.35.29:400][233]LogStaticMesh: Streaming: GPU size: 4648 bytes. 1 Pages (1 with relative encoding). 4648.000 bytes per page (3.546% utilization). +[2025.04.02-14.35.29:400][233]LogStaticMesh: Page data disk size: 29084 bytes. Fixup data size: 224 bytes. +[2025.04.02-14.35.29:400][233]LogStaticMesh: Total GPU size: 36620 bytes, Total disk size: 29308 bytes. +[2025.04.02-14.35.29:400][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:400][233]LogStaticMesh: Nanite build [0.08s] + +[2025.04.02-14.35.29:401][233]LogStaticMesh: Built static mesh [0.10s] /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_08.SM_S_Rock_08 +[2025.04.02-14.35.29:414][233]LogStaticMesh: Fallback 0/1 [0.03s], num tris: 364 +[2025.04.02-14.35.29:415][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:416][233]LogStaticMesh: Input: 38 Clusters, 3322 Triangles and 2620 Vertices +[2025.04.02-14.35.29:416][233]LogStaticMesh: Output without splits: 38 Clusters, 3322 Triangles and 2622 Vertices +[2025.04.02-14.35.29:416][233]LogStaticMesh: Output with splits: 38 Clusters, 3322 Triangles and 2622 Vertices +[2025.04.02-14.35.29:416][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 38, Slow Path Clusters: 0, 1 Material: 38, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:416][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:416][233]LogStaticMesh: Root: GPU size: 32488 bytes. 1 Pages. 32488.000 bytes per page (99.146% utilization). +[2025.04.02-14.35.29:416][233]LogStaticMesh: Streaming: GPU size: 15052 bytes. 1 Pages (1 with relative encoding). 15052.000 bytes per page (11.484% utilization). +[2025.04.02-14.35.29:416][233]LogStaticMesh: Page data disk size: 36460 bytes. Fixup data size: 256 bytes. +[2025.04.02-14.35.29:416][233]LogStaticMesh: Total GPU size: 47540 bytes, Total disk size: 36716 bytes. +[2025.04.02-14.35.29:416][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:417][233]LogStaticMesh: Nanite build [0.10s] + +[2025.04.02-14.35.29:419][233]LogStaticMesh: Built static mesh [0.12s] /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_06.SM_S_Rock_06 +[2025.04.02-14.35.29:429][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_01_ORM.T_Common_Tree_01_ORM (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:433][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_01_D.T_Common_Tree_01_D (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:435][233]LogStaticMesh: Fallback 0/1 [0.05s], num tris: 546 +[2025.04.02-14.35.29:437][233]LogStaticMesh: Fallback 0/1 [0.06s], num tris: 476 +[2025.04.02-14.35.29:438][233]LogStaticMesh: Fallback 0/1 [0.05s], num tris: 568 +[2025.04.02-14.35.29:439][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:439][233]LogStaticMesh: Input: 24 Clusters, 3040 Triangles and 2284 Vertices +[2025.04.02-14.35.29:439][233]LogStaticMesh: Output without splits: 24 Clusters, 3040 Triangles and 2308 Vertices +[2025.04.02-14.35.29:439][233]LogStaticMesh: Output with splits: 24 Clusters, 3040 Triangles and 2308 Vertices +[2025.04.02-14.35.29:439][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 24, Slow Path Clusters: 0, 1 Material: 24, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:440][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:440][233]LogStaticMesh: Input: 24 Clusters, 2974 Triangles and 2303 Vertices +[2025.04.02-14.35.29:440][233]LogStaticMesh: Output without splits: 24 Clusters, 2974 Triangles and 2312 Vertices +[2025.04.02-14.35.29:440][233]LogStaticMesh: Output with splits: 24 Clusters, 2974 Triangles and 2312 Vertices +[2025.04.02-14.35.29:440][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 24, Slow Path Clusters: 0, 1 Material: 24, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:440][233]LogStaticMesh: Fallback 0/1 [0.05s], num tris: 512 +[2025.04.02-14.35.29:440][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:440][233]LogStaticMesh: Root: GPU size: 31512 bytes. 1 Pages. 31512.000 bytes per page (96.167% utilization). +[2025.04.02-14.35.29:440][233]LogStaticMesh: Streaming: GPU size: 9800 bytes. 1 Pages (1 with relative encoding). 9800.000 bytes per page (7.477% utilization). +[2025.04.02-14.35.29:440][233]LogStaticMesh: Page data disk size: 32824 bytes. Fixup data size: 240 bytes. +[2025.04.02-14.35.29:440][233]LogStaticMesh: Total GPU size: 41312 bytes, Total disk size: 33064 bytes. +[2025.04.02-14.35.29:440][233]LogStaticMesh: Encode [0.01s] +[2025.04.02-14.35.29:440][233]LogStaticMesh: Nanite build [0.13s] + +[2025.04.02-14.35.29:441][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:441][233]LogStaticMesh: Root: GPU size: 31632 bytes. 1 Pages. 31632.000 bytes per page (96.533% utilization). +[2025.04.02-14.35.29:441][233]LogStaticMesh: Streaming: GPU size: 9644 bytes. 1 Pages (1 with relative encoding). 9644.000 bytes per page (7.358% utilization). +[2025.04.02-14.35.29:441][233]LogStaticMesh: Page data disk size: 31756 bytes. Fixup data size: 240 bytes. +[2025.04.02-14.35.29:441][233]LogStaticMesh: Total GPU size: 41276 bytes, Total disk size: 31996 bytes. +[2025.04.02-14.35.29:441][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:441][233]LogStaticMesh: Nanite build [0.13s] + +[2025.04.02-14.35.29:442][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:442][233]LogStaticMesh: Input: 27 Clusters, 3346 Triangles and 2467 Vertices +[2025.04.02-14.35.29:442][233]LogStaticMesh: Output without splits: 27 Clusters, 3346 Triangles and 2527 Vertices +[2025.04.02-14.35.29:442][233]LogStaticMesh: Output with splits: 27 Clusters, 3346 Triangles and 2527 Vertices +[2025.04.02-14.35.29:442][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 27, Slow Path Clusters: 0, 1 Material: 27, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:443][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:443][233]LogStaticMesh: Input: 23 Clusters, 2846 Triangles and 2114 Vertices +[2025.04.02-14.35.29:443][233]LogStaticMesh: Output without splits: 23 Clusters, 2846 Triangles and 2134 Vertices +[2025.04.02-14.35.29:443][233]LogStaticMesh: Output with splits: 23 Clusters, 2846 Triangles and 2134 Vertices +[2025.04.02-14.35.29:443][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 23, Slow Path Clusters: 0, 1 Material: 23, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:443][233]LogStaticMesh: Built static mesh [0.15s] /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_05.SM_S_Rock_05 +[2025.04.02-14.35.29:444][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:444][233]LogStaticMesh: Root: GPU size: 32220 bytes. 1 Pages. 32220.000 bytes per page (98.328% utilization). +[2025.04.02-14.35.29:444][233]LogStaticMesh: Streaming: GPU size: 12712 bytes. 1 Pages (1 with relative encoding). 12712.000 bytes per page (9.698% utilization). +[2025.04.02-14.35.29:444][233]LogStaticMesh: Page data disk size: 35008 bytes. Fixup data size: 256 bytes. +[2025.04.02-14.35.29:444][233]LogStaticMesh: Total GPU size: 44932 bytes, Total disk size: 35264 bytes. +[2025.04.02-14.35.29:444][233]LogStaticMesh: Encode [0.01s] +[2025.04.02-14.35.29:444][233]LogStaticMesh: Nanite build [0.13s] + +[2025.04.02-14.35.29:444][233]LogStaticMesh: Built static mesh [0.15s] /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_04.SM_S_Rock_04 +[2025.04.02-14.35.29:444][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:444][233]LogStaticMesh: Root: GPU size: 32596 bytes. 1 Pages. 32596.000 bytes per page (99.475% utilization). +[2025.04.02-14.35.29:444][233]LogStaticMesh: Streaming: GPU size: 6312 bytes. 1 Pages (1 with relative encoding). 6312.000 bytes per page (4.816% utilization). +[2025.04.02-14.35.29:444][233]LogStaticMesh: Page data disk size: 28860 bytes. Fixup data size: 240 bytes. +[2025.04.02-14.35.29:444][233]LogStaticMesh: Total GPU size: 38908 bytes, Total disk size: 29100 bytes. +[2025.04.02-14.35.29:444][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:444][233]LogStaticMesh: Nanite build [0.11s] + +[2025.04.02-14.35.29:447][233]LogStaticMesh: Built static mesh [0.13s] /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_09.SM_S_Rock_09 +[2025.04.02-14.35.29:449][233]LogStaticMesh: Fallback 0/1 [0.05s], num tris: 456 +[2025.04.02-14.35.29:450][233]LogStaticMesh: Fallback 0/1 [0.05s], num tris: 428 +[2025.04.02-14.35.29:450][233]LogStaticMesh: Built static mesh [0.15s] /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_07.SM_S_Rock_07 +[2025.04.02-14.35.29:453][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:453][233]LogStaticMesh: Input: 32 Clusters, 2826 Triangles and 2239 Vertices +[2025.04.02-14.35.29:453][233]LogStaticMesh: Output without splits: 32 Clusters, 2826 Triangles and 2251 Vertices +[2025.04.02-14.35.29:453][233]LogStaticMesh: Output with splits: 32 Clusters, 2826 Triangles and 2251 Vertices +[2025.04.02-14.35.29:453][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 32, Slow Path Clusters: 0, 1 Material: 32, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:454][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:454][233]LogStaticMesh: Root: GPU size: 32436 bytes. 1 Pages. 32436.000 bytes per page (98.987% utilization). +[2025.04.02-14.35.29:454][233]LogStaticMesh: Streaming: GPU size: 8628 bytes. 1 Pages (1 with relative encoding). 8628.000 bytes per page (6.583% utilization). +[2025.04.02-14.35.29:454][233]LogStaticMesh: Page data disk size: 31780 bytes. Fixup data size: 240 bytes. +[2025.04.02-14.35.29:454][233]LogStaticMesh: Total GPU size: 41064 bytes, Total disk size: 32020 bytes. +[2025.04.02-14.35.29:454][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:454][233]LogStaticMesh: Nanite build [0.12s] + +[2025.04.02-14.35.29:454][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.29:454][233]LogStaticMesh: Input: 20 Clusters, 2484 Triangles and 1899 Vertices +[2025.04.02-14.35.29:454][233]LogStaticMesh: Output without splits: 20 Clusters, 2484 Triangles and 1920 Vertices +[2025.04.02-14.35.29:454][233]LogStaticMesh: Output with splits: 20 Clusters, 2484 Triangles and 1920 Vertices +[2025.04.02-14.35.29:454][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 20, Slow Path Clusters: 0, 1 Material: 20, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.29:455][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.29:455][233]LogStaticMesh: Root: GPU size: 32536 bytes. 1 Pages. 32536.000 bytes per page (99.292% utilization). +[2025.04.02-14.35.29:455][233]LogStaticMesh: Streaming: GPU size: 1664 bytes. 1 Pages (1 with relative encoding). 1664.000 bytes per page (1.270% utilization). +[2025.04.02-14.35.29:455][233]LogStaticMesh: Page data disk size: 24480 bytes. Fixup data size: 224 bytes. +[2025.04.02-14.35.29:455][233]LogStaticMesh: Total GPU size: 34200 bytes, Total disk size: 24704 bytes. +[2025.04.02-14.35.29:455][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.29:455][233]LogStaticMesh: Nanite build [0.11s] + +[2025.04.02-14.35.29:456][233]LogStaticMesh: Built static mesh [0.13s] /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_10.SM_S_Rock_10 +[2025.04.02-14.35.29:457][233]LogStaticMesh: Built static mesh [0.12s] /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_11.SM_S_Rock_11 +[2025.04.02-14.35.29:491][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_01_N.T_Common_Tree_01_N (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 471.562488 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:560][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_03_D.T_Common_Tree_03_D (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:585][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_03_ORM.T_Common_Tree_03_ORM (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:627][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_03_N.T_Common_Tree_03_N (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 471.562488 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:658][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_07_ORM.T_Common_Tree_07_ORM (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:660][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_08_D.T_Common_Tree_08_D (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:665][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_07_D.T_Common_Tree_07_D (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:684][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_08_N.T_Common_Tree_08_N (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 471.562488 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:686][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_08_ORM.T_Common_Tree_08_ORM (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:716][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_07_N.T_Common_Tree_07_N (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 471.562488 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:759][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_10_D.T_Common_Tree_10_D (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:884][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_11_D.T_Common_Tree_11_D (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:888][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_10_N.T_Common_Tree_10_N (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 471.562488 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:949][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Fern_D.T_Fern_D (TFO_AutoDXT, 512x512 x1x1x1) (Required Memory Estimate: 45.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.29:973][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Pine_Tree_Leaves_D.T_Pine_Tree_Leaves_D (TFO_AutoDXT, 1024x1024 x1x1x1) (Required Memory Estimate: 169.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.30:047][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_11_ORM.T_Common_Tree_11_ORM (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.30:075][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_11_N.T_Common_Tree_11_N (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 471.562488 MB), EncodeSpeed: Fast +[2025.04.02-14.35.30:094][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Rocks/Textures/T_R_Rocks_1-5_N.T_R_Rocks_1-5_N (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 471.562488 MB), EncodeSpeed: Fast +[2025.04.02-14.35.30:126][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Rocks/Textures/T_R_Rocks_1-5_ORM.T_R_Rocks_1-5_ORM (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.30:136][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Rocks/Textures/T_R_Rocks_1-5_D.T_R_Rocks_1-5_D (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.30:140][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Rocks/Textures/T_S_Rocks_1-6_ORM.T_S_Rocks_1-6_ORM (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.30:155][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Rocks/Textures/T_S_Rocks_1-6_N.T_S_Rocks_1-6_N (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 471.562488 MB), EncodeSpeed: Fast +[2025.04.02-14.35.30:156][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Rocks/Textures/T_S_Rocks_1-6_D.T_S_Rocks_1-6_D (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.30:164][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Rocks/Textures/T_S_Rocks_7-11_ORM.T_S_Rocks_7-11_ORM (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.30:191][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Rocks/Textures/T_S_Rocks_7-11_D.T_S_Rocks_7-11_D (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.35.30:206][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Rocks/Textures/T_S_Rocks_7-11_N.T_S_Rocks_7-11_N (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 471.562488 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:401][233]MapCheck: Warning: Landscape : Landscape Nanite is enabled but saved mesh data is out of date. Save Modified Landscapes +[2025.04.02-14.35.31:402][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_459 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:402][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_461 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:402][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_460 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:403][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_463 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:403][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_315 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:403][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_462 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:403][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_314 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:403][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_387 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:404][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_0 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:404][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_1 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:405][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_2 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:407][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_388 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:408][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_464 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:408][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_466 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:408][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_389 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:408][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_4 (BGRA8, 128x512 x1x1x1) (Required Memory Estimate: 2.0625 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:408][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_316 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:409][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_465 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:409][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_3 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:412][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_5 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:414][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_6 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:416][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_9 (BGRA8, 128x512 x1x1x1) (Required Memory Estimate: 2.0625 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:416][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_317 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:416][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_468 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:416][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_470 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:417][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_391 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:417][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_8 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:418][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_7 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:420][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_10 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:421][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_11 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:423][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_12 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:424][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_471 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:424][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_14 (BGRA8, 128x512 x1x1x1) (Required Memory Estimate: 2.0625 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:426][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_15 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:426][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_13 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:429][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_16 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:429][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_17 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:430][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_19 (BGRA8, 128x512 x1x1x1) (Required Memory Estimate: 2.0625 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:431][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_18 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:433][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_20 (BGRA8, 512x128 x1x1x1) (Required Memory Estimate: 2.0625 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:436][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_21 (BGRA8, 512x128 x1x1x1) (Required Memory Estimate: 2.0625 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:438][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_23 (BGRA8, 512x128 x1x1x1) (Required Memory Estimate: 2.0625 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:439][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_22 (BGRA8, 512x128 x1x1x1) (Required Memory Estimate: 2.0625 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:440][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_24 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:440][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_472 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:441][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_473 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:443][233]LogStaticMesh: Display: Building static mesh LandscapeNaniteMesh_0 (Required Memory Estimate: 4295.723119 MB)... +[2025.04.02-14.35.31:443][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_323 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:444][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_475 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:445][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_395 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:445][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_479 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:446][233]LogStaticMesh: Display: Building static mesh LandscapeNaniteMesh_1 (Required Memory Estimate: 4295.723466 MB)... +[2025.04.02-14.35.31:446][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_322 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:448][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_484 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:448][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_398 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:448][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_483 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:448][233]LogStaticMesh: Display: Building static mesh LandscapeNaniteMesh_2 (Required Memory Estimate: 4295.724427 MB)... +[2025.04.02-14.35.31:448][233]LogStaticMesh: Display: Building static mesh LandscapeNaniteMesh_3 (Required Memory Estimate: 4295.724587 MB)... +[2025.04.02-14.35.31:448][233]LogStaticMesh: Display: Building static mesh LandscapeNaniteMesh_4 (Required Memory Estimate: 2214.986317 MB)... +[2025.04.02-14.35.31:458][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_325 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:498][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_326 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:499][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_327 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:499][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_485 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:499][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_487 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:499][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_399 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:499][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_486 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:502][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_488 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:502][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_400 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:503][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_489 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:504][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_328 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:505][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_401 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:505][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_490 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:509][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_329 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:509][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_402 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:509][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_491 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:511][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_492 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:511][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_330 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:511][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_493 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:517][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_390 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:517][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_403 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:517][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_494 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:518][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_495 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.31:580][233]LogLinker: Warning: [AssetLog] F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Content\Stylized_PBR_Nature\Maps\Asset_Scene.umap: Failed to load '/Game/Stylized_PBR_Nature/Maps/Asset_Scene_BuiltData': Can't find file. +[2025.04.02-14.35.31:580][233]LogLinker: Warning: [AssetLog] F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Content\Stylized_PBR_Nature\Maps\Asset_Scene.umap: VerifyImport: Failed to load package for import object 'Package /Game/Stylized_PBR_Nature/Maps/Asset_Scene_BuiltData' +[2025.04.02-14.35.31:923][233]LogObjectTools: Deleting 2 worlds: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene, /Game/Stylized_PBR_Nature/Maps/Asset_Scene.Asset_Scene +[2025.04.02-14.35.31:923][233]LogObjectTools: Currently 2 active worlds: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01, /Engine/Transient.World_0 +[2025.04.02-14.35.31:935][233]LogStaticMesh: Display: Waiting for static meshes to be ready 0/5 (/Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene) ... +[2025.04.02-14.35.32:943][233]LogSlate: Prevented a slow task dialog from being summoned while a context menu was open +[2025.04.02-14.35.38:447][233]LogStaticMesh: Adjacency [1.66s], tris: 1064514, UVs 4 +[2025.04.02-14.35.39:365][233]LogStaticMesh: Clustering [0.92s]. Ratio: 1.016232 +[2025.04.02-14.35.39:596][233]LogStaticMesh: Leaves [0.23s] +[2025.04.02-14.35.45:031][233]LogStaticMesh: Adjacency [3.48s], tris: 2064512, UVs 4 +[2025.04.02-14.35.45:113][233]LogStaticMesh: Adjacency [3.49s], tris: 2064512, UVs 4 +[2025.04.02-14.35.45:121][233]LogStaticMesh: Adjacency [3.48s], tris: 2064512, UVs 4 +[2025.04.02-14.35.45:147][233]LogStaticMesh: Adjacency [3.46s], tris: 2064512, UVs 4 +[2025.04.02-14.35.45:213][233]LogMeshUtilities: Finished distance field build in 13.7s - 259x259x259 sparse distance field, 8.5Mb total, 0.3Mb always loaded, 27% occupied, 334 triangles, SM_Pine_Tree_2 +[2025.04.02-14.35.48:202][233]LogStaticMesh: Clustering [3.09s]. Ratio: 1.016058 +[2025.04.02-14.35.48:293][233]LogStaticMesh: Clustering [3.17s]. Ratio: 1.016306 +[2025.04.02-14.35.48:293][233]LogStaticMesh: Clustering [3.26s]. Ratio: 1.016120 +[2025.04.02-14.35.48:305][233]LogStaticMesh: Clustering [3.16s]. Ratio: 1.015996 +[2025.04.02-14.35.48:437][233]LogStaticMesh: Display: Building static mesh SM_Common_Tree_06 (Required Memory Estimate: 2.545265 MB)... +[2025.04.02-14.35.48:437][233]LogStaticMesh: Display: Building static mesh SM_Common_Tree_05 (Required Memory Estimate: 3.120419 MB)... +[2025.04.02-14.35.48:437][233]LogStaticMesh: Display: Building static mesh SM_Common_Tree_02 (Required Memory Estimate: 3.010917 MB)... +[2025.04.02-14.35.48:437][233]LogStaticMesh: Display: Building static mesh SM_Common_Tree_04 (Required Memory Estimate: 16.146805 MB)... +[2025.04.02-14.35.48:472][233]LogStaticMesh: Adjacency [0.00s], tris: 1798, UVs 2 +[2025.04.02-14.35.48:473][233]LogStaticMesh: Adjacency [0.00s], tris: 1558, UVs 2 +[2025.04.02-14.35.48:477][233]LogStaticMesh: Clustering [0.01s]. Ratio: 1.333333 +[2025.04.02-14.35.48:477][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.48:479][233]LogStaticMesh: Adjacency [0.00s], tris: 1832, UVs 2 +[2025.04.02-14.35.48:479][233]LogStaticMesh: Clustering [0.01s]. Ratio: 1.692308 +[2025.04.02-14.35.48:479][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.48:484][233]LogStaticMesh: Clustering [0.01s]. Ratio: 1.000000 +[2025.04.02-14.35.48:485][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.48:530][233]LogStaticMesh: Reduce [0.05s] +[2025.04.02-14.35.48:538][233]LogStaticMesh: Adjacency [0.00s], tris: 9640, UVs 2 +[2025.04.02-14.35.48:540][233]LogStaticMesh: Reduce [0.05s] +[2025.04.02-14.35.48:549][233]LogStaticMesh: Reduce [0.07s] +[2025.04.02-14.35.48:552][233]LogStaticMesh: Fallback 0/1 [0.02s], num tris: 1317 +[2025.04.02-14.35.48:561][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.48:561][233]LogStaticMesh: Input: 36 Clusters, 3321 Triangles and 6459 Vertices +[2025.04.02-14.35.48:561][233]LogStaticMesh: Output without splits: 36 Clusters, 3321 Triangles and 6463 Vertices +[2025.04.02-14.35.48:561][233]LogStaticMesh: Output with splits: 43 Clusters, 3321 Triangles and 6463 Vertices +[2025.04.02-14.35.48:561][233]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 43, Slow Path Clusters: 0, 1 Material: 37, 2 Materials: 6, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.48:563][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.48:563][233]LogStaticMesh: Root: GPU size: 31428 bytes. 1 Pages. 31428.000 bytes per page (95.911% utilization). +[2025.04.02-14.35.48:563][233]LogStaticMesh: Streaming: GPU size: 70648 bytes. 1 Pages (1 with relative encoding). 70648.000 bytes per page (53.900% utilization). +[2025.04.02-14.35.48:563][233]LogStaticMesh: Page data disk size: 64044 bytes. Fixup data size: 256 bytes. +[2025.04.02-14.35.48:563][233]LogStaticMesh: Total GPU size: 102076 bytes, Total disk size: 64300 bytes. +[2025.04.02-14.35.48:563][233]LogStaticMesh: Encode [0.01s] +[2025.04.02-14.35.48:563][233]LogStaticMesh: Nanite build [0.08s] + +[2025.04.02-14.35.48:568][233]LogStaticMesh: Fallback 0/1 [0.03s], num tris: 1526 +[2025.04.02-14.35.48:571][233]LogStaticMesh: Built static mesh [0.14s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06.SM_Common_Tree_06 +[2025.04.02-14.35.48:571][233]LogStaticMesh: Clustering [0.03s]. Ratio: 1.013158 +[2025.04.02-14.35.48:574][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.48:580][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.48:580][233]LogStaticMesh: Input: 30 Clusters, 3722 Triangles and 7125 Vertices +[2025.04.02-14.35.48:580][233]LogStaticMesh: Output without splits: 30 Clusters, 3722 Triangles and 7130 Vertices +[2025.04.02-14.35.48:580][233]LogStaticMesh: Output with splits: 37 Clusters, 3722 Triangles and 7134 Vertices +[2025.04.02-14.35.48:580][233]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 37, Slow Path Clusters: 0, 1 Material: 32, 2 Materials: 5, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.48:583][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.48:583][233]LogStaticMesh: Root: GPU size: 31852 bytes. 1 Pages. 31852.000 bytes per page (97.205% utilization). +[2025.04.02-14.35.48:583][233]LogStaticMesh: Streaming: GPU size: 80152 bytes. 1 Pages (1 with relative encoding). 80152.000 bytes per page (61.151% utilization). +[2025.04.02-14.35.48:583][233]LogStaticMesh: Page data disk size: 70924 bytes. Fixup data size: 264 bytes. +[2025.04.02-14.35.48:583][233]LogStaticMesh: Total GPU size: 112004 bytes, Total disk size: 71188 bytes. +[2025.04.02-14.35.48:583][233]LogStaticMesh: Encode [0.01s] +[2025.04.02-14.35.48:583][233]LogStaticMesh: Nanite build [0.10s] + +[2025.04.02-14.35.48:591][233]LogStaticMesh: Built static mesh [0.16s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02.SM_Common_Tree_02 +[2025.04.02-14.35.48:602][233]LogStaticMesh: Fallback 0/1 [0.05s], num tris: 931 +[2025.04.02-14.35.48:609][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.48:609][233]LogStaticMesh: Input: 35 Clusters, 3687 Triangles and 5706 Vertices +[2025.04.02-14.35.48:609][233]LogStaticMesh: Output without splits: 35 Clusters, 3687 Triangles and 5713 Vertices +[2025.04.02-14.35.48:609][233]LogStaticMesh: Output with splits: 37 Clusters, 3687 Triangles and 5713 Vertices +[2025.04.02-14.35.48:609][233]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 37, Slow Path Clusters: 0, 1 Material: 32, 2 Materials: 5, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.48:611][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.48:611][233]LogStaticMesh: Root: GPU size: 30324 bytes. 1 Pages. 30324.000 bytes per page (92.542% utilization). +[2025.04.02-14.35.48:611][233]LogStaticMesh: Streaming: GPU size: 61620 bytes. 1 Pages (1 with relative encoding). 61620.000 bytes per page (47.012% utilization). +[2025.04.02-14.35.48:611][233]LogStaticMesh: Page data disk size: 55552 bytes. Fixup data size: 248 bytes. +[2025.04.02-14.35.48:611][233]LogStaticMesh: Total GPU size: 91944 bytes, Total disk size: 55800 bytes. +[2025.04.02-14.35.48:611][233]LogStaticMesh: Encode [0.01s] +[2025.04.02-14.35.48:611][233]LogStaticMesh: Nanite build [0.13s] + +[2025.04.02-14.35.48:616][233]LogStaticMesh: Built static mesh [0.18s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05.SM_Common_Tree_05 +[2025.04.02-14.35.48:662][233]LogStaticMesh: Leaves [0.46s] +[2025.04.02-14.35.48:750][233]LogStaticMesh: Leaves [0.46s] +[2025.04.02-14.35.48:753][233]LogStaticMesh: Leaves [0.46s] +[2025.04.02-14.35.48:772][233]LogStaticMesh: Leaves [0.47s] +[2025.04.02-14.35.48:816][233]LogStaticMesh: Display: Building static mesh SM_S_Rock_03 (Required Memory Estimate: 1.706414 MB)... +[2025.04.02-14.35.48:816][233]LogStaticMesh: Display: Building static mesh SM_Common_Tree_09 (Required Memory Estimate: 3.38421 MB)... +[2025.04.02-14.35.48:817][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Asset_Scene.Asset_Scene:PersistentLevel.Landscape_0.Heightmap_0 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.35.48:818][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Asset_Scene.Asset_Scene:PersistentLevel.Landscape_0.Heightmap_1 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 7.72916 MB), EncodeSpeed: Fast +[2025.04.02-14.35.48:821][233]LogMeshUtilities: Finished distance field build in 17.3s - 259x259x259 sparse distance field, 9.3Mb total, 0.4Mb always loaded, 29% occupied, 377 triangles, SM_Pine_Tree_1 +[2025.04.02-14.35.48:827][233]LogStaticMesh: Adjacency [0.00s], tris: 1154, UVs 2 +[2025.04.02-14.35.48:829][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.300000 +[2025.04.02-14.35.48:830][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.48:852][233]LogStaticMesh: Adjacency [0.00s], tris: 2154, UVs 2 +[2025.04.02-14.35.48:857][233]LogStaticMesh: Clustering [0.00s]. Ratio: 1.000000 +[2025.04.02-14.35.48:858][233]LogStaticMesh: Leaves [0.00s] +[2025.04.02-14.35.48:883][233]LogStaticMesh: Reduce [0.05s] +[2025.04.02-14.35.48:921][233]LogStaticMesh: Fallback 0/1 [0.04s], num tris: 420 +[2025.04.02-14.35.48:923][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.48:923][233]LogStaticMesh: Input: 24 Clusters, 2540 Triangles and 1882 Vertices +[2025.04.02-14.35.48:923][233]LogStaticMesh: Output without splits: 24 Clusters, 2540 Triangles and 1903 Vertices +[2025.04.02-14.35.48:923][233]LogStaticMesh: Output with splits: 24 Clusters, 2540 Triangles and 1903 Vertices +[2025.04.02-14.35.48:923][233]LogStaticMesh: Material Stats - Unique Materials: 1, Fast Path Clusters: 24, Slow Path Clusters: 0, 1 Material: 24, 2 Materials: 0, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.48:924][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.48:924][233]LogStaticMesh: Root: GPU size: 32148 bytes. 1 Pages. 32148.000 bytes per page (98.108% utilization). +[2025.04.02-14.35.48:924][233]LogStaticMesh: Streaming: GPU size: 1864 bytes. 1 Pages (1 with relative encoding). 1864.000 bytes per page (1.422% utilization). +[2025.04.02-14.35.48:924][233]LogStaticMesh: Page data disk size: 26252 bytes. Fixup data size: 224 bytes. +[2025.04.02-14.35.48:924][233]LogStaticMesh: Total GPU size: 34012 bytes, Total disk size: 26476 bytes. +[2025.04.02-14.35.48:924][233]LogStaticMesh: Encode [0.00s] +[2025.04.02-14.35.48:924][233]LogStaticMesh: Nanite build [0.09s] + +[2025.04.02-14.35.48:926][233]LogStaticMesh: Built static mesh [0.11s] /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_03.SM_S_Rock_03 +[2025.04.02-14.35.48:954][233]LogStaticMesh: Reduce [0.10s] +[2025.04.02-14.35.48:982][233]LogStaticMesh: Reduce [0.41s] +[2025.04.02-14.35.49:015][233]LogStaticMesh: Fallback 0/1 [0.06s], num tris: 1117 +[2025.04.02-14.35.49:026][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.49:027][233]LogStaticMesh: Input: 37 Clusters, 4674 Triangles and 7770 Vertices +[2025.04.02-14.35.49:027][233]LogStaticMesh: Output without splits: 37 Clusters, 4674 Triangles and 7805 Vertices +[2025.04.02-14.35.49:027][233]LogStaticMesh: Output with splits: 45 Clusters, 4674 Triangles and 7805 Vertices +[2025.04.02-14.35.49:027][233]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 45, Slow Path Clusters: 0, 1 Material: 39, 2 Materials: 6, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.49:029][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.49:029][233]LogStaticMesh: Root: GPU size: 30644 bytes. 1 Pages. 30644.000 bytes per page (93.518% utilization). +[2025.04.02-14.35.49:029][233]LogStaticMesh: Streaming: GPU size: 92964 bytes. 1 Pages (1 with relative encoding). 92964.000 bytes per page (70.926% utilization). +[2025.04.02-14.35.49:029][233]LogStaticMesh: Page data disk size: 71268 bytes. Fixup data size: 160 bytes. +[2025.04.02-14.35.49:029][233]LogStaticMesh: Total GPU size: 123608 bytes, Total disk size: 71428 bytes. +[2025.04.02-14.35.49:029][233]LogStaticMesh: Encode [0.01s] +[2025.04.02-14.35.49:029][233]LogStaticMesh: Nanite build [0.17s] + +[2025.04.02-14.35.49:034][233]LogStaticMesh: Built static mesh [0.22s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09.SM_Common_Tree_09 +[2025.04.02-14.35.49:120][233]LogStaticMesh: Fallback 0/1 [0.14s], num tris: 1413 +[2025.04.02-14.35.49:147][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.35.49:147][233]LogStaticMesh: Input: 158 Clusters, 19841 Triangles and 21379 Vertices +[2025.04.02-14.35.49:147][233]LogStaticMesh: Output without splits: 158 Clusters, 19841 Triangles and 21573 Vertices +[2025.04.02-14.35.49:147][233]LogStaticMesh: Output with splits: 167 Clusters, 19841 Triangles and 21577 Vertices +[2025.04.02-14.35.49:148][233]LogStaticMesh: Material Stats - Unique Materials: 2, Fast Path Clusters: 167, Slow Path Clusters: 0, 1 Material: 155, 2 Materials: 12, 3 Materials: 0, At Least 4 Materials: 0 +[2025.04.02-14.35.49:155][233]LogStaticMesh: WritePages: +[2025.04.02-14.35.49:155][233]LogStaticMesh: Root: GPU size: 32220 bytes. 1 Pages. 32220.000 bytes per page (98.328% utilization). +[2025.04.02-14.35.49:155][233]LogStaticMesh: Streaming: GPU size: 317596 bytes. 3 Pages (3 with relative encoding). 105865.336 bytes per page (80.769% utilization). +[2025.04.02-14.35.49:155][233]LogStaticMesh: Page data disk size: 250840 bytes. Fixup data size: 1016 bytes. +[2025.04.02-14.35.49:155][233]LogStaticMesh: Total GPU size: 349816 bytes, Total disk size: 251856 bytes. +[2025.04.02-14.35.49:155][233]LogStaticMesh: Encode [0.04s] +[2025.04.02-14.35.49:155][233]LogStaticMesh: Nanite build [0.58s] + +[2025.04.02-14.35.49:164][233]LogStaticMesh: Built static mesh [0.73s] /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04.SM_Common_Tree_04 +[2025.04.02-14.35.52:929][233]LogMeshUtilities: Finished distance field build in 4.1s - 154x161x259 sparse distance field, 4.3Mb total, 0.2Mb always loaded, 36% occupied, 377 triangles, SM_Pine_Tree_3 +[2025.04.02-14.35.58:829][233]LogMeshUtilities: Finished distance field build in 3.4s - 126x126x126 sparse distance field, 1.6Mb total, 0.1Mb always loaded, 44% occupied, 744 triangles, SM_Common_Tree_07 +[2025.04.02-14.36.05:105][233]LogMeshUtilities: Finished distance field build in 3.3s - 126x126x126 sparse distance field, 1.4Mb total, 0.1Mb always loaded, 39% occupied, 709 triangles, SM_Common_Tree_10 +[2025.04.02-14.36.11:161][233]LogMeshUtilities: Finished distance field build in 2.9s - 126x91x126 sparse distance field, 1.3Mb total, 0.0Mb always loaded, 49% occupied, 738 triangles, SM_Common_Tree_03 +[2025.04.02-14.36.14:685][233]LogMeshUtilities: Finished distance field build in 2.9s - 126x119x126 sparse distance field, 1.4Mb total, 0.1Mb always loaded, 42% occupied, 756 triangles, SM_Common_Tree_11 +[2025.04.02-14.36.18:164][233]LogMeshUtilities: Finished distance field build in 3.0s - 126x105x126 sparse distance field, 1.7Mb total, 0.0Mb always loaded, 58% occupied, 689 triangles, SM_Common_Tree_01 +[2025.04.02-14.36.21:236][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_404 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.21:236][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_318 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.21:236][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_496 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.21:236][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_331 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.21:236][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_497 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.22:151][233]LogMeshUtilities: Finished distance field build in 2.3s - 126x98x126 sparse distance field, 1.3Mb total, 0.0Mb always loaded, 46% occupied, 823 triangles, SM_Common_Tree_08 +[2025.04.02-14.36.23:246][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_332 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:025][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_467 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:788][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_405 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:800][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_499 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:800][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_498 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:835][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_392 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:835][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_333 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:836][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_406 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:836][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_500 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:843][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_501 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:843][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_334 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:844][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_407 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:844][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_469 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:844][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_502 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:845][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_335 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:865][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_505 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:865][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_336 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.24:865][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_504 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:168][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_507 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:168][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_410 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:168][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_337 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:168][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_409 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:168][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_506 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:170][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_508 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:170][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_509 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:339][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_338 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:339][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_411 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:339][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_510 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:340][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_511 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:340][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_339 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:418][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_412 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:436][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_512 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:438][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_513 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:439][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_340 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:440][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_413 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:511][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_514 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:552][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_515 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:553][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_341 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:554][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_414 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:556][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_516 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:557][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_517 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:696][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_342 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:767][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_415 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:769][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_518 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:770][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_519 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:770][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_343 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.25:771][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_416 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.26:050][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_520 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.26:221][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_521 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.26:222][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_344 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.26:246][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_417 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.26:247][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_522 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.26:254][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_523 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.26:658][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_345 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.26:841][233]LogStaticMesh: Reduce [47.24s] +[2025.04.02-14.36.26:844][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_418 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.26:845][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_524 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.26:854][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_525 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.26:855][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_346 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.26:861][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_419 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.27:240][233]LogStaticMesh: Fallback 0/1 [0.40s], num tris: 6364 +[2025.04.02-14.36.27:267][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_526 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.27:436][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_527 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.27:437][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_347 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.27:447][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_474 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.27:448][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_420 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.27:452][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_528 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.27:860][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_529 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:044][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_348 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:046][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_321 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:069][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_421 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:070][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_530 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:091][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_531 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:372][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_349 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:432][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_393 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:434][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_422 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:435][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_532 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:435][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_533 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:451][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_350 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:487][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.36.28:487][233]LogStaticMesh: Input: 17342 Clusters, 2184128 Triangles and 1430908 Vertices +[2025.04.02-14.36.28:487][233]LogStaticMesh: Output without splits: 17342 Clusters, 2184128 Triangles and 1482400 Vertices +[2025.04.02-14.36.28:487][233]LogStaticMesh: Output with splits: 17342 Clusters, 2184128 Triangles and 1482400 Vertices +[2025.04.02-14.36.28:549][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_477 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:552][233]LogStaticMesh: Material Stats - Unique Materials: 33, Fast Path Clusters: 17229, Slow Path Clusters: 113, 1 Material: 14504, 2 Materials: 2580, 3 Materials: 145, At Least 4 Materials: 113 +[2025.04.02-14.36.28:604][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_423 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:605][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_534 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:607][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_535 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:607][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_351 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:608][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_394 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:612][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_424 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:694][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_536 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:695][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_537 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:701][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_352 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:702][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_425 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:725][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_538 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:732][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_539 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:795][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_353 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:797][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_426 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:818][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_540 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:819][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_541 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:848][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_354 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:883][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_427 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:946][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_542 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:948][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_543 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:978][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_355 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.28:979][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_428 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:037][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_544 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:052][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_545 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:156][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_356 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:157][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_429 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:187][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_546 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:189][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_547 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:258][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_357 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:283][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_430 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:408][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_548 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:409][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_549 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:478][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_358 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:478][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_431 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:530][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_550 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:547][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_551 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:645][233]LogStaticMesh: WritePages: +[2025.04.02-14.36.29:645][233]LogStaticMesh: Root: GPU size: 31400 bytes. 1 Pages. 31400.000 bytes per page (95.825% utilization). +[2025.04.02-14.36.29:645][233]LogStaticMesh: Streaming: GPU size: 29232344 bytes. 225 Pages (219 with relative encoding). 129921.531 bytes per page (99.122% utilization). +[2025.04.02-14.36.29:645][233]LogStaticMesh: Page data disk size: 24716060 bytes. Fixup data size: 113896 bytes. +[2025.04.02-14.36.29:645][233]LogStaticMesh: Total GPU size: 29263744 bytes, Total disk size: 24829956 bytes. +[2025.04.02-14.36.29:651][233]LogStaticMesh: Encode [2.41s] +[2025.04.02-14.36.29:651][233]LogStaticMesh: Nanite build [50.05s] + +[2025.04.02-14.36.29:680][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_359 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:682][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_432 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:725][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_552 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:726][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_553 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:766][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_360 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:798][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_433 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:971][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_554 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.29:972][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_555 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:057][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_361 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:059][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_434 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:112][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_556 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:140][233]LogStaticMesh: Built static mesh [58.69s] /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.LandscapeNaniteMesh_4 +[2025.04.02-14.36.30:143][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_557 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:340][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_362 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:341][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_435 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:361][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_558 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:362][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_559 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:429][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_363 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:441][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_436 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:450][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_560 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:562][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_561 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:563][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_364 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:575][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_476 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:577][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_437 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:601][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_562 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:602][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_563 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:602][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_365 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:643][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_396 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:644][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_438 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:645][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_564 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:647][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_565 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:667][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_366 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:688][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_320 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:688][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_439 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:724][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_566 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:725][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_567 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:727][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_367 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:728][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_478 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:739][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_440 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:774][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_568 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:775][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_569 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:796][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_368 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:798][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_480 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:799][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_441 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:800][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_570 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:810][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_571 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:821][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_369 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:822][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_442 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:852][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_572 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:854][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_573 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:855][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_370 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:855][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_443 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:857][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_574 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:901][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_575 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:902][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_371 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:979][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_444 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:980][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_576 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:981][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_577 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:982][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_372 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.30:983][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_445 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:023][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_578 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:024][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_579 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:137][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_373 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:160][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_446 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:162][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_580 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:162][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_581 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:163][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_374 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:191][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_447 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:208][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_582 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:347][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_583 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:348][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_375 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:349][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_448 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:350][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_584 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:350][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_585 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:362][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_376 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:371][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_449 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:464][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_586 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:490][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_587 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:492][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_377 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:493][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_450 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:508][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_588 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:530][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_589 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:552][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_378 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:653][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_451 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:692][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_590 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:692][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_591 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:693][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_379 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:704][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_452 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:724][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_592 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:732][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_593 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:743][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_380 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:744][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_453 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:746][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_594 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:747][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_595 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:766][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_381 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:804][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_481 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:816][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_454 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:829][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_596 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:830][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_597 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:831][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_382 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:832][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_324 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:856][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_455 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:870][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_598 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:899][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_599 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:899][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_383 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:900][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_456 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:900][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_482 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:901][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_600 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:901][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_601 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:902][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_384 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:903][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_397 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:905][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_457 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:906][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_602 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:906][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_458 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:908][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_385 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:920][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_319 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.31:944][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_386 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:049][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_02_ORM.T_Common_Tree_02_ORM (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:061][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_02_D.T_Common_Tree_02_D (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:078][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_05_D.T_Common_Tree_05_D (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:084][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_02_N.T_Common_Tree_02_N (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 471.562488 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:101][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_05_N.T_Common_Tree_05_N (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 471.562488 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:106][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_05_ORM.T_Common_Tree_05_ORM (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:167][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_04_D.T_Common_Tree_04_D (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:592][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_04_ORM.T_Common_Tree_04_ORM (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:636][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_04_N.T_Common_Tree_04_N (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 471.562488 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:640][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_06_ORM.T_Common_Tree_06_ORM (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:655][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_06_D.T_Common_Tree_06_D (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:669][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_09_D.T_Common_Tree_09_D (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:686][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_06_N.T_Common_Tree_06_N (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 471.562488 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:689][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_09_N.T_Common_Tree_09_N (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 471.562488 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:892][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_503 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:896][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene:PersistentLevel.Landscape_0.Texture2D_408 (BGRA8, 128x128 x1x1x1) (Required Memory Estimate: 0.562492 MB), EncodeSpeed: Fast +[2025.04.02-14.36.32:953][233]LogTexture: Display: Building textures: /Game/Stylized_PBR_Nature/Foliage/Textures/T_Common_Tree_09_ORM.T_Common_Tree_09_ORM (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast +[2025.04.02-14.36.33:702][233]LogStaticMesh: Reduce [44.92s] +[2025.04.02-14.36.33:774][233]LogStaticMesh: Reduce [45.01s] +[2025.04.02-14.36.33:786][233]LogStaticMesh: Reduce [45.02s] +[2025.04.02-14.36.33:840][233]LogStaticMesh: Reduce [45.17s] +[2025.04.02-14.36.33:928][233]LogStaticMesh: Fallback 0/1 [0.23s], num tris: 8075 +[2025.04.02-14.36.34:109][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.36.34:109][233]LogStaticMesh: Input: 33636 Clusters, 4236774 Triangles and 2792708 Vertices +[2025.04.02-14.36.34:109][233]LogStaticMesh: Output without splits: 33636 Clusters, 4236774 Triangles and 2890369 Vertices +[2025.04.02-14.36.34:109][233]LogStaticMesh: Output with splits: 33636 Clusters, 4236774 Triangles and 2890369 Vertices +[2025.04.02-14.36.34:129][233]LogStaticMesh: Fallback 0/1 [0.34s], num tris: 8264 +[2025.04.02-14.36.34:129][233]LogStaticMesh: Material Stats - Unique Materials: 64, Fast Path Clusters: 33206, Slow Path Clusters: 430, 1 Material: 26700, 2 Materials: 6098, 3 Materials: 408, At Least 4 Materials: 430 +[2025.04.02-14.36.34:139][233]LogStaticMesh: Fallback 0/1 [0.30s], num tris: 8576 +[2025.04.02-14.36.34:293][233]LogStaticMesh: Fallback 0/1 [0.52s], num tris: 10435 +[2025.04.02-14.36.34:366][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.36.34:366][233]LogStaticMesh: Input: 33597 Clusters, 4231682 Triangles and 2790396 Vertices +[2025.04.02-14.36.34:366][233]LogStaticMesh: Output without splits: 33597 Clusters, 4231682 Triangles and 2888595 Vertices +[2025.04.02-14.36.34:366][233]LogStaticMesh: Output with splits: 33597 Clusters, 4231682 Triangles and 2888595 Vertices +[2025.04.02-14.36.34:488][233]LogStaticMesh: Material Stats - Unique Materials: 64, Fast Path Clusters: 33167, Slow Path Clusters: 430, 1 Material: 26669, 2 Materials: 6123, 3 Materials: 375, At Least 4 Materials: 430 +[2025.04.02-14.36.34:594][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.36.34:594][233]LogStaticMesh: Input: 33630 Clusters, 4235983 Triangles and 2791841 Vertices +[2025.04.02-14.36.34:594][233]LogStaticMesh: Output without splits: 33630 Clusters, 4235983 Triangles and 2890243 Vertices +[2025.04.02-14.36.34:594][233]LogStaticMesh: Output with splits: 33630 Clusters, 4235983 Triangles and 2890243 Vertices +[2025.04.02-14.36.34:676][233]LogStaticMesh: WritePages: +[2025.04.02-14.36.34:676][233]LogStaticMesh: Root: GPU size: 29740 bytes. 1 Pages. 29740.000 bytes per page (90.759% utilization). +[2025.04.02-14.36.34:676][233]LogStaticMesh: Streaming: GPU size: 57979320 bytes. 446 Pages (430 with relative encoding). 129998.477 bytes per page (99.181% utilization). +[2025.04.02-14.36.34:676][233]LogStaticMesh: Page data disk size: 47767268 bytes. Fixup data size: 223704 bytes. +[2025.04.02-14.36.34:676][233]LogStaticMesh: Total GPU size: 58009060 bytes, Total disk size: 47990972 bytes. +[2025.04.02-14.36.34:694][233]LogStaticMesh: Encode [0.77s] +[2025.04.02-14.36.34:694][233]LogStaticMesh: Nanite build [45.91s] + +[2025.04.02-14.36.34:698][233]LogStaticMesh: Material Stats - Unique Materials: 64, Fast Path Clusters: 33218, Slow Path Clusters: 412, 1 Material: 26796, 2 Materials: 6049, 3 Materials: 373, At Least 4 Materials: 412 +[2025.04.02-14.36.34:787][233]LogStaticMesh: ConstrainClusters: +[2025.04.02-14.36.34:787][233]LogStaticMesh: Input: 33554 Clusters, 4225883 Triangles and 2789450 Vertices +[2025.04.02-14.36.34:788][233]LogStaticMesh: Output without splits: 33554 Clusters, 4225883 Triangles and 2886052 Vertices +[2025.04.02-14.36.34:788][233]LogStaticMesh: Output with splits: 33554 Clusters, 4225883 Triangles and 2886052 Vertices +[2025.04.02-14.36.34:897][233]LogStaticMesh: Material Stats - Unique Materials: 64, Fast Path Clusters: 33108, Slow Path Clusters: 446, 1 Material: 26538, 2 Materials: 6200, 3 Materials: 370, At Least 4 Materials: 446 +[2025.04.02-14.36.34:996][233]LogStaticMesh: WritePages: +[2025.04.02-14.36.34:996][233]LogStaticMesh: Root: GPU size: 29180 bytes. 1 Pages. 29180.000 bytes per page (89.050% utilization). +[2025.04.02-14.36.34:996][233]LogStaticMesh: Streaming: GPU size: 57147788 bytes. 439 Pages (423 with relative encoding). 130177.195 bytes per page (99.317% utilization). +[2025.04.02-14.36.34:996][233]LogStaticMesh: Page data disk size: 47710316 bytes. Fixup data size: 222992 bytes. +[2025.04.02-14.36.34:996][233]LogStaticMesh: Total GPU size: 57176968 bytes, Total disk size: 47933308 bytes. +[2025.04.02-14.36.35:008][233]LogStaticMesh: Encode [0.88s] +[2025.04.02-14.36.35:008][233]LogStaticMesh: Nanite build [46.24s] + +[2025.04.02-14.36.35:168][233]LogStaticMesh: WritePages: +[2025.04.02-14.36.35:169][233]LogStaticMesh: Root: GPU size: 32508 bytes. 1 Pages. 32508.000 bytes per page (99.207% utilization). +[2025.04.02-14.36.35:169][233]LogStaticMesh: Streaming: GPU size: 56718112 bytes. 436 Pages (426 with relative encoding). 130087.414 bytes per page (99.249% utilization). +[2025.04.02-14.36.35:169][233]LogStaticMesh: Page data disk size: 46059236 bytes. Fixup data size: 222528 bytes. +[2025.04.02-14.36.35:169][233]LogStaticMesh: Total GPU size: 56750620 bytes, Total disk size: 46281764 bytes. +[2025.04.02-14.36.35:184][233]LogStaticMesh: Encode [1.04s] +[2025.04.02-14.36.35:184][233]LogStaticMesh: Nanite build [46.51s] + +[2025.04.02-14.36.35:335][233]LogStaticMesh: WritePages: +[2025.04.02-14.36.35:335][233]LogStaticMesh: Root: GPU size: 30256 bytes. 1 Pages. 30256.000 bytes per page (92.334% utilization). +[2025.04.02-14.36.35:335][233]LogStaticMesh: Streaming: GPU size: 59422692 bytes. 457 Pages (439 with relative encoding). 130027.773 bytes per page (99.203% utilization). +[2025.04.02-14.36.35:335][233]LogStaticMesh: Page data disk size: 49042232 bytes. Fixup data size: 223192 bytes. +[2025.04.02-14.36.35:335][233]LogStaticMesh: Total GPU size: 59452948 bytes, Total disk size: 49265424 bytes. +[2025.04.02-14.36.35:341][233]LogStaticMesh: Built static mesh [63.90s] /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.LandscapeNaniteMesh_3 +[2025.04.02-14.36.35:348][233]LogStaticMesh: Encode [1.06s] +[2025.04.02-14.36.35:348][233]LogStaticMesh: Nanite build [46.58s] + +[2025.04.02-14.36.35:406][233]LogStaticMesh: Built static mesh [63.96s] /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.LandscapeNaniteMesh_2 +[2025.04.02-14.36.35:503][233]LogStaticMesh: Built static mesh [64.06s] /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.LandscapeNaniteMesh_1 +[2025.04.02-14.36.35:555][233]LogStaticMesh: Built static mesh [64.12s] /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.LandscapeNaniteMesh_0 +[2025.04.02-14.36.35:560][233]LogUObjectHash: Compacting FUObjectHashTables data took 1.47ms +[2025.04.02-14.36.38:591][233]LogSlate: Window 'Delete Assets' being destroyed +[2025.04.02-14.36.38:605][233]LogUObjectGlobals: Force Deleting 6 Package(s): + Asset Name: /Game/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.Stylized_Nature_ExampleScene + Asset Type: World + Asset Name: /Game/Stylized_PBR_Nature/Maps/Rock_LayerInfo.Rock_LayerInfo + Asset Type: LandscapeLayerInfoObject + Asset Name: /Game/Stylized_PBR_Nature/Maps/Grass_02_LayerInfo.Grass_02_LayerInfo + Asset Type: LandscapeLayerInfoObject + Asset Name: /Game/Stylized_PBR_Nature/Maps/Grass_01_LayerInfo.Grass_01_LayerInfo + Asset Type: LandscapeLayerInfoObject + Asset Name: /Game/Stylized_PBR_Nature/Maps/dirt_LayerInfo.dirt_LayerInfo + Asset Type: LandscapeLayerInfoObject + Asset Name: /Game/Stylized_PBR_Nature/Maps/Asset_Scene.Asset_Scene + Asset Type: World +[2025.04.02-14.36.38:991][233]LogWorld: UWorld::CleanupWorld for Stylized_Nature_ExampleScene, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.36.38:992][233]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.36.39:045][233]LogWorld: UWorld::CleanupWorld for Asset_Scene, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.36.39:045][233]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.36.41:995][233]LogMeshUtilities: Finished distance field build in 2.8s - 84x91x126 sparse distance field, 1.2Mb total, 0.0Mb always loaded, 70% occupied, 509 triangles, SM_S_Rock_04 +[2025.04.02-14.36.44:337][233]LogMeshUtilities: Finished distance field build in 5.6s - 126x119x126 sparse distance field, 1.7Mb total, 0.1Mb always loaded, 51% occupied, 718 triangles, SM_Common_Tree_09 +[2025.04.02-14.36.44:465][233]LogMeshUtilities: Finished distance field build in 5.7s - 126x119x126 sparse distance field, 1.6Mb total, 0.1Mb always loaded, 48% occupied, 519 triangles, SM_Common_Tree_06 +[2025.04.02-14.36.44:962][233]LogMeshUtilities: Finished distance field build in 6.2s - 126x126x126 sparse distance field, 1.8Mb total, 0.1Mb always loaded, 50% occupied, 599 triangles, SM_Common_Tree_05 +[2025.04.02-14.36.45:023][233]LogMeshUtilities: Finished distance field build in 3.0s - 112x126x126 sparse distance field, 1.8Mb total, 0.0Mb always loaded, 58% occupied, 222 triangles, SM_S_Rock_02 +[2025.04.02-14.36.46:881][233]LogMeshUtilities: Finished distance field build in 2.1s - 126x105x35 sparse distance field, 0.7Mb total, 0.0Mb always loaded, 86% occupied, 366 triangles, SM_S_Rock_11 +[2025.04.02-14.36.48:686][233]LogMeshUtilities: Finished distance field build in 3.9s - 126x77x126 sparse distance field, 1.5Mb total, 0.0Mb always loaded, 69% occupied, 438 triangles, SM_S_Rock_10 +[2025.04.02-14.36.48:920][233]LogMeshUtilities: Finished distance field build in 3.9s - 105x105x126 sparse distance field, 1.5Mb total, 0.0Mb always loaded, 61% occupied, 487 triangles, SM_S_Rock_05 +[2025.04.02-14.36.49:208][233]LogMeshUtilities: Finished distance field build in 4.4s - 126x126x119 sparse distance field, 1.9Mb total, 0.1Mb always loaded, 55% occupied, 444 triangles, SM_S_Rock_09 +[2025.04.02-14.36.49:757][233]LogMeshUtilities: Finished distance field build in 4.9s - 126x126x126 sparse distance field, 1.5Mb total, 0.1Mb always loaded, 42% occupied, 3213 triangles, SM_Common_Tree_04 +[2025.04.02-14.36.50:378][233]LogMeshUtilities: Finished distance field build in 5.6s - 126x119x126 sparse distance field, 1.6Mb total, 0.1Mb always loaded, 46% occupied, 610 triangles, SM_Common_Tree_02 +[2025.04.02-14.36.50:605][233]LogMeshUtilities: Finished distance field build in 1.7s - 126x126x91 sparse distance field, 1.5Mb total, 0.0Mb always loaded, 58% occupied, 519 triangles, SM_S_Rock_06 +[2025.04.02-14.36.51:474][233]LogMeshUtilities: Finished distance field build in 1.1s - 63x56x63 sparse distance field, 0.3Mb total, 0.0Mb always loaded, 81% occupied, 214 triangles, SM_R_Rock_04 +[2025.04.02-14.36.51:779][233]LogMeshUtilities: Finished distance field build in 1.4s - 105x63x63 sparse distance field, 0.6Mb total, 0.0Mb always loaded, 76% occupied, 307 triangles, SM_S_Rock_01 +[2025.04.02-14.36.51:889][233]LogMeshUtilities: Finished distance field build in 1.5s - 98x56x98 sparse distance field, 0.7Mb total, 0.0Mb always loaded, 71% occupied, 527 triangles, SM_S_Rock_07 +[2025.04.02-14.36.51:936][233]LogMeshUtilities: Finished distance field build in 1.6s - 105x91x70 sparse distance field, 0.8Mb total, 0.0Mb always loaded, 64% occupied, 228 triangles, SM_R_Rock_03 +[2025.04.02-14.36.51:943][233]LogMeshUtilities: Finished distance field build in 1.6s - 77x77x119 sparse distance field, 0.8Mb total, 0.0Mb always loaded, 67% occupied, 387 triangles, SM_S_Rock_08 +[2025.04.02-14.36.51:953][233]LogMeshUtilities: Finished distance field build in 1.6s - 77x77x126 sparse distance field, 0.8Mb total, 0.0Mb always loaded, 61% occupied, 318 triangles, SM_R_Rock_05 +[2025.04.02-14.36.53:923][233]LogMeshUtilities: Finished mesh card build in 1.3s SM_Common_Tree_11 tris:756 surfels:2044 +[2025.04.02-14.36.53:931][233]LogMeshUtilities: Finished mesh card build in 1.3s SM_Common_Tree_01 tris:689 surfels:2650 +[2025.04.02-14.36.54:016][233]LogMeshUtilities: Finished mesh card build in 1.4s SM_Common_Tree_03 tris:738 surfels:3033 +[2025.04.02-14.36.54:103][233]LogMeshUtilities: Finished mesh card build in 1.1s SM_Common_Tree_08 tris:823 surfels:2836 +[2025.04.02-14.36.54:467][233]LogMeshUtilities: Finished mesh card build in 1.0s SM_Common_Tree_06 tris:519 surfels:3743 +[2025.04.02-14.36.55:048][233]LogUObjectHash: Compacting FUObjectHashTables data took 2.66ms +[2025.04.02-14.36.55:055][233]LogUObjectHash: Compacting FUObjectHashTables data took 0.54ms +[2025.04.02-14.36.55:060][233]LogUObjectHash: Compacting FUObjectHashTables data took 0.41ms +[2025.04.02-14.36.55:092][233]LogShaderCompilers: Display: ================================================ +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Total job queries 482, among them cache hits 85 (17.63%), DDC hits 339 (70.33%), Duplicates 9 (1.87%) +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Tracking 388 distinct input hashes that result in 298 distinct outputs (76.80%) +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: RAM used: 9.13 MiB of 3.20 GiB budget. Usage: 0.28% +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Shaders Compiled: 45 +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Jobs assigned 45, completed 45 (100%) +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Average time worker was idle: 57.86 s +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Time job spent in pending queue: average 0.79 s, longest 4.63 s +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Job execution time: average 3.40 s, max 6.23 s +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Job life time (pending + execution): average 4.18 s, max 7.27 +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Shader code size: average 41.124 KiB, min 27.641 KiB, max 59.277 KiB +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 17.77 s +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.02% +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Jobs were issued in 45 batches (only local compilation was used), average 1.00 jobs/batch +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Average processing rate: 2.53 jobs/sec +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Total thread time: 46.61 s +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Total thread preprocess time: 6.925 s +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Percentage time preprocessing: 14.86% +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Effective parallelization: 2.62 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: TBasePassCSFNoLightMapPolicy (compiled 6 times, average 2.32 sec, max 2.63 sec, min 2.01 sec) +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicyForceVelocity (compiled 1 times, average 2.28 sec, max 2.28 sec, min 2.28 sec) +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: FLumenCardPS (compiled 6 times, average 1.65 sec, max 1.84 sec, min 1.41 sec) +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 11 times, average 1.15 sec, max 2.11 sec, min 0.45 sec) +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: FLumenCardPS (compiled 6 times, average 0.44 sec, max 0.67 sec, min 0.31 sec) +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: TBasePassCSFNoLightMapPolicy - 29.85% of total time (compiled 6 times, average 2.32 sec, max 2.63 sec, min 2.01 sec) +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 27.14% of total time (compiled 11 times, average 1.15 sec, max 2.11 sec, min 0.45 sec) +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: FLumenCardPS - 21.20% of total time (compiled 6 times, average 1.65 sec, max 1.84 sec, min 1.41 sec) +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: FLumenCardPS - 5.72% of total time (compiled 6 times, average 0.44 sec, max 0.67 sec, min 0.31 sec) +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicyForceVelocity - 4.90% of total time (compiled 1 times, average 2.28 sec, max 2.28 sec, min 2.28 sec) +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: === Material stats === +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Materials Translated: 221 +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Material Total Translate Time: 0.17 s +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Material Translation Only: 0.12 s (68%) +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (3%) +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: Material Cache Hits: 103 (47%) +[2025.04.02-14.36.55:093][233]LogShaderCompilers: Display: ================================================ +[2025.04.02-14.36.55:115][233]LogAutomationController: Ignoring very large delta of 86.60 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.02-14.37.21:332][826]LogAssetEditorSubsystem: Opening Asset editor for MaterialInstanceConstant /Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample.MTL_MWAM_Landscape_MountainRangeExample +[2025.04.02-14.37.21:382][826]LogStaticMesh: Display: Waiting for static meshes to be ready 0/1 (/Engine/EditorMeshes/AssetViewer/Floor_Mesh) ... +[2025.04.02-14.37.21:804][826]LogSlate: Took 0.000147 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.04.02-14.37.26:642][241]LogSlate: Window 'MTL_MWAM_Landscape_MountainRangeExample' being destroyed +[2025.04.02-14.37.38:799][ 21]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance +[2025.04.02-14.37.51:816][ 54]LogAutomationController: Ignoring very large delta of 2.12 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.02-14.37.56:739][292]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-14.37.56:739][292]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-14.37.56:839][292]LogD3D12RHI: Waited for PSO creation for 200.000000ms +[2025.04.02-14.37.56:840][292]LogD3D12RHI: Waited for PSO creation for 200.000000ms +[2025.04.02-14.37.59:837][337]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-14.37.59:937][337]LogD3D12RHI: Waited for PSO creation for 200.000000ms +[2025.04.02-14.38.01:612][391]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-14.38.01:712][391]LogD3D12RHI: Waited for PSO creation for 200.000000ms +[2025.04.02-14.38.39:692][588]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-14.38.39:692][588]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-14.38.42:701][592]LogAutomationController: Ignoring very large delta of 2.94 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.02-14.38.46:469][717]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-14.38.46:469][717]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-14.38.47:027][741]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-14.38.47:216][744]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-14.39.13:571][500]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-14.39.13:575][500]LogOnline: OSS: Created online subsystem instance for: NULL +[2025.04.02-14.39.13:575][500]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +[2025.04.02-14.39.13:575][500]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-14.39.13:653][500]LogPlayLevel: PIE: StaticDuplicateObject took: (0.077944s) +[2025.04.02-14.39.13:653][500]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.077986s) +[2025.04.02-14.39.13:660][500]LogUObjectHash: Compacting FUObjectHashTables data took 0.63ms +[2025.04.02-14.39.13:663][500]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-14.39.13:664][500]LogPlayLevel: PIE: World Init took: (0.000992s) +[2025.04.02-14.39.13:675][500]LogAudio: Display: Creating Audio Device: Id: 2, Scope: Unique, Realtime: True +[2025.04.02-14.39.13:675][500]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-14.39.13:675][500]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-14.39.13:675][500]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-14.39.13:675][500]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-14.39.13:675][500]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-14.39.13:675][500]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-14.39.13:675][500]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-14.39.13:675][500]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-14.39.13:675][500]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-14.39.13:675][500]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-14.39.13:675][500]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-14.39.13:677][500]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-14.39.13:694][500]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-14.39.13:695][500]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-14.39.13:695][500]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-14.39.13:695][500]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-14.39.13:695][500]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2 +[2025.04.02-14.39.13:695][500]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2 +[2025.04.02-14.39.13:697][500]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2 +[2025.04.02-14.39.13:697][500]LogInit: FAudioDevice initialized with ID 2. +[2025.04.02-14.39.13:697][500]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2 +[2025.04.02-14.39.13:697][500]LogAudio: Display: Audio Device (ID: 2) registered with world 'OpenWorld_01'. +[2025.04.02-14.39.13:697][500]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2 +[2025.04.02-14.39.13:699][500]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-14.39.13:825][500]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-08.39.13 +[2025.04.02-14.39.13:826][500]LogWorld: Bringing up level for play took: 0.126564 +[2025.04.02-14.39.13:827][500]LogOnline: OSS: Created online subsystem instance for: :Context_3 +[2025.04.02-14.39.13:829][500]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-14.39.13:829][500]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-14.39.13:853][500]PIE: Server logged in +[2025.04.02-14.39.13:854][500]PIE: Play in editor total start time 0.288 seconds. +[2025.04.02-14.39.17:366][522]LogAutomationController: Ignoring very large delta of 2.11 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.02-14.39.39:228][438]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.39.39:228][438]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-14.39.39:229][438]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.39.39:230][438]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.39.39:230][438]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-14.39.39:230][438]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-14.39.39:239][438]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-14.39.39:243][438]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.39.39:248][438]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-14.39.39:249][438]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2 +[2025.04.02-14.39.39:249][438]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.04.02-14.39.39:250][438]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.04.02-14.39.39:253][438]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.39.39:256][438]LogUObjectHash: Compacting FUObjectHashTables data took 0.55ms +[2025.04.02-14.39.39:333][439]LogPlayLevel: Display: Destroying online subsystem :Context_3 +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: ================================================ +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Total job queries 765, among them cache hits 160 (20.92%), DDC hits 361 (47.19%), Duplicates 25 (3.27%) +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Tracking 580 distinct input hashes that result in 466 distinct outputs (80.34%) +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: RAM used: 15.66 MiB of 3.20 GiB budget. Usage: 0.48% +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Shaders Compiled: 215 +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Jobs assigned 215, completed 215 (100%) +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Average time worker was idle: 25.54 s +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Time job spent in pending queue: average 1.03 s, longest 7.26 s +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Job execution time: average 5.82 s, max 13.47 s +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Job life time (pending + execution): average 6.84 s, max 13.60 +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Shader code size: average 54.191 KiB, min 27.641 KiB, max 83.645 KiB +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 56.72 s +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.02% +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Jobs were issued in 147 batches (only local compilation was used), average 1.46 jobs/batch +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Average processing rate: 3.79 jobs/sec +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Total thread time: 274.199 s +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Total thread preprocess time: 10.959 s +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Percentage time preprocessing: 4.00% +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Effective parallelization: 4.83 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: FMicropolyRasterizeCS (compiled 8 times, average 3.53 sec, max 4.68 sec, min 2.61 sec) +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: TBasePassCSFCachedPointIndirectLightingPolicySkylight (compiled 1 times, average 2.90 sec, max 2.90 sec, min 2.90 sec) +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: TBasePassCSFCachedPointIndirectLightingPolicy (compiled 1 times, average 2.88 sec, max 2.88 sec, min 2.88 sec) +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: TBasePassCSFCachedVolumeIndirectLightingPolicy (compiled 1 times, average 2.88 sec, max 2.88 sec, min 2.88 sec) +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight (compiled 1 times, average 2.87 sec, max 2.87 sec, min 2.87 sec) +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: FRenderVolumetricCloudRenderViewCS - 35.77% of total time (compiled 68 times, average 1.44 sec, max 2.08 sec, min 0.79 sec) +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: FMicropolyRasterizeCS - 10.30% of total time (compiled 8 times, average 3.53 sec, max 4.68 sec, min 2.61 sec) +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: TBasePassCSFNoLightMapPolicy - 7.55% of total time (compiled 9 times, average 2.30 sec, max 2.65 sec, min 1.96 sec) +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 7.46% of total time (compiled 21 times, average 0.97 sec, max 2.11 sec, min 0.38 sec) +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: FLumenCardPS - 5.19% of total time (compiled 9 times, average 1.58 sec, max 1.84 sec, min 1.27 sec) +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: === Material stats === +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Materials Translated: 224 +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Material Total Translate Time: 0.18 s +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Material Translation Only: 0.12 s (68%) +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (3%) +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: Material Cache Hits: 104 (46%) +[2025.04.02-14.39.55:620][551]LogShaderCompilers: Display: ================================================ +[2025.04.02-14.40.18:884][307]LogConsoleManager: Warning: Console variable 'grass.GrassMap.UseRuntimeGeneration' used in the render thread. Rendering artifacts could happen. Use ECVF_RenderThreadSafe or don't use in render thread. +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: ================================================ +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Total job queries 889, among them cache hits 258 (29.02%), DDC hits 363 (40.83%), Duplicates 25 (2.81%) +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Tracking 606 distinct input hashes that result in 480 distinct outputs (79.21%) +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: RAM used: 16.00 MiB of 3.20 GiB budget. Usage: 0.49% +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Shaders Compiled: 239 +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Jobs assigned 239, completed 239 (100%) +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Average time worker was idle: 33.21 s +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Time job spent in pending queue: average 0.93 s, longest 7.26 s +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Job execution time: average 5.61 s, max 13.47 s +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Job life time (pending + execution): average 6.54 s, max 13.60 +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Shader code size: average 52.604 KiB, min 27.641 KiB, max 83.645 KiB +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 64.85 s +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.02% +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Jobs were issued in 171 batches (only local compilation was used), average 1.40 jobs/batch +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Average processing rate: 3.69 jobs/sec +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Total thread time: 284.416 s +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Total thread preprocess time: 12.037 s +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Percentage time preprocessing: 4.23% +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Effective parallelization: 4.39 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: FMicropolyRasterizeCS (compiled 8 times, average 3.53 sec, max 4.68 sec, min 2.61 sec) +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: TBasePassCSFCachedPointIndirectLightingPolicySkylight (compiled 1 times, average 2.90 sec, max 2.90 sec, min 2.90 sec) +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: TBasePassCSFCachedPointIndirectLightingPolicy (compiled 1 times, average 2.88 sec, max 2.88 sec, min 2.88 sec) +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: TBasePassCSFCachedVolumeIndirectLightingPolicy (compiled 1 times, average 2.88 sec, max 2.88 sec, min 2.88 sec) +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight (compiled 1 times, average 2.87 sec, max 2.87 sec, min 2.87 sec) +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: FRenderVolumetricCloudRenderViewCS - 34.48% of total time (compiled 68 times, average 1.44 sec, max 2.08 sec, min 0.79 sec) +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: FMicropolyRasterizeCS - 9.93% of total time (compiled 8 times, average 3.53 sec, max 4.68 sec, min 2.61 sec) +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 8.09% of total time (compiled 25 times, average 0.92 sec, max 2.11 sec, min 0.38 sec) +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: TBasePassCSFNoLightMapPolicy - 7.28% of total time (compiled 9 times, average 2.30 sec, max 2.65 sec, min 1.96 sec) +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: FLumenCardPS - 5.00% of total time (compiled 9 times, average 1.58 sec, max 1.84 sec, min 1.27 sec) +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: === Material stats === +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Materials Translated: 237 +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Material Total Translate Time: 0.21 s +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Material Translation Only: 0.15 s (72%) +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Material DDC Serialization Only: 0.01 s (3%) +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: Material Cache Hits: 115 (49%) +[2025.04.02-14.42.55:686][570]LogShaderCompilers: Display: ================================================ +[2025.04.02-14.43.08:993][949]LogSlate: Window 'Color Picker' being destroyed +[2025.04.02-14.47.10:933][595]LogAutomationController: Ignoring very large delta of 2.67 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.02-14.48.15:223][352]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-14.48.15:245][352]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-14.48.15:324][352]LogPlayLevel: PIE: StaticDuplicateObject took: (0.078575s) +[2025.04.02-14.48.15:324][352]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.078617s) +[2025.04.02-14.48.15:345][352]LogUObjectHash: Compacting FUObjectHashTables data took 0.68ms +[2025.04.02-14.48.15:350][352]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-14.48.15:351][352]LogPlayLevel: PIE: World Init took: (0.001107s) +[2025.04.02-14.48.15:363][352]LogAudio: Display: Creating Audio Device: Id: 3, Scope: Unique, Realtime: True +[2025.04.02-14.48.15:363][352]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-14.48.15:363][352]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-14.48.15:363][352]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-14.48.15:363][352]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-14.48.15:363][352]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-14.48.15:363][352]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-14.48.15:363][352]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-14.48.15:363][352]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-14.48.15:363][352]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-14.48.15:363][352]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-14.48.15:363][352]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-14.48.15:364][352]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-14.48.15:382][352]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-14.48.15:382][352]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-14.48.15:382][352]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-14.48.15:382][352]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-14.48.15:382][352]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3 +[2025.04.02-14.48.15:382][352]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=3 +[2025.04.02-14.48.15:384][352]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3 +[2025.04.02-14.48.15:384][352]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3 +[2025.04.02-14.48.15:384][352]LogInit: FAudioDevice initialized with ID 3. +[2025.04.02-14.48.15:384][352]LogAudio: Display: Audio Device (ID: 3) registered with world 'OpenWorld_01'. +[2025.04.02-14.48.15:384][352]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3 +[2025.04.02-14.48.15:386][352]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-14.48.15:823][352]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-08.48.15 +[2025.04.02-14.48.15:824][352]LogWorld: Bringing up level for play took: 0.437105 +[2025.04.02-14.48.15:825][352]LogOnline: OSS: Created online subsystem instance for: :Context_4 +[2025.04.02-14.48.15:826][352]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-14.48.15:826][352]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-14.48.15:843][352]PIE: Server logged in +[2025.04.02-14.48.15:844][352]PIE: Play in editor total start time 0.625 seconds. +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: ================================================ +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Total job queries 964, among them cache hits 267 (27.70%), DDC hits 363 (37.66%), Duplicates 39 (4.05%) +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Tracking 658 distinct input hashes that result in 520 distinct outputs (79.03%) +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: RAM used: 17.55 MiB of 3.20 GiB budget. Usage: 0.54% +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Shaders Compiled: 291 +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Jobs assigned 291, completed 291 (100%) +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Average time worker was idle: 46.07 s +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Time job spent in pending queue: average 1.37 s, longest 7.82 s +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Job execution time: average 5.13 s, max 13.47 s +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Job life time (pending + execution): average 6.49 s, max 13.60 +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Shader code size: average 53.149 KiB, min 27.641 KiB, max 83.645 KiB +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 78.48 s +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.02% +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Jobs were issued in 223 batches (only local compilation was used), average 1.30 jobs/batch +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Average processing rate: 3.71 jobs/sec +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Total thread time: 351.98 s +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Total thread preprocess time: 13.243 s +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Percentage time preprocessing: 3.76% +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Effective parallelization: 4.48 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: FMicropolyRasterizeCS (compiled 8 times, average 3.53 sec, max 4.68 sec, min 2.61 sec) +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: TBasePassCSFCachedVolumeIndirectLightingPolicySkylight (compiled 2 times, average 2.95 sec, max 3.06 sec, min 2.84 sec) +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: TBasePassCSFCachedPointIndirectLightingPolicySkylight (compiled 2 times, average 2.91 sec, max 2.92 sec, min 2.90 sec) +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight (compiled 2 times, average 2.89 sec, max 2.91 sec, min 2.87 sec) +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: TBasePassCSFCachedPointIndirectLightingPolicy (compiled 2 times, average 2.89 sec, max 2.90 sec, min 2.88 sec) +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: FRenderVolumetricCloudRenderViewCS - 27.86% of total time (compiled 68 times, average 1.44 sec, max 2.08 sec, min 0.79 sec) +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: FMicropolyRasterizeCS - 8.02% of total time (compiled 8 times, average 3.53 sec, max 4.68 sec, min 2.61 sec) +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 7.72% of total time (compiled 29 times, average 0.94 sec, max 2.32 sec, min 0.38 sec) +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: TBasePassCSFNoLightMapPolicy - 6.72% of total time (compiled 10 times, average 2.36 sec, max 2.94 sec, min 1.96 sec) +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: FLumenCardPS - 4.56% of total time (compiled 10 times, average 1.61 sec, max 1.84 sec, min 1.27 sec) +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: === Material stats === +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Materials Translated: 239 +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Material Total Translate Time: 0.22 s +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Material Translation Only: 0.16 s (73%) +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Material DDC Serialization Only: 0.01 s (3%) +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: Material Cache Hits: 116 (49%) +[2025.04.02-14.48.55:704][318]LogShaderCompilers: Display: ================================================ +[2025.04.02-14.49.23:536][836]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.49.23:536][836]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-14.49.23:536][836]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.49.23:538][836]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.49.23:538][836]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-14.49.23:538][836]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-14.49.23:541][836]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-14.49.23:545][836]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.49.23:551][836]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-14.49.23:552][836]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3 +[2025.04.02-14.49.23:552][836]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 +[2025.04.02-14.49.23:553][836]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 +[2025.04.02-14.49.23:557][836]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.49.23:560][836]LogUObjectHash: Compacting FUObjectHashTables data took 0.61ms +[2025.04.02-14.49.23:637][837]LogPlayLevel: Display: Destroying online subsystem :Context_4 +[2025.04.02-14.49.28:672][229]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance +[2025.04.02-14.49.29:589][280]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-14.49.29:590][280]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-14.49.29:667][280]LogPlayLevel: PIE: StaticDuplicateObject took: (0.077166s) +[2025.04.02-14.49.29:667][280]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.077196s) +[2025.04.02-14.49.29:672][280]LogUObjectHash: Compacting FUObjectHashTables data took 0.54ms +[2025.04.02-14.49.29:675][280]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-14.49.29:675][280]LogPlayLevel: PIE: World Init took: (0.000911s) +[2025.04.02-14.49.29:686][280]LogAudio: Display: Creating Audio Device: Id: 4, Scope: Unique, Realtime: True +[2025.04.02-14.49.29:686][280]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-14.49.29:686][280]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-14.49.29:686][280]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-14.49.29:686][280]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-14.49.29:686][280]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-14.49.29:686][280]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-14.49.29:686][280]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-14.49.29:686][280]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-14.49.29:686][280]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-14.49.29:686][280]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-14.49.29:686][280]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-14.49.29:688][280]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-14.49.29:704][280]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-14.49.29:704][280]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-14.49.29:704][280]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-14.49.29:704][280]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-14.49.29:705][280]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4 +[2025.04.02-14.49.29:705][280]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=4 +[2025.04.02-14.49.29:706][280]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4 +[2025.04.02-14.49.29:706][280]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4 +[2025.04.02-14.49.29:706][280]LogInit: FAudioDevice initialized with ID 4. +[2025.04.02-14.49.29:706][280]LogAudio: Display: Audio Device (ID: 4) registered with world 'OpenWorld_01'. +[2025.04.02-14.49.29:706][280]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 4 +[2025.04.02-14.49.29:708][280]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-14.49.30:152][280]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-08.49.30 +[2025.04.02-14.49.30:153][280]LogWorld: Bringing up level for play took: 0.443882 +[2025.04.02-14.49.30:154][280]LogOnline: OSS: Created online subsystem instance for: :Context_6 +[2025.04.02-14.49.30:155][280]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-14.49.30:155][280]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-14.49.30:172][280]PIE: Server logged in +[2025.04.02-14.49.30:173][280]PIE: Play in editor total start time 0.588 seconds. +[2025.04.02-14.50.32:946][981]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.50.32:946][981]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-14.50.32:946][981]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.50.32:947][981]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.50.32:947][981]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-14.50.32:947][981]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-14.50.32:955][981]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-14.50.32:959][981]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.50.32:965][981]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.50.32:965][981]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 4 +[2025.04.02-14.50.32:965][981]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 +[2025.04.02-14.50.32:967][981]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 +[2025.04.02-14.50.32:974][981]LogUObjectHash: Compacting FUObjectHashTables data took 0.86ms +[2025.04.02-14.50.33:053][982]LogPlayLevel: Display: Destroying online subsystem :Context_6 +[2025.04.02-14.50.46:511][ 31]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-14.50.46:534][ 31]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-14.50.46:612][ 31]LogPlayLevel: PIE: StaticDuplicateObject took: (0.077401s) +[2025.04.02-14.50.46:612][ 31]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.077435s) +[2025.04.02-14.50.46:617][ 31]LogUObjectHash: Compacting FUObjectHashTables data took 0.53ms +[2025.04.02-14.50.46:620][ 31]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-14.50.46:621][ 31]LogPlayLevel: PIE: World Init took: (0.001052s) +[2025.04.02-14.50.46:632][ 31]LogAudio: Display: Creating Audio Device: Id: 5, Scope: Unique, Realtime: True +[2025.04.02-14.50.46:632][ 31]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-14.50.46:632][ 31]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-14.50.46:632][ 31]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-14.50.46:632][ 31]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-14.50.46:632][ 31]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-14.50.46:632][ 31]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-14.50.46:632][ 31]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-14.50.46:632][ 31]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-14.50.46:632][ 31]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-14.50.46:632][ 31]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-14.50.46:632][ 31]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-14.50.46:634][ 31]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-14.50.46:650][ 31]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-14.50.46:651][ 31]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-14.50.46:651][ 31]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-14.50.46:651][ 31]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-14.50.46:651][ 31]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5 +[2025.04.02-14.50.46:651][ 31]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=5 +[2025.04.02-14.50.46:652][ 31]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5 +[2025.04.02-14.50.46:652][ 31]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5 +[2025.04.02-14.50.46:652][ 31]LogInit: FAudioDevice initialized with ID 5. +[2025.04.02-14.50.46:652][ 31]LogAudio: Display: Audio Device (ID: 5) registered with world 'OpenWorld_01'. +[2025.04.02-14.50.46:653][ 31]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 5 +[2025.04.02-14.50.46:655][ 31]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-14.50.47:092][ 31]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-08.50.47 +[2025.04.02-14.50.47:093][ 31]LogWorld: Bringing up level for play took: 0.437338 +[2025.04.02-14.50.47:094][ 31]LogOnline: OSS: Created online subsystem instance for: :Context_7 +[2025.04.02-14.50.47:095][ 31]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-14.50.47:095][ 31]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-14.50.47:111][ 31]PIE: Server logged in +[2025.04.02-14.50.47:112][ 31]PIE: Play in editor total start time 0.603 seconds. +[2025.04.02-14.51.10:852][263]LogCharacterMovement: BP_ThirdPersonCharacter_C_0 is stuck and failed to move! Velocity: X=-221.47 Y=-56.61 Z=0.00 Location: X=-110808.86 Y=7092.59 Z=9542.35 Normal: X=0.13 Y=0.08 Z=0.99 PenetrationDepth:0.631 Actor:Landscape_0 Component:LandscapeHeightfieldCollisionComponent_73 BoneName:None (0 other events since notify) +[2025.04.02-14.51.24:816][ 22]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.51.24:816][ 22]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-14.51.24:816][ 22]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.51.24:818][ 22]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.51.24:818][ 22]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-14.51.24:818][ 22]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-14.51.24:820][ 22]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-14.51.24:824][ 22]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.51.24:830][ 22]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.51.24:831][ 22]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 5 +[2025.04.02-14.51.24:831][ 22]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 +[2025.04.02-14.51.24:832][ 22]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 +[2025.04.02-14.51.24:852][ 22]LogUObjectHash: Compacting FUObjectHashTables data took 0.61ms +[2025.04.02-14.51.24:928][ 23]LogPlayLevel: Display: Destroying online subsystem :Context_7 +[2025.04.02-14.51.29:755][394]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-14.51.29:846][394]LogUObjectHash: Compacting FUObjectHashTables data took 0.54ms +[2025.04.02-14.51.29:855][394]LogPackageLocalizationCache: Processed 54 localized package path(s) for 1 prioritized culture(s) in 0.005868 seconds +[2025.04.02-14.51.30:540][394]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Levels/OpenWorld_01 +[2025.04.02-14.51.30:540][394]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/OpenWorld_016F93CE334E8EE1758449ACB05FB1167D.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap' +[2025.04.02-14.51.30:551][394]LogFileHelpers: Saving map 'OpenWorld_01' took 0.735 +[2025.04.02-14.51.30:559][394]LogFileHelpers: InternalPromptForCheckoutAndSave took 804.196 ms +[2025.04.02-14.51.30:593][394]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-14.51.30:593][394]LogContentValidation: Enabled validators: +[2025.04.02-14.51.30:593][394]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-14.51.30:593][394]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-14.51.30:593][394]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-14.51.30:593][394]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 +[2025.04.02-14.51.30:594][394]AssetCheck: /Game/MAIN_CONTENT/Levels/OpenWorld_01 Validating asset +[2025.04.02-14.51.36:905][782]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-14.51.36:943][782]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample] ([1] browsable assets)... +[2025.04.02-14.51.36:986][782]OBJ SavePackage: Rendered thumbnail for [MaterialInstanceConstant /Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample.MTL_MWAM_Landscape_MountainRangeExample] +[2025.04.02-14.51.36:986][782]OBJ SavePackage: Finished generating thumbnails for package [/Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample] +[2025.04.02-14.51.36:991][782]LogUObjectHash: Compacting FUObjectHashTables data took 0.58ms +[2025.04.02-14.51.41:336][782]LogUObjectHash: Compacting FUObjectHashTables data took 0.30ms +[2025.04.02-14.51.41:364][782]LogSavePackage: Moving output files for package: /Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample +[2025.04.02-14.51.41:365][782]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/MTL_MWAM_Landscape_MountainRangeD5916F7F4CB29DA6D7DC749BE1C79DB0.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample.uasset' +[2025.04.02-14.51.41:373][782]LogFileHelpers: InternalPromptForCheckoutAndSave took 4.46 sec (total: 5.27 sec) +[2025.04.02-14.51.41:400][782]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-14.51.41:400][782]LogContentValidation: Enabled validators: +[2025.04.02-14.51.41:401][782]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-14.51.41:401][782]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-14.51.41:401][782]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-14.51.41:401][782]LogContentValidation: Display: Validating asset /Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample.MTL_MWAM_Landscape_MountainRangeExample +[2025.04.02-14.51.41:401][782]AssetCheck: /Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample Validating asset +[2025.04.02-14.51.41:431][782]LogAutomationController: Ignoring very large delta of 4.53 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.02-14.51.42:901][902]LogSlate: Window 'MTL_MWAM_Landscape_MountainRangeExample' being destroyed +[2025.04.02-14.51.42:964][902]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.51.42:964][902]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.51.42:981][902]LogUObjectHash: Compacting FUObjectHashTables data took 0.54ms +[2025.04.02-14.51.55:709][864]LogShaderCompilers: Display: ================================================ +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Total job queries 996, among them cache hits 288 (28.92%), DDC hits 365 (36.65%), Duplicates 39 (3.92%) +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Tracking 669 distinct input hashes that result in 528 distinct outputs (78.92%) +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: RAM used: 17.82 MiB of 3.20 GiB budget. Usage: 0.54% +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Shaders Compiled: 300 +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Jobs assigned 300, completed 300 (100%) +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Average time worker was idle: 52.05 s +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Time job spent in pending queue: average 1.33 s, longest 7.82 s +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Job execution time: average 5.07 s, max 13.47 s +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Job life time (pending + execution): average 6.40 s, max 13.60 +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Shader code size: average 53.241 KiB, min 27.641 KiB, max 83.645 KiB +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 82.51 s +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.02% +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Jobs were issued in 232 batches (only local compilation was used), average 1.29 jobs/batch +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Average processing rate: 3.64 jobs/sec +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Total thread time: 357.201 s +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Total thread preprocess time: 13.802 s +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Percentage time preprocessing: 3.86% +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Effective parallelization: 4.33 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: FMicropolyRasterizeCS (compiled 8 times, average 3.53 sec, max 4.68 sec, min 2.61 sec) +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: TBasePassCSFCachedVolumeIndirectLightingPolicySkylight (compiled 2 times, average 2.95 sec, max 3.06 sec, min 2.84 sec) +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: TBasePassCSFCachedPointIndirectLightingPolicySkylight (compiled 2 times, average 2.91 sec, max 2.92 sec, min 2.90 sec) +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight (compiled 2 times, average 2.89 sec, max 2.91 sec, min 2.87 sec) +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: TBasePassCSFCachedPointIndirectLightingPolicy (compiled 2 times, average 2.89 sec, max 2.90 sec, min 2.88 sec) +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: FRenderVolumetricCloudRenderViewCS - 27.46% of total time (compiled 68 times, average 1.44 sec, max 2.08 sec, min 0.79 sec) +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: FMicropolyRasterizeCS - 7.91% of total time (compiled 8 times, average 3.53 sec, max 4.68 sec, min 2.61 sec) +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 7.61% of total time (compiled 29 times, average 0.94 sec, max 2.32 sec, min 0.38 sec) +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: TBasePassCSFNoLightMapPolicy - 6.62% of total time (compiled 10 times, average 2.36 sec, max 2.94 sec, min 1.96 sec) +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: FDebugViewModePS - 4.67% of total time (compiled 8 times, average 2.09 sec, max 2.97 sec, min 1.25 sec) +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: === Material stats === +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Materials Translated: 240 +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Material Total Translate Time: 0.22 s +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Material Translation Only: 0.16 s (73%) +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Material DDC Serialization Only: 0.01 s (3%) +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: Material Cache Hits: 116 (48%) +[2025.04.02-14.51.55:710][864]LogShaderCompilers: Display: ================================================ +[2025.04.02-14.52.43:451][740]LogActorComponent: UnregisterComponent: (/Engine/Transient.SphereBrushComponent) Not registered. Aborting. +[2025.04.02-14.52.53:683][764]LogAssetEditorSubsystem: Opening Asset editor for Material /Game/Stylized_PBR_Nature/Terrain/M_Water_Basic.M_Water_Basic +[2025.04.02-14.52.53:884][764]MaterialEditorStats: Texture samplers: 0/16 +[2025.04.02-14.52.53:884][764]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.02-14.52.53:884][764]MaterialEditorStats: Shader Count: 0 +[2025.04.02-14.52.53:884][764]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) +[2025.04.02-14.52.53:894][764]LogSlate: Took 0.005407 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K) +[2025.04.02-14.52.54:018][766]MaterialEditorStats: Base pass shader: 203 instructions +[2025.04.02-14.52.54:019][766]MaterialEditorStats: Base pass vertex shader: 129 instructions +[2025.04.02-14.52.54:019][766]MaterialEditorStats: Texture samplers: 2/16 +[2025.04.02-14.52.54:019][766]MaterialEditorStats: Texture Lookups (Est.): VS(0), PS(3) +[2025.04.02-14.52.54:019][766]MaterialEditorStats: Shader Count: 4 +[2025.04.02-14.52.54:019][766]MaterialEditorStats: Preshaders: 2 (2 param fetches, 4 ops) +[2025.04.02-14.52.56:262][899]LogMaterialEditor: Saving and Compiling material M_Water_Basic +[2025.04.02-14.52.56:264][899]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-14.52.56:298][899]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Terrain/M_Water_Basic] ([1] browsable assets)... +[2025.04.02-14.53.02:118][899]OBJ SavePackage: Rendered thumbnail for [Material /Game/Stylized_PBR_Nature/Terrain/M_Water_Basic.M_Water_Basic] +[2025.04.02-14.53.02:118][899]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Terrain/M_Water_Basic] +[2025.04.02-14.53.02:119][899]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Terrain/M_Water_Basic +[2025.04.02-14.53.02:119][899]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/M_Water_BasicC308EE564B094A3F70DCB6879FEB9366.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Terrain/M_Water_Basic.uasset' +[2025.04.02-14.53.02:126][899]LogFileHelpers: InternalPromptForCheckoutAndSave took 5.86 sec (total: 11.1 sec) +[2025.04.02-14.53.02:158][899]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-14.53.02:158][899]LogContentValidation: Enabled validators: +[2025.04.02-14.53.02:158][899]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-14.53.02:158][899]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-14.53.02:158][899]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-14.53.02:158][899]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Terrain/M_Water_Basic.M_Water_Basic +[2025.04.02-14.53.02:158][899]AssetCheck: /Game/Stylized_PBR_Nature/Terrain/M_Water_Basic Validating asset +[2025.04.02-14.53.02:189][899]LogAutomationController: Ignoring very large delta of 5.93 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.02-14.53.02:925][954]LogSlate: Window 'M_Water_Basic' being destroyed +[2025.04.02-14.53.02:984][954]LogWorld: UWorld::CleanupWorld for World_5, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.53.02:984][954]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.53.03:000][954]LogUObjectHash: Compacting FUObjectHashTables data took 0.55ms +[2025.04.02-14.53.48:733][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_01.SM_R_Rock_01 +[2025.04.02-14.53.48:733][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_01.SM_R_Rock_01 +[2025.04.02-14.53.48:733][489]LogActorFactory: Actor Factory spawned StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_01.SM_R_Rock_01 as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_0 +[2025.04.02-14.53.48:734][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_02.SM_R_Rock_02 +[2025.04.02-14.53.48:734][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_02.SM_R_Rock_02 +[2025.04.02-14.53.48:734][489]LogActorFactory: Actor Factory spawned StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_02.SM_R_Rock_02 as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_2 +[2025.04.02-14.53.48:735][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_03.SM_R_Rock_03 +[2025.04.02-14.53.48:735][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_03.SM_R_Rock_03 +[2025.04.02-14.53.48:735][489]LogActorFactory: Actor Factory spawned StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_03.SM_R_Rock_03 as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_3 +[2025.04.02-14.53.48:735][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_04.SM_R_Rock_04 +[2025.04.02-14.53.48:735][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_04.SM_R_Rock_04 +[2025.04.02-14.53.48:735][489]LogActorFactory: Actor Factory spawned StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_04.SM_R_Rock_04 as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_4 +[2025.04.02-14.53.48:736][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_05.SM_R_Rock_05 +[2025.04.02-14.53.48:736][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_05.SM_R_Rock_05 +[2025.04.02-14.53.48:736][489]LogActorFactory: Actor Factory spawned StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_R_Rock_05.SM_R_Rock_05 as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_5 +[2025.04.02-14.53.48:737][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_01.SM_S_Rock_01 +[2025.04.02-14.53.48:737][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_01.SM_S_Rock_01 +[2025.04.02-14.53.48:737][489]LogActorFactory: Actor Factory spawned StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_01.SM_S_Rock_01 as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_6 +[2025.04.02-14.53.48:737][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_02.SM_S_Rock_02 +[2025.04.02-14.53.48:737][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_02.SM_S_Rock_02 +[2025.04.02-14.53.48:738][489]LogActorFactory: Actor Factory spawned StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_02.SM_S_Rock_02 as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_7 +[2025.04.02-14.53.48:738][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_03.SM_S_Rock_03 +[2025.04.02-14.53.48:738][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_03.SM_S_Rock_03 +[2025.04.02-14.53.48:738][489]LogActorFactory: Actor Factory spawned StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_03.SM_S_Rock_03 as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_8 +[2025.04.02-14.53.48:739][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_04.SM_S_Rock_04 +[2025.04.02-14.53.48:739][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_04.SM_S_Rock_04 +[2025.04.02-14.53.48:739][489]LogActorFactory: Actor Factory spawned StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_04.SM_S_Rock_04 as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_9 +[2025.04.02-14.53.48:740][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_05.SM_S_Rock_05 +[2025.04.02-14.53.48:740][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_05.SM_S_Rock_05 +[2025.04.02-14.53.48:740][489]LogActorFactory: Actor Factory spawned StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_05.SM_S_Rock_05 as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_10 +[2025.04.02-14.53.48:741][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_06.SM_S_Rock_06 +[2025.04.02-14.53.48:741][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_06.SM_S_Rock_06 +[2025.04.02-14.53.48:741][489]LogActorFactory: Actor Factory spawned StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_06.SM_S_Rock_06 as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_11 +[2025.04.02-14.53.48:741][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_07.SM_S_Rock_07 +[2025.04.02-14.53.48:741][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_07.SM_S_Rock_07 +[2025.04.02-14.53.48:742][489]LogActorFactory: Actor Factory spawned StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_07.SM_S_Rock_07 as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_12 +[2025.04.02-14.53.48:742][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_08.SM_S_Rock_08 +[2025.04.02-14.53.48:742][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_08.SM_S_Rock_08 +[2025.04.02-14.53.48:743][489]LogActorFactory: Actor Factory spawned StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_08.SM_S_Rock_08 as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_13 +[2025.04.02-14.53.48:743][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_09.SM_S_Rock_09 +[2025.04.02-14.53.48:743][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_09.SM_S_Rock_09 +[2025.04.02-14.53.48:744][489]LogActorFactory: Actor Factory spawned StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_09.SM_S_Rock_09 as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_14 +[2025.04.02-14.53.48:744][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_10.SM_S_Rock_10 +[2025.04.02-14.53.48:744][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_10.SM_S_Rock_10 +[2025.04.02-14.53.48:744][489]LogActorFactory: Actor Factory spawned StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_10.SM_S_Rock_10 as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_15 +[2025.04.02-14.53.48:745][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_11.SM_S_Rock_11 +[2025.04.02-14.53.48:745][489]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_11.SM_S_Rock_11 +[2025.04.02-14.53.48:745][489]LogActorFactory: Actor Factory spawned StaticMesh /Game/Stylized_PBR_Nature/Rocks/Assets/SM_S_Rock_11.SM_S_Rock_11 as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_16 +[2025.04.02-14.53.48:854][489]LogUObjectHash: Compacting FUObjectHashTables data took 0.67ms +[2025.04.02-14.53.48:858][489]LogEditorActor: Deleted 0 Actors (0.009 secs) +[2025.04.02-14.53.48:863][489]LogUObjectHash: Compacting FUObjectHashTables data took 0.52ms +[2025.04.02-14.53.48:863][489]LogEditorActor: Deleted 0 Actors (0.005 secs) +[2025.04.02-14.53.48:868][489]LogUObjectHash: Compacting FUObjectHashTables data took 0.49ms +[2025.04.02-14.53.48:868][489]LogEditorActor: Deleted 0 Actors (0.005 secs) +[2025.04.02-14.53.48:872][489]LogUObjectHash: Compacting FUObjectHashTables data took 0.50ms +[2025.04.02-14.53.48:873][489]LogEditorActor: Deleted 0 Actors (0.005 secs) +[2025.04.02-14.53.48:877][489]LogUObjectHash: Compacting FUObjectHashTables data took 0.56ms +[2025.04.02-14.53.48:878][489]LogEditorActor: Deleted 0 Actors (0.005 secs) +[2025.04.02-14.53.48:882][489]LogUObjectHash: Compacting FUObjectHashTables data took 0.53ms +[2025.04.02-14.53.48:883][489]LogEditorActor: Deleted 0 Actors (0.005 secs) +[2025.04.02-14.53.48:888][489]LogUObjectHash: Compacting FUObjectHashTables data took 0.50ms +[2025.04.02-14.53.48:888][489]LogEditorActor: Deleted 0 Actors (0.005 secs) +[2025.04.02-14.53.48:893][489]LogUObjectHash: Compacting FUObjectHashTables data took 0.57ms +[2025.04.02-14.53.48:894][489]LogEditorActor: Deleted 0 Actors (0.005 secs) +[2025.04.02-14.53.48:898][489]LogUObjectHash: Compacting FUObjectHashTables data took 0.50ms +[2025.04.02-14.53.48:899][489]LogEditorActor: Deleted 0 Actors (0.005 secs) +[2025.04.02-14.53.48:903][489]LogUObjectHash: Compacting FUObjectHashTables data took 0.50ms +[2025.04.02-14.53.48:903][489]LogEditorActor: Deleted 0 Actors (0.005 secs) +[2025.04.02-14.53.48:907][489]LogUObjectHash: Compacting FUObjectHashTables data took 0.51ms +[2025.04.02-14.53.48:908][489]LogEditorActor: Deleted 0 Actors (0.005 secs) +[2025.04.02-14.53.48:913][489]LogUObjectHash: Compacting FUObjectHashTables data took 0.62ms +[2025.04.02-14.53.48:914][489]LogEditorActor: Deleted 0 Actors (0.006 secs) +[2025.04.02-14.53.48:919][489]LogUObjectHash: Compacting FUObjectHashTables data took 0.54ms +[2025.04.02-14.53.48:919][489]LogEditorActor: Deleted 0 Actors (0.005 secs) +[2025.04.02-14.53.48:923][489]LogUObjectHash: Compacting FUObjectHashTables data took 0.49ms +[2025.04.02-14.53.48:924][489]LogEditorActor: Deleted 0 Actors (0.005 secs) +[2025.04.02-14.53.48:929][489]LogUObjectHash: Compacting FUObjectHashTables data took 0.51ms +[2025.04.02-14.53.48:929][489]LogEditorActor: Deleted 0 Actors (0.006 secs) +[2025.04.02-14.53.48:934][489]LogUObjectHash: Compacting FUObjectHashTables data took 0.50ms +[2025.04.02-14.53.48:934][489]LogEditorActor: Deleted 0 Actors (0.005 secs) +[2025.04.02-14.54.29:384][696]Cmd: TRANSACTION UNDO +[2025.04.02-14.54.29:384][696]LogEditorTransaction: Undo Foliage Editing +[2025.04.02-14.54.51:469][162]Cmd: TRANSACTION UNDO +[2025.04.02-14.54.51:469][162]LogEditorTransaction: Undo Foliage Editing +[2025.04.02-14.54.55:721][418]LogShaderCompilers: Display: ================================================ +[2025.04.02-14.54.55:721][418]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.02-14.54.55:721][418]LogShaderCompilers: Display: Total job queries 1,108, among them cache hits 302 (27.26%), DDC hits 366 (33.03%), Duplicates 40 (3.61%) +[2025.04.02-14.54.55:721][418]LogShaderCompilers: Display: Tracking 766 distinct input hashes that result in 613 distinct outputs (80.03%) +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: RAM used: 20.52 MiB of 3.20 GiB budget. Usage: 0.63% +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Shaders Compiled: 396 +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Jobs assigned 396, completed 396 (100%) +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Average time worker was idle: 40.91 s +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Time job spent in pending queue: average 1.25 s, longest 7.82 s +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Job execution time: average 4.15 s, max 13.47 s +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Job life time (pending + execution): average 5.40 s, max 13.60 +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Shader code size: average 51.04 KiB, min 4.48 KiB, max 85.102 KiB +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 108.85 s +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.01% +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Jobs were issued in 328 batches (only local compilation was used), average 1.21 jobs/batch +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Average processing rate: 3.64 jobs/sec +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Total thread time: 445.153 s +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Total thread preprocess time: 15.333 s +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Percentage time preprocessing: 3.44% +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Effective parallelization: 4.09 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: FMicropolyRasterizeCS (compiled 10 times, average 3.43 sec, max 4.68 sec, min 2.45 sec) +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: TBasePassCSFCachedVolumeIndirectLightingPolicySkylight (compiled 3 times, average 2.55 sec, max 3.06 sec, min 1.75 sec) +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: TBasePassCSFCachedPointIndirectLightingPolicySkylight (compiled 3 times, average 2.52 sec, max 2.92 sec, min 1.73 sec) +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: TBasePassCSFCachedPointIndirectLightingPolicy (compiled 3 times, average 2.49 sec, max 2.90 sec, min 1.68 sec) +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight (compiled 3 times, average 2.40 sec, max 2.91 sec, min 1.42 sec) +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: FRenderVolumetricCloudRenderViewCS - 22.03% of total time (compiled 68 times, average 1.44 sec, max 2.08 sec, min 0.79 sec) +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: FMicropolyRasterizeCS - 7.70% of total time (compiled 10 times, average 3.43 sec, max 4.68 sec, min 2.45 sec) +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 7.10% of total time (compiled 36 times, average 0.88 sec, max 2.32 sec, min 0.37 sec) +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: TBasePassCSFNoLightMapPolicy - 5.67% of total time (compiled 11 times, average 2.30 sec, max 2.94 sec, min 1.62 sec) +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 4.24% of total time (compiled 13 times, average 1.45 sec, max 2.79 sec, min 0.51 sec) +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: === Material stats === +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Materials Translated: 244 +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Material Total Translate Time: 0.22 s +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Material Translation Only: 0.16 s (73%) +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Material DDC Serialization Only: 0.01 s (3%) +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: Material Cache Hits: 116 (48%) +[2025.04.02-14.54.55:722][418]LogShaderCompilers: Display: ================================================ +[2025.04.02-14.55.06:450][ 68]Cmd: TRANSACTION UNDO +[2025.04.02-14.55.06:450][ 68]LogEditorTransaction: Undo Foliage Editing +[2025.04.02-14.55.14:626][410]LogSlate: Window 'Save Asset As' being destroyed +[2025.04.02-14.55.14:656][410]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-14.55.14:685][410]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Bush_FoliageType] ([1] browsable assets)... +[2025.04.02-14.55.14:705][410]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Bush_FoliageType.SM_Bush_FoliageType] +[2025.04.02-14.55.14:705][410]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Bush_FoliageType] +[2025.04.02-14.55.14:706][410]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Bush_FoliageType +[2025.04.02-14.55.14:706][410]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Bush_FoliageType03B1EDB649766B91AF30C9B3160A0D12.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Bush_FoliageType.uasset' +[2025.04.02-14.55.14:714][410]LogFileHelpers: InternalPromptForCheckoutAndSave took 58.429 ms (total: 11.1 sec) +[2025.04.02-14.55.14:748][410]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-14.55.14:748][410]LogContentValidation: Enabled validators: +[2025.04.02-14.55.14:748][410]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-14.55.14:748][410]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-14.55.14:748][410]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-14.55.14:748][410]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Bush_FoliageType.SM_Bush_FoliageType +[2025.04.02-14.55.14:749][410]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Bush_FoliageType Validating asset +[2025.04.02-14.55.26:704][994]LogActorComponent: UnregisterComponent: (/Engine/Transient.SphereBrushComponent) Not registered. Aborting. +[2025.04.02-14.55.28:827][ 62]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-14.55.28:827][ 62]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-14.55.28:910][ 62]LogPlayLevel: PIE: StaticDuplicateObject took: (0.082948s) +[2025.04.02-14.55.28:910][ 62]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.082990s) +[2025.04.02-14.55.28:917][ 62]LogUObjectHash: Compacting FUObjectHashTables data took 0.54ms +[2025.04.02-14.55.28:919][ 62]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-14.55.28:920][ 62]LogPlayLevel: PIE: World Init took: (0.000900s) +[2025.04.02-14.55.28:931][ 62]LogAudio: Display: Creating Audio Device: Id: 6, Scope: Unique, Realtime: True +[2025.04.02-14.55.28:931][ 62]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-14.55.28:931][ 62]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-14.55.28:931][ 62]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-14.55.28:931][ 62]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-14.55.28:931][ 62]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-14.55.28:931][ 62]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-14.55.28:932][ 62]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-14.55.28:932][ 62]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-14.55.28:932][ 62]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-14.55.28:932][ 62]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-14.55.28:932][ 62]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-14.55.28:933][ 62]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-14.55.28:950][ 62]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-14.55.28:950][ 62]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-14.55.28:950][ 62]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-14.55.28:950][ 62]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-14.55.28:950][ 62]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6 +[2025.04.02-14.55.28:950][ 62]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=6 +[2025.04.02-14.55.28:952][ 62]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6 +[2025.04.02-14.55.28:952][ 62]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6 +[2025.04.02-14.55.28:952][ 62]LogInit: FAudioDevice initialized with ID 6. +[2025.04.02-14.55.28:952][ 62]LogAudio: Display: Audio Device (ID: 6) registered with world 'OpenWorld_01'. +[2025.04.02-14.55.28:952][ 62]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 6 +[2025.04.02-14.55.28:954][ 62]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-14.55.29:419][ 62]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-08.55.29 +[2025.04.02-14.55.29:419][ 62]LogWorld: Bringing up level for play took: 0.464967 +[2025.04.02-14.55.29:422][ 62]LogOnline: OSS: Created online subsystem instance for: :Context_11 +[2025.04.02-14.55.29:423][ 62]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-14.55.29:423][ 62]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-14.55.29:441][ 62]PIE: Server logged in +[2025.04.02-14.55.29:442][ 62]PIE: Play in editor total start time 0.617 seconds. +[2025.04.02-14.55.40:294][555]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.55.40:294][555]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-14.55.40:294][555]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.55.40:295][555]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.55.40:295][555]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-14.55.40:295][555]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-14.55.40:319][555]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-14.55.40:323][555]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.55.40:329][555]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-14.55.40:329][555]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 6 +[2025.04.02-14.55.40:330][555]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 +[2025.04.02-14.55.40:331][555]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 +[2025.04.02-14.55.40:334][555]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.55.40:337][555]LogUObjectHash: Compacting FUObjectHashTables data took 0.58ms +[2025.04.02-14.55.40:413][556]LogPlayLevel: Display: Destroying online subsystem :Context_11 +[2025.04.02-14.55.49:465][229]Cmd: TRANSACTION UNDO +[2025.04.02-14.55.49:465][229]LogEditorTransaction: Undo Clicking on Elements +[2025.04.02-15.01.19:986][921]LogActorComponent: UnregisterComponent: (/Engine/Transient.SphereBrushComponent) Not registered. Aborting. +[2025.04.02-15.01.22:568][ 16]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-15.01.22:568][ 16]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.01.23:078][ 16]LogPlayLevel: PIE: StaticDuplicateObject took: (0.509853s) +[2025.04.02-15.01.23:078][ 16]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.509891s) +[2025.04.02-15.01.23:090][ 16]LogUObjectHash: Compacting FUObjectHashTables data took 0.77ms +[2025.04.02-15.01.23:093][ 16]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.01.23:094][ 16]LogPlayLevel: PIE: World Init took: (0.001117s) +[2025.04.02-15.01.23:109][ 16]LogAudio: Display: Creating Audio Device: Id: 7, Scope: Unique, Realtime: True +[2025.04.02-15.01.23:109][ 16]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.01.23:109][ 16]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.01.23:109][ 16]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.01.23:109][ 16]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.01.23:109][ 16]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.01.23:109][ 16]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.01.23:109][ 16]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.01.23:109][ 16]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.01.23:109][ 16]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.01.23:109][ 16]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.01.23:109][ 16]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.01.23:111][ 16]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.01.23:130][ 16]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.01.23:130][ 16]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.01.23:130][ 16]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.01.23:130][ 16]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.01.23:131][ 16]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7 +[2025.04.02-15.01.23:131][ 16]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=7 +[2025.04.02-15.01.23:133][ 16]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7 +[2025.04.02-15.01.23:133][ 16]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7 +[2025.04.02-15.01.23:133][ 16]LogInit: FAudioDevice initialized with ID 7. +[2025.04.02-15.01.23:133][ 16]LogAudio: Display: Audio Device (ID: 7) registered with world 'OpenWorld_01'. +[2025.04.02-15.01.23:133][ 16]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 7 +[2025.04.02-15.01.23:136][ 16]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-15.01.23:804][ 16]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-09.01.23 +[2025.04.02-15.01.23:804][ 16]LogWorld: Bringing up level for play took: 0.668041 +[2025.04.02-15.01.23:806][ 16]LogOnline: OSS: Created online subsystem instance for: :Context_12 +[2025.04.02-15.01.23:807][ 16]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.01.23:807][ 16]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.01.23:824][ 16]PIE: Server logged in +[2025.04.02-15.01.23:825][ 16]PIE: Play in editor total start time 1.259 seconds. +[2025.04.02-15.01.38:908][653]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.01.38:908][653]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.01.38:908][653]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.01.38:910][653]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.01.38:910][653]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.01.38:910][653]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.01.38:915][653]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-15.01.38:918][653]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.01.38:923][653]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-15.01.38:923][653]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 7 +[2025.04.02-15.01.38:923][653]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 +[2025.04.02-15.01.38:924][653]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 +[2025.04.02-15.01.38:928][653]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.01.38:940][653]LogUObjectHash: Compacting FUObjectHashTables data took 0.70ms +[2025.04.02-15.01.39:044][654]LogPlayLevel: Display: Destroying online subsystem :Context_12 +[2025.04.02-15.03.43:455][706]Cmd: TRANSACTION UNDO +[2025.04.02-15.03.43:455][706]LogEditorTransaction: Undo Foliage Editing +[2025.04.02-15.03.56:901][407]LogSlate: Window 'Save Asset As' being destroyed +[2025.04.02-15.03.56:927][407]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.03.56:957][407]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType] ([1] browsable assets)... +[2025.04.02-15.03.56:969][407]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType.SM_Common_Tree_01_FoliageType] +[2025.04.02-15.03.56:969][407]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType] +[2025.04.02-15.03.56:970][407]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType +[2025.04.02-15.03.56:970][407]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_01_FoliageTypeF6BF044B4ECCDD216322BF929A72895C.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType.uasset' +[2025.04.02-15.03.56:976][407]LogFileHelpers: InternalPromptForCheckoutAndSave took 48.872 ms (total: 11.2 sec) +[2025.04.02-15.03.57:458][407]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.03.57:458][407]LogContentValidation: Enabled validators: +[2025.04.02-15.03.57:458][407]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.03.57:458][407]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.03.57:458][407]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.03.57:458][407]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType.SM_Common_Tree_01_FoliageType +[2025.04.02-15.03.57:458][407]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType Validating asset +[2025.04.02-15.03.57:493][407]LogAutomationController: Ignoring very large delta of 2.06 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.02-15.04.06:329][861]LogSlate: Window 'Save Asset As' being destroyed +[2025.04.02-15.04.06:354][861]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.04.06:383][861]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType] ([1] browsable assets)... +[2025.04.02-15.04.06:397][861]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType.SM_Common_Tree_02_FoliageType] +[2025.04.02-15.04.06:397][861]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType] +[2025.04.02-15.04.06:398][861]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType +[2025.04.02-15.04.06:398][861]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_02_FoliageType5B2B36A3437F15AF8A3E55A129ACC36A.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType.uasset' +[2025.04.02-15.04.06:405][861]LogFileHelpers: InternalPromptForCheckoutAndSave took 50.488 ms (total: 11.2 sec) +[2025.04.02-15.04.06:883][861]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.04.06:883][861]LogContentValidation: Enabled validators: +[2025.04.02-15.04.06:883][861]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.04.06:883][861]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.04.06:883][861]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.04.06:883][861]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType.SM_Common_Tree_02_FoliageType +[2025.04.02-15.04.06:883][861]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType Validating asset +[2025.04.02-15.04.06:923][861]LogAutomationController: Ignoring very large delta of 2.03 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.02-15.04.12:811][140]LogSlate: Window 'Save Asset As' being destroyed +[2025.04.02-15.04.12:836][140]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.04.12:864][140]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType] ([1] browsable assets)... +[2025.04.02-15.04.12:878][140]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType.SM_Common_Tree_03_FoliageType] +[2025.04.02-15.04.12:878][140]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType] +[2025.04.02-15.04.12:879][140]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType +[2025.04.02-15.04.12:879][140]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_03_FoliageTypeC7DE5C8C4652A4C2351DC8AAC6EA94B6.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType.uasset' +[2025.04.02-15.04.12:885][140]LogFileHelpers: InternalPromptForCheckoutAndSave took 49.360 ms (total: 11.3 sec) +[2025.04.02-15.04.13:363][140]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.04.13:363][140]LogContentValidation: Enabled validators: +[2025.04.02-15.04.13:363][140]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.04.13:364][140]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.04.13:364][140]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.04.13:364][140]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType.SM_Common_Tree_03_FoliageType +[2025.04.02-15.04.13:364][140]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType Validating asset +[2025.04.02-15.04.20:315][486]LogSlate: Window 'Save Asset As' being destroyed +[2025.04.02-15.04.20:340][486]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.04.20:367][486]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType] ([1] browsable assets)... +[2025.04.02-15.04.20:380][486]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType.SM_Common_Tree_04_FoliageType] +[2025.04.02-15.04.20:380][486]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType] +[2025.04.02-15.04.20:381][486]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType +[2025.04.02-15.04.20:381][486]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_04_FoliageTypeD06A40334E2B6CA1B837729E7B361318.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType.uasset' +[2025.04.02-15.04.20:387][486]LogFileHelpers: InternalPromptForCheckoutAndSave took 46.956 ms (total: 11.3 sec) +[2025.04.02-15.04.20:866][486]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.04.20:866][486]LogContentValidation: Enabled validators: +[2025.04.02-15.04.20:866][486]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.04.20:866][486]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.04.20:866][486]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.04.20:866][486]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType.SM_Common_Tree_04_FoliageType +[2025.04.02-15.04.20:866][486]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType Validating asset +[2025.04.02-15.04.26:164][737]LogSlate: Window 'Save Asset As' being destroyed +[2025.04.02-15.04.26:190][737]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.04.26:221][737]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType] ([1] browsable assets)... +[2025.04.02-15.04.26:235][737]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType.SM_Common_Tree_05_FoliageType] +[2025.04.02-15.04.26:235][737]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType] +[2025.04.02-15.04.26:236][737]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType +[2025.04.02-15.04.26:236][737]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_05_FoliageType823FF40B4A44A95A95EAFDBFA7B3A1CE.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType.uasset' +[2025.04.02-15.04.26:243][737]LogFileHelpers: InternalPromptForCheckoutAndSave took 52.729 ms (total: 11.4 sec) +[2025.04.02-15.04.26:734][737]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.04.26:734][737]LogContentValidation: Enabled validators: +[2025.04.02-15.04.26:734][737]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.04.26:734][737]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.04.26:734][737]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.04.26:734][737]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType.SM_Common_Tree_05_FoliageType +[2025.04.02-15.04.26:734][737]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType Validating asset +[2025.04.02-15.04.32:332][995]LogSlate: Window 'Save Asset As' being destroyed +[2025.04.02-15.04.32:358][995]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.04.32:390][995]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType] ([1] browsable assets)... +[2025.04.02-15.04.32:403][995]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType.SM_Common_Tree_06_FoliageType] +[2025.04.02-15.04.32:404][995]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType] +[2025.04.02-15.04.32:405][995]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType +[2025.04.02-15.04.32:405][995]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_06_FoliageTypeB86FEB8740F9B588B84DF18F7C62C8C0.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType.uasset' +[2025.04.02-15.04.32:411][995]LogFileHelpers: InternalPromptForCheckoutAndSave took 53.234 ms (total: 11.4 sec) +[2025.04.02-15.04.32:889][995]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.04.32:890][995]LogContentValidation: Enabled validators: +[2025.04.02-15.04.32:890][995]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.04.32:890][995]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.04.32:890][995]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.04.32:890][995]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType.SM_Common_Tree_06_FoliageType +[2025.04.02-15.04.32:890][995]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType Validating asset +[2025.04.02-15.04.41:480][445]LogSlate: Window 'Save Asset As' being destroyed +[2025.04.02-15.04.41:507][445]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.04.41:538][445]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType] ([1] browsable assets)... +[2025.04.02-15.04.41:552][445]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType.SM_Common_Tree_07_FoliageType] +[2025.04.02-15.04.41:552][445]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType] +[2025.04.02-15.04.41:553][445]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType +[2025.04.02-15.04.41:553][445]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_07_FoliageTypeB1A1BB09498BCDD9EAFEDBA403E82ECA.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType.uasset' +[2025.04.02-15.04.41:559][445]LogFileHelpers: InternalPromptForCheckoutAndSave took 51.272 ms (total: 11.5 sec) +[2025.04.02-15.04.42:036][445]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.04.42:036][445]LogContentValidation: Enabled validators: +[2025.04.02-15.04.42:036][445]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.04.42:036][445]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.04.42:036][445]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.04.42:036][445]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType.SM_Common_Tree_07_FoliageType +[2025.04.02-15.04.42:036][445]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType Validating asset +[2025.04.02-15.04.49:824][843]LogSlate: Window 'Save Asset As' being destroyed +[2025.04.02-15.04.49:849][843]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.04.49:878][843]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType] ([1] browsable assets)... +[2025.04.02-15.04.49:889][843]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType.SM_Common_Tree_08_FoliageType] +[2025.04.02-15.04.49:889][843]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType] +[2025.04.02-15.04.49:890][843]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType +[2025.04.02-15.04.49:890][843]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_08_FoliageType6BDE78724EF3F418FABF57AD0D05DEBA.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType.uasset' +[2025.04.02-15.04.49:897][843]LogFileHelpers: InternalPromptForCheckoutAndSave took 48.921 ms (total: 11.5 sec) +[2025.04.02-15.04.50:372][843]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.04.50:372][843]LogContentValidation: Enabled validators: +[2025.04.02-15.04.50:372][843]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.04.50:372][843]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.04.50:372][843]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.04.50:372][843]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType.SM_Common_Tree_08_FoliageType +[2025.04.02-15.04.50:372][843]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType Validating asset +[2025.04.02-15.04.57:892][219]LogSlate: Window 'Save Asset As' being destroyed +[2025.04.02-15.04.57:920][219]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.04.57:950][219]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType] ([1] browsable assets)... +[2025.04.02-15.04.57:964][219]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType.SM_Common_Tree_09_FoliageType] +[2025.04.02-15.04.57:964][219]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType] +[2025.04.02-15.04.57:965][219]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType +[2025.04.02-15.04.57:965][219]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_09_FoliageTypeE0D9A7724CFD5ABA0BD5DF9607E2A09A.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType.uasset' +[2025.04.02-15.04.57:970][219]LogFileHelpers: InternalPromptForCheckoutAndSave took 50.978 ms (total: 11.6 sec) +[2025.04.02-15.04.58:450][219]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.04.58:450][219]LogContentValidation: Enabled validators: +[2025.04.02-15.04.58:450][219]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.04.58:450][219]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.04.58:450][219]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.04.58:450][219]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType.SM_Common_Tree_09_FoliageType +[2025.04.02-15.04.58:450][219]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType Validating asset +[2025.04.02-15.05.05:462][566]LogSlate: Window 'Save Asset As' being destroyed +[2025.04.02-15.05.05:488][566]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.05.05:515][566]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType] ([1] browsable assets)... +[2025.04.02-15.05.05:528][566]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType.SM_Common_Tree_10_FoliageType] +[2025.04.02-15.05.05:528][566]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType] +[2025.04.02-15.05.05:529][566]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType +[2025.04.02-15.05.05:529][566]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_10_FoliageType7DB0E53D48CDC658190B8DA704C674D9.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType.uasset' +[2025.04.02-15.05.05:536][566]LogFileHelpers: InternalPromptForCheckoutAndSave took 47.485 ms (total: 11.6 sec) +[2025.04.02-15.05.06:027][566]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.05.06:027][566]LogContentValidation: Enabled validators: +[2025.04.02-15.05.06:027][566]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.05.06:027][566]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.05.06:027][566]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.05.06:027][566]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType.SM_Common_Tree_10_FoliageType +[2025.04.02-15.05.06:027][566]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType Validating asset +[2025.04.02-15.05.11:848][864]LogSlate: Window 'Save Asset As' being destroyed +[2025.04.02-15.05.11:874][864]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.05.11:905][864]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType] ([1] browsable assets)... +[2025.04.02-15.05.11:918][864]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType.SM_Common_Tree_11_FoliageType] +[2025.04.02-15.05.11:918][864]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType] +[2025.04.02-15.05.11:919][864]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType +[2025.04.02-15.05.11:919][864]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_11_FoliageType6AC299F14869E20A216D548FE55C9222.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType.uasset' +[2025.04.02-15.05.11:926][864]LogFileHelpers: InternalPromptForCheckoutAndSave took 52.296 ms (total: 11.7 sec) +[2025.04.02-15.05.12:404][864]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.05.12:404][864]LogContentValidation: Enabled validators: +[2025.04.02-15.05.12:404][864]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.05.12:404][864]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.05.12:404][864]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.05.12:404][864]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType.SM_Common_Tree_11_FoliageType +[2025.04.02-15.05.12:404][864]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType Validating asset +[2025.04.02-15.05.21:535][290]Cmd: TRANSACTION UNDO +[2025.04.02-15.05.21:535][290]LogEditorTransaction: Undo Foliage Editing +[2025.04.02-15.06.39:733][169]Cmd: TRANSACTION UNDO +[2025.04.02-15.06.39:733][169]LogEditorTransaction: Undo Foliage Editing +[2025.04.02-15.07.52:184][149]LogAutomationController: Ignoring very large delta of 3.05 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.02-15.08.03:681][289]Cmd: TRANSACTION UNDO +[2025.04.02-15.08.03:681][289]LogEditorTransaction: Undo Foliage Editing +[2025.04.02-15.08.15:696][772]Cmd: TRANSACTION UNDO +[2025.04.02-15.08.15:696][772]LogEditorTransaction: Undo Foliage Editing +[2025.04.02-15.09.07:696][110]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-15.09.07:696][110]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.09.07:932][110]LogPlayLevel: PIE: StaticDuplicateObject took: (0.235917s) +[2025.04.02-15.09.07:932][110]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.235952s) +[2025.04.02-15.09.07:940][110]LogUObjectHash: Compacting FUObjectHashTables data took 0.63ms +[2025.04.02-15.09.07:944][110]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.09.07:945][110]LogPlayLevel: PIE: World Init took: (0.000913s) +[2025.04.02-15.09.07:955][110]LogAudio: Display: Creating Audio Device: Id: 8, Scope: Unique, Realtime: True +[2025.04.02-15.09.07:956][110]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.09.07:956][110]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.09.07:956][110]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.09.07:956][110]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.09.07:956][110]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.09.07:956][110]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.09.07:956][110]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.09.07:956][110]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.09.07:956][110]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.09.07:956][110]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.09.07:956][110]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.09.07:957][110]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.09.07:975][110]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.09.07:975][110]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.09.07:975][110]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.09.07:975][110]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.09.07:976][110]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=8 +[2025.04.02-15.09.07:976][110]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=8 +[2025.04.02-15.09.07:977][110]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=8 +[2025.04.02-15.09.07:977][110]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=8 +[2025.04.02-15.09.07:977][110]LogInit: FAudioDevice initialized with ID 8. +[2025.04.02-15.09.07:977][110]LogAudio: Display: Audio Device (ID: 8) registered with world 'OpenWorld_01'. +[2025.04.02-15.09.07:977][110]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 8 +[2025.04.02-15.09.07:980][110]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-15.09.08:502][110]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-09.09.08 +[2025.04.02-15.09.08:503][110]LogWorld: Bringing up level for play took: 0.522823 +[2025.04.02-15.09.08:504][110]LogOnline: OSS: Created online subsystem instance for: :Context_13 +[2025.04.02-15.09.08:506][110]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.09.08:506][110]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.09.08:522][110]PIE: Server logged in +[2025.04.02-15.09.08:523][110]PIE: Play in editor total start time 0.832 seconds. +[2025.04.02-15.09.26:883][830]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.09.26:883][830]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.09.26:883][830]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.09.26:885][830]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.09.26:885][830]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.09.26:885][830]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.09.26:887][830]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-15.09.26:891][830]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.09.26:896][830]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-15.09.26:897][830]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 8 +[2025.04.02-15.09.26:897][830]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 +[2025.04.02-15.09.26:898][830]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 +[2025.04.02-15.09.26:902][830]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.09.26:908][830]LogUObjectHash: Compacting FUObjectHashTables data took 0.57ms +[2025.04.02-15.09.26:982][831]LogPlayLevel: Display: Destroying online subsystem :Context_13 +[2025.04.02-15.10.37:339][683]LogActorComponent: UnregisterComponent: (/Engine/Transient.SphereBrushComponent) Not registered. Aborting. +[2025.04.02-15.10.39:346][757]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-15.10.39:346][757]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.10.39:579][757]LogPlayLevel: PIE: StaticDuplicateObject took: (0.233322s) +[2025.04.02-15.10.39:579][757]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.233372s) +[2025.04.02-15.10.39:585][757]LogUObjectHash: Compacting FUObjectHashTables data took 0.63ms +[2025.04.02-15.10.39:588][757]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.10.39:589][757]LogPlayLevel: PIE: World Init took: (0.000867s) +[2025.04.02-15.10.39:600][757]LogAudio: Display: Creating Audio Device: Id: 9, Scope: Unique, Realtime: True +[2025.04.02-15.10.39:600][757]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.10.39:600][757]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.10.39:600][757]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.10.39:600][757]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.10.39:600][757]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.10.39:600][757]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.10.39:600][757]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.10.39:600][757]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.10.39:600][757]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.10.39:600][757]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.10.39:600][757]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.10.39:601][757]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.10.39:620][757]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.10.39:620][757]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.10.39:620][757]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.10.39:620][757]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.10.39:620][757]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=9 +[2025.04.02-15.10.39:620][757]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=9 +[2025.04.02-15.10.39:622][757]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=9 +[2025.04.02-15.10.39:622][757]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=9 +[2025.04.02-15.10.39:622][757]LogInit: FAudioDevice initialized with ID 9. +[2025.04.02-15.10.39:622][757]LogAudio: Display: Audio Device (ID: 9) registered with world 'OpenWorld_01'. +[2025.04.02-15.10.39:622][757]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 9 +[2025.04.02-15.10.39:624][757]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-15.10.40:155][757]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-09.10.40 +[2025.04.02-15.10.40:155][757]LogWorld: Bringing up level for play took: 0.530260 +[2025.04.02-15.10.40:157][757]LogOnline: OSS: Created online subsystem instance for: :Context_14 +[2025.04.02-15.10.40:157][757]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.10.40:158][757]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.10.40:171][757]PIE: Server logged in +[2025.04.02-15.10.40:172][757]PIE: Play in editor total start time 0.831 seconds. +[2025.04.02-15.11.13:103][275]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.11.13:103][275]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.11.13:104][275]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.11.13:105][275]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.11.13:105][275]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.11.13:105][275]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.11.13:199][275]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-15.11.13:203][275]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.11.13:208][275]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-15.11.13:208][275]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 9 +[2025.04.02-15.11.13:208][275]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 +[2025.04.02-15.11.13:210][275]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 +[2025.04.02-15.11.13:214][275]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.11.13:220][275]LogUObjectHash: Compacting FUObjectHashTables data took 0.89ms +[2025.04.02-15.11.13:363][276]LogPlayLevel: Display: Destroying online subsystem :Context_14 +[2025.04.02-15.11.22:308][422]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.11.22:308][422]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_6:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.11.22:945][433]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter +[2025.04.02-15.11.24:366][433]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.11.24:366][433]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.11.24:925][433]LogAutomationController: Ignoring very large delta of 2.04 seconds in calls to FAutomationControllerManager::Tick() and not penalizing unresponsive tests +[2025.04.02-15.13.22:842][925]LogUObjectHash: Compacting FUObjectHashTables data took 1.18ms +[2025.04.02-15.13.23:868][925]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto1 +[2025.04.02-15.13.23:868][925]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/OpenWorld_01_Auto13A13E39F459C0B57F7BF27ACF203A9B3.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto1.umap' +[2025.04.02-15.13.23:873][925]LogAssetRegistry: Warning: ScanPathsSynchronous: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto1.umap is in the /Temp path, will not scan. +[2025.04.02-15.13.23:873][925]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/MAIN_CONTENT/Levels/OpenWorld_01' took 1.048 +[2025.04.02-15.13.23:873][925]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 1.048 +[2025.04.02-15.13.23:874][925]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType] ([1] browsable assets)... +[2025.04.02-15.13.23:948][925]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType.SM_Common_Tree_01_FoliageType] +[2025.04.02-15.13.23:948][925]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType] +[2025.04.02-15.13.23:949][925]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType_Auto1 +[2025.04.02-15.13.23:949][925]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_01_FoliageType_AuE150D28A47DC98C9A5FF84B00852912C.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType_Auto1.uasset' +[2025.04.02-15.13.23:950][925]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType] ([1] browsable assets)... +[2025.04.02-15.13.23:959][925]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType.SM_Common_Tree_02_FoliageType] +[2025.04.02-15.13.23:959][925]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType] +[2025.04.02-15.13.23:961][925]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType_Auto1 +[2025.04.02-15.13.23:961][925]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_02_FoliageType_Au5DC5EB2D49F56A5189E0BE93E700D5F5.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType_Auto1.uasset' +[2025.04.02-15.13.23:961][925]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType] ([1] browsable assets)... +[2025.04.02-15.13.23:969][925]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType.SM_Common_Tree_03_FoliageType] +[2025.04.02-15.13.23:969][925]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType] +[2025.04.02-15.13.23:970][925]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType_Auto1 +[2025.04.02-15.13.23:970][925]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_03_FoliageType_AuFCF4419946A7D2DFF74A69B39126FEDB.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType_Auto1.uasset' +[2025.04.02-15.13.23:970][925]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType] ([1] browsable assets)... +[2025.04.02-15.13.23:979][925]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType.SM_Common_Tree_04_FoliageType] +[2025.04.02-15.13.23:979][925]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType] +[2025.04.02-15.13.23:980][925]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType_Auto1 +[2025.04.02-15.13.23:980][925]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_04_FoliageType_Au2EDEC16F45B59AA368106080B40D23C0.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType_Auto1.uasset' +[2025.04.02-15.13.23:981][925]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType] ([1] browsable assets)... +[2025.04.02-15.13.23:987][925]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType.SM_Common_Tree_05_FoliageType] +[2025.04.02-15.13.23:987][925]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType] +[2025.04.02-15.13.23:988][925]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType_Auto1 +[2025.04.02-15.13.23:988][925]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_05_FoliageType_Au8D8512C445D9E2896CA553963D788FD9.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType_Auto1.uasset' +[2025.04.02-15.13.23:989][925]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType] ([1] browsable assets)... +[2025.04.02-15.13.23:999][925]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType.SM_Common_Tree_06_FoliageType] +[2025.04.02-15.13.23:999][925]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType] +[2025.04.02-15.13.24:000][925]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType_Auto1 +[2025.04.02-15.13.24:000][925]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_06_FoliageType_AuD3B0850E487693286624B297F1B289AC.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType_Auto1.uasset' +[2025.04.02-15.13.24:001][925]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType] ([1] browsable assets)... +[2025.04.02-15.13.24:010][925]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType.SM_Common_Tree_07_FoliageType] +[2025.04.02-15.13.24:010][925]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType] +[2025.04.02-15.13.24:011][925]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType_Auto1 +[2025.04.02-15.13.24:011][925]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_07_FoliageType_Au7BD1AD014C0781818CDF8CA55BCA8A89.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType_Auto1.uasset' +[2025.04.02-15.13.24:011][925]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType] ([1] browsable assets)... +[2025.04.02-15.13.24:020][925]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType.SM_Common_Tree_08_FoliageType] +[2025.04.02-15.13.24:020][925]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType] +[2025.04.02-15.13.24:021][925]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType_Auto1 +[2025.04.02-15.13.24:021][925]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_08_FoliageType_Au520D228F42E3FDB666E565B1F2EDDB30.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType_Auto1.uasset' +[2025.04.02-15.13.24:021][925]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType] ([1] browsable assets)... +[2025.04.02-15.13.24:029][925]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType.SM_Common_Tree_09_FoliageType] +[2025.04.02-15.13.24:030][925]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType] +[2025.04.02-15.13.24:031][925]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType_Auto1 +[2025.04.02-15.13.24:031][925]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_09_FoliageType_AuA411406940543463045E62BF4D9C7AE7.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType_Auto1.uasset' +[2025.04.02-15.13.24:031][925]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType] ([1] browsable assets)... +[2025.04.02-15.13.24:040][925]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType.SM_Common_Tree_10_FoliageType] +[2025.04.02-15.13.24:040][925]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType] +[2025.04.02-15.13.24:042][925]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType_Auto1 +[2025.04.02-15.13.24:042][925]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_10_FoliageType_Au4F0E562144A41635F33ED1B370378C80.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType_Auto1.uasset' +[2025.04.02-15.13.24:042][925]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType] ([1] browsable assets)... +[2025.04.02-15.13.24:050][925]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType.SM_Common_Tree_11_FoliageType] +[2025.04.02-15.13.24:050][925]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType] +[2025.04.02-15.13.24:051][925]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType_Auto1 +[2025.04.02-15.13.24:051][925]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_11_FoliageType_Au06C454AB4E9CA22C3152EEBDB726BA48.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType_Auto1.uasset' +[2025.04.02-15.13.24:052][925]LogFileHelpers: Auto-saving content packages took 0.179 +[2025.04.02-15.13.24:157][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.24:157][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.43:162][112]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.43:162][112]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_6:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.43:165][112]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.43:165][112]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_6:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.43:167][112]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.43:167][112]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.43:171][112]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.43:171][112]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.43:183][112]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.43:184][112]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.45:000][311]LogUObjectHash: Compacting FUObjectHashTables data took 1.22ms +[2025.04.02-15.13.45:009][311]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.45:009][311]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_6:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.45:013][311]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.45:013][311]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_6:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.45:014][311]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.45:014][311]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.45:017][311]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.45:017][311]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.45:018][311]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.45:018][311]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_6:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.45:094][311]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.45:094][311]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.45:097][311]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.45:097][311]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.45:099][311]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.45:099][311]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_6:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.45:102][311]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.45:102][311]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_6:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.45:210][311]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.45:210][311]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.45:948][389]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.13.45:980][389]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... +[2025.04.02-15.13.45:986][389]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.45:986][389]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_9:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.46:001][389]OBJ SavePackage: Rendered thumbnail for [BlueprintGeneratedClass /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter_C] +[2025.04.02-15.13.46:006][389]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] +[2025.04.02-15.13.46:006][389]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] +[2025.04.02-15.13.46:076][389]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter +[2025.04.02-15.13.46:077][389]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterC37040D24C72C956D60E2B82DB561698.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' +[2025.04.02-15.13.46:084][389]LogFileHelpers: InternalPromptForCheckoutAndSave took 136.741 ms (total: 11.8 sec) +[2025.04.02-15.13.46:112][389]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.13.46:112][389]LogContentValidation: Enabled validators: +[2025.04.02-15.13.46:112][389]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.13.46:112][389]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.13.46:112][389]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.13.46:112][389]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter +[2025.04.02-15.13.46:112][389]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset +[2025.04.02-15.13.50:202][871]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.50:202][871]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.50:207][871]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.50:207][871]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.50:208][871]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.50:208][871]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_6:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.50:211][871]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.50:211][871]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_6:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.50:212][871]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.50:212][871]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_9:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.50:216][871]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.50:216][871]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_9:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.50:229][871]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.50:229][871]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.51:349][986]LogUObjectHash: Compacting FUObjectHashTables data took 1.31ms +[2025.04.02-15.13.51:362][986]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.51:362][986]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.51:366][986]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.51:366][986]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.51:367][986]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.51:367][986]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_6:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.51:370][986]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.51:370][986]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_6:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.51:371][986]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.51:371][986]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_9:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.51:375][986]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.51:375][986]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_9:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.51:376][986]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.51:376][986]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_6:PersistentLevel.BP_ThirdPersonCharacter_C_2.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.51:389][986]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.51:389][986]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.51:393][986]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.51:393][986]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.51:395][986]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.51:395][986]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_9:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.51:398][986]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.51:398][986]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_9:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.51:399][986]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.51:399][986]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_6:PersistentLevel.BP_ThirdPersonCharacter_C_2.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.51:402][986]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.51:402][986]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_6:PersistentLevel.BP_ThirdPersonCharacter_C_2.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.51:506][986]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.51:506][986]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_7:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 +[2025.04.02-15.13.52:252][ 65]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.13.52:280][ 65]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... +[2025.04.02-15.13.52:288][ 65]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] +[2025.04.02-15.13.52:288][ 65]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] +[2025.04.02-15.13.52:354][ 65]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter +[2025.04.02-15.13.52:354][ 65]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter6E8AF656470E16BEC06241A27FF9E641.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' +[2025.04.02-15.13.52:362][ 65]LogFileHelpers: InternalPromptForCheckoutAndSave took 109.757 ms (total: 11.9 sec) +[2025.04.02-15.13.52:392][ 65]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.13.52:392][ 65]LogContentValidation: Enabled validators: +[2025.04.02-15.13.52:392][ 65]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.13.52:392][ 65]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.13.52:392][ 65]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.13.52:392][ 65]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter +[2025.04.02-15.13.52:392][ 65]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset +[2025.04.02-15.13.54:539][143]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-15.13.54:539][143]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.13.54:771][143]LogPlayLevel: PIE: StaticDuplicateObject took: (0.232654s) +[2025.04.02-15.13.54:772][143]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.232707s) +[2025.04.02-15.13.54:794][143]LogUObjectHash: Compacting FUObjectHashTables data took 1.45ms +[2025.04.02-15.13.54:799][143]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.13.54:800][143]LogPlayLevel: PIE: World Init took: (0.001024s) +[2025.04.02-15.13.54:812][143]LogAudio: Display: Creating Audio Device: Id: 10, Scope: Unique, Realtime: True +[2025.04.02-15.13.54:812][143]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.13.54:812][143]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.13.54:812][143]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.13.54:812][143]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.13.54:812][143]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.13.54:812][143]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.13.54:812][143]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.13.54:812][143]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.13.54:812][143]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.13.54:812][143]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.13.54:812][143]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.13.54:813][143]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.13.54:830][143]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.13.54:830][143]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.13.54:830][143]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.13.54:830][143]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.13.54:830][143]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=10 +[2025.04.02-15.13.54:830][143]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=10 +[2025.04.02-15.13.54:832][143]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=10 +[2025.04.02-15.13.54:832][143]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=10 +[2025.04.02-15.13.54:832][143]LogInit: FAudioDevice initialized with ID 10. +[2025.04.02-15.13.54:832][143]LogAudio: Display: Audio Device (ID: 10) registered with world 'OpenWorld_01'. +[2025.04.02-15.13.54:832][143]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 10 +[2025.04.02-15.13.54:835][143]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-15.13.55:365][143]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-09.13.55 +[2025.04.02-15.13.55:366][143]LogWorld: Bringing up level for play took: 0.530334 +[2025.04.02-15.13.55:367][143]LogOnline: OSS: Created online subsystem instance for: :Context_19 +[2025.04.02-15.13.55:368][143]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.13.55:368][143]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.13.55:386][143]PIE: Server logged in +[2025.04.02-15.13.55:386][143]PIE: Play in editor total start time 0.849 seconds. +[2025.04.02-15.14.13:142][420]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.14.13:142][420]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.14.13:142][420]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.14.13:144][420]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.14.13:144][420]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.14.13:144][420]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.14.13:259][420]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-15.14.13:265][420]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.14.13:281][420]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-15.14.13:282][420]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 10 +[2025.04.02-15.14.13:282][420]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10 +[2025.04.02-15.14.13:283][420]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10 +[2025.04.02-15.14.13:287][420]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.14.13:293][420]LogUObjectHash: Compacting FUObjectHashTables data took 1.40ms +[2025.04.02-15.14.13:440][421]LogPlayLevel: Display: Destroying online subsystem :Context_19 +[2025.04.02-15.15.04:932][714]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.15.05:038][714]LogUObjectHash: Compacting FUObjectHashTables data took 1.15ms +[2025.04.02-15.15.06:160][714]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Levels/OpenWorld_01 +[2025.04.02-15.15.06:161][714]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/OpenWorld_016B2DAE21481C42863EBB47B401E77ACC.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap' +[2025.04.02-15.15.06:172][714]LogFileHelpers: Saving map 'OpenWorld_01' took 1.177 +[2025.04.02-15.15.06:182][714]LogFileHelpers: InternalPromptForCheckoutAndSave took 1.24 sec (total: 13.2 sec) +[2025.04.02-15.15.06:211][714]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.15.06:211][714]LogContentValidation: Enabled validators: +[2025.04.02-15.15.06:211][714]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.15.06:211][714]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.15.06:211][714]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.15.06:211][714]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 +[2025.04.02-15.15.06:211][714]AssetCheck: /Game/MAIN_CONTENT/Levels/OpenWorld_01 Validating asset +[2025.04.02-15.15.12:282][980]Cmd: TRANSACTION UNDO +[2025.04.02-15.15.12:282][980]LogEditorTransaction: Undo Foliage Editing +[2025.04.02-15.15.25:261][486]Cmd: TRANSACTION UNDO +[2025.04.02-15.15.25:261][486]LogEditorTransaction: Undo Foliage Editing +[2025.04.02-15.15.26:800][513]Cmd: TRANSACTION UNDO +[2025.04.02-15.15.26:800][513]LogEditorTransaction: Undo Edit Max +[2025.04.02-15.18.15:079][134]Cmd: TRANSACTION UNDO +[2025.04.02-15.18.15:080][134]LogEditorTransaction: Undo Foliage Editing +[2025.04.02-15.19.50:412][711]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-15.19.50:412][711]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.19.50:646][711]LogPlayLevel: PIE: StaticDuplicateObject took: (0.234291s) +[2025.04.02-15.19.50:646][711]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.234322s) +[2025.04.02-15.19.50:669][711]LogUObjectHash: Compacting FUObjectHashTables data took 1.45ms +[2025.04.02-15.19.50:676][711]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.19.50:677][711]LogPlayLevel: PIE: World Init took: (0.001177s) +[2025.04.02-15.19.50:691][711]LogAudio: Display: Creating Audio Device: Id: 11, Scope: Unique, Realtime: True +[2025.04.02-15.19.50:691][711]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.19.50:691][711]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.19.50:691][711]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.19.50:691][711]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.19.50:691][711]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.19.50:691][711]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.19.50:691][711]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.19.50:691][711]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.19.50:691][711]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.19.50:691][711]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.19.50:691][711]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.19.50:692][711]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.19.50:709][711]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.19.50:709][711]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.19.50:709][711]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.19.50:709][711]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.19.50:710][711]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=11 +[2025.04.02-15.19.50:710][711]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=11 +[2025.04.02-15.19.50:711][711]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=11 +[2025.04.02-15.19.50:711][711]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=11 +[2025.04.02-15.19.50:711][711]LogInit: FAudioDevice initialized with ID 11. +[2025.04.02-15.19.50:711][711]LogAudio: Display: Audio Device (ID: 11) registered with world 'OpenWorld_01'. +[2025.04.02-15.19.50:711][711]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 11 +[2025.04.02-15.19.50:714][711]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-15.19.51:283][711]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-09.19.51 +[2025.04.02-15.19.51:283][711]LogWorld: Bringing up level for play took: 0.568921 +[2025.04.02-15.19.51:285][711]LogOnline: OSS: Created online subsystem instance for: :Context_20 +[2025.04.02-15.19.51:286][711]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.19.51:286][711]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.19.51:304][711]PIE: Server logged in +[2025.04.02-15.19.51:304][711]PIE: Play in editor total start time 0.895 seconds. +[2025.04.02-15.20.07:824][942]LogCharacterMovement: BP_ThirdPersonCharacter_C_0 is stuck and failed to move! Velocity: X=-32.29 Y=-265.77 Z=0.00 Location: X=-26751.65 Y=41271.49 Z=388.10 Normal: X=-0.05 Y=0.00 Z=1.00 PenetrationDepth:1.931 Actor:Landscape_0 Component:LandscapeHeightfieldCollisionComponent_88 BoneName:None (0 other events since notify) +[2025.04.02-15.20.20:560][ 83]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.20.20:560][ 83]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.20.20:561][ 83]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.20.20:566][ 83]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.20.20:566][ 83]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.20.20:566][ 83]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.20.20:709][ 83]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-15.20.20:714][ 83]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.20.20:731][ 83]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-15.20.20:732][ 83]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 11 +[2025.04.02-15.20.20:732][ 83]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11 +[2025.04.02-15.20.20:733][ 83]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11 +[2025.04.02-15.20.20:737][ 83]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.20.20:764][ 83]LogUObjectHash: Compacting FUObjectHashTables data took 1.65ms +[2025.04.02-15.20.20:909][ 84]LogPlayLevel: Display: Destroying online subsystem :Context_20 +[2025.04.02-15.20.32:379][215]LogAssetEditorSubsystem: Opening Asset editor for MaterialInstanceConstant /Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample.MTL_MWAM_Landscape_MountainRangeExample +[2025.04.02-15.20.42:459][334]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.20.42:566][334]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample] ([1] browsable assets)... +[2025.04.02-15.20.42:606][334]OBJ SavePackage: Rendered thumbnail for [MaterialInstanceConstant /Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample.MTL_MWAM_Landscape_MountainRangeExample] +[2025.04.02-15.20.42:606][334]OBJ SavePackage: Finished generating thumbnails for package [/Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample] +[2025.04.02-15.20.42:626][334]LogUObjectHash: Compacting FUObjectHashTables data took 1.24ms +[2025.04.02-15.20.42:646][334]LogUObjectHash: Compacting FUObjectHashTables data took 0.55ms +[2025.04.02-15.20.42:650][334]LogSavePackage: Moving output files for package: /Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample +[2025.04.02-15.20.42:650][334]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/MTL_MWAM_Landscape_MountainRange93E6DBEE4C84D241B0470787F96B42B8.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample.uasset' +[2025.04.02-15.20.42:657][334]LogFileHelpers: InternalPromptForCheckoutAndSave took 197.177 ms (total: 13.4 sec) +[2025.04.02-15.20.42:689][334]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.20.42:689][334]LogContentValidation: Enabled validators: +[2025.04.02-15.20.42:689][334]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.20.42:689][334]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.20.42:689][334]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.20.42:689][334]LogContentValidation: Display: Validating asset /Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample.MTL_MWAM_Landscape_MountainRangeExample +[2025.04.02-15.20.42:689][334]AssetCheck: /Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample Validating asset +[2025.04.02-15.21.01:695][571]LogSlate: Window 'Color Picker' being destroyed +[2025.04.02-15.21.03:395][590]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.21.03:507][590]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample] ([1] browsable assets)... +[2025.04.02-15.21.03:549][590]OBJ SavePackage: Rendered thumbnail for [MaterialInstanceConstant /Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample.MTL_MWAM_Landscape_MountainRangeExample] +[2025.04.02-15.21.03:549][590]OBJ SavePackage: Finished generating thumbnails for package [/Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample] +[2025.04.02-15.21.03:566][590]LogUObjectHash: Compacting FUObjectHashTables data took 1.13ms +[2025.04.02-15.21.03:586][590]LogUObjectHash: Compacting FUObjectHashTables data took 0.56ms +[2025.04.02-15.21.03:590][590]LogSavePackage: Moving output files for package: /Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample +[2025.04.02-15.21.03:590][590]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/MTL_MWAM_Landscape_MountainRangeABC874BC4DFBD83F698C3DB9CF442921.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample.uasset' +[2025.04.02-15.21.03:599][590]LogFileHelpers: InternalPromptForCheckoutAndSave took 203.771 ms (total: 13.6 sec) +[2025.04.02-15.21.03:631][590]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.21.03:631][590]LogContentValidation: Enabled validators: +[2025.04.02-15.21.03:631][590]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.21.03:631][590]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.21.03:631][590]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.21.03:631][590]LogContentValidation: Display: Validating asset /Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample.MTL_MWAM_Landscape_MountainRangeExample +[2025.04.02-15.21.03:631][590]AssetCheck: /Game/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample Validating asset +[2025.04.02-15.21.04:300][606]LogSlate: Window 'MTL_MWAM_Landscape_MountainRangeExample' being destroyed +[2025.04.02-15.21.04:410][606]LogWorld: UWorld::CleanupWorld for World_10, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.21.04:410][606]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.21.04:440][606]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms +[2025.04.02-15.21.13:000][965]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-15.21.13:000][965]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.21.13:232][965]LogPlayLevel: PIE: StaticDuplicateObject took: (0.232134s) +[2025.04.02-15.21.13:232][965]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.232168s) +[2025.04.02-15.21.13:249][965]LogUObjectHash: Compacting FUObjectHashTables data took 1.28ms +[2025.04.02-15.21.13:251][965]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.21.13:252][965]LogPlayLevel: PIE: World Init took: (0.001040s) +[2025.04.02-15.21.13:264][965]LogAudio: Display: Creating Audio Device: Id: 12, Scope: Unique, Realtime: True +[2025.04.02-15.21.13:264][965]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.21.13:264][965]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.21.13:264][965]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.21.13:264][965]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.21.13:264][965]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.21.13:264][965]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.21.13:264][965]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.21.13:264][965]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.21.13:264][965]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.21.13:264][965]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.21.13:264][965]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.21.13:266][965]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.21.13:283][965]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.21.13:283][965]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.21.13:283][965]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.21.13:283][965]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.21.13:284][965]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=12 +[2025.04.02-15.21.13:284][965]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=12 +[2025.04.02-15.21.13:285][965]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=12 +[2025.04.02-15.21.13:285][965]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=12 +[2025.04.02-15.21.13:285][965]LogInit: FAudioDevice initialized with ID 12. +[2025.04.02-15.21.13:285][965]LogAudio: Display: Audio Device (ID: 12) registered with world 'OpenWorld_01'. +[2025.04.02-15.21.13:285][965]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 12 +[2025.04.02-15.21.13:287][965]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-15.21.13:868][965]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-09.21.13 +[2025.04.02-15.21.13:868][965]LogWorld: Bringing up level for play took: 0.580489 +[2025.04.02-15.21.13:870][965]LogOnline: OSS: Created online subsystem instance for: :Context_22 +[2025.04.02-15.21.13:871][965]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.21.13:871][965]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.21.13:888][965]PIE: Server logged in +[2025.04.02-15.21.13:888][965]PIE: Play in editor total start time 0.895 seconds. +[2025.04.02-15.22.39:217][123]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.22.39:217][123]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.22.39:217][123]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.22.39:225][123]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.22.39:225][123]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.22.39:225][123]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.22.39:280][123]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-15.22.39:286][123]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.22.39:302][123]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.22.39:302][123]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 12 +[2025.04.02-15.22.39:302][123]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12 +[2025.04.02-15.22.39:303][123]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12 +[2025.04.02-15.22.39:336][123]LogUObjectHash: Compacting FUObjectHashTables data took 1.97ms +[2025.04.02-15.22.39:433][124]LogPlayLevel: Display: Destroying online subsystem :Context_22 +[2025.04.02-15.22.44:501][362]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.22.44:619][362]LogUObjectHash: Compacting FUObjectHashTables data took 1.13ms +[2025.04.02-15.22.45:769][362]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Levels/OpenWorld_01 +[2025.04.02-15.22.45:770][362]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/OpenWorld_01B8B25EA4416B10E9F413FEA504D02724.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap' +[2025.04.02-15.22.45:797][362]LogFileHelpers: Saving map 'OpenWorld_01' took 1.221 +[2025.04.02-15.22.45:815][362]LogFileHelpers: InternalPromptForCheckoutAndSave took 1.31 sec (total: 14.9 sec) +[2025.04.02-15.22.45:847][362]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.22.45:847][362]LogContentValidation: Enabled validators: +[2025.04.02-15.22.45:847][362]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.22.45:847][362]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.22.45:847][362]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.22.45:847][362]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 +[2025.04.02-15.22.45:847][362]AssetCheck: /Game/MAIN_CONTENT/Levels/OpenWorld_01 Validating asset +[2025.04.02-15.24.06:968][ 15]Cmd: TRANSACTION UNDO +[2025.04.02-15.24.06:968][ 15]LogEditorTransaction: Undo Foliage Editing +[2025.04.02-15.28.06:563][107]Cmd: TRANSACTION UNDO +[2025.04.02-15.28.06:563][107]LogEditorTransaction: Undo Foliage Editing +[2025.04.02-15.28.34:108][388]LogActorComponent: UnregisterComponent: (/Engine/Transient.SphereBrushComponent) Not registered. Aborting. +[2025.04.02-15.28.49:456][137]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-15.28.49:456][137]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.28.49:692][137]LogPlayLevel: PIE: StaticDuplicateObject took: (0.235941s) +[2025.04.02-15.28.49:693][137]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.235989s) +[2025.04.02-15.28.49:716][137]LogUObjectHash: Compacting FUObjectHashTables data took 1.41ms +[2025.04.02-15.28.49:723][137]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.28.49:724][137]LogPlayLevel: PIE: World Init took: (0.000952s) +[2025.04.02-15.28.49:735][137]LogAudio: Display: Creating Audio Device: Id: 13, Scope: Unique, Realtime: True +[2025.04.02-15.28.49:736][137]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.28.49:736][137]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.28.49:736][137]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.28.49:736][137]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.28.49:736][137]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.28.49:736][137]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.28.49:736][137]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.28.49:736][137]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.28.49:736][137]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.28.49:736][137]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.28.49:736][137]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.28.49:737][137]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.28.49:754][137]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.28.49:754][137]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.28.49:754][137]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.28.49:754][137]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.28.49:755][137]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=13 +[2025.04.02-15.28.49:755][137]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=13 +[2025.04.02-15.28.49:756][137]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=13 +[2025.04.02-15.28.49:756][137]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=13 +[2025.04.02-15.28.49:756][137]LogInit: FAudioDevice initialized with ID 13. +[2025.04.02-15.28.49:756][137]LogAudio: Display: Audio Device (ID: 13) registered with world 'OpenWorld_01'. +[2025.04.02-15.28.49:756][137]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 13 +[2025.04.02-15.28.49:759][137]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-15.28.50:381][137]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-09.28.50 +[2025.04.02-15.28.50:381][137]LogWorld: Bringing up level for play took: 0.621633 +[2025.04.02-15.28.50:383][137]LogOnline: OSS: Created online subsystem instance for: :Context_23 +[2025.04.02-15.28.50:384][137]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.28.50:384][137]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.28.50:401][137]PIE: Server logged in +[2025.04.02-15.28.50:402][137]PIE: Play in editor total start time 0.948 seconds. +[2025.04.02-15.29.01:796][712]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.29.01:796][712]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.29.01:796][712]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.29.01:808][712]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.29.01:809][712]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.29.01:809][712]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.29.01:812][712]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-15.29.01:817][712]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.29.01:836][712]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-15.29.01:836][712]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 13 +[2025.04.02-15.29.01:836][712]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13 +[2025.04.02-15.29.01:837][712]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13 +[2025.04.02-15.29.01:841][712]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.29.01:899][712]LogUObjectHash: Compacting FUObjectHashTables data took 3.12ms +[2025.04.02-15.29.01:974][713]LogPlayLevel: Display: Destroying online subsystem :Context_23 +[2025.04.02-15.29.14:216][218]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-15.29.14:216][218]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.29.14:452][218]LogPlayLevel: PIE: StaticDuplicateObject took: (0.236426s) +[2025.04.02-15.29.14:453][218]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.236461s) +[2025.04.02-15.29.14:471][218]LogUObjectHash: Compacting FUObjectHashTables data took 1.16ms +[2025.04.02-15.29.14:473][218]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.29.14:474][218]LogPlayLevel: PIE: World Init took: (0.000941s) +[2025.04.02-15.29.14:485][218]LogAudio: Display: Creating Audio Device: Id: 14, Scope: Unique, Realtime: True +[2025.04.02-15.29.14:485][218]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.29.14:485][218]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.29.14:485][218]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.29.14:485][218]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.29.14:485][218]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.29.14:485][218]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.29.14:485][218]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.29.14:485][218]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.29.14:485][218]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.29.14:485][218]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.29.14:485][218]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.29.14:487][218]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.29.14:503][218]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.29.14:503][218]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.29.14:503][218]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.29.14:503][218]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.29.14:504][218]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=14 +[2025.04.02-15.29.14:504][218]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=14 +[2025.04.02-15.29.14:505][218]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=14 +[2025.04.02-15.29.14:505][218]LogInit: FAudioDevice initialized with ID 14. +[2025.04.02-15.29.14:505][218]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=14 +[2025.04.02-15.29.14:505][218]LogAudio: Display: Audio Device (ID: 14) registered with world 'OpenWorld_01'. +[2025.04.02-15.29.14:505][218]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 14 +[2025.04.02-15.29.14:508][218]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-15.29.15:120][218]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-09.29.15 +[2025.04.02-15.29.15:120][218]LogWorld: Bringing up level for play took: 0.611594 +[2025.04.02-15.29.15:122][218]LogOnline: OSS: Created online subsystem instance for: :Context_24 +[2025.04.02-15.29.15:123][218]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.29.15:123][218]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.29.15:139][218]PIE: Server logged in +[2025.04.02-15.29.15:140][218]PIE: Play in editor total start time 0.929 seconds. +[2025.04.02-15.29.30:916][872]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.29.30:916][872]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.29.30:916][872]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.29.30:929][872]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.29.30:929][872]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.29.30:929][872]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.29.30:931][872]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-15.29.30:937][872]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.29.30:954][872]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-15.29.30:954][872]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 14 +[2025.04.02-15.29.30:954][872]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14 +[2025.04.02-15.29.30:956][872]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14 +[2025.04.02-15.29.30:958][872]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.29.31:018][872]LogUObjectHash: Compacting FUObjectHashTables data took 3.68ms +[2025.04.02-15.29.31:106][873]LogPlayLevel: Display: Destroying online subsystem :Context_24 +[2025.04.02-15.29.36:859][352]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.29.36:860][352]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.29.36:862][352]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_0 +[2025.04.02-15.29.36:865][352]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_0 +[2025.04.02-15.29.37:444][385]LogUObjectHash: Compacting FUObjectHashTables data took 1.48ms +[2025.04.02-15.29.37:448][385]LogEditorActor: Deleted 0 Actors (0.024 secs) +[2025.04.02-15.29.37:455][385]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.29.37:455][385]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.29.37:457][385]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_1 +[2025.04.02-15.29.37:460][385]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_1 +[2025.04.02-15.29.54:522][860]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.29.54:522][860]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.29.54:523][860]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_2 +[2025.04.02-15.29.54:526][860]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_2 +[2025.04.02-15.29.55:125][894]LogUObjectHash: Compacting FUObjectHashTables data took 1.13ms +[2025.04.02-15.29.55:132][894]LogEditorActor: Deleted 0 Actors (0.025 secs) +[2025.04.02-15.29.55:139][894]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.29.55:139][894]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.29.55:141][894]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_3 +[2025.04.02-15.29.55:145][894]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_3 +[2025.04.02-15.29.59:420][255]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.29.59:420][255]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.29.59:420][255]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_4 +[2025.04.02-15.29.59:421][255]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_4 +[2025.04.02-15.29.59:999][295]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms +[2025.04.02-15.30.00:002][295]LogEditorActor: Deleted 0 Actors (0.022 secs) +[2025.04.02-15.30.00:010][295]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.00:010][295]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.00:011][295]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_5 +[2025.04.02-15.30.00:012][295]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_5 +[2025.04.02-15.30.04:320][661]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.04:320][661]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.04:321][661]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_6 +[2025.04.02-15.30.04:322][661]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_6 +[2025.04.02-15.30.04:882][699]LogUObjectHash: Compacting FUObjectHashTables data took 0.70ms +[2025.04.02-15.30.04:884][699]LogEditorActor: Deleted 0 Actors (0.021 secs) +[2025.04.02-15.30.04:891][699]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.04:891][699]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.04:893][699]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_7 +[2025.04.02-15.30.04:894][699]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_7 +[2025.04.02-15.30.08:909][ 29]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.08:909][ 29]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.08:910][ 29]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_8 +[2025.04.02-15.30.08:910][ 29]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_8 +[2025.04.02-15.30.09:502][ 69]LogUObjectHash: Compacting FUObjectHashTables data took 0.70ms +[2025.04.02-15.30.09:505][ 69]LogEditorActor: Deleted 0 Actors (0.021 secs) +[2025.04.02-15.30.09:513][ 69]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.09:513][ 69]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.09:514][ 69]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_9 +[2025.04.02-15.30.09:515][ 69]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_9 +[2025.04.02-15.30.15:146][535]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.15:146][535]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.15:147][535]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_10 +[2025.04.02-15.30.15:148][535]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_10 +[2025.04.02-15.30.15:661][571]LogUObjectHash: Compacting FUObjectHashTables data took 0.70ms +[2025.04.02-15.30.15:664][571]LogEditorActor: Deleted 0 Actors (0.020 secs) +[2025.04.02-15.30.15:670][571]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.15:670][571]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.15:672][571]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_11 +[2025.04.02-15.30.15:672][571]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_11 +[2025.04.02-15.30.20:304][960]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.20:304][960]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.20:305][960]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_12 +[2025.04.02-15.30.20:306][960]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_12 +[2025.04.02-15.30.20:820][996]LogUObjectHash: Compacting FUObjectHashTables data took 0.71ms +[2025.04.02-15.30.20:823][996]LogEditorActor: Deleted 0 Actors (0.021 secs) +[2025.04.02-15.30.20:831][996]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.20:831][996]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C +[2025.04.02-15.30.20:833][996]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_13 +[2025.04.02-15.30.20:833][996]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_Weapon_C_13 +[2025.04.02-15.30.25:394][377]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-15.30.25:424][377]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.30.25:670][377]LogPlayLevel: PIE: StaticDuplicateObject took: (0.245511s) +[2025.04.02-15.30.25:670][377]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.245548s) +[2025.04.02-15.30.25:685][377]LogUObjectHash: Compacting FUObjectHashTables data took 1.15ms +[2025.04.02-15.30.25:688][377]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.30.25:689][377]LogPlayLevel: PIE: World Init took: (0.000982s) +[2025.04.02-15.30.25:700][377]LogAudio: Display: Creating Audio Device: Id: 15, Scope: Unique, Realtime: True +[2025.04.02-15.30.25:700][377]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.30.25:700][377]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.30.25:700][377]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.30.25:700][377]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.30.25:700][377]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.30.25:700][377]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.30.25:700][377]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.30.25:700][377]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.30.25:700][377]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.30.25:700][377]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.30.25:700][377]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.30.25:702][377]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.30.25:718][377]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.30.25:718][377]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.30.25:718][377]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.30.25:718][377]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.30.25:719][377]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=15 +[2025.04.02-15.30.25:719][377]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=15 +[2025.04.02-15.30.25:720][377]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=15 +[2025.04.02-15.30.25:720][377]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=15 +[2025.04.02-15.30.25:720][377]LogInit: FAudioDevice initialized with ID 15. +[2025.04.02-15.30.25:720][377]LogAudio: Display: Audio Device (ID: 15) registered with world 'OpenWorld_01'. +[2025.04.02-15.30.25:720][377]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 15 +[2025.04.02-15.30.25:723][377]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-15.30.26:352][377]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-09.30.26 +[2025.04.02-15.30.26:352][377]LogWorld: Bringing up level for play took: 0.628671 +[2025.04.02-15.30.26:354][377]LogOnline: OSS: Created online subsystem instance for: :Context_25 +[2025.04.02-15.30.26:355][377]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.30.26:355][377]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.30.26:369][377]PIE: Server logged in +[2025.04.02-15.30.26:370][377]PIE: Play in editor total start time 0.979 seconds. +[2025.04.02-15.30.27:821][442]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.30.28:190][462]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.30.28:385][472]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.30.28:601][483]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.30.28:823][495]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.30.29:132][513]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.30.29:471][532]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.30.44:918][179]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.30.44:918][179]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.30.44:918][179]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.30.44:932][179]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.30.44:932][179]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.30.44:932][179]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.30.44:935][179]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-15.30.44:940][179]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.30.44:958][179]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.30.44:960][179]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 15 +[2025.04.02-15.30.44:960][179]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15 +[2025.04.02-15.30.44:961][179]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15 +[2025.04.02-15.30.45:024][179]LogUObjectHash: Compacting FUObjectHashTables data took 6.76ms +[2025.04.02-15.30.45:113][180]LogPlayLevel: Display: Destroying online subsystem :Context_25 +[2025.04.02-15.31.06:545][235]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver_C +[2025.04.02-15.31.06:545][235]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver_C +[2025.04.02-15.31.06:549][235]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver as actor: BP_QuestGiver_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_QuestGiver_C_0 +[2025.04.02-15.31.06:553][235]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver as actor: BP_QuestGiver_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_QuestGiver_C_0 +[2025.04.02-15.31.07:701][271]LogUObjectHash: Compacting FUObjectHashTables data took 1.16ms +[2025.04.02-15.31.07:707][271]LogEditorActor: Deleted 0 Actors (0.029 secs) +[2025.04.02-15.31.07:718][271]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver_C +[2025.04.02-15.31.07:718][271]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver_C +[2025.04.02-15.31.07:723][271]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver as actor: BP_QuestGiver_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_QuestGiver_C_1 +[2025.04.02-15.31.07:728][271]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver as actor: BP_QuestGiver_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_QuestGiver_C_1 +[2025.04.02-15.31.10:743][374]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-15.31.26:514][900]LogSlateStyle: Warning: Missing Resource from 'CoreStyle' Style: 'Unable to find Color 'DefaultForeground'.' +[2025.04.02-15.31.30:070][ 23]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.31.30:191][ 23]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms +[2025.04.02-15.31.31:344][ 23]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Levels/OpenWorld_01 +[2025.04.02-15.31.31:345][ 23]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/OpenWorld_013417BE374575DEDE7A09F2BE89FC6E40.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap' +[2025.04.02-15.31.31:365][ 23]LogFileHelpers: Saving map 'OpenWorld_01' took 1.217 +[2025.04.02-15.31.31:371][ 23]LogFileHelpers: InternalPromptForCheckoutAndSave took 1.30 sec (total: 16.2 sec) +[2025.04.02-15.31.31:405][ 23]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.31.31:405][ 23]LogContentValidation: Enabled validators: +[2025.04.02-15.31.31:405][ 23]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.31.31:405][ 23]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.31.31:405][ 23]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.31.31:405][ 23]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 +[2025.04.02-15.31.31:405][ 23]AssetCheck: /Game/MAIN_CONTENT/Levels/OpenWorld_01 Validating asset +[2025.04.02-15.31.42:065][346]LogAssetEditorSubsystem: Opening Asset editor for UserDefinedStruct /Game/MAIN_CONTENT/Quest_System/S_Quest.S_Quest +[2025.04.02-15.31.47:262][904]LogAssetEditorSubsystem: Opening Asset editor for UserDefinedStruct /Game/MAIN_CONTENT/Quest_System/S_QuestObjective.S_QuestObjective +[2025.04.02-15.31.52:421][389]LogSlate: Window 'S_QuestObjective' being destroyed +[2025.04.02-15.31.54:464][609]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver +[2025.04.02-15.32.38:083][ 73]LogUObjectHash: Compacting FUObjectHashTables data took 1.19ms +[2025.04.02-15.32.38:900][107]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.32.38:933][107]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/MAIN_CONTENT/Quest_System/BP_QuestGiver] ([2] browsable assets)... +[2025.04.02-15.32.39:010][107]OBJ SavePackage: Rendered thumbnail for [BlueprintGeneratedClass /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver_C] +[2025.04.02-15.32.39:018][107]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver] +[2025.04.02-15.32.39:018][107]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Quest_System/BP_QuestGiver] +[2025.04.02-15.32.39:035][107]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver +[2025.04.02-15.32.39:035][107]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_QuestGiverC9202B26410B4AD15E1A2E854CB7E3F8.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Quest_System/BP_QuestGiver.uasset' +[2025.04.02-15.32.39:045][107]LogFileHelpers: InternalPromptForCheckoutAndSave took 144.584 ms (total: 16.4 sec) +[2025.04.02-15.32.39:078][107]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.32.39:078][107]LogContentValidation: Enabled validators: +[2025.04.02-15.32.39:078][107]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.32.39:078][107]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.32.39:078][107]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.32.39:078][107]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver +[2025.04.02-15.32.39:078][107]AssetCheck: /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver Validating asset +[2025.04.02-15.34.30:151][433]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. +[2025.04.02-15.36.04:054][329]LogUObjectHash: Compacting FUObjectHashTables data took 1.45ms +[2025.04.02-15.36.04:883][370]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.36.04:913][370]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Quest_System/BP_QuestGiver] ([2] browsable assets)... +[2025.04.02-15.36.04:981][370]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver] +[2025.04.02-15.36.04:981][370]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Quest_System/BP_QuestGiver] +[2025.04.02-15.36.04:998][370]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver +[2025.04.02-15.36.04:998][370]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_QuestGiverAF92AB6043918AC00DEBD2A83C0CC594.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Quest_System/BP_QuestGiver.uasset' +[2025.04.02-15.36.05:008][370]LogFileHelpers: InternalPromptForCheckoutAndSave took 125.012 ms (total: 16.5 sec) +[2025.04.02-15.36.05:037][370]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.36.05:037][370]LogContentValidation: Enabled validators: +[2025.04.02-15.36.05:037][370]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.36.05:037][370]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.36.05:037][370]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.36.05:037][370]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver +[2025.04.02-15.36.05:037][370]AssetCheck: /Game/MAIN_CONTENT/Quest_System/BP_QuestGiver Validating asset +[2025.04.02-15.36.07:775][502]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.36.07:910][502]LogUObjectHash: Compacting FUObjectHashTables data took 1.31ms +[2025.04.02-15.36.09:081][502]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Levels/OpenWorld_01 +[2025.04.02-15.36.09:082][502]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/OpenWorld_0129F5761B4E2D5983AA899A98F97F68CA.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap' +[2025.04.02-15.36.09:102][502]LogFileHelpers: Saving map 'OpenWorld_01' took 1.238 +[2025.04.02-15.36.09:110][502]LogFileHelpers: InternalPromptForCheckoutAndSave took 1.33 sec (total: 17.8 sec) +[2025.04.02-15.36.09:145][502]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.36.09:145][502]LogContentValidation: Enabled validators: +[2025.04.02-15.36.09:145][502]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.36.09:145][502]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.36.09:145][502]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.36.09:145][502]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 +[2025.04.02-15.36.09:145][502]AssetCheck: /Game/MAIN_CONTENT/Levels/OpenWorld_01 Validating asset +[2025.04.02-15.36.18:527][854]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-15.36.18:527][854]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.36.18:775][854]LogPlayLevel: PIE: StaticDuplicateObject took: (0.248329s) +[2025.04.02-15.36.18:775][854]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.248396s) +[2025.04.02-15.36.18:794][854]LogUObjectHash: Compacting FUObjectHashTables data took 1.18ms +[2025.04.02-15.36.18:798][854]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.36.18:799][854]LogPlayLevel: PIE: World Init took: (0.001004s) +[2025.04.02-15.36.18:811][854]LogAudio: Display: Creating Audio Device: Id: 16, Scope: Unique, Realtime: True +[2025.04.02-15.36.18:811][854]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.36.18:811][854]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.36.18:811][854]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.36.18:811][854]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.36.18:811][854]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.36.18:811][854]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.36.18:811][854]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.36.18:811][854]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.36.18:811][854]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.36.18:811][854]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.36.18:811][854]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.36.18:812][854]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.36.18:829][854]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.36.18:830][854]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.36.18:830][854]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.36.18:830][854]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.36.18:830][854]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=16 +[2025.04.02-15.36.18:831][854]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=16 +[2025.04.02-15.36.18:832][854]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=16 +[2025.04.02-15.36.18:832][854]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=16 +[2025.04.02-15.36.18:832][854]LogInit: FAudioDevice initialized with ID 16. +[2025.04.02-15.36.18:832][854]LogAudio: Display: Audio Device (ID: 16) registered with world 'OpenWorld_01'. +[2025.04.02-15.36.18:832][854]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 16 +[2025.04.02-15.36.18:834][854]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-15.36.19:464][854]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-09.36.19 +[2025.04.02-15.36.19:464][854]LogWorld: Bringing up level for play took: 0.629745 +[2025.04.02-15.36.19:466][854]LogOnline: OSS: Created online subsystem instance for: :Context_31 +[2025.04.02-15.36.19:467][854]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.36.19:467][854]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.36.19:485][854]PIE: Server logged in +[2025.04.02-15.36.19:485][854]PIE: Play in editor total start time 0.962 seconds. +[2025.04.02-15.36.22:166][966]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.36.22:449][982]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.36.22:636][992]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.36.22:813][ 1]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.36.22:983][ 10]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.36.24:311][ 73]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.36.24:502][ 82]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.36.59:334][558]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock +[2025.04.02-15.36.59:334][558]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True +[2025.04.02-15.36.59:334][558]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown +[2025.04.02-15.37.24:196][385]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture +[2025.04.02-15.37.24:196][385]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently +[2025.04.02-15.38.04:134][809]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock +[2025.04.02-15.38.04:134][809]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown +[2025.04.02-15.38.13:463][ 38]LogScript: Warning: Script Msg: Attempted to access index 3 from array 'Dialogue' of length 3 in '/Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver_C'! +[2025.04.02-15.38.13:464][ 38]LogScript: Warning: Script Msg called by: BP_QuestGiver_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_QuestGiver_C_1 +[2025.04.02-15.38.30:880][466]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture +[2025.04.02-15.38.30:881][466]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently +[2025.04.02-15.38.59:897][195]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.38.59:897][195]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.38.59:898][195]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.38.59:910][195]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.38.59:911][195]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.38.59:911][195]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.38.59:937][195]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-15.38.59:944][195]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.38.59:965][195]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.38.59:965][195]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 16 +[2025.04.02-15.38.59:965][195]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16 +[2025.04.02-15.38.59:966][195]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16 +[2025.04.02-15.39.00:030][195]LogUObjectHash: Compacting FUObjectHashTables data took 4.50ms +[2025.04.02-15.39.00:137][196]LogPlayLevel: Display: Destroying online subsystem :Context_31 +[2025.04.02-15.39.13:693][827]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue + ABP_AI_C /Engine/Transient.World_17:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_AI_C_0 + Function /Game/MAIN_CONTENT/AI/ABP_AI.ABP_AI_C:ExecuteUbergraph_ABP_AI:00D3 +[2025.04.02-15.39.21:541][149]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy_C +[2025.04.02-15.39.21:541][149]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy_C +[2025.04.02-15.39.21:547][149]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy as actor: BP_TestDummy_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_TestDummy_C_0 +[2025.04.02-15.39.21:553][149]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy as actor: BP_TestDummy_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_TestDummy_C_0 +[2025.04.02-15.39.23:264][205]LogUObjectHash: Compacting FUObjectHashTables data took 1.24ms +[2025.04.02-15.39.23:272][205]LogEditorActor: Deleted 0 Actors (0.033 secs) +[2025.04.02-15.39.23:282][205]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy_C +[2025.04.02-15.39.23:282][205]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy_C +[2025.04.02-15.39.23:291][205]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy as actor: BP_TestDummy_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_TestDummy_C_1 +[2025.04.02-15.39.23:298][205]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy as actor: BP_TestDummy_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_TestDummy_C_1 +[2025.04.02-15.39.26:800][345]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy_C +[2025.04.02-15.39.26:800][345]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy_C +[2025.04.02-15.39.26:802][345]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy as actor: BP_TestDummy_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_TestDummy_C_2 +[2025.04.02-15.39.26:805][345]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy as actor: BP_TestDummy_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_TestDummy_C_2 +[2025.04.02-15.39.27:806][382]LogUObjectHash: Compacting FUObjectHashTables data took 1.18ms +[2025.04.02-15.39.27:813][382]LogEditorActor: Deleted 0 Actors (0.029 secs) +[2025.04.02-15.39.27:821][382]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy_C +[2025.04.02-15.39.27:821][382]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy_C +[2025.04.02-15.39.27:828][382]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy as actor: BP_TestDummy_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_TestDummy_C_3 +[2025.04.02-15.39.27:832][382]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Blueprints/BP_TestDummy.BP_TestDummy as actor: BP_TestDummy_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.BP_TestDummy_C_3 +[2025.04.02-15.39.28:555][410]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-15.39.41:094][772]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.39.41:218][772]LogUObjectHash: Compacting FUObjectHashTables data took 1.16ms +[2025.04.02-15.39.42:407][772]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Levels/OpenWorld_01 +[2025.04.02-15.39.42:407][772]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/OpenWorld_0106F0530F4856EE431092909D187DDE77.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap' +[2025.04.02-15.39.42:428][772]LogFileHelpers: Saving map 'OpenWorld_01' took 1.257 +[2025.04.02-15.39.42:446][772]LogFileHelpers: InternalPromptForCheckoutAndSave took 1.35 sec (total: 19.2 sec) +[2025.04.02-15.39.42:479][772]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.39.42:479][772]LogContentValidation: Enabled validators: +[2025.04.02-15.39.42:479][772]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.39.42:479][772]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.39.42:479][772]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.39.42:479][772]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 +[2025.04.02-15.39.42:479][772]AssetCheck: /Game/MAIN_CONTENT/Levels/OpenWorld_01 Validating asset +[2025.04.02-15.39.48:057][ 8]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-15.39.48:057][ 8]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.39.48:308][ 8]LogPlayLevel: PIE: StaticDuplicateObject took: (0.251265s) +[2025.04.02-15.39.48:308][ 8]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.251305s) +[2025.04.02-15.39.48:329][ 8]LogUObjectHash: Compacting FUObjectHashTables data took 1.33ms +[2025.04.02-15.39.48:332][ 8]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.39.48:333][ 8]LogPlayLevel: PIE: World Init took: (0.001026s) +[2025.04.02-15.39.48:423][ 8]LogAudio: Display: Creating Audio Device: Id: 17, Scope: Unique, Realtime: True +[2025.04.02-15.39.48:423][ 8]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.39.48:423][ 8]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.39.48:423][ 8]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.39.48:423][ 8]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.39.48:423][ 8]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.39.48:423][ 8]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.39.48:423][ 8]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.39.48:424][ 8]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.39.48:424][ 8]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.39.48:424][ 8]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.39.48:424][ 8]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.39.48:425][ 8]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.39.48:441][ 8]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.39.48:442][ 8]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.39.48:442][ 8]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.39.48:442][ 8]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.39.48:442][ 8]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=17 +[2025.04.02-15.39.48:442][ 8]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=17 +[2025.04.02-15.39.48:444][ 8]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=17 +[2025.04.02-15.39.48:444][ 8]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=17 +[2025.04.02-15.39.48:444][ 8]LogInit: FAudioDevice initialized with ID 17. +[2025.04.02-15.39.48:444][ 8]LogAudio: Display: Audio Device (ID: 17) registered with world 'OpenWorld_01'. +[2025.04.02-15.39.48:444][ 8]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 17 +[2025.04.02-15.39.48:447][ 8]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-15.39.49:054][ 8]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-09.39.49 +[2025.04.02-15.39.49:055][ 8]LogWorld: Bringing up level for play took: 0.608119 +[2025.04.02-15.39.49:057][ 8]LogOnline: OSS: Created online subsystem instance for: :Context_35 +[2025.04.02-15.39.49:058][ 8]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.39.49:058][ 8]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.39.49:079][ 8]PIE: Server logged in +[2025.04.02-15.39.49:079][ 8]PIE: Play in editor total start time 1.072 seconds. +[2025.04.02-15.39.50:706][ 62]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.39.50:706][ 62]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.39.50:707][ 62]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.39.50:719][ 62]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.39.50:719][ 62]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.39.50:719][ 62]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.39.50:723][ 62]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-15.39.50:729][ 62]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.39.50:747][ 62]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.39.50:748][ 62]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 17 +[2025.04.02-15.39.50:748][ 62]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17 +[2025.04.02-15.39.50:750][ 62]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17 +[2025.04.02-15.39.50:814][ 62]LogUObjectHash: Compacting FUObjectHashTables data took 3.41ms +[2025.04.02-15.39.51:008][ 63]LogPlayLevel: Display: Destroying online subsystem :Context_35 +[2025.04.02-15.39.54:963][296]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-15.39.54:963][296]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.39.55:230][296]LogPlayLevel: PIE: StaticDuplicateObject took: (0.266656s) +[2025.04.02-15.39.55:230][296]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.266692s) +[2025.04.02-15.39.55:250][296]LogUObjectHash: Compacting FUObjectHashTables data took 1.17ms +[2025.04.02-15.39.55:254][296]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.39.55:255][296]LogPlayLevel: PIE: World Init took: (0.000974s) +[2025.04.02-15.39.55:266][296]LogAudio: Display: Creating Audio Device: Id: 18, Scope: Unique, Realtime: True +[2025.04.02-15.39.55:266][296]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.39.55:266][296]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.39.55:266][296]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.39.55:266][296]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.39.55:266][296]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.39.55:266][296]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.39.55:266][296]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.39.55:266][296]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.39.55:266][296]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.39.55:266][296]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.39.55:266][296]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.39.55:268][296]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.39.55:284][296]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.39.55:284][296]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.39.55:284][296]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.39.55:284][296]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.39.55:284][296]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=18 +[2025.04.02-15.39.55:284][296]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=18 +[2025.04.02-15.39.55:286][296]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=18 +[2025.04.02-15.39.55:286][296]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=18 +[2025.04.02-15.39.55:286][296]LogInit: FAudioDevice initialized with ID 18. +[2025.04.02-15.39.55:286][296]LogAudio: Display: Audio Device (ID: 18) registered with world 'OpenWorld_01'. +[2025.04.02-15.39.55:286][296]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 18 +[2025.04.02-15.39.55:288][296]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-15.39.55:934][296]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-09.39.55 +[2025.04.02-15.39.55:935][296]LogWorld: Bringing up level for play took: 0.646742 +[2025.04.02-15.39.55:937][296]LogOnline: OSS: Created online subsystem instance for: :Context_36 +[2025.04.02-15.39.55:937][296]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.39.55:938][296]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.39.55:954][296]PIE: Server logged in +[2025.04.02-15.39.55:955][296]PIE: Play in editor total start time 0.997 seconds. +[2025.04.02-15.39.59:548][469]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.39.59:787][480]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.39.59:975][490]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.40.00:138][498]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.40.00:312][507]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.40.00:517][517]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.40.00:965][540]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.40.28:040][719]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock +[2025.04.02-15.40.28:040][719]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True +[2025.04.02-15.40.28:040][719]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown +[2025.04.02-15.40.52:182][622]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture +[2025.04.02-15.40.52:182][622]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently +[2025.04.02-15.41.43:695][626]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock +[2025.04.02-15.41.43:695][626]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown +[2025.04.02-15.41.54:856][910]LogScript: Warning: Script Msg: Attempted to access index 3 from array 'Dialogue' of length 3 in '/Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver_C'! +[2025.04.02-15.41.54:856][910]LogScript: Warning: Script Msg called by: BP_QuestGiver_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_QuestGiver_C_1 +[2025.04.02-15.42.06:710][210]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture +[2025.04.02-15.42.06:710][210]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently +[2025.04.02-15.42.08:610][257]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock +[2025.04.02-15.42.08:610][257]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown +[2025.04.02-15.42.11:593][333]LogScript: Warning: Script Msg: Attempted to access index 3 from array 'Dialogue' of length 3 in '/Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver_C'! +[2025.04.02-15.42.11:593][333]LogScript: Warning: Script Msg called by: BP_QuestGiver_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_QuestGiver_C_1 +[2025.04.02-15.42.16:031][446]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture +[2025.04.02-15.42.16:031][446]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently +[2025.04.02-15.43.27:362][125]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.43.27:362][125]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.43.27:363][125]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.43.27:375][125]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.43.27:375][125]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.43.27:375][125]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.43.27:409][125]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-15.43.27:415][125]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.43.27:434][125]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.43.27:435][125]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 18 +[2025.04.02-15.43.27:435][125]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18 +[2025.04.02-15.43.27:436][125]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18 +[2025.04.02-15.43.27:501][125]LogUObjectHash: Compacting FUObjectHashTables data took 4.11ms +[2025.04.02-15.43.27:603][126]LogPlayLevel: Display: Destroying online subsystem :Context_36 +[2025.04.02-15.43.52:484][464]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-15.43.52:484][464]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.43.52:750][464]LogPlayLevel: PIE: StaticDuplicateObject took: (0.266209s) +[2025.04.02-15.43.52:750][464]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.266247s) +[2025.04.02-15.43.52:771][464]LogUObjectHash: Compacting FUObjectHashTables data took 1.47ms +[2025.04.02-15.43.52:775][464]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.43.52:776][464]LogPlayLevel: PIE: World Init took: (0.001501s) +[2025.04.02-15.43.52:788][464]LogAudio: Display: Creating Audio Device: Id: 19, Scope: Unique, Realtime: True +[2025.04.02-15.43.52:788][464]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.43.52:788][464]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.43.52:788][464]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.43.52:788][464]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.43.52:788][464]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.43.52:788][464]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.43.52:788][464]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.43.52:788][464]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.43.52:788][464]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.43.52:788][464]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.43.52:788][464]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.43.52:789][464]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.43.52:807][464]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.43.52:807][464]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.43.52:807][464]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.43.52:807][464]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.43.52:807][464]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=19 +[2025.04.02-15.43.52:807][464]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=19 +[2025.04.02-15.43.52:809][464]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=19 +[2025.04.02-15.43.52:809][464]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=19 +[2025.04.02-15.43.52:809][464]LogInit: FAudioDevice initialized with ID 19. +[2025.04.02-15.43.52:809][464]LogAudio: Display: Audio Device (ID: 19) registered with world 'OpenWorld_01'. +[2025.04.02-15.43.52:809][464]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 19 +[2025.04.02-15.43.52:812][464]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-15.43.53:430][464]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-09.43.53 +[2025.04.02-15.43.53:431][464]LogWorld: Bringing up level for play took: 0.618886 +[2025.04.02-15.43.53:433][464]LogOnline: OSS: Created online subsystem instance for: :Context_37 +[2025.04.02-15.43.53:434][464]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.43.53:434][464]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.43.53:449][464]PIE: Server logged in +[2025.04.02-15.43.53:450][464]PIE: Play in editor total start time 0.968 seconds. +[2025.04.02-15.44.25:110][765]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.44.25:481][785]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.44.25:928][809]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.44.26:226][825]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.44.26:504][840]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.44.27:086][871]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.44.27:354][885]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.44.45:052][637]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock +[2025.04.02-15.44.45:052][637]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True +[2025.04.02-15.44.45:052][637]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown +[2025.04.02-15.45.03:927][383]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture +[2025.04.02-15.45.03:927][383]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently +[2025.04.02-15.45.42:361][766]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock +[2025.04.02-15.45.42:361][766]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown +[2025.04.02-15.45.52:208][ 4]LogScript: Warning: Script Msg: Attempted to access index 3 from array 'Dialogue' of length 3 in '/Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver_C'! +[2025.04.02-15.45.52:208][ 4]LogScript: Warning: Script Msg called by: BP_QuestGiver_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_QuestGiver_C_1 +[2025.04.02-15.46.02:380][250]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture +[2025.04.02-15.46.02:380][250]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently +[2025.04.02-15.46.20:094][642]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.46.20:094][642]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.46.20:095][642]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.46.20:108][642]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.46.20:108][642]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.46.20:108][642]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.46.20:141][642]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-15.46.20:147][642]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.46.20:167][642]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-15.46.20:167][642]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 19 +[2025.04.02-15.46.20:167][642]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19 +[2025.04.02-15.46.20:169][642]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19 +[2025.04.02-15.46.20:173][642]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.46.20:237][642]LogUObjectHash: Compacting FUObjectHashTables data took 3.99ms +[2025.04.02-15.46.20:348][643]LogPlayLevel: Display: Destroying online subsystem :Context_37 +[2025.04.02-15.46.27:063][918]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-15.46.27:064][918]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.46.27:340][918]LogPlayLevel: PIE: StaticDuplicateObject took: (0.275777s) +[2025.04.02-15.46.27:340][918]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.275815s) +[2025.04.02-15.46.27:362][918]LogUObjectHash: Compacting FUObjectHashTables data took 1.51ms +[2025.04.02-15.46.27:365][918]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.46.27:366][918]LogPlayLevel: PIE: World Init took: (0.001001s) +[2025.04.02-15.46.27:377][918]LogAudio: Display: Creating Audio Device: Id: 20, Scope: Unique, Realtime: True +[2025.04.02-15.46.27:377][918]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.46.27:377][918]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.46.27:377][918]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.46.27:377][918]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.46.27:377][918]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.46.27:377][918]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.46.27:377][918]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.46.27:377][918]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.46.27:377][918]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.46.27:377][918]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.46.27:377][918]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.46.27:379][918]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.46.27:395][918]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.46.27:395][918]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.46.27:395][918]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.46.27:395][918]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.46.27:396][918]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=20 +[2025.04.02-15.46.27:396][918]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=20 +[2025.04.02-15.46.27:397][918]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=20 +[2025.04.02-15.46.27:397][918]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=20 +[2025.04.02-15.46.27:397][918]LogInit: FAudioDevice initialized with ID 20. +[2025.04.02-15.46.27:397][918]LogAudio: Display: Audio Device (ID: 20) registered with world 'OpenWorld_01'. +[2025.04.02-15.46.27:397][918]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 20 +[2025.04.02-15.46.27:400][918]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-15.46.28:043][918]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-09.46.28 +[2025.04.02-15.46.28:044][918]LogWorld: Bringing up level for play took: 0.644324 +[2025.04.02-15.46.28:046][918]LogOnline: OSS: Created online subsystem instance for: :Context_38 +[2025.04.02-15.46.28:047][918]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.46.28:047][918]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.46.28:065][918]PIE: Server logged in +[2025.04.02-15.46.28:066][918]PIE: Play in editor total start time 1.008 seconds. +[2025.04.02-15.46.29:362][963]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.46.29:362][963]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.46.29:362][963]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.46.29:375][963]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.46.29:375][963]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.46.29:375][963]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.46.29:380][963]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-15.46.29:385][963]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.46.29:402][963]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.46.29:404][963]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 20 +[2025.04.02-15.46.29:404][963]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=20 +[2025.04.02-15.46.29:405][963]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=20 +[2025.04.02-15.46.29:469][963]LogUObjectHash: Compacting FUObjectHashTables data took 3.48ms +[2025.04.02-15.46.29:563][964]LogPlayLevel: Display: Destroying online subsystem :Context_38 +[2025.04.02-15.46.32:551][158]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-15.46.32:551][158]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.46.32:824][158]LogPlayLevel: PIE: StaticDuplicateObject took: (0.272905s) +[2025.04.02-15.46.32:824][158]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.272938s) +[2025.04.02-15.46.32:847][158]LogUObjectHash: Compacting FUObjectHashTables data took 1.49ms +[2025.04.02-15.46.32:851][158]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.46.32:852][158]LogPlayLevel: PIE: World Init took: (0.001056s) +[2025.04.02-15.46.32:864][158]LogAudio: Display: Creating Audio Device: Id: 21, Scope: Unique, Realtime: True +[2025.04.02-15.46.32:864][158]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.46.32:864][158]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.46.32:864][158]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.46.32:864][158]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.46.32:864][158]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.46.32:864][158]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.46.32:864][158]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.46.32:864][158]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.46.32:864][158]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.46.32:864][158]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.46.32:864][158]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.46.32:865][158]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.46.32:882][158]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.46.32:882][158]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.46.32:882][158]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.46.32:882][158]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.46.32:882][158]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=21 +[2025.04.02-15.46.32:882][158]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=21 +[2025.04.02-15.46.32:884][158]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=21 +[2025.04.02-15.46.32:884][158]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=21 +[2025.04.02-15.46.32:884][158]LogInit: FAudioDevice initialized with ID 21. +[2025.04.02-15.46.32:884][158]LogAudio: Display: Audio Device (ID: 21) registered with world 'OpenWorld_01'. +[2025.04.02-15.46.32:884][158]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 21 +[2025.04.02-15.46.32:886][158]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-15.46.33:487][158]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-09.46.33 +[2025.04.02-15.46.33:488][158]LogWorld: Bringing up level for play took: 0.601691 +[2025.04.02-15.46.33:490][158]LogOnline: OSS: Created online subsystem instance for: :Context_39 +[2025.04.02-15.46.33:491][158]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.46.33:491][158]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.46.33:509][158]PIE: Server logged in +[2025.04.02-15.46.33:510][158]PIE: Play in editor total start time 0.964 seconds. +[2025.04.02-15.47.01:546][344]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.47.01:895][363]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.47.02:233][381]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.47.02:554][398]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.47.02:903][417]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.47.03:181][432]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.47.03:534][451]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.47.21:182][176]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock +[2025.04.02-15.47.21:182][176]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True +[2025.04.02-15.47.21:182][176]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown +[2025.04.02-15.47.44:893][ 61]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture +[2025.04.02-15.47.44:893][ 61]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently +[2025.04.02-15.48.28:518][725]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock +[2025.04.02-15.48.28:518][725]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently -> CaptureDuringMouseDown +[2025.04.02-15.48.37:663][968]LogScript: Warning: Script Msg: Attempted to access index 3 from array 'Dialogue' of length 3 in '/Game/MAIN_CONTENT/Quest_System/BP_QuestGiver.BP_QuestGiver_C'! +[2025.04.02-15.48.37:663][968]LogScript: Warning: Script Msg called by: BP_QuestGiver_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_QuestGiver_C_1 +[2025.04.02-15.48.46:318][197]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture +[2025.04.02-15.48.46:318][197]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently +[2025.04.02-15.49.59:393][874]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.49.59:393][874]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.49.59:394][874]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.49.59:408][874]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.49.59:408][874]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.49.59:408][874]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.49.59:438][874]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-15.49.59:444][874]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.49.59:465][874]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.49.59:465][874]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 21 +[2025.04.02-15.49.59:465][874]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=21 +[2025.04.02-15.49.59:467][874]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=21 +[2025.04.02-15.49.59:538][874]LogUObjectHash: Compacting FUObjectHashTables data took 5.09ms +[2025.04.02-15.49.59:642][875]LogPlayLevel: Display: Destroying online subsystem :Context_39 +[2025.04.02-15.50.03:647][986]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.50.03:780][986]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms +[2025.04.02-15.50.04:946][986]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Levels/OpenWorld_01 +[2025.04.02-15.50.04:946][986]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/OpenWorld_01B5A82AE1401A2241D015BAA563D559B4.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap' +[2025.04.02-15.50.04:966][986]LogFileHelpers: Saving map 'OpenWorld_01' took 1.232 +[2025.04.02-15.50.04:974][986]LogFileHelpers: InternalPromptForCheckoutAndSave took 1.32 sec (total: 20.5 sec) +[2025.04.02-15.50.05:006][986]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-15.50.05:006][986]LogContentValidation: Enabled validators: +[2025.04.02-15.50.05:006][986]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.50.05:006][986]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.50.05:006][986]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.50.05:006][986]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 +[2025.04.02-15.50.05:007][986]AssetCheck: /Game/MAIN_CONTENT/Levels/OpenWorld_01 Validating asset +[2025.04.02-15.50.05:709][ 8]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms +[2025.04.02-15.50.06:889][ 8]LogSlate: Window 'Save Content' being destroyed +[2025.04.02-15.50.06:916][ 8]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-15.50.06:944][ 8]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType] ([1] browsable assets)... +[2025.04.02-15.50.06:999][ 8]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType.SM_Common_Tree_01_FoliageType] +[2025.04.02-15.50.06:999][ 8]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType] +[2025.04.02-15.50.07:000][ 8]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType +[2025.04.02-15.50.07:000][ 8]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_01_FoliageType6F2575A145D0705E9535469140571780.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType.uasset' +[2025.04.02-15.50.07:001][ 8]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType] ([1] browsable assets)... +[2025.04.02-15.50.07:008][ 8]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType.SM_Common_Tree_02_FoliageType] +[2025.04.02-15.50.07:008][ 8]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType] +[2025.04.02-15.50.07:010][ 8]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType +[2025.04.02-15.50.07:010][ 8]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_02_FoliageTypeF5F56B8140823F4306ABB5B93B0E8556.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType.uasset' +[2025.04.02-15.50.07:011][ 8]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType] ([1] browsable assets)... +[2025.04.02-15.50.07:017][ 8]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType.SM_Common_Tree_03_FoliageType] +[2025.04.02-15.50.07:017][ 8]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType] +[2025.04.02-15.50.07:018][ 8]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType +[2025.04.02-15.50.07:018][ 8]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_03_FoliageTypeE969A4874C2C7FAA3A681BB3E068B685.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType.uasset' +[2025.04.02-15.50.07:019][ 8]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType] ([1] browsable assets)... +[2025.04.02-15.50.07:025][ 8]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType.SM_Common_Tree_04_FoliageType] +[2025.04.02-15.50.07:025][ 8]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType] +[2025.04.02-15.50.07:026][ 8]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType +[2025.04.02-15.50.07:026][ 8]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_04_FoliageTypeF2E1B74B44733808CD0F288E9ADC095E.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType.uasset' +[2025.04.02-15.50.07:027][ 8]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType] ([1] browsable assets)... +[2025.04.02-15.50.07:034][ 8]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType.SM_Common_Tree_05_FoliageType] +[2025.04.02-15.50.07:034][ 8]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType] +[2025.04.02-15.50.07:035][ 8]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType +[2025.04.02-15.50.07:035][ 8]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_05_FoliageType195978F84A4BC7214142888885F3CDE5.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType.uasset' +[2025.04.02-15.50.07:036][ 8]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType] ([1] browsable assets)... +[2025.04.02-15.50.07:044][ 8]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType.SM_Common_Tree_06_FoliageType] +[2025.04.02-15.50.07:044][ 8]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType] +[2025.04.02-15.50.07:045][ 8]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType +[2025.04.02-15.50.07:045][ 8]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_06_FoliageTypeE762DDBE45EAAF66EC09DF8BFE0089E3.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType.uasset' +[2025.04.02-15.50.07:045][ 8]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType] ([1] browsable assets)... +[2025.04.02-15.50.07:052][ 8]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType.SM_Common_Tree_07_FoliageType] +[2025.04.02-15.50.07:052][ 8]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType] +[2025.04.02-15.50.07:053][ 8]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType +[2025.04.02-15.50.07:053][ 8]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_07_FoliageTypeE102AA4346DE8E4B653248BF4DA5A49A.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType.uasset' +[2025.04.02-15.50.07:054][ 8]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType] ([1] browsable assets)... +[2025.04.02-15.50.07:062][ 8]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType.SM_Common_Tree_08_FoliageType] +[2025.04.02-15.50.07:062][ 8]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType] +[2025.04.02-15.50.07:063][ 8]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType +[2025.04.02-15.50.07:063][ 8]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_08_FoliageType763B5DA4488CE2D6E57F648B1D582C70.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType.uasset' +[2025.04.02-15.50.07:064][ 8]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType] ([1] browsable assets)... +[2025.04.02-15.50.07:071][ 8]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType.SM_Common_Tree_09_FoliageType] +[2025.04.02-15.50.07:071][ 8]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType] +[2025.04.02-15.50.07:072][ 8]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType +[2025.04.02-15.50.07:072][ 8]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_09_FoliageTypeA4B89DA0433E3DC5353C8F8B49880A1D.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType.uasset' +[2025.04.02-15.50.07:073][ 8]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType] ([1] browsable assets)... +[2025.04.02-15.50.07:081][ 8]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType.SM_Common_Tree_10_FoliageType] +[2025.04.02-15.50.07:081][ 8]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType] +[2025.04.02-15.50.07:082][ 8]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType +[2025.04.02-15.50.07:083][ 8]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_10_FoliageTypeDBA81E31489C6D1CC9582DA1B514CCD1.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType.uasset' +[2025.04.02-15.50.07:083][ 8]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType] ([1] browsable assets)... +[2025.04.02-15.50.07:090][ 8]OBJ SavePackage: Rendered thumbnail for [FoliageType_InstancedStaticMesh /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType.SM_Common_Tree_11_FoliageType] +[2025.04.02-15.50.07:090][ 8]OBJ SavePackage: Finished generating thumbnails for package [/Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType] +[2025.04.02-15.50.07:091][ 8]LogSavePackage: Moving output files for package: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType +[2025.04.02-15.50.07:091][ 8]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SM_Common_Tree_11_FoliageTypeB2C1358B4E8BA0CA30989D88BD51F1F9.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType.uasset' +[2025.04.02-15.50.07:098][ 8]LogFileHelpers: InternalPromptForCheckoutAndSave took 182.565 ms (total: 20.7 sec) +[2025.04.02-15.50.07:120][ 8]LogStall: Shutdown... +[2025.04.02-15.50.07:126][ 8]LogStall: Shutdown complete. +[2025.04.02-15.50.07:210][ 8]LogWorld: UWorld::CleanupWorld for World_7, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:210][ 8]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:267][ 8]LogActorComponent: UnregisterComponent: (/Engine/Transient.EditorFloorComp) Not registered. Aborting. +[2025.04.02-15.50.07:267][ 8]LogWorld: UWorld::CleanupWorld for World_14, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:267][ 8]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:317][ 8]LogSlate: Window 'Elistria_Calling - Unreal Editor' being destroyed +[2025.04.02-15.50.07:396][ 8]LogContentValidation: Display: Starting to validate 11 assets +[2025.04.02-15.50.07:397][ 8]LogContentValidation: Enabled validators: +[2025.04.02-15.50.07:397][ 8]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-15.50.07:397][ 8]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-15.50.07:397][ 8]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-15.50.07:397][ 8]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType.SM_Common_Tree_01_FoliageType +[2025.04.02-15.50.07:397][ 8]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType Validating asset +[2025.04.02-15.50.07:397][ 8]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType.SM_Common_Tree_02_FoliageType +[2025.04.02-15.50.07:397][ 8]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType Validating asset +[2025.04.02-15.50.07:397][ 8]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType.SM_Common_Tree_03_FoliageType +[2025.04.02-15.50.07:397][ 8]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType Validating asset +[2025.04.02-15.50.07:397][ 8]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType.SM_Common_Tree_04_FoliageType +[2025.04.02-15.50.07:397][ 8]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType Validating asset +[2025.04.02-15.50.07:397][ 8]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType.SM_Common_Tree_05_FoliageType +[2025.04.02-15.50.07:397][ 8]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType Validating asset +[2025.04.02-15.50.07:397][ 8]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType.SM_Common_Tree_06_FoliageType +[2025.04.02-15.50.07:397][ 8]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType Validating asset +[2025.04.02-15.50.07:397][ 8]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType.SM_Common_Tree_07_FoliageType +[2025.04.02-15.50.07:397][ 8]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType Validating asset +[2025.04.02-15.50.07:397][ 8]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType.SM_Common_Tree_08_FoliageType +[2025.04.02-15.50.07:397][ 8]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType Validating asset +[2025.04.02-15.50.07:397][ 8]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType.SM_Common_Tree_09_FoliageType +[2025.04.02-15.50.07:397][ 8]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType Validating asset +[2025.04.02-15.50.07:397][ 8]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType.SM_Common_Tree_10_FoliageType +[2025.04.02-15.50.07:397][ 8]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType Validating asset +[2025.04.02-15.50.07:397][ 8]LogContentValidation: Display: Validating asset /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType.SM_Common_Tree_11_FoliageType +[2025.04.02-15.50.07:397][ 8]AssetCheck: /Game/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType Validating asset +[2025.04.02-15.50.07:419][ 8]LogUObjectHash: Compacting FUObjectHashTables data took 1.17ms +[2025.04.02-15.50.07:439][ 8]Cmd: QUIT_EDITOR +[2025.04.02-15.50.07:439][ 9]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) +[2025.04.02-15.50.07:443][ 9]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) +[2025.04.02-15.50.07:444][ 9]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown +[2025.04.02-15.50.07:444][ 9]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown +[2025.04.02-15.50.07:464][ 9]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:465][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:465][ 9]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.50.07:465][ 9]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.50.07:469][ 9]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. +[2025.04.02-15.50.07:475][ 9]LogWorld: UWorld::CleanupWorld for World_17, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:475][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:478][ 9]LogWorld: UWorld::CleanupWorld for World_13, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:478][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:481][ 9]LogWorld: UWorld::CleanupWorld for World_12, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:481][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:483][ 9]LogWorld: UWorld::CleanupWorld for World_11, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:484][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:487][ 9]LogWorld: UWorld::CleanupWorld for World_9, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:487][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:489][ 9]LogWorld: UWorld::CleanupWorld for World_8, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:489][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:491][ 9]LogWorld: UWorld::CleanupWorld for World_18, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:491][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:495][ 9]LogWorld: UWorld::CleanupWorld for World_6, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:495][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:497][ 9]LogWorld: UWorld::CleanupWorld for World_4, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:497][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:499][ 9]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:499][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:501][ 9]LogWorld: UWorld::CleanupWorld for World_2, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:501][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:503][ 9]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:503][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:505][ 9]LogWorld: UWorld::CleanupWorld for World_15, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:505][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:508][ 9]LogWorld: UWorld::CleanupWorld for World_16, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.50.07:508][ 9]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.50.07:670][ 9]LogStudioTelemetry: Ended StudioTelemetry Session +[2025.04.02-15.50.07:673][ 9]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider +[2025.04.02-15.50.07:673][ 9]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session +[2025.04.02-15.50.07:673][ 9]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider +[2025.04.02-15.50.08:093][ 9]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... +[2025.04.02-15.50.08:093][ 9]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... +[2025.04.02-15.50.08:093][ 9]LogAudio: Display: Audio Device unregistered from world 'OpenWorld_01'. +[2025.04.02-15.50.08:093][ 9]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. +[2025.04.02-15.50.08:093][ 9]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.02-15.50.08:094][ 9]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.02-15.50.08:098][ 9]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 +[2025.04.02-15.50.08:098][ 9]LogAudio: Display: Audio Device Manager Shutdown +[2025.04.02-15.50.08:099][ 9]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.02-15.50.08:101][ 9]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 +[2025.04.02-15.50.08:101][ 9]LogExit: Preparing to exit. +[2025.04.02-15.50.08:125][ 9]LogUObjectHash: Compacting FUObjectHashTables data took 1.21ms +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.add_null_above_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.align_translation_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.align_translation_all' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.align_translation_x' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.align_translation_y' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.align_translation_z' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.align_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.align_scale' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.search_replace_name_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.search_replace_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.do_rename_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.do_rename_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.set_bone_reference_pose' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.import_ik_rig_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:130][ 9]LogPython: Display: Object '/Engine/PythonTypes.ControlOutputFormat' was externally referenced when shutting down Python. Forcibly releasing its Python resources! +[2025.04.02-15.50.08:549][ 9]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled +[2025.04.02-15.50.08:562][ 9]LogExit: Editor shut down +[2025.04.02-15.50.08:563][ 9]LogExit: Transaction tracking system shut down +[2025.04.02-15.50.08:835][ 9]LogExit: Object subsystem successfully closed. +[2025.04.02-15.50.08:946][ 9]LogShaderCompilers: Display: Shaders left to compile 0 +[2025.04.02-15.50.09:437][ 9]MemoryProfiler: Shutdown +[2025.04.02-15.50.09:438][ 9]NetworkingProfiler: Shutdown +[2025.04.02-15.50.09:438][ 9]LoadingProfiler: Shutdown +[2025.04.02-15.50.09:438][ 9]TimingProfiler: Shutdown +[2025.04.02-15.50.09:564][ 9]LogOpenImageDenoise: OIDN shutting down +[2025.04.02-15.50.09:799][ 9]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module +[2025.04.02-15.50.09:799][ 9]RenderDocPlugin: plugin has been unloaded. +[2025.04.02-15.50.09:809][ 9]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests: +[2025.04.02-15.50.09:809][ 9]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7BCFCF5DA1-4217-020F-8CBD-C9A583F5F18B%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.4.4-35576357%2B%2B%2BUE5%2BRelease-5.4&UserID=046a422842307c5389fcfb85fdde73f2%7Cd8a41001870d437292af770c7edf75b9%7Cfb76c1c7-d567-45aa-9d4b-8a81fa7e1fef&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing +[2025.04.02-15.50.09:814][ 9]LogXGEController: Cleaning working directory: C:/Users/Lore Natusol/AppData/Local/Temp/UnrealXGEWorkingDir/ +[2025.04.02-15.50.09:816][ 9]LogPakFile: Destroying PakPlatformFile +[2025.04.02-15.50.10:043][ 9]LogD3D12RHI: ~FD3D12DynamicRHI +[2025.04.02-15.50.10:097][ 9]LogExit: Exiting. +[2025.04.02-15.50.10:117][ 9]Log file closed, 04/02/25 09:50:10 diff --git a/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.03.28-12.50.49.log b/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.04.02-15.53.08.log similarity index 69% rename from Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.03.28-12.50.49.log rename to Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.04.02-15.53.08.log index da96830..155f741 100644 --- a/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.03.28-12.50.49.log +++ b/Elistria_Calling/Saved/Logs/Elistria_Calling-backup-2025.04.02-15.53.08.log @@ -1,4 +1,4 @@ -Log file open, 03/28/25 06:50:01 +Log file open, 04/02/25 09:51:22 LogWindows: Failed to load 'aqProf.dll' (GetLastError=126) LogWindows: File 'aqProf.dll' does not exist LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). @@ -6,7 +6,7 @@ LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126) LogWindows: File 'VtuneApi.dll' does not exist LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126) LogWindows: File 'VtuneApi32e.dll' does not exist -LogWindows: Started CrashReportClient (pid=1204) +LogWindows: Started CrashReportClient (pid=29164) LogWindows: Custom abort handler registered for crash reporting. LogInit: Display: Running engine for game: Elistria_Calling LogCore: UTS: Unreal Trace Server launched successfully @@ -26,173 +26,63 @@ LogCsvProfiler: Display: Metadata set : asan="0" LogCsvProfiler: Display: Metadata set : commandline="" "F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Elistria_Calling.uproject""" LogCsvProfiler: Display: Metadata set : loginid="046a422842307c5389fcfb85fdde73f2" LogCsvProfiler: Display: Metadata set : llm="0" -LogStats: Stats thread started at 0.265309 +LogStats: Stats thread started at 0.277539 LogICUInternationalization: ICU TimeZone Detection - Raw Offset: -7:00, Platform Override: '' LogInit: Session CrashGUID >==================================================== - Session CrashGUID > UECC-Windows-47068A284B0A917438D1F792C25884D0 + Session CrashGUID > UECC-Windows-8431419642D1F36427E9F2A51D0C3D38 Session CrashGUID >==================================================== LogConfig: No local boot hotfix file found at: [../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/PersistentDownloadDir/HotfixForNextBoot.txt] LogConfig: Display: Loading IOS ini files took 0.02 seconds +LogConfig: Display: Loading VulkanPC ini files took 0.02 seconds LogConfig: Display: Loading Android ini files took 0.02 seconds LogConfig: Display: Loading Mac ini files took 0.02 seconds -LogConfig: Display: Loading VulkanPC ini files took 0.02 seconds -LogConfig: Display: Loading Windows ini files took 0.03 seconds LogConfig: Display: Loading VisionOS ini files took 0.03 seconds -LogConfig: Display: Loading Unix ini files took 0.03 seconds LogConfig: Display: Loading TVOS ini files took 0.03 seconds -LogConfig: Display: Loading LinuxArm64 ini files took 0.03 seconds +LogConfig: Display: Loading Unix ini files took 0.03 seconds +LogConfig: Display: Loading Windows ini files took 0.03 seconds LogConfig: Display: Loading Linux ini files took 0.03 seconds -LogAssetRegistry: Display: Asset registry cache read as 26.8 MiB from ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_0.bin +LogConfig: Display: Loading LinuxArm64 ini files took 0.03 seconds +LogAssetRegistry: Display: Asset registry cache read as 41.0 MiB from ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_0.bin LogPluginManager: Mounting Engine plugin Bridge LogPluginManager: Mounting Engine plugin ChaosCloth LogPluginManager: Mounting Engine plugin ChaosVD LogPluginManager: Found config from plugin[ChaosVD] Engine -LogPluginManager: Mounting Engine plugin EnhancedInput -LogPluginManager: Found config from plugin[EnhancedInput] Input LogPluginManager: Mounting Engine plugin CmdLinkServer LogPluginManager: Mounting Engine plugin FastBuildController +LogPluginManager: Mounting Engine plugin EnhancedInput +LogPluginManager: Found config from plugin[EnhancedInput] Input LogPluginManager: Mounting Engine plugin MeshPainting LogPluginManager: Mounting Engine plugin RenderGraphInsights LogPluginManager: Mounting Engine plugin TraceUtilities LogPluginManager: Mounting Engine plugin WorldMetrics LogPluginManager: Mounting Engine plugin XGEController LogPluginManager: Mounting Engine plugin AISupport -LogPluginManager: Mounting Engine plugin AnimationModifierLibrary -LogPluginManager: Mounting Engine plugin ACLPlugin -LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis -LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor -LogPluginManager: Mounting Engine plugin AnimationData -LogPluginManager: Mounting Engine plugin ControlRigSpline -LogPluginManager: Mounting Engine plugin ControlRig -LogPluginManager: Mounting Engine plugin IKRig -LogPluginManager: Mounting Engine plugin ControlRigModules -LogPluginManager: Mounting Engine plugin MotionWarping -LogPluginManager: Mounting Engine plugin NiagaraSimCaching LogPluginManager: Mounting Engine plugin Niagara -LogPluginManager: Mounting Engine plugin InterchangeTests -LogPluginManager: Mounting Engine plugin AnimationSharing -LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess -LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess -LogPluginManager: Mounting Engine plugin DumpGPUServices -LogPluginManager: Mounting Engine plugin GitSourceControl -LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess -LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess -LogPluginManager: Mounting Engine plugin NullSourceCodeAccess -LogPluginManager: Mounting Engine plugin PerforceSourceControl -LogPluginManager: Mounting Engine plugin PixWinPlugin -LogPluginManager: Mounting Engine plugin PlasticSourceControl -LogPluginManager: Mounting Engine plugin PluginUtils -LogPluginManager: Mounting Engine plugin RenderDocPlugin -LogPluginManager: Mounting Engine plugin PropertyAccessNode -LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess -LogPluginManager: Mounting Engine plugin SubversionSourceControl -LogPluginManager: Mounting Engine plugin TraceDataFilters -LogPluginManager: Mounting Engine plugin TextureFormatOodle -LogPluginManager: Mounting Engine plugin UObjectPlugin -LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess -LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess -LogPluginManager: Mounting Engine plugin AssetManagerEditor -LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess -LogPluginManager: Mounting Engine plugin BlueprintHeaderView -LogPluginManager: Mounting Engine plugin ChangelistReview -LogPluginManager: Mounting Engine plugin CurveEditorTools -LogPluginManager: Mounting Engine plugin CryptoKeys -LogPluginManager: Mounting Engine plugin DataValidation -LogPluginManager: Mounting Engine plugin EditorDebugTools -LogPluginManager: Mounting Engine plugin EditorScriptingUtilities -LogPluginManager: Mounting Engine plugin EngineAssetDefinitions -LogPluginManager: Mounting Engine plugin FacialAnimation -LogPluginManager: Mounting Engine plugin GameplayTagsEditor -LogPluginManager: Mounting Engine plugin GeometryMode -LogPluginManager: Mounting Engine plugin MacGraphicsSwitching -LogPluginManager: Mounting Engine plugin MeshLODToolset -LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard -LogPluginManager: Mounting Engine plugin MaterialAnalyzer -LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode -LogPluginManager: Mounting Engine plugin PluginBrowser -LogPluginManager: Mounting Engine plugin ProxyLODPlugin -LogPluginManager: Mounting Engine plugin SequencerAnimTools -LogPluginManager: Mounting Engine plugin UVEditor -LogPluginManager: Mounting Engine plugin SpeedTreeImporter -LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities -LogPluginManager: Mounting Engine plugin DatasmithContent -LogPluginManager: Mounting Engine plugin GLTFExporter -LogPluginManager: Mounting Engine plugin VariantManager -LogPluginManager: Mounting Engine plugin VariantManagerContent -LogPluginManager: Mounting Engine plugin CameraShakePreviewer -LogPluginManager: Mounting Engine plugin InterchangeEditor -LogPluginManager: Mounting Engine plugin OodleNetwork -LogPluginManager: Mounting Engine plugin GameplayCameras -LogPluginManager: Mounting Engine plugin ActorSequence -LogPluginManager: Mounting Engine plugin Interchange -LogPluginManager: Mounting Engine plugin LevelSequenceEditor -LogPluginManager: Mounting Engine plugin UdpMessaging -LogPluginManager: Mounting Engine plugin SequencerScripting -LogPluginManager: Mounting Engine plugin TemplateSequence -LogPluginManager: Mounting Engine plugin TcpMessaging -LogPluginManager: Mounting Engine plugin AutomationUtils -LogPluginManager: Mounting Engine plugin BackChannel -LogPluginManager: Mounting Engine plugin ChaosCaching -LogPluginManager: Mounting Engine plugin ChaosEditor -LogPluginManager: Mounting Engine plugin ChaosNiagara -LogPluginManager: Mounting Engine plugin ChaosSolverPlugin -LogPluginManager: Mounting Engine plugin ChaosUserDataPT -LogPluginManager: Mounting Engine plugin CharacterAI -LogPluginManager: Mounting Engine plugin Dataflow -LogPluginManager: Mounting Engine plugin Fracture -LogPluginManager: Mounting Engine plugin FullBodyIK -LogPluginManager: Mounting Engine plugin GeometryFlow -LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin -LogPluginManager: Mounting Engine plugin LocalizableMessage -LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp -LogPluginManager: Mounting Engine plugin OpenImageDenoise -LogPluginManager: Mounting Engine plugin PlanarCut -LogPluginManager: Mounting Engine plugin PlatformCrypto -LogPluginManager: Mounting Engine plugin PythonScriptPlugin -LogPluginManager: Mounting Engine plugin SkeletalReduction -LogPluginManager: Mounting Engine plugin StructUtils -LogPluginManager: Mounting Engine plugin StudioTelemetry -LogPluginManager: Mounting Engine plugin ToolPresets -LogPluginManager: Mounting Engine plugin LauncherChunkInstaller -LogPluginManager: Mounting Engine plugin AndroidMedia -LogPluginManager: Mounting Engine plugin AvfMedia -LogPluginManager: Mounting Engine plugin ImgMedia -LogPluginManager: Mounting Engine plugin AlembicImporter -LogPluginManager: Mounting Engine plugin MediaCompositing -LogPluginManager: Mounting Engine plugin MediaPlate -LogPluginManager: Mounting Engine plugin MediaPlayerEditor -LogPluginManager: Mounting Engine plugin WebMMedia -LogPluginManager: Mounting Engine plugin WmfMedia -LogPluginManager: Mounting Engine plugin Takes -LogPluginManager: Mounting Engine plugin OnlineBase -LogPluginManager: Mounting Engine plugin OnlineServices -LogPluginManager: Mounting Engine plugin OnlineSubsystem -LogPluginManager: Mounting Engine plugin OnlineSubsystemNull -LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils LogPluginManager: Mounting Engine plugin ActorLayerUtilities -LogPluginManager: Mounting Engine plugin Paper2D +LogPluginManager: Mounting Engine plugin NiagaraSimCaching +LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector LogPluginManager: Mounting Engine plugin AndroidFileServer LogPluginManager: Mounting Engine plugin AndroidPermission -LogPluginManager: Mounting Engine plugin AndroidMoviePlayer -LogPluginManager: Mounting Engine plugin AppleImageUtils LogPluginManager: Mounting Engine plugin AppleMoviePlayer +LogPluginManager: Mounting Engine plugin AndroidMoviePlayer LogPluginManager: Mounting Engine plugin ArchVisCharacter -LogPluginManager: Mounting Engine plugin AudioCapture +LogPluginManager: Mounting Engine plugin AppleImageUtils LogPluginManager: Mounting Engine plugin AssetTags +LogPluginManager: Mounting Engine plugin AudioCapture +LogPluginManager: Mounting Engine plugin CableComponent LogPluginManager: Mounting Engine plugin AudioWidgets LogPluginManager: Mounting Engine plugin AudioSynesthesia -LogPluginManager: Mounting Engine plugin CableComponent LogPluginManager: Mounting Engine plugin ChunkDownloader LogPluginManager: Mounting Engine plugin CustomMeshComponent LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector LogPluginManager: Mounting Engine plugin GeometryCache LogPluginManager: Mounting Engine plugin GeometryProcessing -LogPluginManager: Mounting Engine plugin GooglePAD LogPluginManager: Mounting Engine plugin GoogleCloudMessaging -LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector +LogPluginManager: Mounting Engine plugin GooglePAD LogPluginManager: Mounting Engine plugin InputDebugging LogPluginManager: Found config from plugin[InputDebugging] Input +LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary LogPluginManager: Mounting Engine plugin MeshModelingToolset @@ -210,17 +100,130 @@ LogPluginManager: Mounting Engine plugin WaveTable LogPluginManager: Mounting Engine plugin WebMMoviePlayer LogPluginManager: Mounting Engine plugin WindowsMoviePlayer LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector -LogPluginManager: Mounting Engine plugin MetaHumanProjectUtilities -LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource -LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor -LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS +LogPluginManager: Mounting Engine plugin ACLPlugin +LogPluginManager: Mounting Engine plugin AnimationData +LogPluginManager: Mounting Engine plugin AnimationModifierLibrary +LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis +LogPluginManager: Mounting Engine plugin ControlRig +LogPluginManager: Mounting Engine plugin ControlRigModules +LogPluginManager: Mounting Engine plugin ControlRigSpline +LogPluginManager: Mounting Engine plugin IKRig +LogPluginManager: Mounting Engine plugin MotionWarping +LogPluginManager: Mounting Engine plugin AndroidMedia +LogPluginManager: Mounting Engine plugin AvfMedia +LogPluginManager: Mounting Engine plugin ImgMedia +LogPluginManager: Mounting Engine plugin MediaCompositing +LogPluginManager: Mounting Engine plugin MediaPlate +LogPluginManager: Mounting Engine plugin MediaPlayerEditor +LogPluginManager: Mounting Engine plugin WmfMedia +LogPluginManager: Mounting Engine plugin WebMMedia +LogPluginManager: Mounting Engine plugin AnimationSharing +LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess +LogPluginManager: Mounting Engine plugin OodleNetwork +LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess +LogPluginManager: Mounting Engine plugin DumpGPUServices +LogPluginManager: Mounting Engine plugin GitSourceControl +LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess +LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess +LogPluginManager: Mounting Engine plugin NullSourceCodeAccess +LogPluginManager: Mounting Engine plugin PixWinPlugin +LogPluginManager: Mounting Engine plugin PerforceSourceControl +LogPluginManager: Mounting Engine plugin PlasticSourceControl +LogPluginManager: Mounting Engine plugin PluginUtils +LogPluginManager: Mounting Engine plugin PropertyAccessNode +LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess +LogPluginManager: Mounting Engine plugin RenderDocPlugin +LogPluginManager: Mounting Engine plugin SubversionSourceControl +LogPluginManager: Mounting Engine plugin UObjectPlugin +LogPluginManager: Mounting Engine plugin TextureFormatOodle +LogPluginManager: Mounting Engine plugin TraceDataFilters +LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess +LogPluginManager: Mounting Engine plugin LevelSequenceEditor +LogPluginManager: Mounting Engine plugin ActorSequence +LogPluginManager: Mounting Engine plugin SequencerScripting +LogPluginManager: Mounting Engine plugin TemplateSequence +LogPluginManager: Mounting Engine plugin AssetManagerEditor +LogPluginManager: Mounting Engine plugin BlueprintHeaderView +LogPluginManager: Mounting Engine plugin BlueprintMaterialTextureNodes +LogPluginManager: Mounting Engine plugin ChangelistReview +LogPluginManager: Mounting Engine plugin CurveEditorTools +LogPluginManager: Mounting Engine plugin CryptoKeys +LogPluginManager: Mounting Engine plugin EditorDebugTools +LogPluginManager: Mounting Engine plugin DataValidation +LogPluginManager: Mounting Engine plugin EngineAssetDefinitions +LogPluginManager: Mounting Engine plugin EditorScriptingUtilities +LogPluginManager: Mounting Engine plugin GeometryMode +LogPluginManager: Mounting Engine plugin FacialAnimation +LogPluginManager: Mounting Engine plugin GameplayTagsEditor +LogPluginManager: Mounting Engine plugin MacGraphicsSwitching +LogPluginManager: Mounting Engine plugin MaterialAnalyzer +LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard +LogPluginManager: Mounting Engine plugin MeshLODToolset +LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode +LogPluginManager: Mounting Engine plugin PluginBrowser +LogPluginManager: Mounting Engine plugin ProxyLODPlugin +LogPluginManager: Mounting Engine plugin SequencerAnimTools +LogPluginManager: Mounting Engine plugin SpeedTreeImporter +LogPluginManager: Mounting Engine plugin UVEditor +LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities +LogPluginManager: Mounting Engine plugin OnlineBase +LogPluginManager: Mounting Engine plugin OnlineServices +LogPluginManager: Mounting Engine plugin OnlineSubsystem +LogPluginManager: Mounting Engine plugin OnlineSubsystemNull +LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils +LogPluginManager: Mounting Engine plugin CameraShakePreviewer +LogPluginManager: Mounting Engine plugin Interchange +LogPluginManager: Mounting Engine plugin GameplayCameras +LogPluginManager: Mounting Engine plugin DatasmithContent +LogPluginManager: Mounting Engine plugin GLTFExporter +LogPluginManager: Mounting Engine plugin InterchangeEditor +LogPluginManager: Mounting Engine plugin VariantManagerContent +LogPluginManager: Mounting Engine plugin VariantManager +LogPluginManager: Mounting Engine plugin InterchangeTests +LogPluginManager: Mounting Engine plugin AlembicImporter +LogPluginManager: Mounting Engine plugin Takes +LogPluginManager: Mounting Engine plugin TcpMessaging +LogPluginManager: Mounting Engine plugin LauncherChunkInstaller +LogPluginManager: Mounting Engine plugin Paper2D +LogPluginManager: Mounting Engine plugin UdpMessaging +LogPluginManager: Mounting Engine plugin AutomationUtils +LogPluginManager: Mounting Engine plugin BackChannel +LogPluginManager: Mounting Engine plugin ChaosCaching +LogPluginManager: Mounting Engine plugin ChaosEditor +LogPluginManager: Mounting Engine plugin ChaosUserDataPT +LogPluginManager: Mounting Engine plugin ChaosSolverPlugin +LogPluginManager: Mounting Engine plugin ChaosNiagara +LogPluginManager: Mounting Engine plugin CharacterAI +LogPluginManager: Mounting Engine plugin Dataflow +LogPluginManager: Mounting Engine plugin Fracture +LogPluginManager: Mounting Engine plugin FullBodyIK +LogPluginManager: Mounting Engine plugin GeometryFlow +LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin +LogPluginManager: Mounting Engine plugin Landmass +LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp +LogPluginManager: Mounting Engine plugin LocalizableMessage +LogPluginManager: Mounting Engine plugin OpenImageDenoise +LogPluginManager: Mounting Engine plugin PlanarCut +LogPluginManager: Mounting Engine plugin PlatformCrypto +LogPluginManager: Mounting Engine plugin PythonScriptPlugin +LogPluginManager: Mounting Engine plugin SkeletalReduction +LogPluginManager: Mounting Engine plugin StructUtils +LogPluginManager: Mounting Engine plugin ToolPresets +LogPluginManager: Mounting Engine plugin StudioTelemetry +LogPluginManager: Mounting Engine plugin Water LogPluginManager: Mounting Engine plugin LightMixer LogPluginManager: Mounting Engine plugin ObjectMixer -LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource -LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource -LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay +LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource +LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor +LogPluginManager: Mounting Engine plugin MetaHumanProjectUtilities +LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS LogPluginManager: Mounting Engine plugin XInputDevice +LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource SourceControl: Revision control is disabled SourceControl: Revision control is disabled SourceControl: Revision control is disabled @@ -229,9 +232,6 @@ LogWindows: File 'WinPixGpuCapturer.dll' does not exist PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. LogConfig: Applying CVar settings from Section [/Script/RenderDocPlugin.RenderDocPluginSettings] File [Engine] RenderDocPlugin: Display: RenderDoc plugin will not be loaded. Use '-AttachRenderDoc' on the cmd line or enable 'renderdoc.AutoAttach' in the plugin settings. -LogStudioTelemetry: Display: Starting StudioTelemetry Module -LogStudioTelemetry: Display: Created an analytics provider LogAnalytics from module AnalyticsLog configuration Engine [StudioTelemetry.Log] -LogStudioTelemetry: Started StudioTelemetry Session LogInit: Using libcurl 8.4.0 LogInit: - built for Windows LogInit: - supports SSL with OpenSSL/1.1.1t @@ -253,6 +253,9 @@ LogInit: CreateHttpThread using FCurlHttpThread LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467 LogOnline: OSS: Created online subsystem instance for: NULL LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +LogStudioTelemetry: Display: Starting StudioTelemetry Module +LogStudioTelemetry: Display: Created an analytics provider LogAnalytics from module AnalyticsLog configuration Engine [StudioTelemetry.Log] +LogStudioTelemetry: Started StudioTelemetry Session LogInit: ExecutableName: UnrealEditor.exe LogInit: Build: ++UE5+Release-5.4-CL-35576357 LogInit: Platform=WindowsEditor @@ -317,748 +320,867 @@ LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created LogConfig: Set CVar [[r.setres:1280x720]] LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created -LogConfig: CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] deferred - dummy variable created +LogConfig: Set CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created LogConfig: CVar [[r.Occlusion.SingleRHIThreadStall:1]] deferred - dummy variable created LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]] LogConfig: CVar [[D3D12.Bindless.ResourceDescriptorHeapSize:100000]] deferred - dummy variable created -[2025.03.28-12.50.02:078][ 0]LogConfig: CVar [[D3D12.Bindless.SamplerDescriptorHeapSize:2048]] deferred - dummy variable created -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[r.VSync:0]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] -[2025.03.28-12.50.02:078][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created -[2025.03.28-12.50.02:078][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] -[2025.03.28-12.50.02:078][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs:0]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[r.Mobile.EnableNoPrecomputedLightingCSMShader:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] -[2025.03.28-12.50.02:078][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] -[2025.03.28-12.50.02:078][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created -[2025.03.28-12.50.02:078][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created -[2025.03.28-12.50.02:078][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created -[2025.03.28-12.50.02:078][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] -[2025.03.28-12.50.02:078][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] -[2025.03.28-12.50.02:078][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created -[2025.03.28-12.50.02:078][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created -[2025.03.28-12.50.02:078][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] -[2025.03.28-12.50.02:078][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created -[2025.03.28-12.50.02:078][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created -[2025.03.28-12.50.02:078][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created -[2025.03.28-12.50.02:078][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created -[2025.03.28-12.50.02:078][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created -[2025.03.28-12.50.02:078][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created -[2025.03.28-12.50.02:079][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created -[2025.03.28-12.50.02:085][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] -[2025.03.28-12.50.02:085][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.AOQuality:2]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.DetailMode:3]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: CVar [[fx.Niagara.QualityLevel:3]] deferred - dummy variable created -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] -[2025.03.28-12.50.02:086][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] -[2025.03.28-12.50.02:088][ 0]LogRHI: Using Default RHI: D3D12 -[2025.03.28-12.50.02:088][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 -[2025.03.28-12.50.02:088][ 0]LogRHI: Loading RHI module D3D12RHI -[2025.03.28-12.50.02:094][ 0]LogD3D12RHI: Aftermath initialized -[2025.03.28-12.50.02:094][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). -[2025.03.28-12.50.02:094][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. -[2025.03.28-12.50.02:284][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 4070 Ti SUPER (VendorId: 10de, DeviceId: 2689, SubSysId: 89b91043, Revision: 00a1 -[2025.03.28-12.50.02:284][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported -[2025.03.28-12.50.02:284][ 0]LogD3D12RHI: Adapter has 16063MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 3 output[s] -[2025.03.28-12.50.02:285][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) -[2025.03.28-12.50.02:285][ 0]LogD3D12RHI: Driver Date: 12-3-2024 -[2025.03.28-12.50.02:307][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 -[2025.03.28-12.50.02:307][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported -[2025.03.28-12.50.02:307][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 0 output[s] -[2025.03.28-12.50.02:307][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. -[2025.03.28-12.50.02:307][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 -[2025.03.28-12.50.02:307][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. -[2025.03.28-12.50.02:307][ 0]LogInit: Selected Device Profile: [WindowsEditor] -[2025.03.28-12.50.02:307][ 0]LogHAL: Display: Platform has ~ 64 GB [68641247232 / 68719476736 / 64], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) -[2025.03.28-12.50.02:307][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] -[2025.03.28-12.50.02:307][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] -[2025.03.28-12.50.02:307][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] -[2025.03.28-12.50.02:308][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] -[2025.03.28-12.50.02:308][ 0]LogConfig: Set CVar [[r.Shaders.WarningsAsErrors:0 ;; 0: off, 1: global shaders, 2: all]] -[2025.03.28-12.50.02:308][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] -[2025.03.28-12.50.02:308][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] -[2025.03.28-12.50.02:308][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] -[2025.03.28-12.50.02:308][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] -[2025.03.28-12.50.02:308][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] -[2025.03.28-12.50.02:308][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Config/WindowsEditor/Editor.ini] -[2025.03.28-12.50.02:308][ 0]LogInit: Computer: DESKTOP-KTQTHKD -[2025.03.28-12.50.02:308][ 0]LogInit: User: LoreNatusol -[2025.03.28-12.50.02:308][ 0]LogInit: CPU Page size=4096, Cores=12 -[2025.03.28-12.50.02:308][ 0]LogInit: High frequency timer resolution =10.000000 MHz -[2025.03.28-12.50.02:703][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits -[2025.03.28-12.50.02:703][ 0]LogMemory: Memory total: Physical=63.9GB (64GB approx) Virtual=73.4GB -[2025.03.28-12.50.02:703][ 0]LogMemory: Platform Memory Stats for WindowsEditor -[2025.03.28-12.50.02:703][ 0]LogMemory: Process Physical Memory: 536.74 MB used, 550.12 MB peak -[2025.03.28-12.50.02:703][ 0]LogMemory: Process Virtual Memory: 556.53 MB used, 556.53 MB peak -[2025.03.28-12.50.02:703][ 0]LogMemory: Physical Memory: 17656.12 MB used, 47805.27 MB free, 65461.39 MB total -[2025.03.28-12.50.02:703][ 0]LogMemory: Virtual Memory: 22950.75 MB used, 52238.65 MB free, 75189.39 MB total -[2025.03.28-12.50.02:703][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" -[2025.03.28-12.50.02:706][ 0]LogWindows: WindowsPlatformFeatures enabled -[2025.03.28-12.50.02:712][ 0]LogInit: Physics initialised using underlying interface: Chaos -[2025.03.28-12.50.02:712][ 0]LogInit: Using OS detected language (en-US). -[2025.03.28-12.50.02:712][ 0]LogInit: Using OS detected locale (en-US). -[2025.03.28-12.50.02:715][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. -[2025.03.28-12.50.02:715][ 0]LogInit: Setting process to per monitor DPI aware -[2025.03.28-12.50.02:944][ 0]LogWindowsTextInputMethodSystem: Available input methods: -[2025.03.28-12.50.02:944][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). -[2025.03.28-12.50.02:944][ 0]LogWindowsTextInputMethodSystem: - English (United States) - Touch Input Correction (TSF IME). -[2025.03.28-12.50.02:945][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). -[2025.03.28-12.50.02:965][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 -[2025.03.28-12.50.02:965][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 -[2025.03.28-12.50.03:092][ 0]LogRHI: Using Default RHI: D3D12 -[2025.03.28-12.50.03:092][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 -[2025.03.28-12.50.03:092][ 0]LogRHI: Loading RHI module D3D12RHI -[2025.03.28-12.50.03:092][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. -[2025.03.28-12.50.03:092][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. -[2025.03.28-12.50.03:092][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 -[2025.03.28-12.50.03:092][ 0]LogWindows: Attached monitors: -[2025.03.28-12.50.03:092][ 0]LogWindows: resolution: 1920x1080, work area: (2560, 457) -> (4480, 1497), device: '\\.\DISPLAY1' -[2025.03.28-12.50.03:092][ 0]LogWindows: resolution: 2560x1440, work area: (-2560, 629) -> (0, 2019), device: '\\.\DISPLAY2' -[2025.03.28-12.50.03:092][ 0]LogWindows: resolution: 2560x1440, work area: (0, 0) -> (2560, 1400), device: '\\.\DISPLAY3' [PRIMARY] -[2025.03.28-12.50.03:092][ 0]LogWindows: Found 3 attached monitors. -[2025.03.28-12.50.03:092][ 0]LogWindows: Gathering driver information using Windows Setup API -[2025.03.28-12.50.03:092][ 0]LogRHI: RHI Adapter Info: -[2025.03.28-12.50.03:092][ 0]LogRHI: Name: NVIDIA GeForce RTX 4070 Ti SUPER -[2025.03.28-12.50.03:092][ 0]LogRHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) -[2025.03.28-12.50.03:092][ 0]LogRHI: Driver Date: 12-3-2024 -[2025.03.28-12.50.03:092][ 0]LogD3D12RHI: GPU DeviceId: 0x2689 (for the marketing name, search the web for "GPU Device Id") -[2025.03.28-12.50.03:092][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off -[2025.03.28-12.50.03:097][ 0]LogD3D12RHI: [Aftermath] Aftermath crash dumping enabled -[2025.03.28-12.50.03:097][ 0]LogD3D12RHI: [DRED] Dred breadcrumb context enabled -[2025.03.28-12.50.03:097][ 0]LogD3D12RHI: [DRED] Using lightweight DRED. -[2025.03.28-12.50.03:097][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: [Aftermath] Aftermath enabled and primed -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: [Aftermath] Aftermath resource tracking enabled -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: ID3D12Device1 is supported. -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: ID3D12Device2 is supported. -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: ID3D12Device3 is supported. -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: ID3D12Device4 is supported. -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: ID3D12Device5 is supported. -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: ID3D12Device6 is supported. -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: ID3D12Device7 is supported. -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: ID3D12Device8 is supported. -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: ID3D12Device9 is supported. -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: ID3D12Device10 is supported. -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: ID3D12Device11 is supported. -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: ID3D12Device12 is supported. -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: Bindless resources are supported -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: Raster order views are supported -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported -[2025.03.28-12.50.03:193][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported -[2025.03.28-12.50.03:239][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (3D) -[2025.03.28-12.50.03:239][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Copy) -[2025.03.28-12.50.03:240][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Compute) -[2025.03.28-12.50.03:254][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 -[2025.03.28-12.50.03:254][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 -[2025.03.28-12.50.03:255][ 0]LogRHI: Texture pool is 9635 MB (70% of 13765 MB) -[2025.03.28-12.50.03:255][ 0]LogD3D12RHI: Async texture creation enabled -[2025.03.28-12.50.03:255][ 0]LogD3D12RHI: RHI has support for 64 bit atomics -[2025.03.28-12.50.03:262][ 0]LogVRS: Current RHI supports Variable Rate Shading -[2025.03.28-12.50.03:264][ 0]LogInit: Initializing FReadOnlyCVARCache -[2025.03.28-12.50.03:270][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all' -[2025.03.28-12.50.03:270][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all" ] -[2025.03.28-12.50.03:290][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC -[2025.03.28-12.50.03:290][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT -[2025.03.28-12.50.03:290][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 -[2025.03.28-12.50.03:290][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp -[2025.03.28-12.50.03:290][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed -[2025.03.28-12.50.03:290][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 -[2025.03.28-12.50.03:290][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll -[2025.03.28-12.50.03:290][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll -[2025.03.28-12.50.03:291][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle -[2025.03.28-12.50.03:307][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' -[2025.03.28-12.50.03:307][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' -[2025.03.28-12.50.03:307][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' -[2025.03.28-12.50.03:307][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' -[2025.03.28-12.50.03:307][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' -[2025.03.28-12.50.03:307][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' -[2025.03.28-12.50.03:307][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' -[2025.03.28-12.50.03:307][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' -[2025.03.28-12.50.03:307][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' -[2025.03.28-12.50.03:307][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' -[2025.03.28-12.50.03:310][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' -[2025.03.28-12.50.03:310][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' -[2025.03.28-12.50.03:312][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' -[2025.03.28-12.50.03:312][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' -[2025.03.28-12.50.03:312][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' -[2025.03.28-12.50.03:312][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' -[2025.03.28-12.50.03:314][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' -[2025.03.28-12.50.03:314][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' -[2025.03.28-12.50.03:314][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' -[2025.03.28-12.50.03:317][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' -[2025.03.28-12.50.03:317][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' -[2025.03.28-12.50.03:317][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' -[2025.03.28-12.50.03:317][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' -[2025.03.28-12.50.03:319][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' -[2025.03.28-12.50.03:319][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' -[2025.03.28-12.50.03:323][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' -[2025.03.28-12.50.03:323][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' -[2025.03.28-12.50.03:323][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' -[2025.03.28-12.50.03:323][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' -[2025.03.28-12.50.03:323][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor -[2025.03.28-12.50.03:331][ 0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. -[2025.03.28-12.50.03:366][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: SF_METAL -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: SF_METAL_MRT -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: SF_METAL_TVOS -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: SF_METAL_SM5 -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: SF_METAL_SM6 -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: SF_METAL_SIM -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: PCD3D_SM6 -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: PCD3D_SM5 -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: PCD3D_ES31 -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: GLSL_150_ES31 -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: VVM_1_0 -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID -[2025.03.28-12.50.03:369][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 -[2025.03.28-12.50.03:369][ 0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0). -[2025.03.28-12.50.03:371][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB -[2025.03.28-12.50.03:371][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/DDC.ddp not found, will not use a pak cache. -[2025.03.28-12.50.03:371][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. -[2025.03.28-12.50.03:371][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. -[2025.03.28-12.50.03:371][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. -[2025.03.28-12.50.03:398][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2464 MiB) -[2025.03.28-12.50.03:398][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. -[2025.03.28-12.50.03:398][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. -[2025.03.28-12.50.03:399][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data -[2025.03.28-12.50.03:399][ 0]LogZenServiceInstance: InTree version at 'F:/UE_5.4/Engine/Binaries/Win64/zenserver.exe' is '5.4.5-202405102234-windows-x64-release-373e58b' -[2025.03.28-12.50.03:399][ 0]LogZenServiceInstance: Installed version at 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' -[2025.03.28-12.50.03:400][ 0]LogZenServiceInstance: No current process using the data dir found, launching a new instance -[2025.03.28-12.50.03:400][ 0]LogZenServiceInstance: Display: Launching executable 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe', working dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install', data dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data', args '--port 8558 --data-dir "C:\Users\Lore Natusol\AppData\Local\UnrealEngine\Common\Zen\Data" --http asio --gc-cache-duration-seconds 1209600 --gc-interval-seconds 21600 --gc-low-diskspace-threshold 2147483648 --http-forceloopback --quiet --owner-pid 17108' -[2025.03.28-12.50.03:488][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. -[2025.03.28-12.50.03:489][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. -[2025.03.28-12.50.03:495][ 0]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds. -[2025.03.28-12.50.03:496][ 0]LogDerivedDataCache: Display: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.05ms. RandomReadSpeed=972.78MBs, RandomWriteSpeed=208.99MBs. Assigned SpeedClass 'Local' -[2025.03.28-12.50.03:496][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly -[2025.03.28-12.50.03:496][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' -[2025.03.28-12.50.03:496][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. -[2025.03.28-12.50.03:496][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. -[2025.03.28-12.50.03:496][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. -[2025.03.28-12.50.03:496][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' -[2025.03.28-12.50.03:496][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. -[2025.03.28-12.50.03:497][ 0]LogShaderCompilers: Guid format shader working directory is -11 characters bigger than the processId version (../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/Shaders/WorkingDirectory/17108/). -[2025.03.28-12.50.03:497][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Lore Natusol/AppData/Local/Temp/UnrealShaderWorkingDir/35C243054175EAA7BAF4D89A2B9B540D/'. -[2025.03.28-12.50.03:497][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. -[2025.03.28-12.50.03:497][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers. -[2025.03.28-12.50.03:498][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush -[2025.03.28-12.50.03:499][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. -[2025.03.28-12.50.04:111][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 -[2025.03.28-12.50.05:032][ 0]LogSlate: Using FreeType 2.10.0 -[2025.03.28-12.50.05:033][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 -[2025.03.28-12.50.05:034][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. -[2025.03.28-12.50.05:034][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png -[2025.03.28-12.50.05:035][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. -[2025.03.28-12.50.05:035][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png -[2025.03.28-12.50.05:035][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. -[2025.03.28-12.50.05:035][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png -[2025.03.28-12.50.05:050][ 0]LogAssetRegistry: FAssetRegistry took 0.0016 seconds to start up -[2025.03.28-12.50.05:052][ 0]LogEditorDomain: Display: EditorDomain is Disabled -[2025.03.28-12.50.05:055][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin. -[2025.03.28-12.50.05:202][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). -[2025.03.28-12.50.05:202][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal -[2025.03.28-12.50.05:202][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled -[2025.03.28-12.50.05:204][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. -[2025.03.28-12.50.05:204][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. -[2025.03.28-12.50.05:224][ 0]LogDeviceProfileManager: Active device profile: [0000069461EF4C00][000006945F1A5000 66] WindowsEditor -[2025.03.28-12.50.05:224][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" -[2025.03.28-12.50.05:225][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush -[2025.03.28-12.50.05:225][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. -[2025.03.28-12.50.05:225][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.18362.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.22621.0, Allowed_AutoSdk=10.0.19041.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists") -[2025.03.28-12.50.05:227][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD' -[2025.03.28-12.50.05:227][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD" -nocompile -nocompileuat ] -[2025.03.28-12.50.05:322][ 0]LogMaterial: Display: WorldGridMaterial-SM6-Default: MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378BB459A7F0DBAC5232AC3C6813D7A1C9C1E037A6F_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_TDepthOnlyVS0_0_03809D327566D79B7D003D609F3FFBC28CB24CA5DBE22A860DB786AA9A7DE7C711953CC3F484404A4_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_FTranslucentLightingInjectPS0_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS1_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS2_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS3_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS4_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS5_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS6_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS7_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS8_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS9_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS10_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS11_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS12_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS13_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS14_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS15_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS16_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS17_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS18_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS19_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS20_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS21_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS22_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS23_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS24_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS25_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS26_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS27_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS28_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS29_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS30_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS31_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TShadowDepthVSVertexShadowDepth_PerspectiveCorrectPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3786F63A2867FA005A1D9974353C1F05C64FB02CAA1_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_TShadowDepthVSVertexShadowDepth_VirtualShadowMapPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37854CCF0F0329BEB98E3834B9B0E1CAAB6B4587848_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TShadowDepthVSVertexShadowDepth_OnePassPointLightPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3784449D1779A17BA029521B676974C013CAD4F1D63_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_DepthPosOnlyNoPixelPipeline3809D327566D79B7D003D609F3FFBC28CB24CA5D_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FGPUSpriteVertexFactory245FB466A2A94E1A1436B691BFD0A7AD3AAB15226F4AA5ED14228FB7E8DA60EA4B587BD3239FAD94B9CA513CCBA4F1E3AF7D9556DD0F2FF45E951E1A_FNiagaraRibbonVertexFactoryD19292AE439B9BA2AF405539D8C979D72ADDB9DAA5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966DE03DD13CEAD2D60503F2AAC85D4762994EF4025A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966_TGPUSkinAPEXClothVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FParticleSpriteVertexFactory50F1F3C21861C59B390701CCEFB63753852D229FF99E1B0FB635933CEEAC41CF9441DF5EA4A994CA9DAE5A7C55936FD50BC3B20BD063C1832A4D4247_TGPUSkinVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_FVectorFieldVisualizationVertexFactory36404C380DD96CD0872E9BBEDDFAD1A6E72AA01DCC854D8E74FEAEF90804D69AF6B78BD07A141ACC_FNiagaraMeshVertexFactoryF3FBD77A8F4B4A38338B697D58BDAC7AB8D5B27C4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9571BD81B2CBA1F364F28A837532353718EB814537B4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9574B3A20E0CA93D5CA5A60C16EF2EB14EA073FC957_FParticleBeamTrailVertexFactory9B4864381849C227417F59C2CD595ADF65DE8972378BBDDEC2CEAC35A309C357B38D702E7981D5D3_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_TGPUSkinVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_TGPUSkinAPEXClothVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FGeometryCollectionVertexFactory74DF12C20858E13A6E65317951D0E79E184025DB49D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC41_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FMeshParticleVertexFactory8E5462CD108F3ACF9C2D93B79DB64B3906833D1AF773920348F231C490A74B1A551F8CE3ABF04791_FInstancedStaticMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869739A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD_FSplineMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B3218697A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965_FLocalVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869781418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FNiagaraSpriteVertexFactoryACB1629DF3CA3124277348B8C5E6DFA8BCE4390C5957CFEE095AEFFBA7F83F09F020F15CF6555718EFF166204144512228FF7A163011544EEF3FD2265957CFEE095AEFFBA7F83F09F020F15CF65557185957CFEE095AEFFBA7F83F09F020F15CF6555718_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FGeometryCacheVertexVertexFactory74ADC0A3F4354AA5B6F6B8CDE88F0843E005C5DD76143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCESPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_2c57d0a836509d36c7c166415bfeb15e0ef573dcd9b4603cf1538f7314f9243dSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_54a1312cf73db2c90c5ed5f36724cf7f386b575e0cdac7da6333551840860f28SPM_b902cb58365a597ab0b6fe8cf87ae04d551e6747d32c37d928b8157fd3eba5c0SPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_36d1d796bf3fb73ccd892afb1b779f503d696f05fd480468b72f5ef66020825cSPM_83dbf399e330e02ba06c94ef9626063f802e7dad4acecf70bd8dc6046d1c22bbSPM_4a9d07239f86cc5310d60e8af0f25edf06a7d9ea4a2cac6d8cec6a1602c017a9SPM_16580fe885dc965c263d5eaad54b525a074fe46b65804a2a9a8eeb6c60d81eccSPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_1abdcf528b27ee15ea112606f7deb0e2bf1615c76e72788521d73027ce1f58d5SPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_44cfd7856989e0d50b86ae467107f8cb1927d4c4ac69e4400cc83861f7c2587fSPM_5ba0c5b7c5677cfc80f9c206abf3f2281b0c59cf7534bc2c0c3040647bc959d3SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_35ddf07c29b7ba174b82f284a0659e75175dffbdb1e5bcfbb8be87ef8e1351f9SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_2379ae40c9a93d1354f571759773506590e9bd6d2be3b959dc2ab0dca7e60fe4SPM_f6481c86c24d5e8e86b711ed96952ba756b1b40357dd9cadb41c22ae0d52834bSPM_a2ca952d5d0c16a12b0eca91df068d9ce926000b17be062f97ba31ac64039a67SPM_e99122b96c86762ba069e73393d36dd9e7886cd1e40a4c23c10949dc4144ff77SPM_c4fd33b245ca554105394a55a3b11ebe5ab14de075817620e79925a15f1d4e79SPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_98e11b36ef3d6e4dc166bfc6020842cb5ad6481ef73003a086fd4cdf34885068SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_db11416980d7f513dc0e1e08a8df85b346a02b99b3dfcc1a6c49176898f046c7SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; +LogConfig: CVar [[D3D12.Bindless.SamplerDescriptorHeapSize:2048]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[r.VSync:0]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs:0]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[r.Mobile.EnableNoPrecomputedLightingCSMShader:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] +[2025.04.02-15.51.22:650][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] +[2025.04.02-15.51.22:650][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created +[2025.04.02-15.51.22:650][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created +[2025.04.02-15.51.22:657][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.AOQuality:2]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] +[2025.04.02-15.51.22:657][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] +[2025.04.02-15.51.22:657][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.DetailMode:3]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[fx.Niagara.QualityLevel:3]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] +[2025.04.02-15.51.22:658][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] +[2025.04.02-15.51.22:660][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.02-15.51.22:660][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.02-15.51.22:660][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.02-15.51.22:666][ 0]LogD3D12RHI: Aftermath initialized +[2025.04.02-15.51.22:666][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +[2025.04.02-15.51.22:666][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.02-15.51.22:879][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 4070 Ti SUPER (VendorId: 10de, DeviceId: 2689, SubSysId: 89b91043, Revision: 00a1 +[2025.04.02-15.51.22:879][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported +[2025.04.02-15.51.22:879][ 0]LogD3D12RHI: Adapter has 16063MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 3 output[s] +[2025.04.02-15.51.22:879][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.02-15.51.22:879][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.04.02-15.51.22:884][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 +[2025.04.02-15.51.22:884][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported +[2025.04.02-15.51.22:884][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 0 output[s] +[2025.04.02-15.51.22:884][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. +[2025.04.02-15.51.22:884][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 +[2025.04.02-15.51.22:884][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.02-15.51.22:884][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.04.02-15.51.22:884][ 0]LogHAL: Display: Platform has ~ 64 GB [68641247232 / 68719476736 / 64], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) +[2025.04.02-15.51.22:884][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] +[2025.04.02-15.51.22:884][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-15.51.22:884][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.02-15.51.22:884][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] +[2025.04.02-15.51.22:884][ 0]LogConfig: Set CVar [[r.Shaders.WarningsAsErrors:0 ;; 0: off, 1: global shaders, 2: all]] +[2025.04.02-15.51.22:884][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] +[2025.04.02-15.51.22:884][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] +[2025.04.02-15.51.22:884][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.02-15.51.22:884][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] +[2025.04.02-15.51.22:884][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] +[2025.04.02-15.51.22:884][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Config/WindowsEditor/Editor.ini] +[2025.04.02-15.51.22:884][ 0]LogInit: Computer: DESKTOP-KTQTHKD +[2025.04.02-15.51.22:884][ 0]LogInit: User: LoreNatusol +[2025.04.02-15.51.22:884][ 0]LogInit: CPU Page size=4096, Cores=12 +[2025.04.02-15.51.22:884][ 0]LogInit: High frequency timer resolution =10.000000 MHz +[2025.04.02-15.51.23:267][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits +[2025.04.02-15.51.23:267][ 0]LogMemory: Memory total: Physical=63.9GB (64GB approx) Virtual=73.4GB +[2025.04.02-15.51.23:267][ 0]LogMemory: Platform Memory Stats for WindowsEditor +[2025.04.02-15.51.23:267][ 0]LogMemory: Process Physical Memory: 557.76 MB used, 572.10 MB peak +[2025.04.02-15.51.23:267][ 0]LogMemory: Process Virtual Memory: 570.89 MB used, 570.89 MB peak +[2025.04.02-15.51.23:267][ 0]LogMemory: Physical Memory: 19148.80 MB used, 46312.60 MB free, 65461.39 MB total +[2025.04.02-15.51.23:267][ 0]LogMemory: Virtual Memory: 32212.70 MB used, 42976.70 MB free, 75189.39 MB total +[2025.04.02-15.51.23:267][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" +[2025.04.02-15.51.23:270][ 0]LogWindows: WindowsPlatformFeatures enabled +[2025.04.02-15.51.23:276][ 0]LogInit: Physics initialised using underlying interface: Chaos +[2025.04.02-15.51.23:279][ 0]LogInit: Using OS detected language (en-US). +[2025.04.02-15.51.23:279][ 0]LogInit: Using OS detected locale (en-US). +[2025.04.02-15.51.23:282][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. +[2025.04.02-15.51.23:282][ 0]LogInit: Setting process to per monitor DPI aware +[2025.04.02-15.51.23:498][ 0]LogWindowsTextInputMethodSystem: Available input methods: +[2025.04.02-15.51.23:498][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). +[2025.04.02-15.51.23:498][ 0]LogWindowsTextInputMethodSystem: - English (United States) - Touch Input Correction (TSF IME). +[2025.04.02-15.51.23:499][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.02-15.51.23:523][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 +[2025.04.02-15.51.23:523][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 +[2025.04.02-15.51.23:655][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.02-15.51.23:655][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.02-15.51.23:655][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.02-15.51.23:655][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.02-15.51.23:655][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.02-15.51.23:655][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 +[2025.04.02-15.51.23:656][ 0]LogWindows: Attached monitors: +[2025.04.02-15.51.23:656][ 0]LogWindows: resolution: 1920x1080, work area: (2560, 457) -> (4480, 1497), device: '\\.\DISPLAY1' +[2025.04.02-15.51.23:656][ 0]LogWindows: resolution: 2560x1440, work area: (-2560, 629) -> (0, 2019), device: '\\.\DISPLAY2' +[2025.04.02-15.51.23:656][ 0]LogWindows: resolution: 2560x1440, work area: (0, 0) -> (2560, 1400), device: '\\.\DISPLAY3' [PRIMARY] +[2025.04.02-15.51.23:656][ 0]LogWindows: Found 3 attached monitors. +[2025.04.02-15.51.23:656][ 0]LogWindows: Gathering driver information using Windows Setup API +[2025.04.02-15.51.23:656][ 0]LogRHI: RHI Adapter Info: +[2025.04.02-15.51.23:656][ 0]LogRHI: Name: NVIDIA GeForce RTX 4070 Ti SUPER +[2025.04.02-15.51.23:656][ 0]LogRHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.02-15.51.23:656][ 0]LogRHI: Driver Date: 12-3-2024 +[2025.04.02-15.51.23:656][ 0]LogD3D12RHI: GPU DeviceId: 0x2689 (for the marketing name, search the web for "GPU Device Id") +[2025.04.02-15.51.23:656][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off +[2025.04.02-15.51.23:661][ 0]LogD3D12RHI: [Aftermath] Aftermath crash dumping enabled +[2025.04.02-15.51.23:661][ 0]LogD3D12RHI: [DRED] Dred breadcrumb context enabled +[2025.04.02-15.51.23:661][ 0]LogD3D12RHI: [DRED] Using lightweight DRED. +[2025.04.02-15.51.23:661][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: [Aftermath] Aftermath enabled and primed +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: [Aftermath] Aftermath resource tracking enabled +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: ID3D12Device1 is supported. +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: ID3D12Device2 is supported. +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: ID3D12Device3 is supported. +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: ID3D12Device4 is supported. +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: ID3D12Device5 is supported. +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: ID3D12Device6 is supported. +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: ID3D12Device7 is supported. +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: ID3D12Device8 is supported. +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: ID3D12Device9 is supported. +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: ID3D12Device10 is supported. +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: ID3D12Device11 is supported. +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: ID3D12Device12 is supported. +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: Bindless resources are supported +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: Raster order views are supported +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported +[2025.04.02-15.51.23:770][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported +[2025.04.02-15.51.23:863][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (3D) +[2025.04.02-15.51.23:864][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Copy) +[2025.04.02-15.51.23:864][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Compute) +[2025.04.02-15.51.23:876][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 +[2025.04.02-15.51.23:876][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 +[2025.04.02-15.51.23:877][ 0]LogRHI: Texture pool is 9635 MB (70% of 13765 MB) +[2025.04.02-15.51.23:877][ 0]LogD3D12RHI: Async texture creation enabled +[2025.04.02-15.51.23:877][ 0]LogD3D12RHI: RHI has support for 64 bit atomics +[2025.04.02-15.51.23:885][ 0]LogVRS: Current RHI supports Variable Rate Shading +[2025.04.02-15.51.23:887][ 0]LogInit: Initializing FReadOnlyCVARCache +[2025.04.02-15.51.23:893][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all' +[2025.04.02-15.51.23:893][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all" ] +[2025.04.02-15.51.23:916][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC +[2025.04.02-15.51.23:916][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT +[2025.04.02-15.51.23:916][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 +[2025.04.02-15.51.23:916][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp +[2025.04.02-15.51.23:916][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed +[2025.04.02-15.51.23:916][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 +[2025.04.02-15.51.23:916][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll +[2025.04.02-15.51.23:916][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll +[2025.04.02-15.51.23:917][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle +[2025.04.02-15.51.23:935][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' +[2025.04.02-15.51.23:935][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' +[2025.04.02-15.51.23:935][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' +[2025.04.02-15.51.23:935][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' +[2025.04.02-15.51.23:935][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' +[2025.04.02-15.51.23:935][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' +[2025.04.02-15.51.23:935][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' +[2025.04.02-15.51.23:935][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' +[2025.04.02-15.51.23:935][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' +[2025.04.02-15.51.23:935][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' +[2025.04.02-15.51.23:940][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' +[2025.04.02-15.51.23:940][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' +[2025.04.02-15.51.23:944][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' +[2025.04.02-15.51.23:944][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' +[2025.04.02-15.51.23:944][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' +[2025.04.02-15.51.23:944][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' +[2025.04.02-15.51.23:947][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' +[2025.04.02-15.51.23:947][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' +[2025.04.02-15.51.23:947][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' +[2025.04.02-15.51.23:950][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' +[2025.04.02-15.51.23:950][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' +[2025.04.02-15.51.23:950][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' +[2025.04.02-15.51.23:950][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' +[2025.04.02-15.51.23:952][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' +[2025.04.02-15.51.23:952][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' +[2025.04.02-15.51.23:958][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' +[2025.04.02-15.51.23:958][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' +[2025.04.02-15.51.23:958][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' +[2025.04.02-15.51.23:958][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' +[2025.04.02-15.51.23:958][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor +[2025.04.02-15.51.23:967][ 0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. +[2025.04.02-15.51.24:007][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: SF_METAL +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: SF_METAL_MRT +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: SF_METAL_TVOS +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: SF_METAL_SM5 +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: SF_METAL_SM6 +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: SF_METAL_SIM +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: PCD3D_SM6 +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: PCD3D_SM5 +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: PCD3D_ES31 +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: GLSL_150_ES31 +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: VVM_1_0 +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID +[2025.04.02-15.51.24:010][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 +[2025.04.02-15.51.24:011][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID +[2025.04.02-15.51.24:011][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 +[2025.04.02-15.51.24:011][ 0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0). +[2025.04.02-15.51.24:013][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB +[2025.04.02-15.51.24:013][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/DDC.ddp not found, will not use a pak cache. +[2025.04.02-15.51.24:013][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. +[2025.04.02-15.51.24:013][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.02-15.51.24:013][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. +[2025.04.02-15.51.24:044][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2464 MiB) +[2025.04.02-15.51.24:044][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.02-15.51.24:044][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. +[2025.04.02-15.51.24:045][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data +[2025.04.02-15.51.24:046][ 0]LogZenServiceInstance: InTree version at 'F:/UE_5.4/Engine/Binaries/Win64/zenserver.exe' is '5.4.5-202405102234-windows-x64-release-373e58b' +[2025.04.02-15.51.24:046][ 0]LogZenServiceInstance: Installed version at 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' +[2025.04.02-15.51.24:046][ 0]LogZenServiceInstance: No current process using the data dir found, launching a new instance +[2025.04.02-15.51.24:046][ 0]LogZenServiceInstance: Display: Launching executable 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe', working dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install', data dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data', args '--port 8558 --data-dir "C:\Users\Lore Natusol\AppData\Local\UnrealEngine\Common\Zen\Data" --http asio --gc-cache-duration-seconds 1209600 --gc-interval-seconds 21600 --gc-low-diskspace-threshold 2147483648 --http-forceloopback --quiet --owner-pid 27260' +[2025.04.02-15.51.24:143][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. +[2025.04.02-15.51.24:145][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. +[2025.04.02-15.51.24:151][ 0]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds. +[2025.04.02-15.51.24:151][ 0]LogDerivedDataCache: Display: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.05ms. RandomReadSpeed=1029.44MBs, RandomWriteSpeed=205.72MBs. Assigned SpeedClass 'Local' +[2025.04.02-15.51.24:152][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly +[2025.04.02-15.51.24:152][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' +[2025.04.02-15.51.24:152][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. +[2025.04.02-15.51.24:152][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. +[2025.04.02-15.51.24:152][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. +[2025.04.02-15.51.24:152][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' +[2025.04.02-15.51.24:152][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. +[2025.04.02-15.51.24:153][ 0]LogShaderCompilers: Guid format shader working directory is -11 characters bigger than the processId version (../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/Shaders/WorkingDirectory/27260/). +[2025.04.02-15.51.24:153][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Lore Natusol/AppData/Local/Temp/UnrealShaderWorkingDir/576727D64FFEF3843F7561B7CE6A488C/'. +[2025.04.02-15.51.24:153][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. +[2025.04.02-15.51.24:153][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers. +[2025.04.02-15.51.24:154][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush +[2025.04.02-15.51.24:154][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.02-15.51.24:771][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 +[2025.04.02-15.51.25:714][ 0]LogSlate: Using FreeType 2.10.0 +[2025.04.02-15.51.25:714][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 +[2025.04.02-15.51.25:715][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.02-15.51.25:715][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.02-15.51.25:716][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.02-15.51.25:716][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.02-15.51.25:716][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.02-15.51.25:716][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.02-15.51.25:731][ 0]LogAssetRegistry: FAssetRegistry took 0.0017 seconds to start up +[2025.04.02-15.51.25:733][ 0]LogEditorDomain: Display: EditorDomain is Disabled +[2025.04.02-15.51.25:737][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.001s loading caches ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin. +[2025.04.02-15.51.25:919][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). +[2025.04.02-15.51.25:919][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal +[2025.04.02-15.51.25:919][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled +[2025.04.02-15.51.25:920][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. +[2025.04.02-15.51.25:920][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. +[2025.04.02-15.51.25:944][ 0]LogDeviceProfileManager: Active device profile: [0000092C474E8200][0000092C4232A000 66] WindowsEditor +[2025.04.02-15.51.25:944][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" +[2025.04.02-15.51.25:945][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush +[2025.04.02-15.51.25:945][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.02-15.51.25:945][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.18362.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.22621.0, Allowed_AutoSdk=10.0.19041.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists") +[2025.04.02-15.51.25:947][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD' +[2025.04.02-15.51.25:947][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD" -nocompile -nocompileuat ] +[2025.04.02-15.51.26:050][ 0]LogMaterial: Display: WorldGridMaterial-SM6-Default: MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378BB459A7F0DBAC5232AC3C6813D7A1C9C1E037A6F_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_TDepthOnlyVS0_0_03809D327566D79B7D003D609F3FFBC28CB24CA5DBE22A860DB786AA9A7DE7C711953CC3F484404A4_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_FTranslucentLightingInjectPS0_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS1_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS2_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS3_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS4_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS5_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS6_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS7_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS8_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS9_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS10_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS11_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS12_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS13_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS14_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS15_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS16_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS17_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS18_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS19_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS20_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS21_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS22_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS23_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS24_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS25_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS26_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS27_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS28_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS29_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS30_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS31_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TShadowDepthVSVertexShadowDepth_PerspectiveCorrectPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3786F63A2867FA005A1D9974353C1F05C64FB02CAA1_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_TShadowDepthVSVertexShadowDepth_VirtualShadowMapPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37854CCF0F0329BEB98E3834B9B0E1CAAB6B4587848_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TShadowDepthVSVertexShadowDepth_OnePassPointLightPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3784449D1779A17BA029521B676974C013CAD4F1D63_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_DepthPosOnlyNoPixelPipeline3809D327566D79B7D003D609F3FFBC28CB24CA5D_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FGPUSpriteVertexFactory245FB466A2A94E1A1436B691BFD0A7AD3AAB15226F4AA5ED14228FB7E8DA60EA4B587BD3239FAD94B9CA513CCBA4F1E3AF7D9556DD0F2FF45E951E1A_FNiagaraRibbonVertexFactoryD19292AE439B9BA2AF405539D8C979D72ADDB9DAA5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966DE03DD13CEAD2D60503F2AAC85D4762994EF4025A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966_TGPUSkinAPEXClothVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FParticleSpriteVertexFactory50F1F3C21861C59B390701CCEFB63753852D229FF99E1B0FB635933CEEAC41CF9441DF5EA4A994CA9DAE5A7C55936FD50BC3B20BD063C1832A4D4247_TGPUSkinVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_FWaterVertexFactoryNoSelectionNonIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C4058CE4C30F9DE1CD80C479994EA859BC47CB8F8FDC1CE4C30F9DE1CD80C479994EA859BC47CB8F8FDC1CE4C30F9DE1CD80C479994EA859BC47CB8F8FDC1_FVectorFieldVisualizationVertexFactory36404C380DD96CD0872E9BBEDDFAD1A6E72AA01DCC854D8E74FEAEF90804D69AF6B78BD07A141ACC_FNiagaraMeshVertexFactoryF3FBD77A8F4B4A38338B697D58BDAC7AB8D5B27C4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9571BD81B2CBA1F364F28A837532353718EB814537B4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9574B3A20E0CA93D5CA5A60C16EF2EB14EA073FC957_FParticleBeamTrailVertexFactory9B4864381849C227417F59C2CD595ADF65DE8972378BBDDEC2CEAC35A309C357B38D702E7981D5D3_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_TGPUSkinVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_TGPUSkinAPEXClothVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FGeometryCollectionVertexFactory74DF12C20858E13A6E65317951D0E79E184025DB49D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC41_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FWaterVertexFactoryWithSelectionWithIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C4058FFF1837A5730F4CB2E1C8D75C2A9C8B36A4E5D26_FMeshParticleVertexFactory8E5462CD108F3ACF9C2D93B79DB64B3906833D1AF773920348F231C490A74B1A551F8CE3ABF04791_FInstancedStaticMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869739A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD_FSplineMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B3218697A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965_FLocalVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869781418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E_FWaterVertexFactoryWithSelectionNonIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C405848877CD88D79D6BFCD2BD8C6E787616490DC058648877CD88D79D6BFCD2BD8C6E787616490DC058648877CD88D79D6BFCD2BD8C6E787616490DC0586_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FNiagaraSpriteVertexFactoryACB1629DF3CA3124277348B8C5E6DFA8BCE4390C5957CFEE095AEFFBA7F83F09F020F15CF6555718EFF166204144512228FF7A163011544EEF3FD2265957CFEE095AEFFBA7F83F09F020F15CF65557185957CFEE095AEFFBA7F83F09F020F15CF6555718_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FGeometryCacheVertexVertexFactory74ADC0A3F4354AA5B6F6B8CDE88F0843E005C5DD76143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE_FWaterVertexFactoryNoSelectionWithIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C4058E1931902F9B59C87875A57E269C11B3919CFA33ASPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_2c57d0a836509d36c7c166415bfeb15e0ef573dcd9b4603cf1538f7314f9243dSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_54a1312cf73db2c90c5ed5f36724cf7f386b575e0cdac7da6333551840860f28SPM_b902cb58365a597ab0b6fe8cf87ae04d551e6747d32c37d928b8157fd3eba5c0SPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_36d1d796bf3fb73ccd892afb1b779f503d696f05fd480468b72f5ef66020825cSPM_83dbf399e330e02ba06c94ef9626063f802e7dad4acecf70bd8dc6046d1c22bbSPM_4a9d07239f86cc5310d60e8af0f25edf06a7d9ea4a2cac6d8cec6a1602c017a9SPM_16580fe885dc965c263d5eaad54b525a074fe46b65804a2a9a8eeb6c60d81eccSPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_1abdcf528b27ee15ea112606f7deb0e2bf1615c76e72788521d73027ce1f58d5SPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_44cfd7856989e0d50b86ae467107f8cb1927d4c4ac69e4400cc83861f7c2587fSPM_5ba0c5b7c5677cfc80f9c206abf3f2281b0c59cf7534bc2c0c3040647bc959d3SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_35ddf07c29b7ba174b82f284a0659e75175dffbdb1e5bcfbb8be87ef8e1351f9SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_2379ae40c9a93d1354f571759773506590e9bd6d2be3b959dc2ab0dca7e60fe4SPM_f6481c86c24d5e8e86b711ed96952ba756b1b40357dd9cadb41c22ae0d52834bSPM_a2ca952d5d0c16a12b0eca91df068d9ce926000b17be062f97ba31ac64039a67SPM_e99122b96c86762ba069e73393d36dd9e7886cd1e40a4c23c10949dc4144ff77SPM_c4fd33b245ca554105394a55a3b11ebe5ab14de075817620e79925a15f1d4e79SPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_98e11b36ef3d6e4dc166bfc6020842cb5ad6481ef73003a086fd4cdf34885068SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_db11416980d7f513dc0e1e08a8df85b346a02b99b3dfcc1a6c49176898f046c7SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912SPM_04bf5f913cd2a55868da0204e0aa7584733762a5902695d780f8734a6285efc6SPM_2c221d12e4150dbc11b221f7fdae98b1da2e9f47dafcde1b8d7f49cca04404ff433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; _MatTransl_3B7A55D3409170328211A060FC2E3BB1E263C720_BBD650804D314CE7A44ADF9BB4F3F5F9_ -[2025.03.28-12.50.05:382][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction -[2025.03.28-12.50.05:382][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction -[2025.03.28-12.50.05:382][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging -[2025.03.28-12.50.05:382][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available -[2025.03.28-12.50.05:382][ 0]LogMeshMerging: No distributed automatic mesh merging module available -[2025.03.28-12.50.05:655][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None -[2025.03.28-12.50.05:655][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled -[2025.03.28-12.50.05:663][ 0]LogUObjectArray: 22203 objects as part of root set at end of initial load. -[2025.03.28-12.50.05:663][ 0]LogUObjectAllocator: 6109736 out of 0 bytes used by permanent object pool. -[2025.03.28-12.50.05:663][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool -[2025.03.28-12.50.05:667][ 0]LogLiveCoding: Display: Starting LiveCoding -[2025.03.28-12.50.05:667][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development -[2025.03.28-12.50.05:669][ 0]LogLiveCoding: Display: First instance in process group "UE_Elistria_Calling_0x6dd5b082", spawning console -[2025.03.28-12.50.05:673][ 0]LogLiveCoding: Display: Waiting for server -[2025.03.28-12.50.05:688][ 0]LogSlate: Border -[2025.03.28-12.50.05:688][ 0]LogSlate: BreadcrumbButton -[2025.03.28-12.50.05:688][ 0]LogSlate: Brushes.Title -[2025.03.28-12.50.05:688][ 0]LogSlate: Default -[2025.03.28-12.50.05:688][ 0]LogSlate: Icons.Save -[2025.03.28-12.50.05:688][ 0]LogSlate: Icons.Toolbar.Settings -[2025.03.28-12.50.05:688][ 0]LogSlate: ListView -[2025.03.28-12.50.05:688][ 0]LogSlate: SoftwareCursor_CardinalCross -[2025.03.28-12.50.05:688][ 0]LogSlate: SoftwareCursor_Grab -[2025.03.28-12.50.05:688][ 0]LogSlate: TableView.DarkRow -[2025.03.28-12.50.05:688][ 0]LogSlate: TableView.Row -[2025.03.28-12.50.05:688][ 0]LogSlate: TreeView -[2025.03.28-12.50.05:755][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... -[2025.03.28-12.50.05:757][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 1.476 ms -[2025.03.28-12.50.05:766][ 0]LogInit: XR: Instanced Stereo Rendering is Disabled -[2025.03.28-12.50.05:766][ 0]LogInit: XR: MultiViewport is Disabled -[2025.03.28-12.50.05:766][ 0]LogInit: XR: Mobile Multiview is Disabled -[2025.03.28-12.50.05:917][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 99E0F70751D1420C800000000000E200 | Instance: C67DF44440E2D78C93F343AD9E744679 (DESKTOP-KTQTHKD-17108). -[2025.03.28-12.50.05:925][ 0]LogTurnkeySupport: Completed device detection: Code = 0 -[2025.03.28-12.50.06:139][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. -[2025.03.28-12.50.06:140][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:62636'. -[2025.03.28-12.50.06:141][ 0]LogUdpMessaging: Display: Added local interface '192.168.1.109' to multicast group '230.0.0.1:6666' -[2025.03.28-12.50.06:146][ 0]LogTcpMessaging: Initializing TcpMessaging bridge -[2025.03.28-12.50.06:171][ 0]LogPython: Using Python 3.11.8 -[2025.03.28-12.50.06:745][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread -[2025.03.28-12.50.06:812][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping -[2025.03.28-12.50.06:940][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... -[2025.03.28-12.50.06:954][ 0]LogMetasoundEngine: MetaSound Engine Initialized -[2025.03.28-12.50.07:109][ 0]SourceControl: Revision control is disabled -[2025.03.28-12.50.07:118][ 0]SourceControl: Revision control is disabled -[2025.03.28-12.50.07:388][ 0]LogOpenImageDenoise: OIDN starting up -[2025.03.28-12.50.07:452][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance -[2025.03.28-12.50.07:463][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. -[2025.03.28-12.50.07:463][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. -[2025.03.28-12.50.07:519][ 0]LogCollectionManager: Loaded 0 collections in 0.000714 seconds -[2025.03.28-12.50.07:520][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Collections/' took 0.00s -[2025.03.28-12.50.07:522][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Developers/LoreNatusol/Collections/' took 0.00s -[2025.03.28-12.50.07:523][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Collections/' took 0.00s -[2025.03.28-12.50.07:663][ 0]LogEngine: Initializing Engine... -[2025.03.28-12.50.07:666][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s -[2025.03.28-12.50.07:732][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll -[2025.03.28-12.50.07:749][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.50.07:752][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. -[2025.03.28-12.50.07:752][ 0]LogInit: Texture streaming: Enabled -[2025.03.28-12.50.07:759][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.4.4-35576357+++UE5+Release-5.4 -[2025.03.28-12.50.07:764][ 0]LogAudio: Display: Initializing Audio Device Manager... -[2025.03.28-12.50.07:766][ 0]LogAudio: Display: Loading Default Audio Settings Objects... -[2025.03.28-12.50.07:767][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). -[2025.03.28-12.50.07:767][ 0]LogAudio: Display: AudioInfo: 'OPUS' Registered -[2025.03.28-12.50.07:767][ 0]LogAudio: Display: AudioInfo: 'OGG' Registered -[2025.03.28-12.50.07:769][ 0]LogAudio: Display: AudioInfo: 'ADPCM' Registered -[2025.03.28-12.50.07:769][ 0]LogAudio: Display: AudioInfo: 'PCM' Registered -[2025.03.28-12.50.07:771][ 0]LogAudio: Display: AudioInfo: 'BINKA' Registered -[2025.03.28-12.50.07:773][ 0]LogAudio: Display: AudioInfo: 'RADA' Registered -[2025.03.28-12.50.07:773][ 0]LogAudio: Display: Audio Device Manager Initialized -[2025.03.28-12.50.07:773][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True -[2025.03.28-12.50.07:773][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.28-12.50.07:773][ 0]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.28-12.50.07:773][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.28-12.50.07:773][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.28-12.50.07:773][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.28-12.50.07:773][ 0]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.28-12.50.07:773][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.28-12.50.07:773][ 0]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.28-12.50.07:773][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.28-12.50.07:773][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.28-12.50.07:773][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.28-12.50.07:777][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.28-12.50.07:811][ 0]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.03.28-12.50.07:812][ 0]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.28-12.50.07:814][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.28-12.50.07:814][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.28-12.50.07:815][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 -[2025.03.28-12.50.07:815][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 -[2025.03.28-12.50.07:816][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 -[2025.03.28-12.50.07:816][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 -[2025.03.28-12.50.07:816][ 0]LogInit: FAudioDevice initialized with ID 1. -[2025.03.28-12.50.07:816][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. -[2025.03.28-12.50.07:816][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 -[2025.03.28-12.50.07:820][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" -[2025.03.28-12.50.07:831][ 0]LogInit: Undo buffer set to 32 MB -[2025.03.28-12.50.07:831][ 0]LogInit: Transaction tracking system initialized -[2025.03.28-12.50.07:842][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SourceControl/UncontrolledChangelists.json -[2025.03.28-12.50.07:887][ 0]LocalizationService: Localization service is disabled -[2025.03.28-12.50.07:897][ 0]TimingProfiler: Initialize -[2025.03.28-12.50.07:897][ 0]TimingProfiler: OnSessionChanged -[2025.03.28-12.50.07:897][ 0]LoadingProfiler: Initialize -[2025.03.28-12.50.07:897][ 0]LoadingProfiler: OnSessionChanged -[2025.03.28-12.50.07:897][ 0]NetworkingProfiler: Initialize -[2025.03.28-12.50.07:897][ 0]NetworkingProfiler: OnSessionChanged -[2025.03.28-12.50.07:897][ 0]MemoryProfiler: Initialize -[2025.03.28-12.50.07:897][ 0]MemoryProfiler: OnSessionChanged -[2025.03.28-12.50.08:031][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/' took 0.01s -[2025.03.28-12.50.08:095][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. -[2025.03.28-12.50.08:141][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete -[2025.03.28-12.50.08:156][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() -[2025.03.28-12.50.08:158][ 0]SourceControl: Revision control is disabled -[2025.03.28-12.50.08:158][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 6.804 -[2025.03.28-12.50.08:167][ 0]Cmd: MAP LOAD FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Maps/ThirdPersonMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 -[2025.03.28-12.50.08:169][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.50.08:169][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.50.08:169][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.50.08:169][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.50.08:173][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.28-12.50.08:175][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.45ms -[2025.03.28-12.50.08:766][ 0]LogAssetRegistry: Display: Asset registry cache written as 26.8 MiB to ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin -[2025.03.28-12.50.08:902][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'ThirdPersonMap'. -[2025.03.28-12.50.08:902][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.28-12.50.08:903][ 0]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=0, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=1, InitializeForGame=0) -[2025.03.28-12.50.08:903][ 0]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.28-12.50.08:903][ 0]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap, World Type = Editor, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 1, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.28-12.50.08:905][ 0]LogStreaming: Display: FlushAsyncLoading(1): 46 QueuedPackages, 0 AsyncPackages -[2025.03.28-12.50.08:971][ 0]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.28-12.50.08:971][ 0]LogWorldPartition: Display: WorldPartition initialize took 66.988 ms -[2025.03.28-12.50.08:979][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) -[2025.03.28-12.50.08:988][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.52ms -[2025.03.28-12.50.08:988][ 0]Cmd: MAP CHECKDEP NOCLEARLOG -[2025.03.28-12.50.08:989][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.423ms to complete. -[2025.03.28-12.50.09:004][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 7.649 -[2025.03.28-12.50.09:121][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.50.09:121][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.50.09:121][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.50.09:121][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.50.09:121][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.50.09:121][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.50.09:121][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.50.09:121][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.50.09:121][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.50.09:121][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.50.09:121][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.50.09:121][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.50.09:121][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.50.09:132][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.50.09:140][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.50.09:147][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.50.09:154][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.28-12.50.09:168][ 0]LogSlate: The tab "TopRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.50.09:176][ 0]LogSlate: The tab "BottomRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.28-12.50.09:211][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.50.09:211][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/StarterContent.upack', mount point: 'root:/' -[2025.03.28-12.50.09:211][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.50.09:211][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' -[2025.03.28-12.50.09:211][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.50.09:212][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' -[2025.03.28-12.50.09:212][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.50.09:212][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' -[2025.03.28-12.50.09:212][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.50.09:212][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' -[2025.03.28-12.50.09:213][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.50.09:213][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' -[2025.03.28-12.50.09:213][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.50.09:213][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' -[2025.03.28-12.50.09:213][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.50.09:213][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' -[2025.03.28-12.50.09:213][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.50.09:214][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' -[2025.03.28-12.50.09:214][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.28-12.50.09:214][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' -[2025.03.28-12.50.09:306][ 0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-KTQTHKD: (Name=DESKTOP-KTQTHKD, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid") -[2025.03.28-12.50.09:319][ 0]LogSlate: Took 0.000135 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) -[2025.03.28-12.50.09:321][ 0]LogSlate: Took 0.000110 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) -[2025.03.28-12.50.09:322][ 0]LogSlate: Took 0.000093 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) -[2025.03.28-12.50.09:584][ 0]LogStall: Startup... -[2025.03.28-12.50.09:585][ 0]LogStall: Startup complete. -[2025.03.28-12.50.09:588][ 0]LogLoad: (Engine Initialization) Total time: 8.23 seconds -[2025.03.28-12.50.09:645][ 0]LogAssetRegistry: AssetRegistryGather time 0.0618s: AssetDataDiscovery 0.0199s, AssetDataGather 0.0125s, StoreResults 0.0294s. - NumCachedDirectories 0. NumUncachedDirectories 1586. NumCachedFiles 7743. NumUncachedFiles 3. -[2025.03.28-12.50.09:661][ 0]LogSourceControl: Uncontrolled asset enumeration started... -[2025.03.28-12.50.09:664][ 0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000004 seconds (updated 0 objects) -[2025.03.28-12.50.09:666][ 0]LogContentStreaming: Texture pool size now 1000 MB -[2025.03.28-12.50.09:666][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" -[2025.03.28-12.50.09:781][ 0]LogPython: registering +[2025.04.02-15.51.26:112][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction +[2025.04.02-15.51.26:113][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction +[2025.04.02-15.51.26:113][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging +[2025.04.02-15.51.26:113][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available +[2025.04.02-15.51.26:113][ 0]LogMeshMerging: No distributed automatic mesh merging module available +[2025.04.02-15.51.26:415][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None +[2025.04.02-15.51.26:415][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled +[2025.04.02-15.51.26:426][ 0]LogUObjectArray: 23506 objects as part of root set at end of initial load. +[2025.04.02-15.51.26:426][ 0]LogUObjectAllocator: 6706736 out of 0 bytes used by permanent object pool. +[2025.04.02-15.51.26:426][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool +[2025.04.02-15.51.26:430][ 0]LogLiveCoding: Display: Starting LiveCoding +[2025.04.02-15.51.26:430][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development +[2025.04.02-15.51.26:432][ 0]LogLiveCoding: Display: First instance in process group "UE_Elistria_Calling_0x6dd5b082", spawning console +[2025.04.02-15.51.26:437][ 0]LogLiveCoding: Display: Waiting for server +[2025.04.02-15.51.26:453][ 0]LogSlate: Border +[2025.04.02-15.51.26:453][ 0]LogSlate: BreadcrumbButton +[2025.04.02-15.51.26:453][ 0]LogSlate: Brushes.Title +[2025.04.02-15.51.26:453][ 0]LogSlate: Default +[2025.04.02-15.51.26:453][ 0]LogSlate: Icons.Save +[2025.04.02-15.51.26:453][ 0]LogSlate: Icons.Toolbar.Settings +[2025.04.02-15.51.26:453][ 0]LogSlate: ListView +[2025.04.02-15.51.26:453][ 0]LogSlate: SoftwareCursor_CardinalCross +[2025.04.02-15.51.26:453][ 0]LogSlate: SoftwareCursor_Grab +[2025.04.02-15.51.26:453][ 0]LogSlate: TableView.DarkRow +[2025.04.02-15.51.26:453][ 0]LogSlate: TableView.Row +[2025.04.02-15.51.26:453][ 0]LogSlate: TreeView +[2025.04.02-15.51.26:540][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... +[2025.04.02-15.51.26:542][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 1.852 ms +[2025.04.02-15.51.26:557][ 0]LogInit: XR: Instanced Stereo Rendering is Disabled +[2025.04.02-15.51.26:557][ 0]LogInit: XR: MultiViewport is Disabled +[2025.04.02-15.51.26:557][ 0]LogInit: XR: Mobile Multiview is Disabled +[2025.04.02-15.51.26:578][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 99A2FE07296244BA8000000000001400 | Instance: 77D52D064C7FFC1DC30F148D3F7FF5C8 (DESKTOP-KTQTHKD-27260). +[2025.04.02-15.51.26:709][ 0]LogTurnkeySupport: Completed device detection: Code = 0 +[2025.04.02-15.51.26:734][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... +[2025.04.02-15.51.26:748][ 0]LogMetasoundEngine: MetaSound Engine Initialized +[2025.04.02-15.51.27:054][ 0]LogTcpMessaging: Initializing TcpMessaging bridge +[2025.04.02-15.51.27:069][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. +[2025.04.02-15.51.27:069][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:50145'. +[2025.04.02-15.51.27:071][ 0]LogUdpMessaging: Display: Added local interface '192.168.1.109' to multicast group '230.0.0.1:6666' +[2025.04.02-15.51.27:098][ 0]LogPython: Using Python 3.11.8 +[2025.04.02-15.51.27:548][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread +[2025.04.02-15.51.27:800][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping +[2025.04.02-15.51.27:849][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance +[2025.04.02-15.51.27:864][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.02-15.51.27:864][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.02-15.51.27:981][ 0]SourceControl: Revision control is disabled +[2025.04.02-15.51.27:989][ 0]SourceControl: Revision control is disabled +[2025.04.02-15.51.28:310][ 0]LogOpenImageDenoise: OIDN starting up +[2025.04.02-15.51.28:342][ 0]LogCollectionManager: Loaded 0 collections in 0.000809 seconds +[2025.04.02-15.51.28:344][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Collections/' took 0.00s +[2025.04.02-15.51.28:346][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Developers/LoreNatusol/Collections/' took 0.00s +[2025.04.02-15.51.28:348][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Collections/' took 0.00s +[2025.04.02-15.51.28:500][ 0]LogEngine: Initializing Engine... +[2025.04.02-15.51.28:505][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s +[2025.04.02-15.51.28:582][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll +[2025.04.02-15.51.28:599][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.51.28:603][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. +[2025.04.02-15.51.28:603][ 0]LogInit: Texture streaming: Enabled +[2025.04.02-15.51.28:610][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.4.4-35576357+++UE5+Release-5.4 +[2025.04.02-15.51.28:615][ 0]LogAudio: Display: Initializing Audio Device Manager... +[2025.04.02-15.51.28:617][ 0]LogAudio: Display: Loading Default Audio Settings Objects... +[2025.04.02-15.51.28:618][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). +[2025.04.02-15.51.28:618][ 0]LogAudio: Display: AudioInfo: 'OPUS' Registered +[2025.04.02-15.51.28:618][ 0]LogAudio: Display: AudioInfo: 'OGG' Registered +[2025.04.02-15.51.28:620][ 0]LogAudio: Display: AudioInfo: 'ADPCM' Registered +[2025.04.02-15.51.28:620][ 0]LogAudio: Display: AudioInfo: 'PCM' Registered +[2025.04.02-15.51.28:622][ 0]LogAudio: Display: AudioInfo: 'BINKA' Registered +[2025.04.02-15.51.28:624][ 0]LogAudio: Display: AudioInfo: 'RADA' Registered +[2025.04.02-15.51.28:624][ 0]LogAudio: Display: Audio Device Manager Initialized +[2025.04.02-15.51.28:624][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True +[2025.04.02-15.51.28:624][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.51.28:624][ 0]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.51.28:624][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.51.28:624][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.51.28:624][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.51.28:624][ 0]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.51.28:624][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.51.28:624][ 0]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.51.28:624][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.51.28:624][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.51.28:624][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.51.28:629][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.51.28:658][ 0]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.51.28:659][ 0]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.51.28:661][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.51.28:661][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.51.28:662][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 +[2025.04.02-15.51.28:662][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 +[2025.04.02-15.51.28:663][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 +[2025.04.02-15.51.28:663][ 0]LogInit: FAudioDevice initialized with ID 1. +[2025.04.02-15.51.28:663][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 +[2025.04.02-15.51.28:663][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. +[2025.04.02-15.51.28:663][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 +[2025.04.02-15.51.28:667][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" +[2025.04.02-15.51.28:677][ 0]LogInit: Undo buffer set to 32 MB +[2025.04.02-15.51.28:677][ 0]LogInit: Transaction tracking system initialized +[2025.04.02-15.51.28:690][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SourceControl/UncontrolledChangelists.json +[2025.04.02-15.51.28:736][ 0]LocalizationService: Localization service is disabled +[2025.04.02-15.51.28:747][ 0]TimingProfiler: Initialize +[2025.04.02-15.51.28:747][ 0]TimingProfiler: OnSessionChanged +[2025.04.02-15.51.28:747][ 0]LoadingProfiler: Initialize +[2025.04.02-15.51.28:747][ 0]LoadingProfiler: OnSessionChanged +[2025.04.02-15.51.28:747][ 0]NetworkingProfiler: Initialize +[2025.04.02-15.51.28:747][ 0]NetworkingProfiler: OnSessionChanged +[2025.04.02-15.51.28:747][ 0]MemoryProfiler: Initialize +[2025.04.02-15.51.28:747][ 0]MemoryProfiler: OnSessionChanged +[2025.04.02-15.51.28:893][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/' took 0.01s +[2025.04.02-15.51.28:967][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. +[2025.04.02-15.51.29:013][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete +[2025.04.02-15.51.29:031][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() +[2025.04.02-15.51.29:033][ 0]SourceControl: Revision control is disabled +[2025.04.02-15.51.29:033][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 7.148 +[2025.04.02-15.51.29:043][ 0]Cmd: MAP LOAD FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Maps/ThirdPersonMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 +[2025.04.02-15.51.29:044][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.51.29:044][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.51.29:044][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.51.29:044][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.51.29:048][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-15.51.29:051][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.47ms +[2025.04.02-15.51.29:177][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:Fill Objectives:Objectives.Objectives'. Unknown structure. +[2025.04.02-15.51.29:177][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:ExecuteUbergraph_WP_QuestHUD:K2Node_CustomEvent_Objectives.K2Node_CustomEvent_Objectives'. Unknown structure. +[2025.04.02-15.51.29:177][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:ExecuteUbergraph_WP_QuestHUD:CallFunc_Array_Get_Item'. Unknown structure. +[2025.04.02-15.51.29:686][ 0]LogAssetRegistry: Display: Asset registry cache written as 41.0 MiB to ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin +[2025.04.02-15.51.29:916][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'ThirdPersonMap'. +[2025.04.02-15.51.29:916][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.51.29:917][ 0]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=0, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=1, InitializeForGame=0) +[2025.04.02-15.51.29:917][ 0]LogWorldPartition: Display: WorldPartition initialize started... +[2025.04.02-15.51.29:917][ 0]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap, World Type = Editor, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 1, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 +[2025.04.02-15.51.29:920][ 0]LogStreaming: Display: FlushAsyncLoading(1): 51 QueuedPackages, 0 AsyncPackages +[2025.04.02-15.51.30:000][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:SelectedQuest'. Unknown structure. +[2025.04.02-15.51.30:000][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:Add Quest:Quest'. Unknown structure. +[2025.04.02-15.51.30:000][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:Select Quest:Quest'. Unknown structure. +[2025.04.02-15.51.30:000][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:K2Node_CustomEvent_Quest_1'. Unknown structure. +[2025.04.02-15.51.30:000][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:K2Node_CustomEvent_Quest'. Unknown structure. +[2025.04.02-15.51.30:000][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:CallFunc_Array_Get_Item'. Unknown structure. +[2025.04.02-15.51.30:000][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestSlot.WB_QuestSlot_C:Quest'. Unknown structure. +[2025.04.02-15.51.30:001][ 0]LogClass: Warning: Struct Property Quest has a struct type mismatch (tag STRUCT_REINST_S_Quest_5(/Engine/Transient) != prop FallbackStruct(/Script/CoreUObject)) in package: /Game/MAIN_CONTENT/Quest_System/WB_QuestSlot. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-15.51.30:004][ 0]LogClass: Warning: Struct Property SelectedQuest has a struct type mismatch (tag STRUCT_REINST_S_Quest_5(/Engine/Transient) != prop FallbackStruct(/Script/CoreUObject)) in package: /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-15.51.30:025][ 0]LogClass: Warning: Struct Property SelectedQuest has a struct type mismatch (tag FallbackStruct(/Script/CoreUObject) != prop S_Quest(/Game/MAIN_CONTENT/Quest_System/S_Quest)) in package: FObjectReader. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-15.51.30:026][ 0]LogClass: Warning: Struct Property Quest has a struct type mismatch (tag FallbackStruct(/Script/CoreUObject) != prop S_Quest(/Game/MAIN_CONTENT/Quest_System/S_Quest)) in package: FObjectReader. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-15.51.30:036][ 0]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. +[2025.04.02-15.51.30:036][ 0]LogWorldPartition: Display: WorldPartition initialize took 119.055 ms +[2025.04.02-15.51.30:049][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.02-15.51.30:060][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.74ms +[2025.04.02-15.51.30:060][ 0]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.02-15.51.30:060][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.455ms to complete. +[2025.04.02-15.51.30:076][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 8.191 +[2025.04.02-15.51.30:197][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-15.51.30:198][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-15.51.30:198][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-15.51.30:198][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-15.51.30:198][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-15.51.30:198][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-15.51.30:198][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-15.51.30:198][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-15.51.30:198][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-15.51.30:198][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-15.51.30:198][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-15.51.30:198][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-15.51.30:198][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-15.51.30:198][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-15.51.30:210][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.51.30:218][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.51.30:225][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.51.30:233][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.51.30:247][ 0]LogSlate: The tab "TopRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-15.51.30:272][ 0]LogSlate: The tab "BottomRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-15.51.30:305][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-15.51.30:305][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/StarterContent.upack', mount point: 'root:/' +[2025.04.02-15.51.30:306][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-15.51.30:306][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' +[2025.04.02-15.51.30:306][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-15.51.30:306][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' +[2025.04.02-15.51.30:306][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-15.51.30:307][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' +[2025.04.02-15.51.30:307][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-15.51.30:307][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' +[2025.04.02-15.51.30:307][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-15.51.30:307][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' +[2025.04.02-15.51.30:308][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-15.51.30:308][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' +[2025.04.02-15.51.30:308][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-15.51.30:308][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' +[2025.04.02-15.51.30:308][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-15.51.30:308][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' +[2025.04.02-15.51.30:308][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-15.51.30:309][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' +[2025.04.02-15.51.30:400][ 0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-KTQTHKD: (Name=DESKTOP-KTQTHKD, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid") +[2025.04.02-15.51.30:417][ 0]LogSlate: Took 0.000150 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.04.02-15.51.30:420][ 0]LogSlate: Took 0.000146 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) +[2025.04.02-15.51.30:421][ 0]LogSlate: Took 0.000108 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) +[2025.04.02-15.51.30:775][ 0]LogStall: Startup... +[2025.04.02-15.51.30:777][ 0]LogStall: Startup complete. +[2025.04.02-15.51.30:780][ 0]LogLoad: (Engine Initialization) Total time: 8.89 seconds +[2025.04.02-15.51.30:843][ 0]LogContentStreaming: Texture pool size now 1000 MB +[2025.04.02-15.51.30:843][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" +[2025.04.02-15.51.30:918][ 0]LogPython: registering -[2025.03.28-12.50.09:783][ 0]Running Python start-up script 'F:/UE_5.4/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.027322 secs -[2025.03.28-12.50.09:795][ 1]LogFileCache: Retrieving MD5 hashes for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/' took 0.19s -[2025.03.28-12.50.09:830][ 1]LogD3D12RHI: Cannot end block when stack is empty -[2025.03.28-12.50.09:842][ 2]LogSourceControl: Uncontrolled asset enumeration finished in 0.180985 seconds (Found 7721 uncontrolled assets) -[2025.03.28-12.50.11:304][156]LogSlate: Took 0.000132 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) -[2025.03.28-12.50.13:097][324]LogSlate: Took 0.000126 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) -[2025.03.28-12.50.19:140][998]LogFactory: FactoryCreateFile: Texture with TextureFactory (0 0 F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Textures/Icons/IMG_2257.png) -[2025.03.28-12.50.19:182][998]LogSlate: Took 0.000092 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) -[2025.03.28-12.50.19:203][999]LogFactory: FactoryCreateFile: Texture with TextureFactory (0 0 F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Textures/Icons/IMG_2260.png) -[2025.03.28-12.50.19:241][999]LogUObjectHash: Compacting FUObjectHashTables data took 0.44ms -[2025.03.28-12.50.19:245][999]LogUObjectHash: Compacting FUObjectHashTables data took 0.43ms -[2025.03.28-12.50.19:269][ 0]LogFactory: FactoryCreateFile: Texture with TextureFactory (0 0 F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Textures/Icons/IMG_2261.png) -[2025.03.28-12.50.22:329][305]AssetReimport: Importing new asset /Game/MAIN_CONTENT/Textures/Icons/IMG_2257. -[2025.03.28-12.50.22:329][305]AssetReimport: Importing new asset /Game/MAIN_CONTENT/Textures/Icons/IMG_2260. -[2025.03.28-12.50.22:329][305]AssetReimport: Failed to import file F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Textures/Icons/IMG_2260.png. -[2025.03.28-12.50.22:329][305]AssetReimport: Importing new asset /Game/MAIN_CONTENT/Textures/Icons/IMG_2261. -[2025.03.28-12.50.47:253][814]LogUObjectHash: Compacting FUObjectHashTables data took 0.32ms -[2025.03.28-12.50.47:279][814]LogStall: Shutdown... -[2025.03.28-12.50.47:283][814]LogStall: Shutdown complete. -[2025.03.28-12.50.47:325][814]LogSlate: Window 'Elistria_Calling - Unreal Editor' being destroyed -[2025.03.28-12.50.47:380][814]Cmd: QUIT_EDITOR -[2025.03.28-12.50.47:380][815]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) -[2025.03.28-12.50.47:381][815]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) -[2025.03.28-12.50.47:381][815]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown -[2025.03.28-12.50.47:381][815]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown -[2025.03.28-12.50.47:383][815]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.50.47:383][815]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.50.47:383][815]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap -[2025.03.28-12.50.47:383][815]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.28-12.50.47:383][815]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.28-12.50.47:383][815]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.28-12.50.47:387][815]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. -[2025.03.28-12.50.47:390][815]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true -[2025.03.28-12.50.47:390][815]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.28-12.50.47:529][815]LogStudioTelemetry: Ended StudioTelemetry Session -[2025.03.28-12.50.47:531][815]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider -[2025.03.28-12.50.47:531][815]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session -[2025.03.28-12.50.47:531][815]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider -[2025.03.28-12.50.47:531][815]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... -[2025.03.28-12.50.47:531][815]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... -[2025.03.28-12.50.47:531][815]LogAudio: Display: Audio Device unregistered from world 'ThirdPersonMap'. -[2025.03.28-12.50.47:531][815]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. -[2025.03.28-12.50.47:532][815]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 -[2025.03.28-12.50.47:533][815]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 -[2025.03.28-12.50.47:541][815]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 -[2025.03.28-12.50.47:541][815]LogAudio: Display: Audio Device Manager Shutdown -[2025.03.28-12.50.47:541][815]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). -[2025.03.28-12.50.47:543][815]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 -[2025.03.28-12.50.47:543][815]LogExit: Preparing to exit. -[2025.03.28-12.50.47:553][815]LogUObjectHash: Compacting FUObjectHashTables data took 0.45ms -[2025.03.28-12.50.48:292][815]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled -[2025.03.28-12.50.48:299][815]LogExit: Editor shut down -[2025.03.28-12.50.48:300][815]LogExit: Transaction tracking system shut down -[2025.03.28-12.50.48:355][815]LogExit: Object subsystem successfully closed. -[2025.03.28-12.50.48:406][815]LogShaderCompilers: Display: Shaders left to compile 0 -[2025.03.28-12.50.48:943][815]MemoryProfiler: Shutdown -[2025.03.28-12.50.48:943][815]NetworkingProfiler: Shutdown -[2025.03.28-12.50.48:943][815]LoadingProfiler: Shutdown -[2025.03.28-12.50.48:943][815]TimingProfiler: Shutdown -[2025.03.28-12.50.49:106][815]LogOpenImageDenoise: OIDN shutting down -[2025.03.28-12.50.49:356][815]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests: -[2025.03.28-12.50.49:356][815]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7BBE9119B2-4236-7669-19BA-BFB16019D50A%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.4.4-35576357%2B%2B%2BUE5%2BRelease-5.4&UserID=046a422842307c5389fcfb85fdde73f2%7Cd8a41001870d437292af770c7edf75b9%7Cfb76c1c7-d567-45aa-9d4b-8a81fa7e1fef&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing -[2025.03.28-12.50.49:392][815]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module -[2025.03.28-12.50.49:392][815]RenderDocPlugin: plugin has been unloaded. -[2025.03.28-12.50.49:392][815]LogXGEController: Cleaning working directory: C:/Users/Lore Natusol/AppData/Local/Temp/UnrealXGEWorkingDir/ -[2025.03.28-12.50.49:393][815]LogPakFile: Destroying PakPlatformFile -[2025.03.28-12.50.49:489][815]LogD3D12RHI: ~FD3D12DynamicRHI -[2025.03.28-12.50.49:511][815]LogExit: Exiting. -[2025.03.28-12.50.49:529][815]Log file closed, 03/28/25 06:50:49 +[2025.04.02-15.51.30:921][ 0]Running Python start-up script 'F:/UE_5.4/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.028680 secs +[2025.04.02-15.51.30:933][ 1]LogAssetRegistry: AssetRegistryGather time 0.0831s: AssetDataDiscovery 0.0234s, AssetDataGather 0.0214s, StoreResults 0.0383s. + NumCachedDirectories 0. NumUncachedDirectories 1814. NumCachedFiles 8833. NumUncachedFiles 17. +[2025.04.02-15.51.30:960][ 1]LogSourceControl: Uncontrolled asset enumeration started... +[2025.04.02-15.51.30:964][ 1]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000004 seconds (updated 0 objects) +[2025.04.02-15.51.31:037][ 1]LogD3D12RHI: Cannot end block when stack is empty +[2025.04.02-15.51.31:233][ 9]LogSourceControl: Uncontrolled asset enumeration finished in 0.272044 seconds (Found 8825 uncontrolled assets) +[2025.04.02-15.51.33:319][238]LogSlate: Took 0.000164 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) +[2025.04.02-15.51.33:327][238]LogSlate: Took 0.000139 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.04.02-15.51.36:058][521]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms +[2025.04.02-15.51.37:861][521]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.10.dll +[2025.04.02-15.51.37:911][521]LogStaticMesh: Display: Building static mesh WaterInfoDilatedMesh_37 (Required Memory Estimate: 0.17724 MB)... +[2025.04.02-15.51.37:911][521]LogStaticMesh: Display: Building static mesh WaterInfoMesh_36 (Required Memory Estimate: 0.323105 MB)... +[2025.04.02-15.51.37:913][521]LogStaticMesh: Built static mesh [0.00s] /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.WaterBodyOcean_1.WaterInfoMesh_36 +[2025.04.02-15.51.37:913][521]LogStaticMesh: Built static mesh [0.00s] /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.WaterBodyOcean_1.WaterInfoDilatedMesh_37 +[2025.04.02-15.51.38:001][521]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-15.51.38:005][521]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-15.51.38:006][521]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-15.51.38:007][521]LogDeviceProfileManager: Going up to parent DeviceProfile [AppleTV] +[2025.04.02-15.51.38:007][521]LogDeviceProfileManager: Going up to parent DeviceProfile [IOS] +[2025.04.02-15.51.38:007][521]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-15.51.38:636][521]LogAssetEditorSubsystem: Opening Asset editor for World /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 +[2025.04.02-15.51.38:636][521]Cmd: MAP LOAD FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 +[2025.04.02-15.51.38:701][521]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.51.38:701][521]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.51.38:701][521]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap +[2025.04.02-15.51.38:702][521]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. +[2025.04.02-15.51.38:702][521]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.51.38:702][521]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.51.38:737][521]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-15.51.38:757][521]LogUObjectHash: Compacting FUObjectHashTables data took 0.78ms +[2025.04.02-15.51.39:060][521]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.51.39:062][521]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.51.39:160][521]LogUObjectHash: Compacting FUObjectHashTables data took 0.71ms +[2025.04.02-15.51.39:167][521]LogUObjectHash: Compacting FUObjectHashTables data took 0.72ms +[2025.04.02-15.51.39:616][521]LogAudio: Display: Audio Device (ID: 1) registered with world 'OpenWorld_01'. +[2025.04.02-15.51.39:616][521]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.51.40:750][521]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.02-15.51.40:791][521]LogUObjectHash: Compacting FUObjectHashTables data took 0.54ms +[2025.04.02-15.51.40:795][521]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.02-15.51.40:795][521]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.068ms to complete. +[2025.04.02-15.51.44:750][614]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_1] Brush Initialize +[2025.04.02-15.51.44:764][614]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_2] Brush Initialize +[2025.04.02-15.51.44:764][614]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_3] Brush Initialize +[2025.04.02-15.51.44:765][614]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_4] Brush Initialize +[2025.04.02-15.51.44:765][614]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_5] Brush Initialize +[2025.04.02-15.51.44:766][614]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_6] Brush Initialize +[2025.04.02-15.51.44:766][614]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_7] Brush Initialize +[2025.04.02-15.51.44:766][614]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_8] Brush Initialize +[2025.04.02-15.51.44:767][614]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_9] Brush Initialize +[2025.04.02-15.51.44:767][614]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_10] Brush Initialize +[2025.04.02-15.51.44:768][614]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_11] Brush Initialize +[2025.04.02-15.51.44:768][614]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_13] Brush Initialize +[2025.04.02-15.51.44:768][614]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_14] Brush Initialize +[2025.04.02-15.51.44:769][614]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_15] Brush Initialize +[2025.04.02-15.51.57:876][151]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance +[2025.04.02-15.51.58:683][224]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-15.51.58:685][224]LogOnline: OSS: Created online subsystem instance for: NULL +[2025.04.02-15.51.58:685][224]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +[2025.04.02-15.51.58:686][224]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.51.58:999][224]LogPlayLevel: PIE: StaticDuplicateObject took: (0.313324s) +[2025.04.02-15.51.58:999][224]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.313373s) +[2025.04.02-15.51.59:007][224]LogUObjectHash: Compacting FUObjectHashTables data took 0.75ms +[2025.04.02-15.51.59:012][224]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-15.51.59:013][224]LogPlayLevel: PIE: World Init took: (0.001351s) +[2025.04.02-15.51.59:026][224]LogAudio: Display: Creating Audio Device: Id: 2, Scope: Unique, Realtime: True +[2025.04.02-15.51.59:026][224]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-15.51.59:026][224]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-15.51.59:026][224]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-15.51.59:026][224]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-15.51.59:026][224]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-15.51.59:026][224]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-15.51.59:026][224]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-15.51.59:026][224]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-15.51.59:026][224]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-15.51.59:026][224]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-15.51.59:026][224]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-15.51.59:027][224]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-15.51.59:049][224]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-15.51.59:049][224]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-15.51.59:049][224]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-15.51.59:049][224]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-15.51.59:049][224]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2 +[2025.04.02-15.51.59:049][224]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2 +[2025.04.02-15.51.59:051][224]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2 +[2025.04.02-15.51.59:051][224]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2 +[2025.04.02-15.51.59:051][224]LogInit: FAudioDevice initialized with ID 2. +[2025.04.02-15.51.59:051][224]LogAudio: Display: Audio Device (ID: 2) registered with world 'OpenWorld_01'. +[2025.04.02-15.51.59:051][224]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2 +[2025.04.02-15.51.59:054][224]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-15.51.59:239][224]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-09.51.59 +[2025.04.02-15.51.59:241][224]LogWorld: Bringing up level for play took: 0.186868 +[2025.04.02-15.51.59:243][224]LogOnline: OSS: Created online subsystem instance for: :Context_3 +[2025.04.02-15.51.59:244][224]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-15.51.59:244][224]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-15.51.59:270][224]PIE: Server logged in +[2025.04.02-15.51.59:270][224]PIE: Play in editor total start time 0.59 seconds. +[2025.04.02-15.52.03:879][413]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.52.04:054][422]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.52.04:203][430]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.52.04:367][439]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.52.04:517][447]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.52.04:663][455]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.52.04:809][463]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-15.52.11:882][731]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock +[2025.04.02-15.52.11:882][731]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True +[2025.04.02-15.52.11:882][731]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown +[2025.04.02-15.52.19:891][ 29]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture +[2025.04.02-15.52.19:891][ 29]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently +[2025.04.02-15.53.04:873][735]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.53.04:873][735]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-15.53.04:873][735]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.53.04:886][735]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.53.04:886][735]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.53.04:886][735]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.53.04:890][735]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-15.53.04:893][735]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.53.04:900][735]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-15.53.04:900][735]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2 +[2025.04.02-15.53.04:900][735]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.04.02-15.53.04:901][735]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.04.02-15.53.04:906][735]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-15.53.04:960][735]LogUObjectHash: Compacting FUObjectHashTables data took 2.50ms +[2025.04.02-15.53.05:048][736]LogPlayLevel: Display: Destroying online subsystem :Context_3 +[2025.04.02-15.53.06:176][797]LogUObjectHash: Compacting FUObjectHashTables data took 0.66ms +[2025.04.02-15.53.06:206][797]LogStall: Shutdown... +[2025.04.02-15.53.06:210][797]LogStall: Shutdown complete. +[2025.04.02-15.53.06:244][797]LogSlate: Window 'Elistria_Calling - Unreal Editor' being destroyed +[2025.04.02-15.53.06:314][797]Cmd: QUIT_EDITOR +[2025.04.02-15.53.06:314][798]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) +[2025.04.02-15.53.06:318][798]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) +[2025.04.02-15.53.06:318][798]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown +[2025.04.02-15.53.06:318][798]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown +[2025.04.02-15.53.06:334][798]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.53.06:334][798]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.53.06:334][798]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-15.53.06:334][798]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-15.53.06:338][798]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. +[2025.04.02-15.53.06:342][798]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.53.06:342][798]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.53.06:342][798]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true +[2025.04.02-15.53.06:342][798]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-15.53.06:362][798]LogStudioTelemetry: Ended StudioTelemetry Session +[2025.04.02-15.53.06:364][798]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider +[2025.04.02-15.53.06:364][798]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session +[2025.04.02-15.53.06:364][798]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider +[2025.04.02-15.53.06:795][798]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... +[2025.04.02-15.53.06:795][798]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... +[2025.04.02-15.53.06:795][798]LogAudio: Display: Audio Device unregistered from world 'OpenWorld_01'. +[2025.04.02-15.53.06:795][798]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. +[2025.04.02-15.53.06:795][798]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.02-15.53.06:796][798]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.02-15.53.06:800][798]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 +[2025.04.02-15.53.06:800][798]LogAudio: Display: Audio Device Manager Shutdown +[2025.04.02-15.53.06:801][798]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.02-15.53.06:807][798]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 +[2025.04.02-15.53.06:807][798]LogExit: Preparing to exit. +[2025.04.02-15.53.06:818][798]LogUObjectHash: Compacting FUObjectHashTables data took 0.71ms +[2025.04.02-15.53.07:182][798]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled +[2025.04.02-15.53.07:192][798]LogExit: Editor shut down +[2025.04.02-15.53.07:193][798]LogExit: Transaction tracking system shut down +[2025.04.02-15.53.07:341][798]LogExit: Object subsystem successfully closed. +[2025.04.02-15.53.07:351][798]LogShaderCompilers: Display: Shaders left to compile 0 +[2025.04.02-15.53.07:816][798]MemoryProfiler: Shutdown +[2025.04.02-15.53.07:816][798]NetworkingProfiler: Shutdown +[2025.04.02-15.53.07:816][798]LoadingProfiler: Shutdown +[2025.04.02-15.53.07:816][798]TimingProfiler: Shutdown +[2025.04.02-15.53.07:988][798]LogOpenImageDenoise: OIDN shutting down +[2025.04.02-15.53.08:215][798]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module +[2025.04.02-15.53.08:239][798]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests: +[2025.04.02-15.53.08:239][798]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7B28ED5CF6-4FA3-EEC2-2EE6-76B5A8B04720%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.4.4-35576357%2B%2B%2BUE5%2BRelease-5.4&UserID=046a422842307c5389fcfb85fdde73f2%7Cd8a41001870d437292af770c7edf75b9%7Cfb76c1c7-d567-45aa-9d4b-8a81fa7e1fef&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing +[2025.04.02-15.53.08:254][798]RenderDocPlugin: plugin has been unloaded. +[2025.04.02-15.53.08:258][798]LogXGEController: Cleaning working directory: C:/Users/Lore Natusol/AppData/Local/Temp/UnrealXGEWorkingDir/ +[2025.04.02-15.53.08:259][798]LogPakFile: Destroying PakPlatformFile +[2025.04.02-15.53.08:441][798]LogD3D12RHI: ~FD3D12DynamicRHI +[2025.04.02-15.53.08:471][798]LogExit: Exiting. +[2025.04.02-15.53.08:497][798]Log file closed, 04/02/25 09:53:08 diff --git a/Elistria_Calling/Saved/Logs/Elistria_Calling.log b/Elistria_Calling/Saved/Logs/Elistria_Calling.log index e17ca2c..f5ffb12 100644 --- a/Elistria_Calling/Saved/Logs/Elistria_Calling.log +++ b/Elistria_Calling/Saved/Logs/Elistria_Calling.log @@ -1,4 +1,4 @@ -Log file open, 04/02/25 02:47:59 +Log file open, 04/02/25 10:29:15 LogWindows: Failed to load 'aqProf.dll' (GetLastError=126) LogWindows: File 'aqProf.dll' does not exist LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). @@ -6,7 +6,7 @@ LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126) LogWindows: File 'VtuneApi.dll' does not exist LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126) LogWindows: File 'VtuneApi32e.dll' does not exist -LogWindows: Started CrashReportClient (pid=30144) +LogWindows: Started CrashReportClient (pid=8684) LogWindows: Custom abort handler registered for crash reporting. LogInit: Display: Running engine for game: Elistria_Calling LogCore: UTS: Unreal Trace Server launched successfully @@ -26,59 +26,69 @@ LogCsvProfiler: Display: Metadata set : asan="0" LogCsvProfiler: Display: Metadata set : commandline="" "F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Elistria_Calling.uproject""" LogCsvProfiler: Display: Metadata set : loginid="046a422842307c5389fcfb85fdde73f2" LogCsvProfiler: Display: Metadata set : llm="0" -LogStats: Stats thread started at 0.260865 +LogStats: Stats thread started at 0.262938 LogICUInternationalization: ICU TimeZone Detection - Raw Offset: -7:00, Platform Override: '' LogInit: Session CrashGUID >==================================================== - Session CrashGUID > UECC-Windows-E94207384C351A17DE8685A48E2710C4 + Session CrashGUID > UECC-Windows-D5C1D3994B20CF281E7934A460E8C32A Session CrashGUID >==================================================== LogConfig: No local boot hotfix file found at: [../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/PersistentDownloadDir/HotfixForNextBoot.txt] +LogConfig: Display: Loading VulkanPC ini files took 0.02 seconds LogConfig: Display: Loading IOS ini files took 0.02 seconds -LogConfig: Display: Loading VulkanPC ini files took 0.03 seconds -LogConfig: Display: Loading Mac ini files took 0.03 seconds -LogConfig: Display: Loading Android ini files took 0.03 seconds +LogConfig: Display: Loading Android ini files took 0.02 seconds +LogConfig: Display: Loading Mac ini files took 0.02 seconds LogConfig: Display: Loading Unix ini files took 0.03 seconds LogConfig: Display: Loading Windows ini files took 0.03 seconds LogConfig: Display: Loading TVOS ini files took 0.03 seconds LogConfig: Display: Loading VisionOS ini files took 0.03 seconds -LogAssetRegistry: Display: Asset registry cache read as 27.3 MiB from ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_0.bin -LogConfig: Display: Loading LinuxArm64 ini files took 0.04 seconds +LogConfig: Display: Loading LinuxArm64 ini files took 0.03 seconds LogConfig: Display: Loading Linux ini files took 0.04 seconds -LogPluginManager: Mounting Engine plugin Bridge -LogPluginManager: Mounting Engine plugin CmdLinkServer +LogAssetRegistry: Display: Asset registry cache read as 41.0 MiB from ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_0.bin LogPluginManager: Mounting Engine plugin ChaosCloth +LogPluginManager: Mounting Engine plugin Bridge LogPluginManager: Mounting Engine plugin ChaosVD LogPluginManager: Found config from plugin[ChaosVD] Engine +LogPluginManager: Mounting Engine plugin CmdLinkServer LogPluginManager: Mounting Engine plugin EnhancedInput LogPluginManager: Found config from plugin[EnhancedInput] Input LogPluginManager: Mounting Engine plugin FastBuildController LogPluginManager: Mounting Engine plugin MeshPainting -LogPluginManager: Mounting Engine plugin RenderGraphInsights -LogPluginManager: Mounting Engine plugin TraceUtilities -LogPluginManager: Mounting Engine plugin WorldMetrics LogPluginManager: Mounting Engine plugin XGEController +LogPluginManager: Mounting Engine plugin RenderGraphInsights +LogPluginManager: Mounting Engine plugin WorldMetrics +LogPluginManager: Mounting Engine plugin TraceUtilities LogPluginManager: Mounting Engine plugin AISupport LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor -LogPluginManager: Mounting Engine plugin ACLPlugin +LogPluginManager: Mounting Engine plugin AlembicImporter LogPluginManager: Mounting Engine plugin AnimationData -LogPluginManager: Mounting Engine plugin AnimationModifierLibrary -LogPluginManager: Mounting Engine plugin ControlRig +LogPluginManager: Mounting Engine plugin ACLPlugin LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis -LogPluginManager: Mounting Engine plugin ControlRigSpline -LogPluginManager: Mounting Engine plugin IKRig +LogPluginManager: Mounting Engine plugin AnimationModifierLibrary LogPluginManager: Mounting Engine plugin ControlRigModules +LogPluginManager: Mounting Engine plugin ControlRig +LogPluginManager: Mounting Engine plugin IKRig +LogPluginManager: Mounting Engine plugin ControlRigSpline +LogPluginManager: Mounting Engine plugin Niagara +LogPluginManager: Mounting Engine plugin NiagaraSimCaching LogPluginManager: Mounting Engine plugin MotionWarping +LogPluginManager: Mounting Engine plugin OnlineBase +LogPluginManager: Mounting Engine plugin OnlineSubsystem +LogPluginManager: Mounting Engine plugin OnlineSubsystemNull +LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils +LogPluginManager: Mounting Engine plugin OnlineServices +LogPluginManager: Mounting Engine plugin LauncherChunkInstaller LogPluginManager: Mounting Engine plugin AssetManagerEditor -LogPluginManager: Mounting Engine plugin OodleNetwork LogPluginManager: Mounting Engine plugin BlueprintHeaderView LogPluginManager: Mounting Engine plugin ChangelistReview +LogPluginManager: Mounting Engine plugin BlueprintMaterialTextureNodes LogPluginManager: Mounting Engine plugin CryptoKeys -LogPluginManager: Mounting Engine plugin CurveEditorTools LogPluginManager: Mounting Engine plugin DataValidation +LogPluginManager: Mounting Engine plugin CurveEditorTools LogPluginManager: Mounting Engine plugin EditorDebugTools -LogPluginManager: Mounting Engine plugin EditorScriptingUtilities -LogPluginManager: Mounting Engine plugin GameplayTagsEditor -LogPluginManager: Mounting Engine plugin EngineAssetDefinitions LogPluginManager: Mounting Engine plugin FacialAnimation +LogPluginManager: Mounting Engine plugin EngineAssetDefinitions +LogPluginManager: Mounting Engine plugin EditorScriptingUtilities +LogPluginManager: Mounting Engine plugin OodleNetwork +LogPluginManager: Mounting Engine plugin GameplayTagsEditor LogPluginManager: Mounting Engine plugin GeometryMode LogPluginManager: Mounting Engine plugin MacGraphicsSwitching LogPluginManager: Mounting Engine plugin MaterialAnalyzer @@ -86,83 +96,97 @@ LogPluginManager: Mounting Engine plugin MeshLODToolset LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard LogPluginManager: Mounting Engine plugin PluginBrowser LogPluginManager: Mounting Engine plugin SequencerAnimTools -LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode -LogPluginManager: Mounting Engine plugin ProxyLODPlugin -LogPluginManager: Mounting Engine plugin SpeedTreeImporter LogPluginManager: Mounting Engine plugin UVEditor LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities -LogPluginManager: Mounting Engine plugin AndroidMedia -LogPluginManager: Mounting Engine plugin AvfMedia -LogPluginManager: Mounting Engine plugin ImgMedia -LogPluginManager: Mounting Engine plugin MediaCompositing -LogPluginManager: Mounting Engine plugin MediaPlate -LogPluginManager: Mounting Engine plugin MediaPlayerEditor -LogPluginManager: Mounting Engine plugin WebMMedia -LogPluginManager: Mounting Engine plugin WmfMedia -LogPluginManager: Mounting Engine plugin OnlineBase -LogPluginManager: Mounting Engine plugin OnlineServices -LogPluginManager: Mounting Engine plugin OnlineSubsystem -LogPluginManager: Mounting Engine plugin OnlineSubsystemNull -LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils -LogPluginManager: Mounting Engine plugin GameplayCameras +LogPluginManager: Mounting Engine plugin SpeedTreeImporter +LogPluginManager: Mounting Engine plugin ProxyLODPlugin +LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode LogPluginManager: Mounting Engine plugin ActorSequence LogPluginManager: Mounting Engine plugin LevelSequenceEditor -LogPluginManager: Mounting Engine plugin TcpMessaging LogPluginManager: Mounting Engine plugin SequencerScripting -LogPluginManager: Mounting Engine plugin CameraShakePreviewer LogPluginManager: Mounting Engine plugin TemplateSequence -LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess -LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess +LogPluginManager: Mounting Engine plugin BackChannel +LogPluginManager: Mounting Engine plugin AutomationUtils +LogPluginManager: Mounting Engine plugin ChaosCaching +LogPluginManager: Mounting Engine plugin ChaosEditor +LogPluginManager: Mounting Engine plugin ChaosSolverPlugin +LogPluginManager: Mounting Engine plugin ChaosNiagara +LogPluginManager: Mounting Engine plugin ChaosUserDataPT +LogPluginManager: Mounting Engine plugin CharacterAI +LogPluginManager: Mounting Engine plugin Dataflow +LogPluginManager: Mounting Engine plugin Fracture +LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin +LogPluginManager: Mounting Engine plugin GeometryFlow +LogPluginManager: Mounting Engine plugin FullBodyIK +LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp +LogPluginManager: Mounting Engine plugin LocalizableMessage +LogPluginManager: Mounting Engine plugin OpenImageDenoise +LogPluginManager: Mounting Engine plugin PlatformCrypto +LogPluginManager: Mounting Engine plugin PlanarCut +LogPluginManager: Mounting Engine plugin PythonScriptPlugin +LogPluginManager: Mounting Engine plugin Landmass +LogPluginManager: Mounting Engine plugin SkeletalReduction +LogPluginManager: Mounting Engine plugin StudioTelemetry +LogPluginManager: Mounting Engine plugin StructUtils +LogPluginManager: Mounting Engine plugin ToolPresets +LogPluginManager: Mounting Engine plugin Water +LogPluginManager: Mounting Engine plugin GameplayCameras +LogPluginManager: Mounting Engine plugin CameraShakePreviewer +LogPluginManager: Mounting Engine plugin DatasmithContent +LogPluginManager: Mounting Engine plugin GLTFExporter +LogPluginManager: Mounting Engine plugin VariantManager +LogPluginManager: Mounting Engine plugin VariantManagerContent LogPluginManager: Mounting Engine plugin AnimationSharing LogPluginManager: Mounting Engine plugin DumpGPUServices -LogPluginManager: Mounting Engine plugin UdpMessaging +LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess +LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess LogPluginManager: Mounting Engine plugin GitSourceControl LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess -LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess LogPluginManager: Mounting Engine plugin NullSourceCodeAccess -LogPluginManager: Mounting Engine plugin PerforceSourceControl +LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess LogPluginManager: Mounting Engine plugin PixWinPlugin -LogPluginManager: Mounting Engine plugin PropertyAccessNode -LogPluginManager: Mounting Engine plugin PlasticSourceControl LogPluginManager: Mounting Engine plugin PluginUtils -LogPluginManager: Mounting Engine plugin SubversionSourceControl -LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess +LogPluginManager: Mounting Engine plugin PlasticSourceControl +LogPluginManager: Mounting Engine plugin PropertyAccessNode +LogPluginManager: Mounting Engine plugin PerforceSourceControl LogPluginManager: Mounting Engine plugin RenderDocPlugin +LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess +LogPluginManager: Mounting Engine plugin SubversionSourceControl +LogPluginManager: Mounting Engine plugin TraceDataFilters LogPluginManager: Mounting Engine plugin TextureFormatOodle LogPluginManager: Mounting Engine plugin UObjectPlugin -LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess -LogPluginManager: Mounting Engine plugin ActorLayerUtilities -LogPluginManager: Mounting Engine plugin TraceDataFilters -LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess +LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin ActorLayerUtilities LogPluginManager: Mounting Engine plugin AndroidFileServer -LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector -LogPluginManager: Mounting Engine plugin AndroidMoviePlayer LogPluginManager: Mounting Engine plugin AndroidPermission +LogPluginManager: Mounting Engine plugin AndroidMoviePlayer +LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector LogPluginManager: Mounting Engine plugin AppleImageUtils +LogPluginManager: Mounting Engine plugin AppleMoviePlayer LogPluginManager: Mounting Engine plugin ArchVisCharacter -LogPluginManager: Mounting Engine plugin AudioCapture LogPluginManager: Mounting Engine plugin AssetTags +LogPluginManager: Mounting Engine plugin AudioCapture LogPluginManager: Mounting Engine plugin AudioWidgets LogPluginManager: Mounting Engine plugin AudioSynesthesia -LogPluginManager: Mounting Engine plugin AppleMoviePlayer LogPluginManager: Mounting Engine plugin CableComponent -LogPluginManager: Mounting Engine plugin CustomMeshComponent LogPluginManager: Mounting Engine plugin ChunkDownloader +LogPluginManager: Mounting Engine plugin CustomMeshComponent LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector LogPluginManager: Mounting Engine plugin GeometryCache LogPluginManager: Mounting Engine plugin GeometryProcessing LogPluginManager: Mounting Engine plugin GoogleCloudMessaging LogPluginManager: Mounting Engine plugin GooglePAD +LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector LogPluginManager: Mounting Engine plugin InputDebugging LogPluginManager: Found config from plugin[InputDebugging] Input -LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary LogPluginManager: Mounting Engine plugin MeshModelingToolset LogPluginManager: Mounting Engine plugin Metasound -LogPluginManager: Mounting Engine plugin MsQuic LogPluginManager: Mounting Engine plugin MobilePatchingUtils +LogPluginManager: Mounting Engine plugin MsQuic LogPluginManager: Mounting Engine plugin ProceduralMeshComponent LogPluginManager: Mounting Engine plugin PropertyAccessEditor LogPluginManager: Mounting Engine plugin ResonanceAudio @@ -172,55 +196,34 @@ LogPluginManager: Mounting Engine plugin SoundFields LogPluginManager: Mounting Engine plugin Synthesis LogPluginManager: Mounting Engine plugin WaveTable LogPluginManager: Mounting Engine plugin WebMMoviePlayer -LogPluginManager: Mounting Engine plugin WindowsMoviePlayer LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector -LogPluginManager: Mounting Engine plugin Takes -LogPluginManager: Mounting Engine plugin DatasmithContent -LogPluginManager: Mounting Engine plugin VariantManager -LogPluginManager: Mounting Engine plugin GLTFExporter -LogPluginManager: Mounting Engine plugin VariantManagerContent -LogPluginManager: Mounting Engine plugin AutomationUtils -LogPluginManager: Mounting Engine plugin BackChannel -LogPluginManager: Mounting Engine plugin ChaosCaching -LogPluginManager: Mounting Engine plugin ChaosEditor -LogPluginManager: Mounting Engine plugin ChaosNiagara -LogPluginManager: Mounting Engine plugin ChaosSolverPlugin -LogPluginManager: Mounting Engine plugin ChaosUserDataPT -LogPluginManager: Mounting Engine plugin CharacterAI -LogPluginManager: Mounting Engine plugin Dataflow -LogPluginManager: Mounting Engine plugin Fracture -LogPluginManager: Mounting Engine plugin FullBodyIK -LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin -LogPluginManager: Mounting Engine plugin GeometryFlow -LogPluginManager: Mounting Engine plugin LocalizableMessage -LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp -LogPluginManager: Mounting Engine plugin OpenImageDenoise -LogPluginManager: Mounting Engine plugin PlanarCut -LogPluginManager: Mounting Engine plugin PlatformCrypto -LogPluginManager: Mounting Engine plugin PythonScriptPlugin -LogPluginManager: Mounting Engine plugin SkeletalReduction -LogPluginManager: Mounting Engine plugin StudioTelemetry -LogPluginManager: Mounting Engine plugin StructUtils -LogPluginManager: Mounting Engine plugin ToolPresets +LogPluginManager: Mounting Engine plugin WindowsMoviePlayer LogPluginManager: Mounting Engine plugin InterchangeEditor -LogPluginManager: Mounting Engine plugin AlembicImporter -LogPluginManager: Mounting Engine plugin InterchangeTests LogPluginManager: Mounting Engine plugin Interchange +LogPluginManager: Mounting Engine plugin AndroidMedia +LogPluginManager: Mounting Engine plugin AvfMedia +LogPluginManager: Mounting Engine plugin ImgMedia +LogPluginManager: Mounting Engine plugin MediaCompositing +LogPluginManager: Mounting Engine plugin MediaPlate +LogPluginManager: Mounting Engine plugin MediaPlayerEditor +LogPluginManager: Mounting Engine plugin WebMMedia +LogPluginManager: Mounting Engine plugin WmfMedia +LogPluginManager: Mounting Engine plugin Takes +LogPluginManager: Mounting Engine plugin TcpMessaging +LogPluginManager: Mounting Engine plugin UdpMessaging +LogPluginManager: Mounting Engine plugin InterchangeTests LogPluginManager: Mounting Engine plugin Paper2D -LogPluginManager: Mounting Engine plugin LauncherChunkInstaller -LogPluginManager: Mounting Engine plugin Niagara -LogPluginManager: Mounting Engine plugin NiagaraSimCaching -LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay -LogPluginManager: Mounting Engine plugin MetaHumanProjectUtilities -LogPluginManager: Mounting Engine plugin ObjectMixer LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource LogPluginManager: Mounting Engine plugin LightMixer LogPluginManager: Mounting Engine plugin XInputDevice -LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS -LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource -LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource +LogPluginManager: Mounting Engine plugin ObjectMixer LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource +LogPluginManager: Mounting Engine plugin MetaHumanProjectUtilities +LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS +LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay SourceControl: Revision control is disabled SourceControl: Revision control is disabled SourceControl: Revision control is disabled @@ -245,14 +248,14 @@ LogInit: CreateHttpThread using FCurlHttpThread LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467 LogOnline: OSS: Created online subsystem instance for: NULL LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +LogStudioTelemetry: Display: Starting StudioTelemetry Module +LogStudioTelemetry: Display: Created an analytics provider LogAnalytics from module AnalyticsLog configuration Engine [StudioTelemetry.Log] +LogStudioTelemetry: Started StudioTelemetry Session LogWindows: Failed to load 'WinPixGpuCapturer.dll' (GetLastError=126) LogWindows: File 'WinPixGpuCapturer.dll' does not exist PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. LogConfig: Applying CVar settings from Section [/Script/RenderDocPlugin.RenderDocPluginSettings] File [Engine] RenderDocPlugin: Display: RenderDoc plugin will not be loaded. Use '-AttachRenderDoc' on the cmd line or enable 'renderdoc.AutoAttach' in the plugin settings. -LogStudioTelemetry: Display: Starting StudioTelemetry Module -LogStudioTelemetry: Display: Created an analytics provider LogAnalytics from module AnalyticsLog configuration Engine [StudioTelemetry.Log] -LogStudioTelemetry: Started StudioTelemetry Session LogInit: ExecutableName: UnrealEditor.exe LogInit: Build: ++UE5+Release-5.4-CL-35576357 LogInit: Platform=WindowsEditor @@ -317,1257 +320,1296 @@ LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created LogConfig: Set CVar [[r.setres:1280x720]] LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created -LogConfig: CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] deferred - dummy variable created +LogConfig: Set CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created LogConfig: CVar [[r.Occlusion.SingleRHIThreadStall:1]] deferred - dummy variable created LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]] LogConfig: CVar [[D3D12.Bindless.ResourceDescriptorHeapSize:100000]] deferred - dummy variable created LogConfig: CVar [[D3D12.Bindless.SamplerDescriptorHeapSize:2048]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.VSync:0]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs:0]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.Mobile.EnableNoPrecomputedLightingCSMShader:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] -[2025.04.02-08.48.00:181][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] -[2025.04.02-08.48.00:181][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created -[2025.04.02-08.48.00:181][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created -[2025.04.02-08.48.00:189][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.AOQuality:2]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.DetailMode:3]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] -[2025.04.02-08.48.00:189][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] -[2025.04.02-08.48.00:190][ 0]LogConfig: CVar [[fx.Niagara.QualityLevel:3]] deferred - dummy variable created -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] -[2025.04.02-08.48.00:190][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] -[2025.04.02-08.48.00:192][ 0]LogRHI: Using Default RHI: D3D12 -[2025.04.02-08.48.00:192][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 -[2025.04.02-08.48.00:192][ 0]LogRHI: Loading RHI module D3D12RHI -[2025.04.02-08.48.00:198][ 0]LogD3D12RHI: Aftermath initialized -[2025.04.02-08.48.00:198][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). -[2025.04.02-08.48.00:198][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. -[2025.04.02-08.48.00:373][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 4070 Ti SUPER (VendorId: 10de, DeviceId: 2689, SubSysId: 89b91043, Revision: 00a1 -[2025.04.02-08.48.00:373][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported -[2025.04.02-08.48.00:373][ 0]LogD3D12RHI: Adapter has 16063MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 3 output[s] -[2025.04.02-08.48.00:373][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) -[2025.04.02-08.48.00:373][ 0]LogD3D12RHI: Driver Date: 12-3-2024 -[2025.04.02-08.48.00:383][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 -[2025.04.02-08.48.00:383][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported -[2025.04.02-08.48.00:383][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 0 output[s] -[2025.04.02-08.48.00:383][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. -[2025.04.02-08.48.00:383][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 -[2025.04.02-08.48.00:383][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. -[2025.04.02-08.48.00:383][ 0]LogInit: Selected Device Profile: [WindowsEditor] -[2025.04.02-08.48.00:383][ 0]LogHAL: Display: Platform has ~ 64 GB [68641247232 / 68719476736 / 64], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) -[2025.04.02-08.48.00:383][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] -[2025.04.02-08.48.00:383][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] -[2025.04.02-08.48.00:383][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] -[2025.04.02-08.48.00:383][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] -[2025.04.02-08.48.00:383][ 0]LogConfig: Set CVar [[r.Shaders.WarningsAsErrors:0 ;; 0: off, 1: global shaders, 2: all]] -[2025.04.02-08.48.00:383][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] -[2025.04.02-08.48.00:383][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] -[2025.04.02-08.48.00:383][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] -[2025.04.02-08.48.00:383][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] -[2025.04.02-08.48.00:383][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] -[2025.04.02-08.48.00:383][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Config/WindowsEditor/Editor.ini] -[2025.04.02-08.48.00:383][ 0]LogInit: Computer: DESKTOP-KTQTHKD -[2025.04.02-08.48.00:383][ 0]LogInit: User: LoreNatusol -[2025.04.02-08.48.00:383][ 0]LogInit: CPU Page size=4096, Cores=12 -[2025.04.02-08.48.00:383][ 0]LogInit: High frequency timer resolution =10.000000 MHz -[2025.04.02-08.48.00:890][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits -[2025.04.02-08.48.00:890][ 0]LogMemory: Memory total: Physical=63.9GB (64GB approx) Virtual=73.4GB -[2025.04.02-08.48.00:890][ 0]LogMemory: Platform Memory Stats for WindowsEditor -[2025.04.02-08.48.00:890][ 0]LogMemory: Process Physical Memory: 536.56 MB used, 549.64 MB peak -[2025.04.02-08.48.00:890][ 0]LogMemory: Process Virtual Memory: 556.37 MB used, 556.37 MB peak -[2025.04.02-08.48.00:890][ 0]LogMemory: Physical Memory: 19041.14 MB used, 46420.25 MB free, 65461.39 MB total -[2025.04.02-08.48.00:890][ 0]LogMemory: Virtual Memory: 26624.89 MB used, 48564.51 MB free, 75189.39 MB total -[2025.04.02-08.48.00:890][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" -[2025.04.02-08.48.00:893][ 0]LogWindows: WindowsPlatformFeatures enabled -[2025.04.02-08.48.00:899][ 0]LogInit: Physics initialised using underlying interface: Chaos -[2025.04.02-08.48.00:902][ 0]LogInit: Using OS detected language (en-US). -[2025.04.02-08.48.00:902][ 0]LogInit: Using OS detected locale (en-US). -[2025.04.02-08.48.00:904][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. -[2025.04.02-08.48.00:905][ 0]LogInit: Setting process to per monitor DPI aware -[2025.04.02-08.48.01:098][ 0]LogWindowsTextInputMethodSystem: Available input methods: -[2025.04.02-08.48.01:098][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). -[2025.04.02-08.48.01:098][ 0]LogWindowsTextInputMethodSystem: - English (United States) - Touch Input Correction (TSF IME). -[2025.04.02-08.48.01:098][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). -[2025.04.02-08.48.01:117][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 -[2025.04.02-08.48.01:117][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 -[2025.04.02-08.48.01:250][ 0]LogRHI: Using Default RHI: D3D12 -[2025.04.02-08.48.01:250][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 -[2025.04.02-08.48.01:250][ 0]LogRHI: Loading RHI module D3D12RHI -[2025.04.02-08.48.01:250][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. -[2025.04.02-08.48.01:250][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. -[2025.04.02-08.48.01:250][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 -[2025.04.02-08.48.01:251][ 0]LogWindows: Attached monitors: -[2025.04.02-08.48.01:251][ 0]LogWindows: resolution: 1920x1080, work area: (2560, 457) -> (4480, 1497), device: '\\.\DISPLAY1' -[2025.04.02-08.48.01:251][ 0]LogWindows: resolution: 2560x1440, work area: (-2560, 629) -> (0, 2019), device: '\\.\DISPLAY2' -[2025.04.02-08.48.01:251][ 0]LogWindows: resolution: 2560x1440, work area: (0, 0) -> (2560, 1400), device: '\\.\DISPLAY3' [PRIMARY] -[2025.04.02-08.48.01:251][ 0]LogWindows: Found 3 attached monitors. -[2025.04.02-08.48.01:251][ 0]LogWindows: Gathering driver information using Windows Setup API -[2025.04.02-08.48.01:251][ 0]LogRHI: RHI Adapter Info: -[2025.04.02-08.48.01:251][ 0]LogRHI: Name: NVIDIA GeForce RTX 4070 Ti SUPER -[2025.04.02-08.48.01:251][ 0]LogRHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) -[2025.04.02-08.48.01:251][ 0]LogRHI: Driver Date: 12-3-2024 -[2025.04.02-08.48.01:251][ 0]LogD3D12RHI: GPU DeviceId: 0x2689 (for the marketing name, search the web for "GPU Device Id") -[2025.04.02-08.48.01:251][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off -[2025.04.02-08.48.01:257][ 0]LogD3D12RHI: [Aftermath] Aftermath crash dumping enabled -[2025.04.02-08.48.01:257][ 0]LogD3D12RHI: [DRED] Dred breadcrumb context enabled -[2025.04.02-08.48.01:257][ 0]LogD3D12RHI: [DRED] Using lightweight DRED. -[2025.04.02-08.48.01:257][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: [Aftermath] Aftermath enabled and primed -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: [Aftermath] Aftermath resource tracking enabled -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device1 is supported. -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device2 is supported. -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device3 is supported. -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device4 is supported. -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device5 is supported. -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device6 is supported. -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device7 is supported. -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device8 is supported. -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device9 is supported. -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device10 is supported. -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device11 is supported. -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: ID3D12Device12 is supported. -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: Bindless resources are supported -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: Raster order views are supported -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported -[2025.04.02-08.48.01:354][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported -[2025.04.02-08.48.01:399][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (3D) -[2025.04.02-08.48.01:399][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Copy) -[2025.04.02-08.48.01:400][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Compute) -[2025.04.02-08.48.01:413][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 -[2025.04.02-08.48.01:413][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 -[2025.04.02-08.48.01:413][ 0]LogRHI: Texture pool is 9635 MB (70% of 13765 MB) -[2025.04.02-08.48.01:413][ 0]LogD3D12RHI: Async texture creation enabled -[2025.04.02-08.48.01:413][ 0]LogD3D12RHI: RHI has support for 64 bit atomics -[2025.04.02-08.48.01:420][ 0]LogVRS: Current RHI supports Variable Rate Shading -[2025.04.02-08.48.01:422][ 0]LogInit: Initializing FReadOnlyCVARCache -[2025.04.02-08.48.01:428][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all' -[2025.04.02-08.48.01:428][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all" ] -[2025.04.02-08.48.01:449][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC -[2025.04.02-08.48.01:449][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT -[2025.04.02-08.48.01:449][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 -[2025.04.02-08.48.01:449][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp -[2025.04.02-08.48.01:449][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed -[2025.04.02-08.48.01:449][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 -[2025.04.02-08.48.01:449][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll -[2025.04.02-08.48.01:450][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll -[2025.04.02-08.48.01:450][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle -[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' -[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' -[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' -[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' -[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' -[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' -[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' -[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' -[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' -[2025.04.02-08.48.01:466][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' -[2025.04.02-08.48.01:469][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' -[2025.04.02-08.48.01:469][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' -[2025.04.02-08.48.01:471][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' -[2025.04.02-08.48.01:471][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' -[2025.04.02-08.48.01:471][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' -[2025.04.02-08.48.01:471][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' -[2025.04.02-08.48.01:473][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' -[2025.04.02-08.48.01:473][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' -[2025.04.02-08.48.01:473][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' -[2025.04.02-08.48.01:475][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' -[2025.04.02-08.48.01:475][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' -[2025.04.02-08.48.01:475][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' -[2025.04.02-08.48.01:475][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' -[2025.04.02-08.48.01:477][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' -[2025.04.02-08.48.01:477][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' -[2025.04.02-08.48.01:481][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' -[2025.04.02-08.48.01:481][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' -[2025.04.02-08.48.01:481][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' -[2025.04.02-08.48.01:481][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' -[2025.04.02-08.48.01:481][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor -[2025.04.02-08.48.01:489][ 0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. -[2025.04.02-08.48.01:527][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL_MRT -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL_TVOS -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL_SM5 -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL_SM6 -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL_SIM -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: PCD3D_SM6 -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: PCD3D_SM5 -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: PCD3D_ES31 -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: GLSL_150_ES31 -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: VVM_1_0 -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID -[2025.04.02-08.48.01:529][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 -[2025.04.02-08.48.01:529][ 0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0). -[2025.04.02-08.48.01:532][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB -[2025.04.02-08.48.01:532][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/DDC.ddp not found, will not use a pak cache. -[2025.04.02-08.48.01:532][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. -[2025.04.02-08.48.01:532][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. -[2025.04.02-08.48.01:532][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. -[2025.04.02-08.48.01:560][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2464 MiB) -[2025.04.02-08.48.01:560][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. -[2025.04.02-08.48.01:560][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. -[2025.04.02-08.48.01:561][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data -[2025.04.02-08.48.01:561][ 0]LogZenServiceInstance: InTree version at 'F:/UE_5.4/Engine/Binaries/Win64/zenserver.exe' is '5.4.5-202405102234-windows-x64-release-373e58b' -[2025.04.02-08.48.01:561][ 0]LogZenServiceInstance: Installed version at 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' -[2025.04.02-08.48.01:561][ 0]LogZenServiceInstance: No current process using the data dir found, launching a new instance -[2025.04.02-08.48.01:561][ 0]LogZenServiceInstance: Display: Launching executable 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe', working dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install', data dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data', args '--port 8558 --data-dir "C:\Users\Lore Natusol\AppData\Local\UnrealEngine\Common\Zen\Data" --http asio --gc-cache-duration-seconds 1209600 --gc-interval-seconds 21600 --gc-low-diskspace-threshold 2147483648 --http-forceloopback --quiet --owner-pid 15440' -[2025.04.02-08.48.01:658][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. -[2025.04.02-08.48.01:659][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. -[2025.04.02-08.48.01:666][ 0]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds. -[2025.04.02-08.48.01:666][ 0]LogDerivedDataCache: Display: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.04ms. RandomReadSpeed=912.62MBs, RandomWriteSpeed=181.13MBs. Assigned SpeedClass 'Local' -[2025.04.02-08.48.01:667][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly -[2025.04.02-08.48.01:667][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' -[2025.04.02-08.48.01:667][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. -[2025.04.02-08.48.01:667][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. -[2025.04.02-08.48.01:667][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. -[2025.04.02-08.48.01:667][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' -[2025.04.02-08.48.01:667][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. -[2025.04.02-08.48.01:668][ 0]LogShaderCompilers: Guid format shader working directory is -11 characters bigger than the processId version (../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/Shaders/WorkingDirectory/15440/). -[2025.04.02-08.48.01:668][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Lore Natusol/AppData/Local/Temp/UnrealShaderWorkingDir/B65BD8AC4EBD3F01670D97A2D5B7A205/'. -[2025.04.02-08.48.01:668][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. -[2025.04.02-08.48.01:668][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers. -[2025.04.02-08.48.01:669][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush -[2025.04.02-08.48.01:670][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. -[2025.04.02-08.48.02:312][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 -[2025.04.02-08.48.03:196][ 0]LogSlate: Using FreeType 2.10.0 -[2025.04.02-08.48.03:197][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 -[2025.04.02-08.48.03:197][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. -[2025.04.02-08.48.03:197][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png -[2025.04.02-08.48.03:198][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. -[2025.04.02-08.48.03:198][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png -[2025.04.02-08.48.03:198][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. -[2025.04.02-08.48.03:198][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png -[2025.04.02-08.48.03:213][ 0]LogAssetRegistry: FAssetRegistry took 0.0016 seconds to start up -[2025.04.02-08.48.03:218][ 0]LogEditorDomain: Display: EditorDomain is Disabled -[2025.04.02-08.48.03:218][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.001s loading caches ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin. -[2025.04.02-08.48.03:366][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). -[2025.04.02-08.48.03:366][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal -[2025.04.02-08.48.03:366][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled -[2025.04.02-08.48.03:367][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. -[2025.04.02-08.48.03:367][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. -[2025.04.02-08.48.03:387][ 0]LogDeviceProfileManager: Active device profile: [00000A2EEFE2A000][00000A2ED5B00000 66] WindowsEditor -[2025.04.02-08.48.03:387][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" -[2025.04.02-08.48.03:387][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush -[2025.04.02-08.48.03:387][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. -[2025.04.02-08.48.03:388][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.18362.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.22621.0, Allowed_AutoSdk=10.0.19041.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists") -[2025.04.02-08.48.03:390][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD' -[2025.04.02-08.48.03:390][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD" -nocompile -nocompileuat ] -[2025.04.02-08.48.03:484][ 0]LogMaterial: Display: WorldGridMaterial-SM6-Default: MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378BB459A7F0DBAC5232AC3C6813D7A1C9C1E037A6F_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_TDepthOnlyVS0_0_03809D327566D79B7D003D609F3FFBC28CB24CA5DBE22A860DB786AA9A7DE7C711953CC3F484404A4_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_FTranslucentLightingInjectPS0_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS1_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS2_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS3_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS4_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS5_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS6_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS7_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS8_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS9_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS10_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS11_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS12_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS13_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS14_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS15_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS16_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS17_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS18_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS19_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS20_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS21_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS22_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS23_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS24_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS25_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS26_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS27_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS28_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS29_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS30_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS31_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TShadowDepthVSVertexShadowDepth_PerspectiveCorrectPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3786F63A2867FA005A1D9974353C1F05C64FB02CAA1_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_TShadowDepthVSVertexShadowDepth_VirtualShadowMapPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37854CCF0F0329BEB98E3834B9B0E1CAAB6B4587848_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TShadowDepthVSVertexShadowDepth_OnePassPointLightPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3784449D1779A17BA029521B676974C013CAD4F1D63_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_DepthPosOnlyNoPixelPipeline3809D327566D79B7D003D609F3FFBC28CB24CA5D_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FGPUSpriteVertexFactory245FB466A2A94E1A1436B691BFD0A7AD3AAB15226F4AA5ED14228FB7E8DA60EA4B587BD3239FAD94B9CA513CCBA4F1E3AF7D9556DD0F2FF45E951E1A_FNiagaraRibbonVertexFactoryD19292AE439B9BA2AF405539D8C979D72ADDB9DAA5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966DE03DD13CEAD2D60503F2AAC85D4762994EF4025A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966_TGPUSkinAPEXClothVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FParticleSpriteVertexFactory50F1F3C21861C59B390701CCEFB63753852D229FF99E1B0FB635933CEEAC41CF9441DF5EA4A994CA9DAE5A7C55936FD50BC3B20BD063C1832A4D4247_TGPUSkinVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_FVectorFieldVisualizationVertexFactory36404C380DD96CD0872E9BBEDDFAD1A6E72AA01DCC854D8E74FEAEF90804D69AF6B78BD07A141ACC_FNiagaraMeshVertexFactoryF3FBD77A8F4B4A38338B697D58BDAC7AB8D5B27C4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9571BD81B2CBA1F364F28A837532353718EB814537B4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9574B3A20E0CA93D5CA5A60C16EF2EB14EA073FC957_FParticleBeamTrailVertexFactory9B4864381849C227417F59C2CD595ADF65DE8972378BBDDEC2CEAC35A309C357B38D702E7981D5D3_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_TGPUSkinVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_TGPUSkinAPEXClothVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FGeometryCollectionVertexFactory74DF12C20858E13A6E65317951D0E79E184025DB49D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC41_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FMeshParticleVertexFactory8E5462CD108F3ACF9C2D93B79DB64B3906833D1AF773920348F231C490A74B1A551F8CE3ABF04791_FInstancedStaticMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869739A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD_FSplineMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B3218697A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965_FLocalVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869781418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FNiagaraSpriteVertexFactoryACB1629DF3CA3124277348B8C5E6DFA8BCE4390C5957CFEE095AEFFBA7F83F09F020F15CF6555718EFF166204144512228FF7A163011544EEF3FD2265957CFEE095AEFFBA7F83F09F020F15CF65557185957CFEE095AEFFBA7F83F09F020F15CF6555718_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FGeometryCacheVertexVertexFactory74ADC0A3F4354AA5B6F6B8CDE88F0843E005C5DD76143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCESPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_2c57d0a836509d36c7c166415bfeb15e0ef573dcd9b4603cf1538f7314f9243dSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_54a1312cf73db2c90c5ed5f36724cf7f386b575e0cdac7da6333551840860f28SPM_b902cb58365a597ab0b6fe8cf87ae04d551e6747d32c37d928b8157fd3eba5c0SPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_36d1d796bf3fb73ccd892afb1b779f503d696f05fd480468b72f5ef66020825cSPM_83dbf399e330e02ba06c94ef9626063f802e7dad4acecf70bd8dc6046d1c22bbSPM_4a9d07239f86cc5310d60e8af0f25edf06a7d9ea4a2cac6d8cec6a1602c017a9SPM_16580fe885dc965c263d5eaad54b525a074fe46b65804a2a9a8eeb6c60d81eccSPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_1abdcf528b27ee15ea112606f7deb0e2bf1615c76e72788521d73027ce1f58d5SPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_44cfd7856989e0d50b86ae467107f8cb1927d4c4ac69e4400cc83861f7c2587fSPM_5ba0c5b7c5677cfc80f9c206abf3f2281b0c59cf7534bc2c0c3040647bc959d3SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_35ddf07c29b7ba174b82f284a0659e75175dffbdb1e5bcfbb8be87ef8e1351f9SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_2379ae40c9a93d1354f571759773506590e9bd6d2be3b959dc2ab0dca7e60fe4SPM_f6481c86c24d5e8e86b711ed96952ba756b1b40357dd9cadb41c22ae0d52834bSPM_a2ca952d5d0c16a12b0eca91df068d9ce926000b17be062f97ba31ac64039a67SPM_e99122b96c86762ba069e73393d36dd9e7886cd1e40a4c23c10949dc4144ff77SPM_c4fd33b245ca554105394a55a3b11ebe5ab14de075817620e79925a15f1d4e79SPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_98e11b36ef3d6e4dc166bfc6020842cb5ad6481ef73003a086fd4cdf34885068SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_db11416980d7f513dc0e1e08a8df85b346a02b99b3dfcc1a6c49176898f046c7SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[r.VSync:0]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] +[2025.04.02-16.29.15:769][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created +[2025.04.02-16.29.15:769][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] +[2025.04.02-16.29.15:769][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs:0]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[r.Mobile.EnableNoPrecomputedLightingCSMShader:1]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] +[2025.04.02-16.29.15:769][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] +[2025.04.02-16.29.15:769][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created +[2025.04.02-16.29.15:769][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] +[2025.04.02-16.29.15:769][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] +[2025.04.02-16.29.15:770][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] +[2025.04.02-16.29.15:770][ 0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]] +[2025.04.02-16.29.15:770][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] +[2025.04.02-16.29.15:770][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] +[2025.04.02-16.29.15:770][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] +[2025.04.02-16.29.15:770][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] +[2025.04.02-16.29.15:770][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] +[2025.04.02-16.29.15:770][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] +[2025.04.02-16.29.15:770][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] +[2025.04.02-16.29.15:770][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] +[2025.04.02-16.29.15:770][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] +[2025.04.02-16.29.15:770][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] +[2025.04.02-16.29.15:770][ 0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:1]] +[2025.04.02-16.29.15:770][ 0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]] +[2025.04.02-16.29.15:770][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] +[2025.04.02-16.29.15:770][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] +[2025.04.02-16.29.15:770][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created +[2025.04.02-16.29.15:770][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created +[2025.04.02-16.29.15:776][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.AOQuality:2]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.DetailMode:3]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[fx.Niagara.QualityLevel:3]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] +[2025.04.02-16.29.15:776][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] +[2025.04.02-16.29.15:779][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.02-16.29.15:779][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.02-16.29.15:779][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.02-16.29.15:784][ 0]LogD3D12RHI: Aftermath initialized +[2025.04.02-16.29.15:785][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +[2025.04.02-16.29.15:785][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.02-16.29.15:964][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 4070 Ti SUPER (VendorId: 10de, DeviceId: 2689, SubSysId: 89b91043, Revision: 00a1 +[2025.04.02-16.29.15:964][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported +[2025.04.02-16.29.15:964][ 0]LogD3D12RHI: Adapter has 16063MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 3 output[s] +[2025.04.02-16.29.15:964][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.02-16.29.15:964][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.04.02-16.29.15:988][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 +[2025.04.02-16.29.15:988][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported +[2025.04.02-16.29.15:988][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 0 output[s] +[2025.04.02-16.29.15:988][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. +[2025.04.02-16.29.15:988][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 +[2025.04.02-16.29.15:988][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.02-16.29.15:988][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.04.02-16.29.15:988][ 0]LogHAL: Display: Platform has ~ 64 GB [68641247232 / 68719476736 / 64], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) +[2025.04.02-16.29.15:989][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] +[2025.04.02-16.29.15:989][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-16.29.15:989][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.02-16.29.15:989][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] +[2025.04.02-16.29.15:989][ 0]LogConfig: Set CVar [[r.Shaders.WarningsAsErrors:0 ;; 0: off, 1: global shaders, 2: all]] +[2025.04.02-16.29.15:989][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] +[2025.04.02-16.29.15:989][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] +[2025.04.02-16.29.15:989][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.02-16.29.15:989][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] +[2025.04.02-16.29.15:989][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] +[2025.04.02-16.29.15:989][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Config/WindowsEditor/Editor.ini] +[2025.04.02-16.29.15:989][ 0]LogInit: Computer: DESKTOP-KTQTHKD +[2025.04.02-16.29.15:989][ 0]LogInit: User: LoreNatusol +[2025.04.02-16.29.15:989][ 0]LogInit: CPU Page size=4096, Cores=12 +[2025.04.02-16.29.15:989][ 0]LogInit: High frequency timer resolution =10.000000 MHz +[2025.04.02-16.29.16:377][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits +[2025.04.02-16.29.16:377][ 0]LogMemory: Memory total: Physical=63.9GB (64GB approx) Virtual=73.4GB +[2025.04.02-16.29.16:377][ 0]LogMemory: Platform Memory Stats for WindowsEditor +[2025.04.02-16.29.16:377][ 0]LogMemory: Process Physical Memory: 557.15 MB used, 571.57 MB peak +[2025.04.02-16.29.16:377][ 0]LogMemory: Process Virtual Memory: 574.43 MB used, 574.43 MB peak +[2025.04.02-16.29.16:377][ 0]LogMemory: Physical Memory: 19466.54 MB used, 45994.85 MB free, 65461.39 MB total +[2025.04.02-16.29.16:377][ 0]LogMemory: Virtual Memory: 32268.37 MB used, 42921.02 MB free, 75189.39 MB total +[2025.04.02-16.29.16:377][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" +[2025.04.02-16.29.16:380][ 0]LogWindows: WindowsPlatformFeatures enabled +[2025.04.02-16.29.16:386][ 0]LogInit: Physics initialised using underlying interface: Chaos +[2025.04.02-16.29.16:386][ 0]LogInit: Using OS detected language (en-US). +[2025.04.02-16.29.16:386][ 0]LogInit: Using OS detected locale (en-US). +[2025.04.02-16.29.16:388][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. +[2025.04.02-16.29.16:389][ 0]LogInit: Setting process to per monitor DPI aware +[2025.04.02-16.29.16:585][ 0]LogWindowsTextInputMethodSystem: Available input methods: +[2025.04.02-16.29.16:585][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). +[2025.04.02-16.29.16:585][ 0]LogWindowsTextInputMethodSystem: - English (United States) - Touch Input Correction (TSF IME). +[2025.04.02-16.29.16:585][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.02-16.29.16:604][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 +[2025.04.02-16.29.16:604][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 +[2025.04.02-16.29.16:719][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.02-16.29.16:719][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.02-16.29.16:719][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.02-16.29.16:719][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.02-16.29.16:719][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.02-16.29.16:719][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 +[2025.04.02-16.29.16:719][ 0]LogWindows: Attached monitors: +[2025.04.02-16.29.16:719][ 0]LogWindows: resolution: 1920x1080, work area: (2560, 457) -> (4480, 1497), device: '\\.\DISPLAY1' +[2025.04.02-16.29.16:719][ 0]LogWindows: resolution: 2560x1440, work area: (-2560, 629) -> (0, 2019), device: '\\.\DISPLAY2' +[2025.04.02-16.29.16:719][ 0]LogWindows: resolution: 2560x1440, work area: (0, 0) -> (2560, 1400), device: '\\.\DISPLAY3' [PRIMARY] +[2025.04.02-16.29.16:719][ 0]LogWindows: Found 3 attached monitors. +[2025.04.02-16.29.16:719][ 0]LogWindows: Gathering driver information using Windows Setup API +[2025.04.02-16.29.16:720][ 0]LogRHI: RHI Adapter Info: +[2025.04.02-16.29.16:720][ 0]LogRHI: Name: NVIDIA GeForce RTX 4070 Ti SUPER +[2025.04.02-16.29.16:720][ 0]LogRHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.02-16.29.16:720][ 0]LogRHI: Driver Date: 12-3-2024 +[2025.04.02-16.29.16:720][ 0]LogD3D12RHI: GPU DeviceId: 0x2689 (for the marketing name, search the web for "GPU Device Id") +[2025.04.02-16.29.16:720][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off +[2025.04.02-16.29.16:724][ 0]LogD3D12RHI: [Aftermath] Aftermath crash dumping enabled +[2025.04.02-16.29.16:724][ 0]LogD3D12RHI: [DRED] Dred breadcrumb context enabled +[2025.04.02-16.29.16:724][ 0]LogD3D12RHI: [DRED] Using lightweight DRED. +[2025.04.02-16.29.16:724][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: [Aftermath] Aftermath enabled and primed +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: [Aftermath] Aftermath resource tracking enabled +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: ID3D12Device1 is supported. +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: ID3D12Device2 is supported. +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: ID3D12Device3 is supported. +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: ID3D12Device4 is supported. +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: ID3D12Device5 is supported. +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: ID3D12Device6 is supported. +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: ID3D12Device7 is supported. +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: ID3D12Device8 is supported. +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: ID3D12Device9 is supported. +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: ID3D12Device10 is supported. +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: ID3D12Device11 is supported. +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: ID3D12Device12 is supported. +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: Bindless resources are supported +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: Raster order views are supported +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported +[2025.04.02-16.29.16:828][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported +[2025.04.02-16.29.16:873][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (3D) +[2025.04.02-16.29.16:873][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Copy) +[2025.04.02-16.29.16:874][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Compute) +[2025.04.02-16.29.16:886][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 +[2025.04.02-16.29.16:886][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 +[2025.04.02-16.29.16:887][ 0]LogRHI: Texture pool is 9635 MB (70% of 13765 MB) +[2025.04.02-16.29.16:887][ 0]LogD3D12RHI: Async texture creation enabled +[2025.04.02-16.29.16:887][ 0]LogD3D12RHI: RHI has support for 64 bit atomics +[2025.04.02-16.29.16:895][ 0]LogVRS: Current RHI supports Variable Rate Shading +[2025.04.02-16.29.16:898][ 0]LogInit: Initializing FReadOnlyCVARCache +[2025.04.02-16.29.16:905][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all' +[2025.04.02-16.29.16:905][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all" ] +[2025.04.02-16.29.16:926][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC +[2025.04.02-16.29.16:926][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT +[2025.04.02-16.29.16:926][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 +[2025.04.02-16.29.16:926][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp +[2025.04.02-16.29.16:926][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed +[2025.04.02-16.29.16:926][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 +[2025.04.02-16.29.16:926][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll +[2025.04.02-16.29.16:926][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll +[2025.04.02-16.29.16:927][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle +[2025.04.02-16.29.16:942][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' +[2025.04.02-16.29.16:942][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' +[2025.04.02-16.29.16:942][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' +[2025.04.02-16.29.16:942][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' +[2025.04.02-16.29.16:942][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' +[2025.04.02-16.29.16:942][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' +[2025.04.02-16.29.16:942][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' +[2025.04.02-16.29.16:942][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' +[2025.04.02-16.29.16:942][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' +[2025.04.02-16.29.16:942][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' +[2025.04.02-16.29.16:945][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' +[2025.04.02-16.29.16:945][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' +[2025.04.02-16.29.16:947][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' +[2025.04.02-16.29.16:947][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' +[2025.04.02-16.29.16:947][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' +[2025.04.02-16.29.16:947][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' +[2025.04.02-16.29.16:949][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' +[2025.04.02-16.29.16:949][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' +[2025.04.02-16.29.16:949][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' +[2025.04.02-16.29.16:951][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' +[2025.04.02-16.29.16:952][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' +[2025.04.02-16.29.16:952][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' +[2025.04.02-16.29.16:952][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' +[2025.04.02-16.29.16:954][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' +[2025.04.02-16.29.16:954][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' +[2025.04.02-16.29.16:958][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' +[2025.04.02-16.29.16:958][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' +[2025.04.02-16.29.16:958][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' +[2025.04.02-16.29.16:958][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' +[2025.04.02-16.29.16:958][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor +[2025.04.02-16.29.16:966][ 0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. +[2025.04.02-16.29.17:002][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: SF_METAL +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: SF_METAL_MRT +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: SF_METAL_TVOS +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: SF_METAL_SM5 +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: SF_METAL_SM6 +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: SF_METAL_SIM +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: PCD3D_SM6 +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: PCD3D_SM5 +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: PCD3D_ES31 +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: GLSL_150_ES31 +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: VVM_1_0 +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID +[2025.04.02-16.29.17:005][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 +[2025.04.02-16.29.17:005][ 0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0). +[2025.04.02-16.29.17:007][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB +[2025.04.02-16.29.17:007][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/DDC.ddp not found, will not use a pak cache. +[2025.04.02-16.29.17:007][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. +[2025.04.02-16.29.17:007][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.02-16.29.17:007][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. +[2025.04.02-16.29.17:034][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2464 MiB) +[2025.04.02-16.29.17:034][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.02-16.29.17:034][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. +[2025.04.02-16.29.17:035][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data +[2025.04.02-16.29.17:035][ 0]LogZenServiceInstance: InTree version at 'F:/UE_5.4/Engine/Binaries/Win64/zenserver.exe' is '5.4.5-202405102234-windows-x64-release-373e58b' +[2025.04.02-16.29.17:035][ 0]LogZenServiceInstance: Installed version at 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' +[2025.04.02-16.29.17:036][ 0]LogZenServiceInstance: No current process using the data dir found, launching a new instance +[2025.04.02-16.29.17:036][ 0]LogZenServiceInstance: Display: Launching executable 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe', working dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install', data dir 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data', args '--port 8558 --data-dir "C:\Users\Lore Natusol\AppData\Local\UnrealEngine\Common\Zen\Data" --http asio --gc-cache-duration-seconds 1209600 --gc-interval-seconds 21600 --gc-low-diskspace-threshold 2147483648 --http-forceloopback --quiet --owner-pid 36020' +[2025.04.02-16.29.17:121][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. +[2025.04.02-16.29.17:123][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. +[2025.04.02-16.29.17:129][ 0]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds. +[2025.04.02-16.29.17:129][ 0]LogDerivedDataCache: Display: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.03ms. RandomReadSpeed=1079.65MBs, RandomWriteSpeed=192.45MBs. Assigned SpeedClass 'Local' +[2025.04.02-16.29.17:130][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly +[2025.04.02-16.29.17:130][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' +[2025.04.02-16.29.17:130][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. +[2025.04.02-16.29.17:130][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. +[2025.04.02-16.29.17:130][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. +[2025.04.02-16.29.17:130][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' +[2025.04.02-16.29.17:130][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. +[2025.04.02-16.29.17:131][ 0]LogShaderCompilers: Guid format shader working directory is -11 characters bigger than the processId version (../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/Shaders/WorkingDirectory/36020/). +[2025.04.02-16.29.17:131][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Lore Natusol/AppData/Local/Temp/UnrealShaderWorkingDir/0EAE3FEC4CF9C42B6953ECB0EFA474E2/'. +[2025.04.02-16.29.17:131][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. +[2025.04.02-16.29.17:131][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers. +[2025.04.02-16.29.17:132][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush +[2025.04.02-16.29.17:132][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.02-16.29.17:671][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 +[2025.04.02-16.29.18:603][ 0]LogSlate: Using FreeType 2.10.0 +[2025.04.02-16.29.18:604][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 +[2025.04.02-16.29.18:604][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.02-16.29.18:605][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.02-16.29.18:605][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.02-16.29.18:605][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.02-16.29.18:605][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.02-16.29.18:605][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.02-16.29.18:620][ 0]LogAssetRegistry: FAssetRegistry took 0.0015 seconds to start up +[2025.04.02-16.29.18:623][ 0]LogEditorDomain: Display: EditorDomain is Disabled +[2025.04.02-16.29.18:627][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.001s loading caches ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin. +[2025.04.02-16.29.18:781][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). +[2025.04.02-16.29.18:781][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal +[2025.04.02-16.29.18:781][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled +[2025.04.02-16.29.18:783][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. +[2025.04.02-16.29.18:783][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. +[2025.04.02-16.29.18:803][ 0]LogDeviceProfileManager: Active device profile: [000005759CDE5000][0000057597B6A000 66] WindowsEditor +[2025.04.02-16.29.18:803][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" +[2025.04.02-16.29.18:803][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush +[2025.04.02-16.29.18:803][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.02-16.29.18:803][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.18362.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.22621.0, Allowed_AutoSdk=10.0.19041.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists") +[2025.04.02-16.29.18:806][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD' +[2025.04.02-16.29.18:806][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD" -nocompile -nocompileuat ] +[2025.04.02-16.29.18:901][ 0]LogMaterial: Display: WorldGridMaterial-SM6-Default: MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378BB459A7F0DBAC5232AC3C6813D7A1C9C1E037A6F_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_TDepthOnlyVS0_0_03809D327566D79B7D003D609F3FFBC28CB24CA5DBE22A860DB786AA9A7DE7C711953CC3F484404A4_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_FTranslucentLightingInjectPS0_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS1_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS2_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS3_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS4_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS5_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS6_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS7_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS8_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS9_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS10_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS11_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS12_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS13_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS14_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS15_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS16_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS17_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS18_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS19_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS20_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS21_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS22_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS23_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS24_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS25_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS26_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS27_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS28_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS29_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS30_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS31_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TShadowDepthVSVertexShadowDepth_PerspectiveCorrectPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3786F63A2867FA005A1D9974353C1F05C64FB02CAA1_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_TShadowDepthVSVertexShadowDepth_VirtualShadowMapPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37854CCF0F0329BEB98E3834B9B0E1CAAB6B4587848_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TShadowDepthVSVertexShadowDepth_OnePassPointLightPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3784449D1779A17BA029521B676974C013CAD4F1D63_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_DepthPosOnlyNoPixelPipeline3809D327566D79B7D003D609F3FFBC28CB24CA5D_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FGPUSpriteVertexFactory245FB466A2A94E1A1436B691BFD0A7AD3AAB15226F4AA5ED14228FB7E8DA60EA4B587BD3239FAD94B9CA513CCBA4F1E3AF7D9556DD0F2FF45E951E1A_FNiagaraRibbonVertexFactoryD19292AE439B9BA2AF405539D8C979D72ADDB9DAA5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966DE03DD13CEAD2D60503F2AAC85D4762994EF4025A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966_TGPUSkinAPEXClothVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FParticleSpriteVertexFactory50F1F3C21861C59B390701CCEFB63753852D229FF99E1B0FB635933CEEAC41CF9441DF5EA4A994CA9DAE5A7C55936FD50BC3B20BD063C1832A4D4247_TGPUSkinVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_FWaterVertexFactoryNoSelectionNonIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C4058CE4C30F9DE1CD80C479994EA859BC47CB8F8FDC1CE4C30F9DE1CD80C479994EA859BC47CB8F8FDC1CE4C30F9DE1CD80C479994EA859BC47CB8F8FDC1_FVectorFieldVisualizationVertexFactory36404C380DD96CD0872E9BBEDDFAD1A6E72AA01DCC854D8E74FEAEF90804D69AF6B78BD07A141ACC_FNiagaraMeshVertexFactoryF3FBD77A8F4B4A38338B697D58BDAC7AB8D5B27C4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9571BD81B2CBA1F364F28A837532353718EB814537B4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9574B3A20E0CA93D5CA5A60C16EF2EB14EA073FC957_FParticleBeamTrailVertexFactory9B4864381849C227417F59C2CD595ADF65DE8972378BBDDEC2CEAC35A309C357B38D702E7981D5D3_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_TGPUSkinVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_TGPUSkinAPEXClothVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FGeometryCollectionVertexFactory74DF12C20858E13A6E65317951D0E79E184025DB49D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC41_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FWaterVertexFactoryWithSelectionWithIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C4058FFF1837A5730F4CB2E1C8D75C2A9C8B36A4E5D26_FMeshParticleVertexFactory8E5462CD108F3ACF9C2D93B79DB64B3906833D1AF773920348F231C490A74B1A551F8CE3ABF04791_FInstancedStaticMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869739A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD_FSplineMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B3218697A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965_FLocalVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869781418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E_FWaterVertexFactoryWithSelectionNonIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C405848877CD88D79D6BFCD2BD8C6E787616490DC058648877CD88D79D6BFCD2BD8C6E787616490DC058648877CD88D79D6BFCD2BD8C6E787616490DC0586_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FNiagaraSpriteVertexFactoryACB1629DF3CA3124277348B8C5E6DFA8BCE4390C5957CFEE095AEFFBA7F83F09F020F15CF6555718EFF166204144512228FF7A163011544EEF3FD2265957CFEE095AEFFBA7F83F09F020F15CF65557185957CFEE095AEFFBA7F83F09F020F15CF6555718_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FGeometryCacheVertexVertexFactory74ADC0A3F4354AA5B6F6B8CDE88F0843E005C5DD76143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE_FWaterVertexFactoryNoSelectionWithIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C4058E1931902F9B59C87875A57E269C11B3919CFA33ASPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_2c57d0a836509d36c7c166415bfeb15e0ef573dcd9b4603cf1538f7314f9243dSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_54a1312cf73db2c90c5ed5f36724cf7f386b575e0cdac7da6333551840860f28SPM_b902cb58365a597ab0b6fe8cf87ae04d551e6747d32c37d928b8157fd3eba5c0SPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_36d1d796bf3fb73ccd892afb1b779f503d696f05fd480468b72f5ef66020825cSPM_83dbf399e330e02ba06c94ef9626063f802e7dad4acecf70bd8dc6046d1c22bbSPM_4a9d07239f86cc5310d60e8af0f25edf06a7d9ea4a2cac6d8cec6a1602c017a9SPM_16580fe885dc965c263d5eaad54b525a074fe46b65804a2a9a8eeb6c60d81eccSPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_1abdcf528b27ee15ea112606f7deb0e2bf1615c76e72788521d73027ce1f58d5SPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_44cfd7856989e0d50b86ae467107f8cb1927d4c4ac69e4400cc83861f7c2587fSPM_5ba0c5b7c5677cfc80f9c206abf3f2281b0c59cf7534bc2c0c3040647bc959d3SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_35ddf07c29b7ba174b82f284a0659e75175dffbdb1e5bcfbb8be87ef8e1351f9SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_2379ae40c9a93d1354f571759773506590e9bd6d2be3b959dc2ab0dca7e60fe4SPM_f6481c86c24d5e8e86b711ed96952ba756b1b40357dd9cadb41c22ae0d52834bSPM_a2ca952d5d0c16a12b0eca91df068d9ce926000b17be062f97ba31ac64039a67SPM_e99122b96c86762ba069e73393d36dd9e7886cd1e40a4c23c10949dc4144ff77SPM_c4fd33b245ca554105394a55a3b11ebe5ab14de075817620e79925a15f1d4e79SPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_98e11b36ef3d6e4dc166bfc6020842cb5ad6481ef73003a086fd4cdf34885068SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_db11416980d7f513dc0e1e08a8df85b346a02b99b3dfcc1a6c49176898f046c7SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912SPM_04bf5f913cd2a55868da0204e0aa7584733762a5902695d780f8734a6285efc6SPM_2c221d12e4150dbc11b221f7fdae98b1da2e9f47dafcde1b8d7f49cca04404ff433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; _MatTransl_3B7A55D3409170328211A060FC2E3BB1E263C720_BBD650804D314CE7A44ADF9BB4F3F5F9_ -[2025.04.02-08.48.03:545][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction -[2025.04.02-08.48.03:545][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction -[2025.04.02-08.48.03:545][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging -[2025.04.02-08.48.03:545][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available -[2025.04.02-08.48.03:545][ 0]LogMeshMerging: No distributed automatic mesh merging module available -[2025.04.02-08.48.03:820][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None -[2025.04.02-08.48.03:821][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled -[2025.04.02-08.48.03:829][ 0]LogUObjectArray: 22203 objects as part of root set at end of initial load. -[2025.04.02-08.48.03:829][ 0]LogUObjectAllocator: 6109744 out of 0 bytes used by permanent object pool. -[2025.04.02-08.48.03:829][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool -[2025.04.02-08.48.03:833][ 0]LogLiveCoding: Display: Starting LiveCoding -[2025.04.02-08.48.03:833][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development -[2025.04.02-08.48.03:834][ 0]LogLiveCoding: Display: First instance in process group "UE_Elistria_Calling_0x6dd5b082", spawning console -[2025.04.02-08.48.03:839][ 0]LogLiveCoding: Display: Waiting for server -[2025.04.02-08.48.03:854][ 0]LogSlate: Border -[2025.04.02-08.48.03:854][ 0]LogSlate: BreadcrumbButton -[2025.04.02-08.48.03:854][ 0]LogSlate: Brushes.Title -[2025.04.02-08.48.03:854][ 0]LogSlate: Default -[2025.04.02-08.48.03:854][ 0]LogSlate: Icons.Save -[2025.04.02-08.48.03:854][ 0]LogSlate: Icons.Toolbar.Settings -[2025.04.02-08.48.03:854][ 0]LogSlate: ListView -[2025.04.02-08.48.03:854][ 0]LogSlate: SoftwareCursor_CardinalCross -[2025.04.02-08.48.03:854][ 0]LogSlate: SoftwareCursor_Grab -[2025.04.02-08.48.03:854][ 0]LogSlate: TableView.DarkRow -[2025.04.02-08.48.03:854][ 0]LogSlate: TableView.Row -[2025.04.02-08.48.03:854][ 0]LogSlate: TreeView -[2025.04.02-08.48.03:923][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... -[2025.04.02-08.48.03:924][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 1.366 ms -[2025.04.02-08.48.03:934][ 0]LogInit: XR: Instanced Stereo Rendering is Disabled -[2025.04.02-08.48.03:934][ 0]LogInit: XR: MultiViewport is Disabled -[2025.04.02-08.48.03:934][ 0]LogInit: XR: Mobile Multiview is Disabled -[2025.04.02-08.48.04:099][ 0]LogTurnkeySupport: Completed device detection: Code = 0 -[2025.04.02-08.48.04:331][ 0]LogTcpMessaging: Initializing TcpMessaging bridge -[2025.04.02-08.48.04:342][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. -[2025.04.02-08.48.04:342][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:51416'. -[2025.04.02-08.48.04:344][ 0]LogUdpMessaging: Display: Added local interface '192.168.1.109' to multicast group '230.0.0.1:6666' -[2025.04.02-08.48.04:452][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... -[2025.04.02-08.48.04:465][ 0]LogMetasoundEngine: MetaSound Engine Initialized -[2025.04.02-08.48.04:531][ 0]LogPython: Using Python 3.11.8 -[2025.04.02-08.48.04:921][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread -[2025.04.02-08.48.05:146][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping -[2025.04.02-08.48.05:290][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 5F3FFE07C07247418000000000007700 | Instance: 852E289B442D9004D07CB981F713CEF2 (DESKTOP-KTQTHKD-15440). -[2025.04.02-08.48.05:610][ 0]SourceControl: Revision control is disabled -[2025.04.02-08.48.05:614][ 0]SourceControl: Revision control is disabled -[2025.04.02-08.48.05:634][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance -[2025.04.02-08.48.05:646][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. -[2025.04.02-08.48.05:646][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. -[2025.04.02-08.48.05:767][ 0]LogOpenImageDenoise: OIDN starting up -[2025.04.02-08.48.05:853][ 0]LogCollectionManager: Loaded 0 collections in 0.000712 seconds -[2025.04.02-08.48.05:854][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Collections/' took 0.00s -[2025.04.02-08.48.05:855][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Developers/LoreNatusol/Collections/' took 0.00s -[2025.04.02-08.48.05:856][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Collections/' took 0.00s -[2025.04.02-08.48.06:000][ 0]LogEngine: Initializing Engine... -[2025.04.02-08.48.06:003][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s -[2025.04.02-08.48.06:069][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll -[2025.04.02-08.48.06:088][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.04.02-08.48.06:108][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. -[2025.04.02-08.48.06:108][ 0]LogInit: Texture streaming: Enabled -[2025.04.02-08.48.06:115][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.4.4-35576357+++UE5+Release-5.4 -[2025.04.02-08.48.06:119][ 0]LogAudio: Display: Initializing Audio Device Manager... -[2025.04.02-08.48.06:121][ 0]LogAudio: Display: Loading Default Audio Settings Objects... -[2025.04.02-08.48.06:122][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). -[2025.04.02-08.48.06:122][ 0]LogAudio: Display: AudioInfo: 'OPUS' Registered -[2025.04.02-08.48.06:122][ 0]LogAudio: Display: AudioInfo: 'OGG' Registered -[2025.04.02-08.48.06:124][ 0]LogAudio: Display: AudioInfo: 'ADPCM' Registered -[2025.04.02-08.48.06:124][ 0]LogAudio: Display: AudioInfo: 'PCM' Registered -[2025.04.02-08.48.06:126][ 0]LogAudio: Display: AudioInfo: 'BINKA' Registered -[2025.04.02-08.48.06:128][ 0]LogAudio: Display: AudioInfo: 'RADA' Registered -[2025.04.02-08.48.06:128][ 0]LogAudio: Display: Audio Device Manager Initialized -[2025.04.02-08.48.06:128][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True -[2025.04.02-08.48.06:128][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.04.02-08.48.06:128][ 0]LogAudioMixer: Display: Sample Rate: 48000 -[2025.04.02-08.48.06:128][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.04.02-08.48.06:128][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.04.02-08.48.06:128][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.04.02-08.48.06:128][ 0]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.04.02-08.48.06:128][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.04.02-08.48.06:128][ 0]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.04.02-08.48.06:128][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.04.02-08.48.06:128][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.04.02-08.48.06:128][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.04.02-08.48.06:132][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.04.02-08.48.06:160][ 0]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.04.02-08.48.06:160][ 0]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.04.02-08.48.06:162][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.04.02-08.48.06:162][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.04.02-08.48.06:163][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 -[2025.04.02-08.48.06:163][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 -[2025.04.02-08.48.06:164][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 -[2025.04.02-08.48.06:164][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 -[2025.04.02-08.48.06:164][ 0]LogInit: FAudioDevice initialized with ID 1. -[2025.04.02-08.48.06:164][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. -[2025.04.02-08.48.06:164][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 -[2025.04.02-08.48.06:168][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" -[2025.04.02-08.48.06:179][ 0]LogInit: Undo buffer set to 32 MB -[2025.04.02-08.48.06:179][ 0]LogInit: Transaction tracking system initialized -[2025.04.02-08.48.06:191][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SourceControl/UncontrolledChangelists.json -[2025.04.02-08.48.06:235][ 0]LocalizationService: Localization service is disabled -[2025.04.02-08.48.06:246][ 0]TimingProfiler: Initialize -[2025.04.02-08.48.06:246][ 0]TimingProfiler: OnSessionChanged -[2025.04.02-08.48.06:246][ 0]LoadingProfiler: Initialize -[2025.04.02-08.48.06:246][ 0]LoadingProfiler: OnSessionChanged -[2025.04.02-08.48.06:246][ 0]NetworkingProfiler: Initialize -[2025.04.02-08.48.06:246][ 0]NetworkingProfiler: OnSessionChanged -[2025.04.02-08.48.06:246][ 0]MemoryProfiler: Initialize -[2025.04.02-08.48.06:246][ 0]MemoryProfiler: OnSessionChanged -[2025.04.02-08.48.06:386][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/' took 0.01s -[2025.04.02-08.48.06:469][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. -[2025.04.02-08.48.06:500][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete -[2025.04.02-08.48.06:515][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() -[2025.04.02-08.48.06:516][ 0]SourceControl: Revision control is disabled -[2025.04.02-08.48.06:516][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 7.049 -[2025.04.02-08.48.06:526][ 0]Cmd: MAP LOAD FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Maps/ThirdPersonMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 -[2025.04.02-08.48.06:527][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true -[2025.04.02-08.48.06:527][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-08.48.06:527][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.04.02-08.48.06:527][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.04.02-08.48.06:531][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.04.02-08.48.06:533][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.43ms -[2025.04.02-08.48.06:649][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:Fill Objectives:Objectives.Objectives'. Unknown structure. -[2025.04.02-08.48.06:649][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:ExecuteUbergraph_WP_QuestHUD:K2Node_CustomEvent_Objectives.K2Node_CustomEvent_Objectives'. Unknown structure. -[2025.04.02-08.48.06:649][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:ExecuteUbergraph_WP_QuestHUD:CallFunc_Array_Get_Item'. Unknown structure. -[2025.04.02-08.48.07:033][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/In_Place/MOB1_Jog_F_to_Stand_Relaxed_RU_IPC.MOB1_Jog_F_to_Stand_Relaxed_RU_IPC (Required Memory Estimate: 0.83 MB) -[2025.04.02-08.48.07:036][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/In_Place/MOB1_Run_F_to_Stand_Relaxed_RU_IPC.MOB1_Run_F_to_Stand_Relaxed_RU_IPC (Required Memory Estimate: 1.06 MB) -[2025.04.02-08.48.07:039][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/Root_Motion/MOB1_Stand_Relaxed_Fgt_v1.MOB1_Stand_Relaxed_Fgt_v1 (Required Memory Estimate: 2.13 MB) -[2025.04.02-08.48.07:042][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/Root_Motion/MOB1_Stand_Relaxed_Idle_v2.MOB1_Stand_Relaxed_Idle_v2 (Required Memory Estimate: 2.57 MB) -[2025.04.02-08.48.07:043][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/In_Place/MOB1_Jog_F_to_Stand_Relaxed_RU_IPC.MOB1_Jog_F_to_Stand_Relaxed_RU_IPC, at AnimationSequence/aabdaab066d1e4cea9e83ca0e15d5be0e0b8e927 -[2025.04.02-08.48.07:050][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/In_Place/MOB1_Run_F_to_Stand_Relaxed_RU_IPC.MOB1_Run_F_to_Stand_Relaxed_RU_IPC, at AnimationSequence/9efee39f6e4074a23953e26dc2b6fb5017e059b3 -[2025.04.02-08.48.07:051][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/In_Place/MOB1_Jog_F_IPC.MOB1_Jog_F_IPC (Required Memory Estimate: 0.44 MB) -[2025.04.02-08.48.07:055][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/In_Place/MOB1_Jog_F_IPC.MOB1_Jog_F_IPC, at AnimationSequence/90d4399d5131a0827979b31b3ee79bc99c0a426a -[2025.04.02-08.48.07:071][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/Root_Motion/MOB1_Stand_Relaxed_Fgt_v1.MOB1_Stand_Relaxed_Fgt_v1, at AnimationSequence/45b8eb3e4f2de31f99b808987cbf348283351198 -[2025.04.02-08.48.07:078][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/Root_Motion/MOB1_Stand_Relaxed_Idle_v2.MOB1_Stand_Relaxed_Idle_v2, at AnimationSequence/42876c670086805e368985c920d668149c45a9e2 -[2025.04.02-08.48.07:107][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest1_Metallic.Chest1_Metallic (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1104.062484 MB), EncodeSpeed: Fast -[2025.04.02-08.48.07:107][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest1_Mixed_AO.Chest1_Mixed_AO (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1104.062484 MB), EncodeSpeed: Fast -[2025.04.02-08.48.07:120][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest1_Roughness.Chest1_Roughness (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1104.062484 MB), EncodeSpeed: Fast -[2025.04.02-08.48.07:368][ 0]LogAssetRegistry: Display: Asset registry cache written as 27.3 MiB to ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin -[2025.04.02-08.48.07:369][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest1_Base_color.Chest1_Base_color (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast -[2025.04.02-08.48.07:564][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Bent_Metallic.Bent_Metallic (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 293.145823 MB), EncodeSpeed: Fast -[2025.04.02-08.48.07:570][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Bent_Mixed_AO.Bent_Mixed_AO (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 293.145823 MB), EncodeSpeed: Fast -[2025.04.02-08.48.07:573][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Bent_Roughness.Bent_Roughness (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 293.145823 MB), EncodeSpeed: Fast -[2025.04.02-08.48.07:619][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Gem_Metallic.Gem_Metallic (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 293.145823 MB), EncodeSpeed: Fast -[2025.04.02-08.48.07:640][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Bent_Base_color.Bent_Base_color (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast -[2025.04.02-08.48.07:681][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'ThirdPersonMap'. -[2025.04.02-08.48.07:681][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.04.02-08.48.07:684][ 0]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=0, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=1, InitializeForGame=0) -[2025.04.02-08.48.07:684][ 0]LogWorldPartition: Display: WorldPartition initialize started... -[2025.04.02-08.48.07:684][ 0]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap, World Type = Editor, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 1, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.04.02-08.48.07:687][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Gem_Base_color.Gem_Base_color (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 305.145823 MB), EncodeSpeed: Fast -[2025.04.02-08.48.07:689][ 0]LogStreaming: Display: FlushAsyncLoading(1): 53 QueuedPackages, 0 AsyncPackages -[2025.04.02-08.48.07:697][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest1_Normal_DirectX.Chest1_Normal_DirectX (TFO_BC5, 4096x4096 x1x1x1) (Required Memory Estimate: 1216.062484 MB), EncodeSpeed: Fast -[2025.04.02-08.48.07:737][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Bent_Normal_DirectX.Bent_Normal_DirectX (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 487.562488 MB), EncodeSpeed: Fast -[2025.04.02-08.48.07:830][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:SelectedQuest'. Unknown structure. -[2025.04.02-08.48.07:830][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:Add Quest:Quest'. Unknown structure. -[2025.04.02-08.48.07:830][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:Select Quest:Quest'. Unknown structure. -[2025.04.02-08.48.07:830][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:K2Node_CustomEvent_Quest_1'. Unknown structure. -[2025.04.02-08.48.07:830][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:K2Node_CustomEvent_Quest'. Unknown structure. -[2025.04.02-08.48.07:830][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:CallFunc_Array_Get_Item'. Unknown structure. -[2025.04.02-08.48.07:831][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestSlot.WB_QuestSlot_C:Quest'. Unknown structure. -[2025.04.02-08.48.07:832][ 0]LogClass: Warning: Struct Property Quest has a struct type mismatch (tag STRUCT_REINST_S_Quest_5(/Engine/Transient) != prop FallbackStruct(/Script/CoreUObject)) in package: /Game/MAIN_CONTENT/Quest_System/WB_QuestSlot. If that struct got renamed, add an entry to ActiveStructRedirects. -[2025.04.02-08.48.07:837][ 0]LogClass: Warning: Struct Property SelectedQuest has a struct type mismatch (tag STRUCT_REINST_S_Quest_5(/Engine/Transient) != prop FallbackStruct(/Script/CoreUObject)) in package: /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver. If that struct got renamed, add an entry to ActiveStructRedirects. -[2025.04.02-08.48.07:838][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Combat/Movement/Dodge_Small_Forward_Roll.Dodge_Small_Forward_Roll (Required Memory Estimate: 0.39 MB) -[2025.04.02-08.48.07:839][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver.VaultOver (Required Memory Estimate: 1.07 MB) -[2025.04.02-08.48.07:841][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Assassinations/Paired_Knife_Stealth_KidneyAndNeck_Att.Paired_Knife_Stealth_KidneyAndNeck_Att (Required Memory Estimate: 1.29 MB) -[2025.04.02-08.48.07:843][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Combat/Martial/H2H_PunchCombo03.H2H_PunchCombo03 (Required Memory Estimate: 1.01 MB) -[2025.04.02-08.48.07:846][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Combat/Movement/Dodge_Small_Forward_Roll.Dodge_Small_Forward_Roll, at AnimationSequence/7f811a8908906d5a341de93beff7d0be2c66e5ab -[2025.04.02-08.48.07:864][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Combat/Martial/H2H_Kick04.H2H_Kick04 (Required Memory Estimate: 1.03 MB) -[2025.04.02-08.48.07:864][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/In_Place/MOB1_Sprint_F_IPC1.MOB1_Sprint_F_IPC1 (Required Memory Estimate: 0.34 MB) -[2025.04.02-08.48.07:865][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver.VaultOver, at AnimationSequence/ec50d8c80757e279527e512f3ed4f53efa1bcd6b -[2025.04.02-08.48.07:872][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MCO_Mocap_Basics/Animation/Mobility_Pro/In_Place/MOB1_Sprint_F_IPC1.MOB1_Sprint_F_IPC1, at AnimationSequence/abedd8311d923b3221e121bf11afd1a117937fe6 -[2025.04.02-08.48.07:873][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Combat/Martial/H2H_PunchCombo03.H2H_PunchCombo03, at AnimationSequence/3c2d185d6eb46a7c9349fd49fd4a9867fff3f738 -[2025.04.02-08.48.07:880][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.MM_Run_Fwd (Required Memory Estimate: 11.90 MB) -[2025.04.02-08.48.07:880][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Lean/Lean_Left.Lean_Left (Required Memory Estimate: 12.05 MB) -[2025.04.02-08.48.07:880][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Lean/Lean_Right.Lean_Right (Required Memory Estimate: 12.05 MB) -[2025.04.02-08.48.07:880][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Locomotion/MOB1_Walk_F_IPC.MOB1_Walk_F_IPC (Required Memory Estimate: 0.58 MB) -[2025.04.02-08.48.07:880][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Crouched/MOB1_CrouchWalk_F_IPC.MOB1_CrouchWalk_F_IPC (Required Memory Estimate: 0.60 MB) -[2025.04.02-08.48.07:881][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Assassinations/Paired_Knife_Stealth_KidneyAndNeck_Att.Paired_Knife_Stealth_KidneyAndNeck_Att, at AnimationSequence/3a43241c277b5b51fcd0a97c6147a484ab7b5bf1 -[2025.04.02-08.48.07:882][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Crouched/MOB1_Crouch_Idle_V2_IPC.MOB1_Crouch_Idle_V2_IPC (Required Memory Estimate: 1.99 MB) -[2025.04.02-08.48.07:888][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/Characters/Mannequins/Animations/Manny/MM_Land.MM_Land (Required Memory Estimate: 5.64 MB) -[2025.04.02-08.48.07:891][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Locomotion/MOB1_Walk_F_IPC.MOB1_Walk_F_IPC, at AnimationSequence/280f2513a28f500bc1dd1e67831db35a4eb87e6a -[2025.04.02-08.48.07:891][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Crouched/MOB1_CrouchWalk_F_IPC.MOB1_CrouchWalk_F_IPC, at AnimationSequence/62f4bdde138868e5e10ac6717de094ea902b2209 -[2025.04.02-08.48.07:892][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Combat/Martial/H2H_Kick04.H2H_Kick04, at AnimationSequence/ab244b4eb16237c946202b6255d59bd126a481e5 -[2025.04.02-08.48.07:893][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/Characters/Mannequins/Animations/Manny/MM_Jump.MM_Jump (Required Memory Estimate: 5.56 MB) -[2025.04.02-08.48.07:895][ 0]LogClass: Warning: Struct Property SelectedQuest has a struct type mismatch (tag FallbackStruct(/Script/CoreUObject) != prop S_Quest(/Game/MAIN_CONTENT/Quest_System/S_Quest)) in package: FObjectReader. If that struct got renamed, add an entry to ActiveStructRedirects. -[2025.04.02-08.48.07:896][ 0]LogClass: Warning: Struct Property Quest has a struct type mismatch (tag FallbackStruct(/Script/CoreUObject) != prop S_Quest(/Game/MAIN_CONTENT/Quest_System/S_Quest)) in package: FObjectReader. If that struct got renamed, add an entry to ActiveStructRedirects. -[2025.04.02-08.48.07:897][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.MM_Fall_Loop (Required Memory Estimate: 18.64 MB) -[2025.04.02-08.48.07:918][ 0]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.04.02-08.48.07:919][ 0]LogWorldPartition: Display: WorldPartition initialize took 234.702 ms -[2025.04.02-08.48.07:931][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/NewHelm/DefaultMaterial_normal.DefaultMaterial_normal (TFO_BC5, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast -[2025.04.02-08.48.07:931][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Crouched/MOB1_Crouch_Idle_V2_IPC.MOB1_Crouch_Idle_V2_IPC, at AnimationSequence/a666ca4dfcc381d123989ea67a57b1c72def905d -[2025.04.02-08.48.07:940][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) -[2025.04.02-08.48.07:943][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/Characters/Mannequins/Animations/Manny/MM_Jump.MM_Jump, at AnimationSequence/041f45432babc08af84c518a5f733f6456942478 -[2025.04.02-08.48.07:976][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 2.32ms -[2025.04.02-08.48.07:977][ 0]Cmd: MAP CHECKDEP NOCLEARLOG -[2025.04.02-08.48.07:978][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 1.011ms to complete. -[2025.04.02-08.48.07:988][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/Characters/Mannequins/Animations/Manny/MM_Land.MM_Land, at AnimationSequence/25b1c0ec63d435067e767117e9dc0c99021a423a -[2025.04.02-08.48.07:998][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 8.531 -[2025.04.02-08.48.08:014][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Lean/Lean_Right.Lean_Right, at AnimationSequence/ea1c5a00dd41af775a6db7fb2a11903b07920670 -[2025.04.02-08.48.08:033][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/Characters/Mannequins/Animations/Manny/MM_Run_Fwd.MM_Run_Fwd, at AnimationSequence/f94b040c1b954a856f991d8ed3f31f78071c37bf -[2025.04.02-08.48.08:079][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Lean/Lean_Left.Lean_Left, at AnimationSequence/98d34314dc9cc6325a6412dcc2c97208c45e9992 -[2025.04.02-08.48.08:097][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.MM_Fall_Loop, at AnimationSequence/d469a9e17d8b91fa59b1d8a644683cf42dcd6556 -[2025.04.02-08.48.08:114][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Gem_Roughness.Gem_Roughness (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 293.145823 MB), EncodeSpeed: Fast -[2025.04.02-08.48.08:123][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Gem_Mixed_AO.Gem_Mixed_AO (TFO_AutoDXT, 2048x2048 x1x1x1) (Required Memory Estimate: 293.145823 MB), EncodeSpeed: Fast -[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.04.02-08.48.08:150][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.04.02-08.48.08:188][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.04.02-08.48.08:209][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.04.02-08.48.08:222][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest2_Roughness.Chest2_Roughness (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1104.062484 MB), EncodeSpeed: Fast -[2025.04.02-08.48.08:224][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.04.02-08.48.08:233][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest2_Metallic.Chest2_Metallic (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1104.062484 MB), EncodeSpeed: Fast -[2025.04.02-08.48.08:241][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.04.02-08.48.08:268][ 0]LogSlate: The tab "TopRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.04.02-08.48.08:282][ 0]LogSlate: The tab "BottomRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.04.02-08.48.08:293][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Gem_Normal_DirectX.Gem_Normal_DirectX (TFO_BC5, 2048x2048 x1x1x1) (Required Memory Estimate: 487.562488 MB), EncodeSpeed: Fast -[2025.04.02-08.48.08:348][ 0]LogPakFile: Initializing PakPlatformFile -[2025.04.02-08.48.08:349][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/StarterContent.upack', mount point: 'root:/' -[2025.04.02-08.48.08:349][ 0]LogPakFile: Initializing PakPlatformFile -[2025.04.02-08.48.08:350][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' -[2025.04.02-08.48.08:350][ 0]LogPakFile: Initializing PakPlatformFile -[2025.04.02-08.48.08:351][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' -[2025.04.02-08.48.08:351][ 0]LogPakFile: Initializing PakPlatformFile -[2025.04.02-08.48.08:352][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' -[2025.04.02-08.48.08:353][ 0]LogPakFile: Initializing PakPlatformFile -[2025.04.02-08.48.08:354][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' -[2025.04.02-08.48.08:354][ 0]LogPakFile: Initializing PakPlatformFile -[2025.04.02-08.48.08:355][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' -[2025.04.02-08.48.08:355][ 0]LogPakFile: Initializing PakPlatformFile -[2025.04.02-08.48.08:356][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' -[2025.04.02-08.48.08:356][ 0]LogPakFile: Initializing PakPlatformFile -[2025.04.02-08.48.08:357][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' -[2025.04.02-08.48.08:357][ 0]LogPakFile: Initializing PakPlatformFile -[2025.04.02-08.48.08:358][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' -[2025.04.02-08.48.08:358][ 0]LogPakFile: Initializing PakPlatformFile -[2025.04.02-08.48.08:359][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' -[2025.04.02-08.48.08:493][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest2_Base_color.Chest2_Base_color (TFO_AutoDXT, 4096x4096 x1x1x1) (Required Memory Estimate: 1152.062484 MB), EncodeSpeed: Fast -[2025.04.02-08.48.08:556][ 0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-KTQTHKD: (Name=DESKTOP-KTQTHKD, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid") -[2025.04.02-08.48.08:575][ 0]LogSlate: Took 0.000288 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) -[2025.04.02-08.48.08:580][ 0]LogSlate: Took 0.000235 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) -[2025.04.02-08.48.08:581][ 0]LogSlate: Took 0.000208 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) -[2025.04.02-08.48.08:763][ 0]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Mesh/Armor/Mats/Chest2_Normal_DirectX.Chest2_Normal_DirectX (TFO_BC5, 4096x4096 x1x1x1) (Required Memory Estimate: 1216.062484 MB), EncodeSpeed: Fast -[2025.04.02-08.48.09:052][ 0]LogStall: Startup... -[2025.04.02-08.48.09:054][ 0]LogStall: Startup complete. -[2025.04.02-08.48.09:058][ 0]LogLoad: (Engine Initialization) Total time: 9.59 seconds -[2025.04.02-08.48.09:132][ 0]LogContentStreaming: Texture pool size now 1000 MB -[2025.04.02-08.48.09:133][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" -[2025.04.02-08.48.09:281][ 0]LogPython: registering +[2025.04.02-16.29.18:958][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction +[2025.04.02-16.29.18:958][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction +[2025.04.02-16.29.18:958][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging +[2025.04.02-16.29.18:958][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available +[2025.04.02-16.29.18:958][ 0]LogMeshMerging: No distributed automatic mesh merging module available +[2025.04.02-16.29.19:242][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None +[2025.04.02-16.29.19:242][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled +[2025.04.02-16.29.19:251][ 0]LogUObjectArray: 23506 objects as part of root set at end of initial load. +[2025.04.02-16.29.19:251][ 0]LogUObjectAllocator: 6706736 out of 0 bytes used by permanent object pool. +[2025.04.02-16.29.19:251][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool +[2025.04.02-16.29.19:256][ 0]LogLiveCoding: Display: Starting LiveCoding +[2025.04.02-16.29.19:256][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development +[2025.04.02-16.29.19:258][ 0]LogLiveCoding: Display: First instance in process group "UE_Elistria_Calling_0x6dd5b082", spawning console +[2025.04.02-16.29.19:262][ 0]LogLiveCoding: Display: Waiting for server +[2025.04.02-16.29.19:275][ 0]LogSlate: Border +[2025.04.02-16.29.19:275][ 0]LogSlate: BreadcrumbButton +[2025.04.02-16.29.19:275][ 0]LogSlate: Brushes.Title +[2025.04.02-16.29.19:275][ 0]LogSlate: Default +[2025.04.02-16.29.19:275][ 0]LogSlate: Icons.Save +[2025.04.02-16.29.19:275][ 0]LogSlate: Icons.Toolbar.Settings +[2025.04.02-16.29.19:275][ 0]LogSlate: ListView +[2025.04.02-16.29.19:275][ 0]LogSlate: SoftwareCursor_CardinalCross +[2025.04.02-16.29.19:275][ 0]LogSlate: SoftwareCursor_Grab +[2025.04.02-16.29.19:275][ 0]LogSlate: TableView.DarkRow +[2025.04.02-16.29.19:275][ 0]LogSlate: TableView.Row +[2025.04.02-16.29.19:275][ 0]LogSlate: TreeView +[2025.04.02-16.29.19:344][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... +[2025.04.02-16.29.19:345][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 1.441 ms +[2025.04.02-16.29.19:357][ 0]LogInit: XR: Instanced Stereo Rendering is Disabled +[2025.04.02-16.29.19:357][ 0]LogInit: XR: MultiViewport is Disabled +[2025.04.02-16.29.19:357][ 0]LogInit: XR: Mobile Multiview is Disabled +[2025.04.02-16.29.19:456][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 7BABFE075C94492A800000000000A900 | Instance: 7E77F7434D8FD1A7DB0B4D83DF9AD87E (DESKTOP-KTQTHKD-36020). +[2025.04.02-16.29.19:493][ 0]LogTurnkeySupport: Completed device detection: Code = 0 +[2025.04.02-16.29.19:612][ 0]LogPython: Using Python 3.11.8 +[2025.04.02-16.29.20:225][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping +[2025.04.02-16.29.20:295][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread +[2025.04.02-16.29.20:353][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... +[2025.04.02-16.29.20:366][ 0]LogMetasoundEngine: MetaSound Engine Initialized +[2025.04.02-16.29.20:519][ 0]LogTcpMessaging: Initializing TcpMessaging bridge +[2025.04.02-16.29.20:522][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. +[2025.04.02-16.29.20:522][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:58413'. +[2025.04.02-16.29.20:523][ 0]LogUdpMessaging: Display: Added local interface '192.168.1.109' to multicast group '230.0.0.1:6666' +[2025.04.02-16.29.20:851][ 0]LogOpenImageDenoise: OIDN starting up +[2025.04.02-16.29.20:899][ 0]SourceControl: Revision control is disabled +[2025.04.02-16.29.20:905][ 0]SourceControl: Revision control is disabled +[2025.04.02-16.29.20:922][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance +[2025.04.02-16.29.20:936][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.02-16.29.20:936][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.02-16.29.21:045][ 0]LogCollectionManager: Loaded 0 collections in 0.000705 seconds +[2025.04.02-16.29.21:047][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Collections/' took 0.00s +[2025.04.02-16.29.21:048][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Developers/LoreNatusol/Collections/' took 0.00s +[2025.04.02-16.29.21:049][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Collections/' took 0.00s +[2025.04.02-16.29.21:188][ 0]LogEngine: Initializing Engine... +[2025.04.02-16.29.21:191][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s +[2025.04.02-16.29.21:258][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll +[2025.04.02-16.29.21:275][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-16.29.21:281][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. +[2025.04.02-16.29.21:281][ 0]LogInit: Texture streaming: Enabled +[2025.04.02-16.29.21:287][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.4.4-35576357+++UE5+Release-5.4 +[2025.04.02-16.29.21:292][ 0]LogAudio: Display: Initializing Audio Device Manager... +[2025.04.02-16.29.21:294][ 0]LogAudio: Display: Loading Default Audio Settings Objects... +[2025.04.02-16.29.21:295][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). +[2025.04.02-16.29.21:295][ 0]LogAudio: Display: AudioInfo: 'OPUS' Registered +[2025.04.02-16.29.21:295][ 0]LogAudio: Display: AudioInfo: 'OGG' Registered +[2025.04.02-16.29.21:297][ 0]LogAudio: Display: AudioInfo: 'ADPCM' Registered +[2025.04.02-16.29.21:297][ 0]LogAudio: Display: AudioInfo: 'PCM' Registered +[2025.04.02-16.29.21:299][ 0]LogAudio: Display: AudioInfo: 'BINKA' Registered +[2025.04.02-16.29.21:301][ 0]LogAudio: Display: AudioInfo: 'RADA' Registered +[2025.04.02-16.29.21:301][ 0]LogAudio: Display: Audio Device Manager Initialized +[2025.04.02-16.29.21:301][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True +[2025.04.02-16.29.21:301][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-16.29.21:301][ 0]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-16.29.21:301][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-16.29.21:301][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-16.29.21:301][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-16.29.21:301][ 0]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-16.29.21:301][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-16.29.21:301][ 0]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-16.29.21:301][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-16.29.21:301][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-16.29.21:301][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-16.29.21:305][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-16.29.21:332][ 0]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-16.29.21:332][ 0]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-16.29.21:334][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-16.29.21:334][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-16.29.21:335][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 +[2025.04.02-16.29.21:335][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 +[2025.04.02-16.29.21:336][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 +[2025.04.02-16.29.21:336][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 +[2025.04.02-16.29.21:336][ 0]LogInit: FAudioDevice initialized with ID 1. +[2025.04.02-16.29.21:336][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. +[2025.04.02-16.29.21:336][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 +[2025.04.02-16.29.21:340][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" +[2025.04.02-16.29.21:351][ 0]LogInit: Undo buffer set to 32 MB +[2025.04.02-16.29.21:351][ 0]LogInit: Transaction tracking system initialized +[2025.04.02-16.29.21:364][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SourceControl/UncontrolledChangelists.json +[2025.04.02-16.29.21:408][ 0]LocalizationService: Localization service is disabled +[2025.04.02-16.29.21:418][ 0]TimingProfiler: Initialize +[2025.04.02-16.29.21:418][ 0]TimingProfiler: OnSessionChanged +[2025.04.02-16.29.21:418][ 0]LoadingProfiler: Initialize +[2025.04.02-16.29.21:418][ 0]LoadingProfiler: OnSessionChanged +[2025.04.02-16.29.21:418][ 0]NetworkingProfiler: Initialize +[2025.04.02-16.29.21:418][ 0]NetworkingProfiler: OnSessionChanged +[2025.04.02-16.29.21:418][ 0]MemoryProfiler: Initialize +[2025.04.02-16.29.21:418][ 0]MemoryProfiler: OnSessionChanged +[2025.04.02-16.29.21:547][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/' took 0.01s +[2025.04.02-16.29.21:603][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. +[2025.04.02-16.29.21:664][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete +[2025.04.02-16.29.21:679][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() +[2025.04.02-16.29.21:681][ 0]SourceControl: Revision control is disabled +[2025.04.02-16.29.21:681][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 6.632 +[2025.04.02-16.29.21:690][ 0]Cmd: MAP LOAD FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Maps/ThirdPersonMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 +[2025.04.02-16.29.21:691][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true +[2025.04.02-16.29.21:691][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.29.21:691][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-16.29.21:691][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-16.29.21:695][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-16.29.21:698][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.45ms +[2025.04.02-16.29.21:817][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:Fill Objectives:Objectives.Objectives'. Unknown structure. +[2025.04.02-16.29.21:817][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:ExecuteUbergraph_WP_QuestHUD:K2Node_CustomEvent_Objectives.K2Node_CustomEvent_Objectives'. Unknown structure. +[2025.04.02-16.29.21:817][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:ExecuteUbergraph_WP_QuestHUD:CallFunc_Array_Get_Item'. Unknown structure. +[2025.04.02-16.29.22:365][ 0]LogAssetRegistry: Display: Asset registry cache written as 41.0 MiB to ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin +[2025.04.02-16.29.22:495][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'ThirdPersonMap'. +[2025.04.02-16.29.22:495][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-16.29.22:496][ 0]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=0, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=1, InitializeForGame=0) +[2025.04.02-16.29.22:496][ 0]LogWorldPartition: Display: WorldPartition initialize started... +[2025.04.02-16.29.22:496][ 0]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap, World Type = Editor, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 1, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 +[2025.04.02-16.29.22:498][ 0]LogStreaming: Display: FlushAsyncLoading(1): 51 QueuedPackages, 0 AsyncPackages +[2025.04.02-16.29.22:560][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:SelectedQuest'. Unknown structure. +[2025.04.02-16.29.22:560][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:Add Quest:Quest'. Unknown structure. +[2025.04.02-16.29.22:560][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:Select Quest:Quest'. Unknown structure. +[2025.04.02-16.29.22:560][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:K2Node_CustomEvent_Quest_1'. Unknown structure. +[2025.04.02-16.29.22:560][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:K2Node_CustomEvent_Quest'. Unknown structure. +[2025.04.02-16.29.22:560][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:CallFunc_Array_Get_Item'. Unknown structure. +[2025.04.02-16.29.22:560][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestSlot.WB_QuestSlot_C:Quest'. Unknown structure. +[2025.04.02-16.29.22:560][ 0]LogClass: Warning: Struct Property Quest has a struct type mismatch (tag STRUCT_REINST_S_Quest_5(/Engine/Transient) != prop FallbackStruct(/Script/CoreUObject)) in package: /Game/MAIN_CONTENT/Quest_System/WB_QuestSlot. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-16.29.22:563][ 0]LogClass: Warning: Struct Property SelectedQuest has a struct type mismatch (tag STRUCT_REINST_S_Quest_5(/Engine/Transient) != prop FallbackStruct(/Script/CoreUObject)) in package: /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-16.29.22:581][ 0]LogClass: Warning: Struct Property SelectedQuest has a struct type mismatch (tag FallbackStruct(/Script/CoreUObject) != prop S_Quest(/Game/MAIN_CONTENT/Quest_System/S_Quest)) in package: FObjectReader. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-16.29.22:581][ 0]LogClass: Warning: Struct Property Quest has a struct type mismatch (tag FallbackStruct(/Script/CoreUObject) != prop S_Quest(/Game/MAIN_CONTENT/Quest_System/S_Quest)) in package: FObjectReader. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-16.29.22:590][ 0]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. +[2025.04.02-16.29.22:590][ 0]LogWorldPartition: Display: WorldPartition initialize took 94.631 ms +[2025.04.02-16.29.22:601][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.02-16.29.22:610][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.53ms +[2025.04.02-16.29.22:611][ 0]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.02-16.29.22:611][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.422ms to complete. +[2025.04.02-16.29.22:626][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 7.577 +[2025.04.02-16.29.22:729][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-16.29.22:729][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-16.29.22:729][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-16.29.22:729][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-16.29.22:729][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-16.29.22:729][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-16.29.22:729][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-16.29.22:729][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-16.29.22:729][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-16.29.22:729][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-16.29.22:729][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-16.29.22:729][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-16.29.22:729][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-16.29.22:729][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-16.29.22:741][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.29.22:748][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.29.22:755][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.29.22:762][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.29.22:775][ 0]LogSlate: The tab "TopRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-16.29.22:800][ 0]LogSlate: The tab "BottomRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-16.29.22:834][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-16.29.22:835][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/StarterContent.upack', mount point: 'root:/' +[2025.04.02-16.29.22:835][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-16.29.22:835][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' +[2025.04.02-16.29.22:835][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-16.29.22:835][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' +[2025.04.02-16.29.22:835][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-16.29.22:836][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' +[2025.04.02-16.29.22:836][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-16.29.22:836][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' +[2025.04.02-16.29.22:836][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-16.29.22:836][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' +[2025.04.02-16.29.22:836][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-16.29.22:837][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' +[2025.04.02-16.29.22:837][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-16.29.22:837][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' +[2025.04.02-16.29.22:837][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-16.29.22:837][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' +[2025.04.02-16.29.22:837][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-16.29.22:837][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' +[2025.04.02-16.29.22:912][ 0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-KTQTHKD: (Name=DESKTOP-KTQTHKD, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid") +[2025.04.02-16.29.22:928][ 0]LogSlate: Took 0.000117 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.04.02-16.29.22:930][ 0]LogSlate: Took 0.000106 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) +[2025.04.02-16.29.22:931][ 0]LogSlate: Took 0.000080 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) +[2025.04.02-16.29.23:225][ 0]LogStall: Startup... +[2025.04.02-16.29.23:227][ 0]LogStall: Startup complete. +[2025.04.02-16.29.23:230][ 0]LogLoad: (Engine Initialization) Total time: 8.18 seconds +[2025.04.02-16.29.23:292][ 0]LogAssetRegistry: AssetRegistryGather time 0.0643s: AssetDataDiscovery 0.0157s, AssetDataGather 0.0151s, StoreResults 0.0336s. + NumCachedDirectories 0. NumUncachedDirectories 1814. NumCachedFiles 8850. NumUncachedFiles 0. +[2025.04.02-16.29.23:301][ 0]LogSourceControl: Uncontrolled asset enumeration started... +[2025.04.02-16.29.23:304][ 0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000004 seconds (updated 0 objects) +[2025.04.02-16.29.23:306][ 0]LogContentStreaming: Texture pool size now 1000 MB +[2025.04.02-16.29.23:306][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" +[2025.04.02-16.29.23:440][ 0]LogPython: registering -[2025.04.02-08.48.09:284][ 0]Running Python start-up script 'F:/UE_5.4/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.028866 secs -[2025.04.02-08.48.09:294][ 1]LogAssetRegistry: AssetRegistryGather time 0.1064s: AssetDataDiscovery 0.0210s, AssetDataGather 0.0207s, StoreResults 0.0647s. - NumCachedDirectories 0. NumUncachedDirectories 1626. NumCachedFiles 7904. NumUncachedFiles 85. -[2025.04.02-08.48.09:321][ 1]LogSourceControl: Uncontrolled asset enumeration started... -[2025.04.02-08.48.09:324][ 1]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000004 seconds (updated 0 objects) -[2025.04.02-08.48.09:348][ 1]LogD3D12RHI: Cannot end block when stack is empty -[2025.04.02-08.48.09:517][ 3]LogSourceControl: Uncontrolled asset enumeration finished in 0.19647 seconds (Found 7964 uncontrolled assets) -[2025.04.02-08.48.11:681][252]LogSlate: Took 0.000157 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) -[2025.04.02-08.48.11:690][252]LogSlate: Took 0.000119 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) -[2025.04.02-08.48.16:389][798]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.48.16:389][798]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.48.17:000][844]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.04.02-08.48.17:635][844]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.48.17:636][844]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.48.17:643][844]LogSlate: Took 0.000154 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K) -[2025.04.02-08.48.51:666][301]LogAssetEditorSubsystem: Opening Asset editor for DataTable /Game/MAIN_CONTENT/Equipment_System/DB_Weapons.DB_Weapons -[2025.04.02-08.49.22:114][869]LogAssetEditorSubsystem: Opening Asset editor for WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment -[2025.04.02-08.49.22:126][869]LogSlate: Warning: The command 'UMGEditor.OpenAnimDrawer' has the same default chord as 'EditorViewport.Next' [Ctrl+Shift+Space Bar] -[2025.04.02-08.49.22:264][869]LogSlateStyle: Warning: Missing Resource from 'CoreStyle' Style: 'Unable to find SlateColor 'Foreground'.' -[2025.04.02-08.49.22:264][869]LogSlate: Took 0.000146 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K) -[2025.04.02-08.50.01:668][426]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. -[2025.04.02-08.52.40:968][467]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.52.40:968][467]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.52.40:969][467]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.52.40:969][467]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.52.40:971][467]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.52.40:971][467]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.52.40:974][467]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.52.40:974][467]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.52.58:828][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.52.58:828][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.52.58:830][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.52.58:830][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.52.58:831][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.52.58:831][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.52.58:834][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.52.58:834][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.53.30:266][ 42]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.53.30:267][ 42]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.53.30:268][ 42]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.53.30:268][ 42]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.53.30:270][ 42]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.53.30:270][ 42]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.53.30:273][ 42]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.53.30:273][ 42]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.53.40:832][204]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.53.40:832][204]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.53.40:834][204]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.53.40:834][204]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.53.40:835][204]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.53.40:835][204]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.53.40:839][204]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.53.40:839][204]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.54.31:908][454]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.54.31:908][454]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.54.31:909][454]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.54.31:909][454]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.54.31:910][454]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.54.31:910][454]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.54.31:912][454]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.54.31:912][454]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.54.50:825][615]LogSlate: Window 'Color Picker' being destroyed -[2025.04.02-08.54.54:608][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.54.54:608][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.54.54:610][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.54.54:610][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.54.54:611][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.54.54:611][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.54.54:614][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.54.54:614][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.54.54:714][ 44]LogSlate: Window 'Color Picker' being destroyed -[2025.04.02-08.55.33:694][516]LogUObjectHash: Compacting FUObjectHashTables data took 1.16ms -[2025.04.02-08.55.33:704][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.55.33:704][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.04.02-08.55.33:706][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.55.33:706][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.04.02-08.55.33:707][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.55.33:707][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.04.02-08.55.33:709][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.55.33:709][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.04.02-08.55.33:710][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.55.33:710][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.55.33:813][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.55.33:813][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.04.02-08.55.33:815][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.55.33:815][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_1:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.04.02-08.55.33:817][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.55.33:817][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.55.33:818][516]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.55.33:818][516]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_0:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.55.35:032][608]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.04.02-08.55.35:062][608]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.04.02-08.55.35:068][608]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.55.35:068][608]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_11:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.55.35:133][608]OBJ SavePackage: Rendered thumbnail for [BlueprintGeneratedClass /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter_C] -[2025.04.02-08.55.35:141][608]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.04.02-08.55.35:141][608]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.04.02-08.55.35:148][608]LogPackageLocalizationCache: Processed 52 localized package path(s) for 1 prioritized culture(s) in 0.006817 seconds -[2025.04.02-08.55.35:216][608]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.04.02-08.55.35:216][608]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter88CDF21044AE195C9749F48BE0B28256.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.04.02-08.55.35:223][608]LogFileHelpers: InternalPromptForCheckoutAndSave took 191.443 ms -[2025.04.02-08.55.35:249][608]LogContentValidation: Display: Starting to validate 1 assets -[2025.04.02-08.55.35:249][608]LogContentValidation: Enabled validators: -[2025.04.02-08.55.35:249][608]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.04.02-08.55.35:249][608]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.04.02-08.55.35:249][608]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.04.02-08.55.35:249][608]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.04.02-08.55.35:249][608]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.04.02-08.55.59:355][172]Cmd: DELETE -[2025.04.02-08.55.59:356][172]Cmd: ACTOR DELETE -[2025.04.02-08.55.59:358][172]LogEditorActor: Deleted Actor: SkeletalMeshActor -[2025.04.02-08.55.59:358][172]LogEditorActor: Deleted Actor: StaticMeshActor -[2025.04.02-08.55.59:359][172]LogEditorActor: Deleted Actor: StaticMeshActor -[2025.04.02-08.55.59:384][172]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.04.02-08.55.59:391][172]LogEditorActor: Deleted 3 Actors (0.035 secs) -[2025.04.02-08.56.12:966][706]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C -[2025.04.02-08.56.12:966][706]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C -[2025.04.02-08.56.12:967][706]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_Weapon_C_0 -[2025.04.02-08.56.12:968][706]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_Weapon_C_0 -[2025.04.02-08.56.12:972][706]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance -[2025.04.02-08.56.14:014][806]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.04.02-08.56.14:016][806]LogEditorActor: Deleted 0 Actors (0.018 secs) -[2025.04.02-08.56.14:023][806]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C -[2025.04.02-08.56.14:023][806]LogActorFactory: Actor Factory attempting to spawn BlueprintGeneratedClass /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon_C -[2025.04.02-08.56.14:026][806]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_Weapon_C_UAID_D8BBC10A5D76E85A02_1239681367 -[2025.04.02-08.56.14:027][806]LogActorFactory: Actor Factory spawned Blueprint /Game/MAIN_CONTENT/Equipment_System/BP_Weapon.BP_Weapon as actor: BP_Weapon_C /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_Weapon_C_UAID_D8BBC10A5D76E85A02_1239681367 -[2025.04.02-08.56.30:064][630]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.04.02-08.56.30:112][630]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.04.02-08.56.30:130][630]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms -[2025.04.02-08.56.30:144][630]LogUObjectHash: Compacting FUObjectHashTables data took 0.50ms -[2025.04.02-08.56.30:147][630]LogSavePackage: Moving output files for package: /Game/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/2X/JPTWF8A1UIXYUO3F4UYLB7 -[2025.04.02-08.56.30:147][630]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/JPTWF8A1UIXYUO3F4UYLB79FEE920D41D7A0762F52A59A6B076368.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/8/2X/JPTWF8A1UIXYUO3F4UYLB7.uasset' -[2025.04.02-08.56.30:149][630]LogSavePackage: Moving output files for package: /Game/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/M7/5CYUI8GROQC1LWR8AE76LS -[2025.04.02-08.56.30:149][630]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/5CYUI8GROQC1LWR8AE76LS247C28E448BDF5F60AD41DB7367DA555.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/M7/5CYUI8GROQC1LWR8AE76LS.uasset' -[2025.04.02-08.56.30:157][630]LogFileHelpers: InternalPromptForCheckoutAndSave took 93.409 ms (total: 284.853 ms) -[2025.04.02-08.56.30:184][630]LogContentValidation: Display: Starting to validate 2 assets -[2025.04.02-08.56.30:184][630]LogContentValidation: Enabled validators: -[2025.04.02-08.56.30:185][630]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.04.02-08.56.30:185][630]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.04.02-08.56.30:185][630]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.04.02-08.56.30:185][630]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap -[2025.04.02-08.56.30:185][630]AssetCheck: /Game/ThirdPerson/Maps/ThirdPersonMap Validating asset -[2025.04.02-08.56.37:155][896]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.04.02-08.56.37:155][896]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.04.02-08.56.37:157][896]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.659 ms -[2025.04.02-08.56.37:158][896]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.04.02-08.56.37:161][896]LogOnline: OSS: Created online subsystem instance for: NULL -[2025.04.02-08.56.37:161][896]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] -[2025.04.02-08.56.37:161][896]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.04.02-08.56.37:166][896]LogPlayLevel: PIE: StaticDuplicateObject took: (0.004972s) -[2025.04.02-08.56.37:166][896]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.005007s) -[2025.04.02-08.56.37:183][896]LogUObjectHash: Compacting FUObjectHashTables data took 1.37ms -[2025.04.02-08.56.37:186][896]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.04.02-08.56.37:187][896]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.04.02-08.56.37:187][896]LogWorldPartition: Display: WorldPartition initialize started... -[2025.04.02-08.56.37:187][896]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.04.02-08.56.37:187][896]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.04.02-08.56.37:188][896]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.04.02-08.56.37:188][896]LogWorldPartition: Display: WorldPartition initialize took 1.523 ms (total: 236.225 ms) -[2025.04.02-08.56.37:188][896]LogPlayLevel: PIE: World Init took: (0.002473s) -[2025.04.02-08.56.37:199][896]LogAudio: Display: Creating Audio Device: Id: 2, Scope: Unique, Realtime: True -[2025.04.02-08.56.37:199][896]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.04.02-08.56.37:199][896]LogAudioMixer: Display: Sample Rate: 48000 -[2025.04.02-08.56.37:199][896]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.04.02-08.56.37:199][896]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.04.02-08.56.37:199][896]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.04.02-08.56.37:199][896]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.04.02-08.56.37:199][896]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.04.02-08.56.37:199][896]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.04.02-08.56.37:199][896]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.04.02-08.56.37:199][896]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.04.02-08.56.37:199][896]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.04.02-08.56.37:200][896]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.04.02-08.56.37:216][896]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.04.02-08.56.37:216][896]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.04.02-08.56.37:216][896]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.04.02-08.56.37:216][896]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.04.02-08.56.37:217][896]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2 -[2025.04.02-08.56.37:217][896]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2 -[2025.04.02-08.56.37:218][896]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2 -[2025.04.02-08.56.37:218][896]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2 -[2025.04.02-08.56.37:218][896]LogInit: FAudioDevice initialized with ID 2. -[2025.04.02-08.56.37:218][896]LogAudio: Display: Audio Device (ID: 2) registered with world 'ThirdPersonMap'. -[2025.04.02-08.56.37:218][896]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2 -[2025.04.02-08.56.37:220][896]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.04.02-08.56.37:223][896]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.04.02-02.56.37 -[2025.04.02-08.56.37:224][896]LogWorld: Bringing up level for play took: 0.004057 -[2025.04.02-08.56.37:226][896]LogOnline: OSS: Created online subsystem instance for: :Context_13 -[2025.04.02-08.56.37:227][896]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.56.37:227][896]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.56.37:250][896]PIE: Server logged in -[2025.04.02-08.56.37:250][896]PIE: Play in editor total start time 0.096 seconds. -[2025.04.02-08.56.39:286][ 60]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.04.02-08.56.39:729][100]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.04.02-08.56.40:445][164]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.04.02-08.56.40:814][196]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.04.02-08.56.41:344][244]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.04.02-08.56.41:612][267]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.04.02-08.56.41:830][286]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.04.02-08.56.43:148][395]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.04.02-08.56.43:148][395]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.04.02-08.56.43:148][395]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.04.02-08.56.57:171][555]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.04.02-08.56.57:171][555]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.04.02-08.57.27:186][936]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.04.02-08.57.27:186][936]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.04.02-08.57.27:186][936]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.04.02-08.57.27:186][936]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-08.57.27:187][936]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.04.02-08.57.27:187][936]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.04.02-08.57.27:187][936]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.04.02-08.57.27:187][936]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.04.02-08.57.27:189][936]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.04.02-08.57.27:194][936]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-08.57.27:212][936]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.04.02-08.57.27:212][936]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2 -[2025.04.02-08.57.27:212][936]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 -[2025.04.02-08.57.27:213][936]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 -[2025.04.02-08.57.27:220][936]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.04.02-08.57.27:294][937]LogPlayLevel: Display: Destroying online subsystem :Context_13 -[2025.04.02-08.57.30:608][309]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.04.02-08.57.30:694][309]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.04.02-08.57.30:714][309]LogUObjectHash: Compacting FUObjectHashTables data took 0.52ms -[2025.04.02-08.57.30:731][309]LogUObjectHash: Compacting FUObjectHashTables data took 0.56ms -[2025.04.02-08.57.30:739][309]LogFileHelpers: InternalPromptForCheckoutAndSave took 130.332 ms (total: 415.186 ms) -[2025.04.02-08.57.57:440][403]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.04.02-08.57.57:440][403]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.04.02-08.57.57:441][403]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.517 ms (total: 3.177 ms) -[2025.04.02-08.57.57:442][403]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.04.02-08.57.57:442][403]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.04.02-08.57.57:446][403]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003909s) -[2025.04.02-08.57.57:446][403]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003935s) -[2025.04.02-08.57.57:463][403]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.04.02-08.57.57:464][403]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.04.02-08.57.57:465][403]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.04.02-08.57.57:465][403]LogWorldPartition: Display: WorldPartition initialize started... -[2025.04.02-08.57.57:465][403]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.04.02-08.57.57:465][403]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.04.02-08.57.57:467][403]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.04.02-08.57.57:467][403]LogWorldPartition: Display: WorldPartition initialize took 1.528 ms (total: 237.754 ms) -[2025.04.02-08.57.57:467][403]LogPlayLevel: PIE: World Init took: (0.002413s) -[2025.04.02-08.57.57:477][403]LogAudio: Display: Creating Audio Device: Id: 3, Scope: Unique, Realtime: True -[2025.04.02-08.57.57:477][403]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.04.02-08.57.57:477][403]LogAudioMixer: Display: Sample Rate: 48000 -[2025.04.02-08.57.57:477][403]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.04.02-08.57.57:477][403]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.04.02-08.57.57:477][403]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.04.02-08.57.57:477][403]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.04.02-08.57.57:477][403]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.04.02-08.57.57:477][403]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.04.02-08.57.57:477][403]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.04.02-08.57.57:477][403]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.04.02-08.57.57:477][403]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.04.02-08.57.57:479][403]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.04.02-08.57.57:496][403]LogAudioMixer: Display: Using Audio Hardware Device Speakers (EDIFIER G2000) -[2025.04.02-08.57.57:496][403]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.04.02-08.57.57:496][403]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.04.02-08.57.57:496][403]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.04.02-08.57.57:497][403]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3 -[2025.04.02-08.57.57:497][403]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=3 -[2025.04.02-08.57.57:498][403]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3 -[2025.04.02-08.57.57:498][403]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3 -[2025.04.02-08.57.57:498][403]LogInit: FAudioDevice initialized with ID 3. -[2025.04.02-08.57.57:498][403]LogAudio: Display: Audio Device (ID: 3) registered with world 'ThirdPersonMap'. -[2025.04.02-08.57.57:498][403]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3 -[2025.04.02-08.57.57:500][403]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.04.02-08.57.57:504][403]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.04.02-02.57.57 -[2025.04.02-08.57.57:505][403]LogWorld: Bringing up level for play took: 0.004015 -[2025.04.02-08.57.57:506][403]LogOnline: OSS: Created online subsystem instance for: :Context_14 -[2025.04.02-08.57.57:507][403]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.04.02-08.57.57:507][403]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.04.02-08.57.57:520][403]PIE: Server logged in -[2025.04.02-08.57.57:521][403]PIE: Play in editor total start time 0.083 seconds. -[2025.04.02-08.58.03:990][954]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.04.02-08.58.04:644][ 13]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.04.02-08.58.05:995][131]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.04.02-08.58.06:576][182]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.04.02-08.58.07:988][306]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.04.02-08.58.09:009][397]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.04.02-08.58.11:418][610]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. -[2025.04.02-08.58.16:625][ 57]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock -[2025.04.02-08.58.16:626][ 57]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True -[2025.04.02-08.58.16:626][ 57]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown -[2025.04.02-08.58.47:171][359]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture -[2025.04.02-08.58.47:171][359]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently -[2025.04.02-08.59.09:255][ 25]LogScript: Warning: Accessed None trying to read property Dummy BP - BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats - Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0121 -[2025.04.02-08.59.09:255][ 25]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.09:255][ 25]LogScript: Warning: Accessed None - BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats - Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0136 -[2025.04.02-08.59.09:255][ 25]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.09:255][ 25]LogScript: Warning: Accessed None - BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats - Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:018E -[2025.04.02-08.59.09:255][ 25]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.09:255][ 25]LogScript: Warning: Accessed None trying to read property Dummy BP - BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats - Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0220 -[2025.04.02-08.59.09:255][ 25]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.09:255][ 25]LogScript: Warning: Accessed None - BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats - Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0235 -[2025.04.02-08.59.09:255][ 25]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.09:255][ 25]LogScript: Warning: Accessed None - BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats - Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:028D -[2025.04.02-08.59.09:255][ 25]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.09:547][ 41]LogScript: Warning: Accessed None trying to read property Dummy BP - BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats - Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0121 -[2025.04.02-08.59.09:547][ 41]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.09:548][ 41]LogScript: Warning: Accessed None - BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats - Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0136 -[2025.04.02-08.59.09:548][ 41]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.09:548][ 41]LogScript: Warning: Accessed None - BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats - Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:018E -[2025.04.02-08.59.09:548][ 41]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.09:548][ 41]LogScript: Warning: Accessed None trying to read property Dummy BP - BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats - Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0220 -[2025.04.02-08.59.09:548][ 41]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.09:548][ 41]LogScript: Warning: Accessed None - BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats - Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0235 -[2025.04.02-08.59.09:548][ 41]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.09:548][ 41]LogScript: Warning: Accessed None - BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats - Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:028D -[2025.04.02-08.59.09:548][ 41]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.10:410][108]LogScript: Warning: Accessed None trying to read property Dummy BP - BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats - Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0121 -[2025.04.02-08.59.10:410][108]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.10:410][108]LogScript: Warning: Accessed None - BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats - Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0136 -[2025.04.02-08.59.10:410][108]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.10:410][108]LogScript: Warning: Accessed None - BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats - Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:018E -[2025.04.02-08.59.10:410][108]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.10:410][108]LogScript: Warning: Accessed None trying to read property Dummy BP - BPC_PlayerStats_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_AI_C_UAID_D8BBC10A5D76DC5A02_1540488255.BPC_PlayerStats - Function /Game/MAIN_CONTENT/Blueprints/BPC_PlayerStats.BPC_PlayerStats_C:Decrease Health:0220 -[2025.04.02-08.59.10:410][108]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.10:410][108]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.10:410][108]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.11:087][160]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.11:087][160]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.11:087][160]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.11:087][160]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.11:087][160]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.11:087][160]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.13:295][326]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.13:295][326]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.13:295][326]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.13:295][326]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.13:295][326]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.13:295][326]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.14:216][398]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.14:216][398]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.14:216][398]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.14:216][398]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.14:216][398]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.14:216][398]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.17:326][637]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.17:326][637]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.17:326][637]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.17:326][637]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.17:326][637]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.17:326][637]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.18:000][689]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.18:000][689]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.18:000][689]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.18:000][689]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.18:000][689]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.18:000][689]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.19:312][791]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.19:312][791]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.19:312][791]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.19:312][791]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.19:312][791]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.19:312][791]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.19:560][810]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.19:560][810]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.19:560][810]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: Set Percent Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.19:560][810]PIE: Error: Blueprint Runtime Error: "Accessed None trying to read property Dummy BP". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.19:560][810]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.19:560][810]PIE: Error: Blueprint Runtime Error: "Accessed None". Node: SetText (Text) Graph: Decrease Health Function: Decrease Health Blueprint: BPC_PlayerStats -[2025.04.02-08.59.30:701][669]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.04.02-08.59.30:701][669]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.04.02-08.59.30:701][669]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.04.02-08.59.30:702][669]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-08.59.30:702][669]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.04.02-08.59.30:702][669]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.04.02-08.59.30:702][669]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.04.02-08.59.30:702][669]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.04.02-08.59.30:706][669]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.04.02-08.59.30:711][669]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-08.59.30:728][669]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.04.02-08.59.30:728][669]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3 -[2025.04.02-08.59.30:729][669]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 -[2025.04.02-08.59.30:730][669]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 -[2025.04.02-08.59.30:736][669]LogUObjectHash: Compacting FUObjectHashTables data took 1.16ms -[2025.04.02-08.59.30:881][670]LogPlayLevel: Display: Destroying online subsystem :Context_14 -[2025.04.02-08.59.33:210][863]LogSlate: Window 'Message Log' being destroyed -[2025.04.02-08.59.33:228][863]LogSlate: Window 'Message Log' being destroyed -[2025.04.02-09.02.10:189][868]LogUObjectHash: Compacting FUObjectHashTables data took 1.36ms -[2025.04.02-09.02.10:215][868]LogStall: Shutdown... -[2025.04.02-09.02.10:220][868]LogStall: Shutdown complete. -[2025.04.02-09.02.10:349][868]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true -[2025.04.02-09.02.10:349][868]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-09.02.10:403][868]LogWorld: UWorld::CleanupWorld for World_10, bSessionEnded=true, bCleanupResources=true -[2025.04.02-09.02.10:403][868]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-09.02.10:408][868]LogWorld: UWorld::CleanupWorld for World_9, bSessionEnded=true, bCleanupResources=true -[2025.04.02-09.02.10:408][868]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-09.02.10:446][868]LogSlate: Window 'Elistria_Calling - Unreal Editor' being destroyed -[2025.04.02-09.02.10:529][868]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.04.02-09.02.10:553][868]Cmd: QUIT_EDITOR -[2025.04.02-09.02.10:553][869]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) -[2025.04.02-09.02.10:554][869]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) -[2025.04.02-09.02.10:554][869]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown -[2025.04.02-09.02.10:554][869]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown -[2025.04.02-09.02.10:556][869]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.04.02-09.02.10:556][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-09.02.10:556][869]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap -[2025.04.02-09.02.10:556][869]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.04.02-09.02.10:556][869]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.04.02-09.02.10:556][869]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.04.02-09.02.10:560][869]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. -[2025.04.02-09.02.10:565][869]LogWorld: UWorld::CleanupWorld for World_6, bSessionEnded=true, bCleanupResources=true -[2025.04.02-09.02.10:565][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-09.02.10:568][869]LogWorld: UWorld::CleanupWorld for World_5, bSessionEnded=true, bCleanupResources=true -[2025.04.02-09.02.10:568][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-09.02.10:570][869]LogWorld: UWorld::CleanupWorld for World_4, bSessionEnded=true, bCleanupResources=true -[2025.04.02-09.02.10:570][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-09.02.10:572][869]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true -[2025.04.02-09.02.10:572][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-09.02.10:574][869]LogWorld: UWorld::CleanupWorld for World_2, bSessionEnded=true, bCleanupResources=true -[2025.04.02-09.02.10:574][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-09.02.10:575][869]LogWorld: UWorld::CleanupWorld for World_11, bSessionEnded=true, bCleanupResources=true -[2025.04.02-09.02.10:576][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-09.02.10:577][869]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true -[2025.04.02-09.02.10:577][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-09.02.10:578][869]LogWorld: UWorld::CleanupWorld for World_7, bSessionEnded=true, bCleanupResources=true -[2025.04.02-09.02.10:578][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-09.02.10:580][869]LogWorld: UWorld::CleanupWorld for World_8, bSessionEnded=true, bCleanupResources=true -[2025.04.02-09.02.10:580][869]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.04.02-09.02.10:633][869]LogStudioTelemetry: Ended StudioTelemetry Session -[2025.04.02-09.02.10:635][869]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider -[2025.04.02-09.02.10:635][869]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session -[2025.04.02-09.02.10:635][869]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider -[2025.04.02-09.02.11:582][869]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... -[2025.04.02-09.02.11:582][869]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... -[2025.04.02-09.02.11:582][869]LogAudio: Display: Audio Device unregistered from world 'ThirdPersonMap'. -[2025.04.02-09.02.11:582][869]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. -[2025.04.02-09.02.11:582][869]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 -[2025.04.02-09.02.11:583][869]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 -[2025.04.02-09.02.11:588][869]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 -[2025.04.02-09.02.11:588][869]LogAudio: Display: Audio Device Manager Shutdown -[2025.04.02-09.02.11:588][869]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). -[2025.04.02-09.02.11:590][869]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 -[2025.04.02-09.02.11:590][869]LogExit: Preparing to exit. -[2025.04.02-09.02.11:611][869]LogUObjectHash: Compacting FUObjectHashTables data took 1.11ms -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.add_null_above_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.align_translation_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.align_translation_all' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.align_translation_x' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.align_translation_y' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.align_translation_z' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.align_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.align_scale' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.search_replace_name_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.search_replace_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.do_rename_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.do_rename_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.set_bone_reference_pose' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.import_ik_rig_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.11:615][869]LogPython: Display: Object '/Engine/PythonTypes.ControlOutputFormat' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.04.02-09.02.12:682][869]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled -[2025.04.02-09.02.12:691][869]LogExit: Editor shut down -[2025.04.02-09.02.12:692][869]LogExit: Transaction tracking system shut down -[2025.04.02-09.02.12:796][869]LogExit: Object subsystem successfully closed. -[2025.04.02-09.02.12:901][869]LogShaderCompilers: Display: Shaders left to compile 0 -[2025.04.02-09.02.13:535][869]MemoryProfiler: Shutdown -[2025.04.02-09.02.13:535][869]NetworkingProfiler: Shutdown -[2025.04.02-09.02.13:535][869]LoadingProfiler: Shutdown -[2025.04.02-09.02.13:535][869]TimingProfiler: Shutdown -[2025.04.02-09.02.13:653][869]LogOpenImageDenoise: OIDN shutting down -[2025.04.02-09.02.13:881][869]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module -[2025.04.02-09.02.13:882][869]RenderDocPlugin: plugin has been unloaded. -[2025.04.02-09.02.13:906][869]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests: -[2025.04.02-09.02.13:906][869]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7B9B1F3663-441E-9DCD-7935-5FBE0F9DA2E4%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.4.4-35576357%2B%2B%2BUE5%2BRelease-5.4&UserID=046a422842307c5389fcfb85fdde73f2%7Cd8a41001870d437292af770c7edf75b9%7Cfb76c1c7-d567-45aa-9d4b-8a81fa7e1fef&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing -[2025.04.02-09.02.13:941][869]LogXGEController: Cleaning working directory: C:/Users/Lore Natusol/AppData/Local/Temp/UnrealXGEWorkingDir/ -[2025.04.02-09.02.13:943][869]LogPakFile: Destroying PakPlatformFile -[2025.04.02-09.02.14:119][869]LogD3D12RHI: ~FD3D12DynamicRHI -[2025.04.02-09.02.14:155][869]LogExit: Exiting. -[2025.04.02-09.02.14:180][869]Log file closed, 04/02/25 03:02:14 +[2025.04.02-16.29.23:441][ 0]Running Python start-up script 'F:/UE_5.4/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.026232 secs +[2025.04.02-16.29.23:493][ 1]LogD3D12RHI: Cannot end block when stack is empty +[2025.04.02-16.29.23:498][ 1]LogSourceControl: Uncontrolled asset enumeration finished in 0.197708 seconds (Found 8825 uncontrolled assets) +[2025.04.02-16.29.28:551][580]LogSlate: Took 0.000133 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) +[2025.04.02-16.29.28:561][580]LogSlate: Took 0.000098 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.04.02-16.29.29:549][690]LogUObjectHash: Compacting FUObjectHashTables data took 0.46ms +[2025.04.02-16.29.31:258][690]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.10.dll +[2025.04.02-16.29.31:391][690]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-16.29.31:395][690]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-16.29.31:396][690]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-16.29.31:397][690]LogDeviceProfileManager: Going up to parent DeviceProfile [AppleTV] +[2025.04.02-16.29.31:398][690]LogDeviceProfileManager: Going up to parent DeviceProfile [IOS] +[2025.04.02-16.29.31:398][690]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-16.29.31:994][690]LogAssetEditorSubsystem: Opening Asset editor for World /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 +[2025.04.02-16.29.31:994][690]Cmd: MAP LOAD FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 +[2025.04.02-16.29.32:030][690]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true +[2025.04.02-16.29.32:030][690]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.29.32:030][690]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap +[2025.04.02-16.29.32:031][690]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. +[2025.04.02-16.29.32:031][690]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-16.29.32:031][690]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-16.29.32:063][690]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-16.29.32:082][690]LogUObjectHash: Compacting FUObjectHashTables data took 0.79ms +[2025.04.02-16.29.32:103][690]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-16.29.32:105][690]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.29.32:201][690]LogUObjectHash: Compacting FUObjectHashTables data took 0.55ms +[2025.04.02-16.29.32:217][690]LogUObjectHash: Compacting FUObjectHashTables data took 0.50ms +[2025.04.02-16.29.32:624][690]LogAudio: Display: Audio Device (ID: 1) registered with world 'OpenWorld_01'. +[2025.04.02-16.29.32:624][690]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-16.29.33:717][690]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.02-16.29.33:757][690]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms +[2025.04.02-16.29.33:762][690]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.02-16.29.33:762][690]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.072ms to complete. +[2025.04.02-16.29.35:411][733]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_1] Brush Initialize +[2025.04.02-16.29.35:422][733]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_2] Brush Initialize +[2025.04.02-16.29.35:423][733]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_3] Brush Initialize +[2025.04.02-16.29.35:423][733]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_4] Brush Initialize +[2025.04.02-16.29.35:424][733]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_5] Brush Initialize +[2025.04.02-16.29.35:424][733]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_6] Brush Initialize +[2025.04.02-16.29.35:424][733]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_7] Brush Initialize +[2025.04.02-16.29.35:425][733]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_8] Brush Initialize +[2025.04.02-16.29.35:425][733]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_9] Brush Initialize +[2025.04.02-16.29.35:425][733]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_10] Brush Initialize +[2025.04.02-16.29.35:426][733]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_11] Brush Initialize +[2025.04.02-16.29.35:426][733]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_13] Brush Initialize +[2025.04.02-16.29.35:427][733]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_14] Brush Initialize +[2025.04.02-16.29.35:427][733]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_15] Brush Initialize +[2025.04.02-16.29.44:846][254]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-16.29.50:108][470]LogSlateStyle: Warning: Missing Resource from 'CoreStyle' Style: 'Unable to find Brush 'ContentBrowser.ListViewFolderIcon.Base'.' +[2025.04.02-16.29.50:108][470]LogSlateStyle: Warning: Missing Resource from 'CoreStyle' Style: 'Unable to find Brush 'ContentBrowser.ListViewFolderIcon.Mask'.' +[2025.04.02-16.30.16:533][589]LogStaticMesh: Display: Building static mesh SM_RuinedWallRubbleA (Required Memory Estimate: 0.469457 MB)... +[2025.04.02-16.30.16:541][589]LogStaticMesh: Built static mesh [0.01s] /Game/VRS_LowPolyNatureEssentials/Meshes/Arch/RuinedWalls/SM_RuinedWallRubbleA.SM_RuinedWallRubbleA +[2025.04.02-16.30.16:696][592]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/VRS_LowPolyNatureEssentials/Meshes/Arch/RuinedWalls/SM_RuinedWallRubbleA.SM_RuinedWallRubbleA +[2025.04.02-16.30.16:696][592]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/VRS_LowPolyNatureEssentials/Meshes/Arch/RuinedWalls/SM_RuinedWallRubbleA.SM_RuinedWallRubbleA +[2025.04.02-16.30.16:697][592]LogActorFactory: Actor Factory spawned StaticMesh /Game/VRS_LowPolyNatureEssentials/Meshes/Arch/RuinedWalls/SM_RuinedWallRubbleA.SM_RuinedWallRubbleA as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_0 +[2025.04.02-16.30.17:745][632]LogUObjectHash: Compacting FUObjectHashTables data took 0.51ms +[2025.04.02-16.30.17:748][632]LogEditorActor: Deleted 0 Actors (0.009 secs) +[2025.04.02-16.30.17:757][632]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/VRS_LowPolyNatureEssentials/Meshes/Arch/RuinedWalls/SM_RuinedWallRubbleA.SM_RuinedWallRubbleA +[2025.04.02-16.30.17:757][632]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Game/VRS_LowPolyNatureEssentials/Meshes/Arch/RuinedWalls/SM_RuinedWallRubbleA.SM_RuinedWallRubbleA +[2025.04.02-16.30.17:758][632]LogActorFactory: Actor Factory spawned StaticMesh /Game/VRS_LowPolyNatureEssentials/Meshes/Arch/RuinedWalls/SM_RuinedWallRubbleA.SM_RuinedWallRubbleA as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_2 +[2025.04.02-16.30.59:940][387]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-16.30.59:943][387]LogOnline: OSS: Created online subsystem instance for: NULL +[2025.04.02-16.30.59:943][387]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +[2025.04.02-16.30.59:943][387]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-16.31.00:235][387]LogPlayLevel: PIE: StaticDuplicateObject took: (0.292322s) +[2025.04.02-16.31.00:235][387]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.292372s) +[2025.04.02-16.31.00:242][387]LogUObjectHash: Compacting FUObjectHashTables data took 0.53ms +[2025.04.02-16.31.00:244][387]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-16.31.00:245][387]LogPlayLevel: PIE: World Init took: (0.000851s) +[2025.04.02-16.31.00:256][387]LogAudio: Display: Creating Audio Device: Id: 2, Scope: Unique, Realtime: True +[2025.04.02-16.31.00:256][387]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-16.31.00:256][387]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-16.31.00:256][387]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-16.31.00:256][387]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-16.31.00:256][387]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-16.31.00:256][387]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-16.31.00:256][387]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-16.31.00:256][387]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-16.31.00:256][387]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-16.31.00:256][387]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-16.31.00:256][387]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-16.31.00:258][387]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-16.31.00:274][387]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-16.31.00:274][387]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-16.31.00:274][387]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-16.31.00:274][387]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-16.31.00:275][387]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2 +[2025.04.02-16.31.00:275][387]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2 +[2025.04.02-16.31.00:276][387]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2 +[2025.04.02-16.31.00:276][387]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2 +[2025.04.02-16.31.00:276][387]LogInit: FAudioDevice initialized with ID 2. +[2025.04.02-16.31.00:276][387]LogAudio: Display: Audio Device (ID: 2) registered with world 'OpenWorld_01'. +[2025.04.02-16.31.00:276][387]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2 +[2025.04.02-16.31.00:278][387]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-16.31.00:453][387]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-10.31.00 +[2025.04.02-16.31.00:455][387]LogWorld: Bringing up level for play took: 0.176075 +[2025.04.02-16.31.00:456][387]LogOnline: OSS: Created online subsystem instance for: :Context_6 +[2025.04.02-16.31.00:458][387]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-16.31.00:458][387]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-16.31.00:482][387]PIE: Server logged in +[2025.04.02-16.31.00:482][387]PIE: Play in editor total start time 0.544 seconds. +[2025.04.02-16.31.02:463][479]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.31.02:656][490]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.31.02:796][498]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.31.02:947][507]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.31.03:106][517]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.31.03:256][527]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.31.03:408][537]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.31.04:067][578]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock +[2025.04.02-16.31.04:067][578]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True +[2025.04.02-16.31.04:067][578]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown +[2025.04.02-16.31.10:592][912]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture +[2025.04.02-16.31.10:592][912]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently +[2025.04.02-16.31.17:130][259]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. +[2025.04.02-16.31.58:194][720]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.31.58:194][720]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-16.31.58:194][720]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-16.31.58:205][720]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.31.58:205][720]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-16.31.58:205][720]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-16.31.58:238][720]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-16.31.58:241][720]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.31.58:247][720]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.31.58:248][720]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2 +[2025.04.02-16.31.58:248][720]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.04.02-16.31.58:249][720]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.04.02-16.31.58:305][720]LogUObjectHash: Compacting FUObjectHashTables data took 1.92ms +[2025.04.02-16.31.58:395][721]LogPlayLevel: Display: Destroying online subsystem :Context_6 +[2025.04.02-16.32.23:055][ 54]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance +[2025.04.02-16.32.49:522][267]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Engine/BasicShapes/Cube.Cube +[2025.04.02-16.32.49:522][267]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Engine/BasicShapes/Cube.Cube +[2025.04.02-16.32.49:523][267]LogActorFactory: Actor Factory spawned StaticMesh /Engine/BasicShapes/Cube.Cube as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_3 +[2025.04.02-16.32.49:523][267]LogActorFactory: Actor Factory spawned StaticMesh /Engine/BasicShapes/Cube.Cube as actor: StaticMeshActor /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.StaticMeshActor_3 +[2025.04.02-16.33.08:663][ 61]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-16.33.16:429][341]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-16.33.16:429][341]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-16.33.16:664][341]LogPlayLevel: PIE: StaticDuplicateObject took: (0.235001s) +[2025.04.02-16.33.16:664][341]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.235038s) +[2025.04.02-16.33.16:675][341]LogUObjectHash: Compacting FUObjectHashTables data took 0.50ms +[2025.04.02-16.33.16:676][341]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-16.33.16:677][341]LogPlayLevel: PIE: World Init took: (0.000823s) +[2025.04.02-16.33.16:688][341]LogAudio: Display: Creating Audio Device: Id: 3, Scope: Unique, Realtime: True +[2025.04.02-16.33.16:688][341]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-16.33.16:688][341]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-16.33.16:688][341]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-16.33.16:688][341]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-16.33.16:688][341]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-16.33.16:688][341]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-16.33.16:688][341]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-16.33.16:688][341]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-16.33.16:688][341]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-16.33.16:688][341]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-16.33.16:688][341]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-16.33.16:689][341]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-16.33.16:705][341]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-16.33.16:706][341]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-16.33.16:706][341]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-16.33.16:706][341]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-16.33.16:706][341]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3 +[2025.04.02-16.33.16:706][341]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=3 +[2025.04.02-16.33.16:707][341]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3 +[2025.04.02-16.33.16:707][341]LogInit: FAudioDevice initialized with ID 3. +[2025.04.02-16.33.16:707][341]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3 +[2025.04.02-16.33.16:707][341]LogAudio: Display: Audio Device (ID: 3) registered with world 'OpenWorld_01'. +[2025.04.02-16.33.16:707][341]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3 +[2025.04.02-16.33.16:710][341]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-16.33.16:886][341]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-10.33.16 +[2025.04.02-16.33.16:887][341]LogWorld: Bringing up level for play took: 0.177677 +[2025.04.02-16.33.16:889][341]LogOnline: OSS: Created online subsystem instance for: :Context_7 +[2025.04.02-16.33.16:890][341]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-16.33.16:890][341]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-16.33.16:904][341]PIE: Server logged in +[2025.04.02-16.33.16:905][341]PIE: Play in editor total start time 0.478 seconds. +[2025.04.02-16.33.22:140][490]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.33.22:140][490]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-16.33.22:141][490]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-16.33.22:152][490]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.33.22:152][490]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-16.33.22:152][490]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-16.33.22:183][490]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-16.33.22:186][490]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.33.22:192][490]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-16.33.22:192][490]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3 +[2025.04.02-16.33.22:192][490]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 +[2025.04.02-16.33.22:194][490]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 +[2025.04.02-16.33.22:196][490]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.33.22:247][490]LogUObjectHash: Compacting FUObjectHashTables data took 2.14ms +[2025.04.02-16.33.22:334][491]LogPlayLevel: Display: Destroying online subsystem :Context_7 +[2025.04.02-16.33.33:371][980]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-16.33.33:371][980]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-16.33.33:598][980]LogPlayLevel: PIE: StaticDuplicateObject took: (0.227187s) +[2025.04.02-16.33.33:598][980]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.227218s) +[2025.04.02-16.33.33:604][980]LogUObjectHash: Compacting FUObjectHashTables data took 0.50ms +[2025.04.02-16.33.33:606][980]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-16.33.33:607][980]LogPlayLevel: PIE: World Init took: (0.000996s) +[2025.04.02-16.33.33:618][980]LogAudio: Display: Creating Audio Device: Id: 4, Scope: Unique, Realtime: True +[2025.04.02-16.33.33:618][980]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-16.33.33:618][980]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-16.33.33:618][980]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-16.33.33:618][980]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-16.33.33:618][980]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-16.33.33:618][980]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-16.33.33:618][980]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-16.33.33:618][980]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-16.33.33:618][980]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-16.33.33:618][980]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-16.33.33:618][980]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-16.33.33:619][980]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-16.33.33:635][980]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-16.33.33:635][980]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-16.33.33:635][980]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-16.33.33:635][980]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-16.33.33:635][980]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4 +[2025.04.02-16.33.33:635][980]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=4 +[2025.04.02-16.33.33:637][980]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4 +[2025.04.02-16.33.33:637][980]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4 +[2025.04.02-16.33.33:637][980]LogInit: FAudioDevice initialized with ID 4. +[2025.04.02-16.33.33:637][980]LogAudio: Display: Audio Device (ID: 4) registered with world 'OpenWorld_01'. +[2025.04.02-16.33.33:637][980]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 4 +[2025.04.02-16.33.33:640][980]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-16.33.33:827][980]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-10.33.33 +[2025.04.02-16.33.33:828][980]LogWorld: Bringing up level for play took: 0.187776 +[2025.04.02-16.33.33:830][980]LogOnline: OSS: Created online subsystem instance for: :Context_8 +[2025.04.02-16.33.33:831][980]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-16.33.33:831][980]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-16.33.33:845][980]PIE: Server logged in +[2025.04.02-16.33.33:845][980]PIE: Play in editor total start time 0.476 seconds. +[2025.04.02-16.33.47:673][411]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.33.47:674][411]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-16.33.47:674][411]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-16.33.47:685][411]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.33.47:686][411]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-16.33.47:686][411]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-16.33.47:713][411]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-16.33.47:717][411]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.33.47:722][411]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.33.47:723][411]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 4 +[2025.04.02-16.33.47:723][411]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 +[2025.04.02-16.33.47:724][411]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 +[2025.04.02-16.33.47:779][411]LogUObjectHash: Compacting FUObjectHashTables data took 2.04ms +[2025.04.02-16.33.47:868][412]LogPlayLevel: Display: Destroying online subsystem :Context_8 +[2025.04.02-16.33.54:398][686]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-16.33.54:399][686]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-16.33.54:622][686]LogPlayLevel: PIE: StaticDuplicateObject took: (0.223162s) +[2025.04.02-16.33.54:622][686]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.223192s) +[2025.04.02-16.33.54:628][686]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms +[2025.04.02-16.33.54:630][686]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-16.33.54:631][686]LogPlayLevel: PIE: World Init took: (0.001035s) +[2025.04.02-16.33.54:642][686]LogAudio: Display: Creating Audio Device: Id: 5, Scope: Unique, Realtime: True +[2025.04.02-16.33.54:642][686]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-16.33.54:642][686]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-16.33.54:642][686]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-16.33.54:642][686]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-16.33.54:642][686]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-16.33.54:642][686]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-16.33.54:642][686]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-16.33.54:642][686]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-16.33.54:642][686]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-16.33.54:642][686]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-16.33.54:642][686]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-16.33.54:643][686]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-16.33.54:659][686]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-16.33.54:659][686]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-16.33.54:659][686]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-16.33.54:659][686]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-16.33.54:660][686]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5 +[2025.04.02-16.33.54:660][686]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=5 +[2025.04.02-16.33.54:661][686]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5 +[2025.04.02-16.33.54:661][686]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5 +[2025.04.02-16.33.54:661][686]LogInit: FAudioDevice initialized with ID 5. +[2025.04.02-16.33.54:661][686]LogAudio: Display: Audio Device (ID: 5) registered with world 'OpenWorld_01'. +[2025.04.02-16.33.54:661][686]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 5 +[2025.04.02-16.33.54:663][686]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-16.33.54:850][686]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-10.33.54 +[2025.04.02-16.33.54:851][686]LogWorld: Bringing up level for play took: 0.187656 +[2025.04.02-16.33.54:853][686]LogOnline: OSS: Created online subsystem instance for: :Context_9 +[2025.04.02-16.33.54:854][686]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-16.33.54:854][686]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-16.33.54:868][686]PIE: Server logged in +[2025.04.02-16.33.54:868][686]PIE: Play in editor total start time 0.474 seconds. +[2025.04.02-16.34.08:663][ 63]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.34.08:663][ 63]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-16.34.08:664][ 63]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-16.34.08:675][ 63]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.34.08:675][ 63]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-16.34.08:675][ 63]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-16.34.08:696][ 63]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-16.34.08:699][ 63]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.34.08:705][ 63]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.34.08:706][ 63]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 5 +[2025.04.02-16.34.08:706][ 63]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 +[2025.04.02-16.34.08:707][ 63]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 +[2025.04.02-16.34.08:763][ 63]LogUObjectHash: Compacting FUObjectHashTables data took 2.78ms +[2025.04.02-16.34.08:854][ 64]LogPlayLevel: Display: Destroying online subsystem :Context_9 +[2025.04.02-16.34.19:415][449]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance +[2025.04.02-16.34.25:673][680]LogSlate: Took 0.000122 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.04.02-16.34.46:729][429]Cmd: DUPLICATE +[2025.04.02-16.34.46:729][429]Cmd: ACTOR DUPLICATE +[2025.04.02-16.34.52:039][670]Cmd: DUPLICATE +[2025.04.02-16.34.52:039][670]Cmd: ACTOR DUPLICATE +[2025.04.02-16.35.13:125][606]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-16.35.13:125][606]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-16.35.13:355][606]LogPlayLevel: PIE: StaticDuplicateObject took: (0.229540s) +[2025.04.02-16.35.13:355][606]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.229571s) +[2025.04.02-16.35.13:361][606]LogUObjectHash: Compacting FUObjectHashTables data took 0.52ms +[2025.04.02-16.35.13:363][606]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-16.35.13:364][606]LogPlayLevel: PIE: World Init took: (0.000965s) +[2025.04.02-16.35.13:375][606]LogAudio: Display: Creating Audio Device: Id: 6, Scope: Unique, Realtime: True +[2025.04.02-16.35.13:375][606]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-16.35.13:375][606]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-16.35.13:375][606]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-16.35.13:375][606]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-16.35.13:375][606]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-16.35.13:375][606]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-16.35.13:375][606]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-16.35.13:375][606]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-16.35.13:375][606]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-16.35.13:375][606]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-16.35.13:375][606]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-16.35.13:376][606]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-16.35.13:392][606]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-16.35.13:392][606]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-16.35.13:392][606]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-16.35.13:392][606]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-16.35.13:393][606]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6 +[2025.04.02-16.35.13:393][606]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=6 +[2025.04.02-16.35.13:394][606]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6 +[2025.04.02-16.35.13:394][606]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6 +[2025.04.02-16.35.13:394][606]LogInit: FAudioDevice initialized with ID 6. +[2025.04.02-16.35.13:394][606]LogAudio: Display: Audio Device (ID: 6) registered with world 'OpenWorld_01'. +[2025.04.02-16.35.13:394][606]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 6 +[2025.04.02-16.35.13:396][606]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-16.35.13:574][606]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-10.35.13 +[2025.04.02-16.35.13:575][606]LogWorld: Bringing up level for play took: 0.178730 +[2025.04.02-16.35.13:577][606]LogOnline: OSS: Created online subsystem instance for: :Context_10 +[2025.04.02-16.35.13:578][606]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-16.35.13:578][606]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-16.35.13:592][606]PIE: Server logged in +[2025.04.02-16.35.13:593][606]PIE: Play in editor total start time 0.472 seconds. +[2025.04.02-16.35.15:273][683]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.35.15:273][683]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-16.35.15:274][683]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-16.35.15:285][683]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.35.15:285][683]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-16.35.15:285][683]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-16.35.15:288][683]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-16.35.15:291][683]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.35.15:297][683]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-16.35.15:297][683]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 6 +[2025.04.02-16.35.15:297][683]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 +[2025.04.02-16.35.15:299][683]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 +[2025.04.02-16.35.15:301][683]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.35.15:353][683]LogUObjectHash: Compacting FUObjectHashTables data took 2.16ms +[2025.04.02-16.35.15:438][684]LogPlayLevel: Display: Destroying online subsystem :Context_10 +[2025.04.02-16.35.18:599][931]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-16.35.18:599][931]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-16.35.18:828][931]LogPlayLevel: PIE: StaticDuplicateObject took: (0.228940s) +[2025.04.02-16.35.18:828][931]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.228971s) +[2025.04.02-16.35.18:833][931]LogUObjectHash: Compacting FUObjectHashTables data took 0.53ms +[2025.04.02-16.35.18:835][931]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-16.35.18:836][931]LogPlayLevel: PIE: World Init took: (0.000845s) +[2025.04.02-16.35.18:847][931]LogAudio: Display: Creating Audio Device: Id: 7, Scope: Unique, Realtime: True +[2025.04.02-16.35.18:847][931]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-16.35.18:847][931]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-16.35.18:847][931]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-16.35.18:847][931]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-16.35.18:847][931]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-16.35.18:847][931]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-16.35.18:847][931]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-16.35.18:847][931]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-16.35.18:847][931]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-16.35.18:847][931]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-16.35.18:847][931]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-16.35.18:848][931]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-16.35.18:864][931]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-16.35.18:864][931]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-16.35.18:864][931]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-16.35.18:864][931]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-16.35.18:865][931]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7 +[2025.04.02-16.35.18:865][931]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=7 +[2025.04.02-16.35.18:866][931]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7 +[2025.04.02-16.35.18:866][931]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7 +[2025.04.02-16.35.18:866][931]LogInit: FAudioDevice initialized with ID 7. +[2025.04.02-16.35.18:866][931]LogAudio: Display: Audio Device (ID: 7) registered with world 'OpenWorld_01'. +[2025.04.02-16.35.18:866][931]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 7 +[2025.04.02-16.35.18:869][931]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-16.35.19:048][931]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-10.35.19 +[2025.04.02-16.35.19:049][931]LogWorld: Bringing up level for play took: 0.180394 +[2025.04.02-16.35.19:051][931]LogOnline: OSS: Created online subsystem instance for: :Context_11 +[2025.04.02-16.35.19:052][931]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-16.35.19:052][931]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-16.35.19:066][931]PIE: Server logged in +[2025.04.02-16.35.19:067][931]PIE: Play in editor total start time 0.473 seconds. +[2025.04.02-16.35.23:255][123]LogShaderCompilers: Display: ================================================ +[2025.04.02-16.35.23:255][123]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.02-16.35.23:255][123]LogShaderCompilers: Display: Total job queries 655, among them cache hits 152 (23.21%), DDC hits 476 (72.67%), Duplicates 7 (1.07%) +[2025.04.02-16.35.23:255][123]LogShaderCompilers: Display: Tracking 496 distinct input hashes that result in 383 distinct outputs (77.22%) +[2025.04.02-16.35.23:255][123]LogShaderCompilers: Display: RAM used: 11.83 MiB of 3.20 GiB budget. Usage: 0.36% +[2025.04.02-16.35.23:255][123]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.02-16.35.23:255][123]LogShaderCompilers: Display: Shaders Compiled: 20 +[2025.04.02-16.35.23:255][123]LogShaderCompilers: Display: Jobs assigned 20, completed 20 (100%) +[2025.04.02-16.35.23:255][123]LogShaderCompilers: Display: Average time worker was idle: 5.47 s +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Time job spent in pending queue: average 0.04 s, longest 0.05 s +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Job execution time: average 0.91 s, max 1.83 s +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Job life time (pending + execution): average 0.94 s, max 1.87 +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Shader code size: average 38.12 KiB, min 29.887 KiB, max 69.812 KiB +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 5.43 s +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.01% +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Jobs were issued in 20 batches (only local compilation was used), average 1.00 jobs/batch +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Average processing rate: 3.68 jobs/sec +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Total thread time: 7.347 s +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Total thread preprocess time: 7.621 s +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Percentage time preprocessing: 103.73% +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Effective parallelization: 1.35 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight (compiled 1 times, average 1.71 sec, max 1.71 sec, min 1.71 sec) +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 3 times, average 0.45 sec, max 0.51 sec, min 0.40 sec) +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: FLumenCardPS (compiled 4 times, average 0.31 sec, max 0.39 sec, min 0.26 sec) +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: FVelocityPS (compiled 1 times, average 0.31 sec, max 0.31 sec, min 0.31 sec) +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: TShadowDepthPSPixelShadowDepth_VirtualShadowMap (compiled 1 times, average 0.31 sec, max 0.31 sec, min 0.31 sec) +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 23.22% of total time (compiled 1 times, average 1.71 sec, max 1.71 sec, min 1.71 sec) +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 18.19% of total time (compiled 3 times, average 0.45 sec, max 0.51 sec, min 0.40 sec) +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: FLumenCardPS - 16.95% of total time (compiled 4 times, average 0.31 sec, max 0.39 sec, min 0.26 sec) +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 10.86% of total time (compiled 4 times, average 0.20 sec, max 0.23 sec, min 0.18 sec) +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: FLumenCardVS - 10.22% of total time (compiled 4 times, average 0.19 sec, max 0.20 sec, min 0.18 sec) +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: === Material stats === +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Materials Translated: 213 +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Material Total Translate Time: 0.10 s +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Material Translation Only: 0.06 s (61%) +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (5%) +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: Material Cache Hits: 112 (53%) +[2025.04.02-16.35.23:256][123]LogShaderCompilers: Display: ================================================ +[2025.04.02-16.35.23:785][153]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.35.23:989][165]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.35.24:139][174]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.35.24:284][183]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.35.24:562][201]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.35.24:764][214]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.35.24:996][229]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.35.25:315][250]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock +[2025.04.02-16.35.25:315][250]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True +[2025.04.02-16.35.25:315][250]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown +[2025.04.02-16.35.33:519][764]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture +[2025.04.02-16.35.33:519][764]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently +[2025.04.02-16.36.35:960][991]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.36.35:960][991]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-16.36.35:961][991]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-16.36.35:975][991]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.36.35:975][991]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-16.36.35:975][991]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-16.36.36:021][991]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-16.36.36:024][991]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.36.36:030][991]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.36.36:031][991]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 7 +[2025.04.02-16.36.36:031][991]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 +[2025.04.02-16.36.36:032][991]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 +[2025.04.02-16.36.36:093][991]LogUObjectHash: Compacting FUObjectHashTables data took 3.51ms +[2025.04.02-16.36.36:193][992]LogPlayLevel: Display: Destroying online subsystem :Context_11 +[2025.04.02-16.36.58:399][606]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-16.37.05:944][983]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-16.37.14:108][320]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-16.37.14:108][320]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-16.37.14:342][320]LogPlayLevel: PIE: StaticDuplicateObject took: (0.233954s) +[2025.04.02-16.37.14:342][320]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.233986s) +[2025.04.02-16.37.14:358][320]LogUObjectHash: Compacting FUObjectHashTables data took 1.18ms +[2025.04.02-16.37.14:360][320]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-16.37.14:361][320]LogPlayLevel: PIE: World Init took: (0.001100s) +[2025.04.02-16.37.14:372][320]LogAudio: Display: Creating Audio Device: Id: 8, Scope: Unique, Realtime: True +[2025.04.02-16.37.14:372][320]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-16.37.14:372][320]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-16.37.14:372][320]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-16.37.14:372][320]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-16.37.14:372][320]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-16.37.14:372][320]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-16.37.14:372][320]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-16.37.14:372][320]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-16.37.14:372][320]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-16.37.14:372][320]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-16.37.14:372][320]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-16.37.14:374][320]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-16.37.14:391][320]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-16.37.14:391][320]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-16.37.14:391][320]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-16.37.14:391][320]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-16.37.14:391][320]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=8 +[2025.04.02-16.37.14:391][320]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=8 +[2025.04.02-16.37.14:392][320]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=8 +[2025.04.02-16.37.14:393][320]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=8 +[2025.04.02-16.37.14:393][320]LogInit: FAudioDevice initialized with ID 8. +[2025.04.02-16.37.14:393][320]LogAudio: Display: Audio Device (ID: 8) registered with world 'OpenWorld_01'. +[2025.04.02-16.37.14:393][320]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 8 +[2025.04.02-16.37.14:395][320]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-16.37.14:575][320]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-10.37.14 +[2025.04.02-16.37.14:577][320]LogWorld: Bringing up level for play took: 0.181701 +[2025.04.02-16.37.14:578][320]LogOnline: OSS: Created online subsystem instance for: :Context_12 +[2025.04.02-16.37.14:579][320]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-16.37.14:579][320]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-16.37.14:593][320]PIE: Server logged in +[2025.04.02-16.37.14:594][320]PIE: Play in editor total start time 0.491 seconds. +[2025.04.02-16.37.16:648][379]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.37.16:870][385]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.37.17:016][389]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.37.17:198][394]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.37.17:355][398]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.37.17:538][403]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.37.17:722][408]LogBlueprintUserMessages: [BPC_EquipmentSystem] Item gathered. +[2025.04.02-16.37.18:929][441]LogViewport: Display: Viewport MouseLockMode Changed, LockOnCapture -> DoNotLock +[2025.04.02-16.37.18:929][441]LogViewport: Display: Viewport HideCursorDuringCapture Changed, False -> True +[2025.04.02-16.37.18:929][441]LogViewport: Display: Viewport MouseCaptureMode Changed, CapturePermanently_IncludingInitialMouseDown -> CaptureDuringMouseDown +[2025.04.02-16.37.27:625][695]LogViewport: Display: Viewport MouseLockMode Changed, DoNotLock -> LockOnCapture +[2025.04.02-16.37.27:625][695]LogViewport: Display: Viewport MouseCaptureMode Changed, CaptureDuringMouseDown -> CapturePermanently +[2025.04.02-16.38.23:620][ 69]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.38.23:620][ 69]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-16.38.23:620][ 69]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-16.38.23:633][ 69]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.38.23:633][ 69]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-16.38.23:633][ 69]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-16.38.23:678][ 69]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-16.38.23:682][ 69]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.38.23:688][ 69]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-16.38.23:688][ 69]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 8 +[2025.04.02-16.38.23:688][ 69]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 +[2025.04.02-16.38.23:690][ 69]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 +[2025.04.02-16.38.23:693][ 69]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-16.38.23:747][ 69]LogUObjectHash: Compacting FUObjectHashTables data took 4.91ms +[2025.04.02-16.38.23:826][ 70]LogPlayLevel: Display: Destroying online subsystem :Context_12 +[2025.04.02-16.38.25:047][108]LogUObjectHash: Compacting FUObjectHashTables data took 0.80ms +[2025.04.02-16.38.26:005][108]LogSlate: Window 'Save Content' being destroyed +[2025.04.02-16.38.26:013][108]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-16.38.26:091][108]LogUObjectHash: Compacting FUObjectHashTables data took 0.28ms +[2025.04.02-16.38.26:097][108]LogPackageLocalizationCache: Processed 54 localized package path(s) for 1 prioritized culture(s) in 0.005434 seconds +[2025.04.02-16.38.27:233][108]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Levels/OpenWorld_01 +[2025.04.02-16.38.27:233][108]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/OpenWorld_01606E7E4647BC005F33288FBA101DB659.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap' +[2025.04.02-16.38.27:253][108]LogFileHelpers: Saving map 'OpenWorld_01' took 1.191 +[2025.04.02-16.38.27:283][108]LogFileHelpers: InternalPromptForCheckoutAndSave took 1.26 sec +[2025.04.02-16.38.27:309][108]LogStall: Shutdown... +[2025.04.02-16.38.27:313][108]LogStall: Shutdown complete. +[2025.04.02-16.38.27:346][108]LogSlate: Window 'Elistria_Calling - Unreal Editor' being destroyed +[2025.04.02-16.38.27:409][108]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-16.38.27:409][108]LogContentValidation: Enabled validators: +[2025.04.02-16.38.27:410][108]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-16.38.27:410][108]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-16.38.27:410][108]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-16.38.27:410][108]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 +[2025.04.02-16.38.27:410][108]AssetCheck: /Game/MAIN_CONTENT/Levels/OpenWorld_01 Validating asset +[2025.04.02-16.38.27:413][108]Cmd: QUIT_EDITOR +[2025.04.02-16.38.27:413][109]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) +[2025.04.02-16.38.27:416][109]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) +[2025.04.02-16.38.27:417][109]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown +[2025.04.02-16.38.27:417][109]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown +[2025.04.02-16.38.27:432][109]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-16.38.27:433][109]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.38.27:433][109]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-16.38.27:433][109]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-16.38.27:437][109]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. +[2025.04.02-16.38.27:441][109]LogWorld: UWorld::CleanupWorld for World_2, bSessionEnded=true, bCleanupResources=true +[2025.04.02-16.38.27:441][109]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.38.27:441][109]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true +[2025.04.02-16.38.27:441][109]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.38.27:441][109]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true +[2025.04.02-16.38.27:441][109]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.38.27:441][109]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true +[2025.04.02-16.38.27:441][109]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.38.27:441][109]LogWorld: UWorld::CleanupWorld for World_4, bSessionEnded=true, bCleanupResources=true +[2025.04.02-16.38.27:441][109]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-16.38.27:507][109]LogStudioTelemetry: Ended StudioTelemetry Session +[2025.04.02-16.38.27:509][109]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider +[2025.04.02-16.38.27:509][109]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session +[2025.04.02-16.38.27:509][109]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider +[2025.04.02-16.38.28:452][109]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... +[2025.04.02-16.38.28:452][109]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... +[2025.04.02-16.38.28:452][109]LogAudio: Display: Audio Device unregistered from world 'OpenWorld_01'. +[2025.04.02-16.38.28:452][109]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. +[2025.04.02-16.38.28:452][109]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.02-16.38.28:453][109]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.02-16.38.28:457][109]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 +[2025.04.02-16.38.28:457][109]LogAudio: Display: Audio Device Manager Shutdown +[2025.04.02-16.38.28:457][109]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.02-16.38.28:459][109]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 +[2025.04.02-16.38.28:459][109]LogExit: Preparing to exit. +[2025.04.02-16.38.28:470][109]LogUObjectHash: Compacting FUObjectHashTables data took 0.54ms +[2025.04.02-16.38.29:848][109]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled +[2025.04.02-16.38.29:859][109]LogExit: Editor shut down +[2025.04.02-16.38.29:860][109]LogExit: Transaction tracking system shut down +[2025.04.02-16.38.30:001][109]LogExit: Object subsystem successfully closed. +[2025.04.02-16.38.30:012][109]LogShaderCompilers: Display: Shaders left to compile 0 +[2025.04.02-16.38.30:629][109]MemoryProfiler: Shutdown +[2025.04.02-16.38.30:629][109]NetworkingProfiler: Shutdown +[2025.04.02-16.38.30:629][109]LoadingProfiler: Shutdown +[2025.04.02-16.38.30:629][109]TimingProfiler: Shutdown +[2025.04.02-16.38.30:820][109]LogOpenImageDenoise: OIDN shutting down +[2025.04.02-16.38.31:059][109]RenderDocPlugin: plugin has been unloaded. +[2025.04.02-16.38.31:059][109]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module +[2025.04.02-16.38.31:093][109]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests: +[2025.04.02-16.38.31:093][109]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7B1A8C503E-4AB3-522A-61AE-E5B8FB72EB1A%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.4.4-35576357%2B%2B%2BUE5%2BRelease-5.4&UserID=046a422842307c5389fcfb85fdde73f2%7Cd8a41001870d437292af770c7edf75b9%7Cfb76c1c7-d567-45aa-9d4b-8a81fa7e1fef&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing +[2025.04.02-16.38.31:118][109]LogXGEController: Cleaning working directory: C:/Users/Lore Natusol/AppData/Local/Temp/UnrealXGEWorkingDir/ +[2025.04.02-16.38.31:120][109]LogPakFile: Destroying PakPlatformFile +[2025.04.02-16.38.31:304][109]LogD3D12RHI: ~FD3D12DynamicRHI +[2025.04.02-16.38.31:338][109]LogExit: Exiting. +[2025.04.02-16.38.31:361][109]Log file closed, 04/02/25 10:38:31 diff --git a/Elistria_Calling/Saved/Logs/Elistria_Calling_2.log b/Elistria_Calling/Saved/Logs/Elistria_Calling_2.log index f0a4af1..06cf7a8 100644 --- a/Elistria_Calling/Saved/Logs/Elistria_Calling_2.log +++ b/Elistria_Calling/Saved/Logs/Elistria_Calling_2.log @@ -1,4 +1,4 @@ -Log file open, 03/25/25 05:38:36 +Log file open, 04/02/25 07:38:49 LogWindows: Failed to load 'aqProf.dll' (GetLastError=126) LogWindows: File 'aqProf.dll' does not exist LogProfilingDebugging: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). @@ -6,7 +6,7 @@ LogWindows: Failed to load 'VtuneApi.dll' (GetLastError=126) LogWindows: File 'VtuneApi.dll' does not exist LogWindows: Failed to load 'VtuneApi32e.dll' (GetLastError=126) LogWindows: File 'VtuneApi32e.dll' does not exist -LogWindows: Started CrashReportClient (pid=3264) +LogWindows: Started CrashReportClient (pid=28312) LogWindows: Custom abort handler registered for crash reporting. LogInit: Display: Running engine for game: Elistria_Calling LogCore: UTS: Unreal Trace Server launched successfully @@ -26,212 +26,207 @@ LogCsvProfiler: Display: Metadata set : asan="0" LogCsvProfiler: Display: Metadata set : commandline="" "../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject""" LogCsvProfiler: Display: Metadata set : loginid="046a422842307c5389fcfb85fdde73f2" LogCsvProfiler: Display: Metadata set : llm="0" -LogStats: Stats thread started at 0.245292 +LogStats: Stats thread started at 0.255255 LogICUInternationalization: ICU TimeZone Detection - Raw Offset: -7:00, Platform Override: '' LogInit: Session CrashGUID >==================================================== - Session CrashGUID > UECC-Windows-DD8FF71C4548E8CEA557B6B8A8F1ED23 + Session CrashGUID > UECC-Windows-163880874F055C0F40168997634CDCAC Session CrashGUID >==================================================== LogConfig: No local boot hotfix file found at: [../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/PersistentDownloadDir/HotfixForNextBoot.txt] LogConfig: Display: Loading VulkanPC ini files took 0.02 seconds -LogConfig: Display: Loading Android ini files took 0.02 seconds LogConfig: Display: Loading Mac ini files took 0.02 seconds LogConfig: Display: Loading IOS ini files took 0.02 seconds +LogConfig: Display: Loading Android ini files took 0.02 seconds LogConfig: Display: Loading Windows ini files took 0.03 seconds -LogConfig: Display: Loading Unix ini files took 0.03 seconds -LogConfig: Display: Loading TVOS ini files took 0.03 seconds LogConfig: Display: Loading VisionOS ini files took 0.03 seconds -LogConfig: Display: Loading Linux ini files took 0.03 seconds +LogConfig: Display: Loading TVOS ini files took 0.03 seconds +LogConfig: Display: Loading Unix ini files took 0.03 seconds LogConfig: Display: Loading LinuxArm64 ini files took 0.03 seconds -LogAssetRegistry: Display: Asset registry cache read as 25.1 MiB from ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_0.bin -LogPluginManager: Mounting Engine plugin Bridge +LogConfig: Display: Loading Linux ini files took 0.03 seconds +LogAssetRegistry: Display: Asset registry cache read as 27.3 MiB from ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_0.bin LogPluginManager: Mounting Engine plugin ChaosCloth +LogPluginManager: Mounting Engine plugin Bridge +LogPluginManager: Mounting Engine plugin CmdLinkServer LogPluginManager: Mounting Engine plugin ChaosVD LogPluginManager: Found config from plugin[ChaosVD] Engine -LogPluginManager: Mounting Engine plugin CmdLinkServer LogPluginManager: Mounting Engine plugin EnhancedInput LogPluginManager: Found config from plugin[EnhancedInput] Input LogPluginManager: Mounting Engine plugin FastBuildController LogPluginManager: Mounting Engine plugin MeshPainting LogPluginManager: Mounting Engine plugin RenderGraphInsights -LogPluginManager: Mounting Engine plugin WorldMetrics LogPluginManager: Mounting Engine plugin TraceUtilities +LogPluginManager: Mounting Engine plugin WorldMetrics LogPluginManager: Mounting Engine plugin XGEController -LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor LogPluginManager: Mounting Engine plugin AISupport +LogPluginManager: Mounting Engine plugin AssetManagerEditor +LogPluginManager: Mounting Engine plugin BlueprintHeaderView +LogPluginManager: Mounting Engine plugin BlueprintMaterialTextureNodes +LogPluginManager: Mounting Engine plugin EnvironmentQueryEditor +LogPluginManager: Mounting Engine plugin CryptoKeys +LogPluginManager: Mounting Engine plugin ChangelistReview +LogPluginManager: Mounting Engine plugin EditorScriptingUtilities +LogPluginManager: Mounting Engine plugin EngineAssetDefinitions +LogPluginManager: Mounting Engine plugin MacGraphicsSwitching +LogPluginManager: Mounting Engine plugin PluginBrowser +LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode +LogPluginManager: Mounting Engine plugin FacialAnimation +LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard +LogPluginManager: Mounting Engine plugin CurveEditorTools +LogPluginManager: Mounting Engine plugin UVEditor +LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities +LogPluginManager: Mounting Engine plugin SpeedTreeImporter +LogPluginManager: Mounting Engine plugin AnimationData +LogPluginManager: Mounting Engine plugin EditorDebugTools +LogPluginManager: Mounting Engine plugin LauncherChunkInstaller +LogPluginManager: Mounting Engine plugin GameplayTagsEditor +LogPluginManager: Mounting Engine plugin AnimationModifierLibrary +LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis +LogPluginManager: Mounting Engine plugin ACLPlugin +LogPluginManager: Mounting Engine plugin ControlRig +LogPluginManager: Mounting Engine plugin ControlRigModules +LogPluginManager: Mounting Engine plugin ControlRigSpline +LogPluginManager: Mounting Engine plugin IKRig +LogPluginManager: Mounting Engine plugin ProxyLODPlugin +LogPluginManager: Mounting Engine plugin MotionWarping +LogPluginManager: Mounting Engine plugin DataValidation +LogPluginManager: Mounting Engine plugin MeshLODToolset +LogPluginManager: Mounting Engine plugin Niagara +LogPluginManager: Mounting Engine plugin SequencerAnimTools +LogPluginManager: Mounting Engine plugin NiagaraSimCaching +LogPluginManager: Mounting Engine plugin DatasmithContent +LogPluginManager: Mounting Engine plugin GLTFExporter +LogPluginManager: Mounting Engine plugin VariantManager +LogPluginManager: Mounting Engine plugin OnlineBase +LogPluginManager: Mounting Engine plugin VariantManagerContent +LogPluginManager: Mounting Engine plugin GeometryMode +LogPluginManager: Mounting Engine plugin OnlineSubsystem +LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils +LogPluginManager: Mounting Engine plugin MaterialAnalyzer +LogPluginManager: Mounting Engine plugin OnlineSubsystemNull +LogPluginManager: Mounting Engine plugin AlembicImporter +LogPluginManager: Mounting Engine plugin OnlineServices +LogPluginManager: Mounting Engine plugin InterchangeTests +LogPluginManager: Mounting Engine plugin OodleNetwork +LogPluginManager: Mounting Engine plugin LevelSequenceEditor +LogPluginManager: Mounting Engine plugin ActorSequence +LogPluginManager: Mounting Engine plugin TemplateSequence +LogPluginManager: Mounting Engine plugin ActorLayerUtilities +LogPluginManager: Mounting Engine plugin SequencerScripting +LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector +LogPluginManager: Mounting Engine plugin AndroidFileServer +LogPluginManager: Mounting Engine plugin AndroidMoviePlayer +LogPluginManager: Mounting Engine plugin AndroidPermission +LogPluginManager: Mounting Engine plugin AppleImageUtils +LogPluginManager: Mounting Engine plugin ArchVisCharacter +LogPluginManager: Mounting Engine plugin AppleMoviePlayer +LogPluginManager: Mounting Engine plugin AudioCapture +LogPluginManager: Mounting Engine plugin AudioSynesthesia +LogPluginManager: Mounting Engine plugin AudioWidgets +LogPluginManager: Mounting Engine plugin ChunkDownloader +LogPluginManager: Mounting Engine plugin AssetTags +LogPluginManager: Mounting Engine plugin CableComponent +LogPluginManager: Mounting Engine plugin GeometryCache +LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector +LogPluginManager: Mounting Engine plugin CustomMeshComponent +LogPluginManager: Mounting Engine plugin GeometryProcessing +LogPluginManager: Mounting Engine plugin GooglePAD +LogPluginManager: Mounting Engine plugin GoogleCloudMessaging +LogPluginManager: Mounting Engine plugin InputDebugging +LogPluginManager: Found config from plugin[InputDebugging] Input +LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector +LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary +LogPluginManager: Mounting Engine plugin Metasound +LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector +LogPluginManager: Mounting Engine plugin MeshModelingToolset +LogPluginManager: Mounting Engine plugin MobilePatchingUtils +LogPluginManager: Mounting Engine plugin MsQuic +LogPluginManager: Mounting Engine plugin ProceduralMeshComponent +LogPluginManager: Mounting Engine plugin PropertyAccessEditor +LogPluginManager: Mounting Engine plugin ResonanceAudio +LogPluginManager: Mounting Engine plugin SignificanceManager +LogPluginManager: Mounting Engine plugin SoundFields +LogPluginManager: Mounting Engine plugin Synthesis +LogPluginManager: Mounting Engine plugin WaveTable +LogPluginManager: Mounting Engine plugin WebMMoviePlayer +LogPluginManager: Mounting Engine plugin WindowsMoviePlayer +LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector +LogPluginManager: Mounting Engine plugin RigVM LogPluginManager: Mounting Engine plugin AutomationUtils LogPluginManager: Mounting Engine plugin BackChannel LogPluginManager: Mounting Engine plugin ChaosCaching LogPluginManager: Mounting Engine plugin ChaosEditor LogPluginManager: Mounting Engine plugin ChaosSolverPlugin +LogPluginManager: Mounting Engine plugin ChaosNiagara LogPluginManager: Mounting Engine plugin ChaosUserDataPT LogPluginManager: Mounting Engine plugin CharacterAI LogPluginManager: Mounting Engine plugin Dataflow -LogPluginManager: Mounting Engine plugin Fracture -LogPluginManager: Mounting Engine plugin ChaosNiagara LogPluginManager: Mounting Engine plugin FullBodyIK -LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin LogPluginManager: Mounting Engine plugin GeometryFlow -LogPluginManager: Mounting Engine plugin LocalizableMessage +LogPluginManager: Mounting Engine plugin Fracture +LogPluginManager: Mounting Engine plugin Landmass +LogPluginManager: Mounting Engine plugin GeometryCollectionPlugin LogPluginManager: Mounting Engine plugin MeshModelingToolsetExp +LogPluginManager: Mounting Engine plugin LocalizableMessage LogPluginManager: Mounting Engine plugin OpenImageDenoise LogPluginManager: Mounting Engine plugin PlanarCut LogPluginManager: Mounting Engine plugin PlatformCrypto LogPluginManager: Mounting Engine plugin PythonScriptPlugin LogPluginManager: Mounting Engine plugin SkeletalReduction -LogPluginManager: Mounting Engine plugin StudioTelemetry LogPluginManager: Mounting Engine plugin StructUtils +LogPluginManager: Mounting Engine plugin StudioTelemetry LogPluginManager: Mounting Engine plugin ToolPresets -LogPluginManager: Mounting Engine plugin AnimationData -LogPluginManager: Mounting Engine plugin AnimationModifierLibrary -LogPluginManager: Mounting Engine plugin ACLPlugin -LogPluginManager: Mounting Engine plugin BlendSpaceMotionAnalysis -LogPluginManager: Mounting Engine plugin ControlRigModules -LogPluginManager: Mounting Engine plugin ControlRig -LogPluginManager: Mounting Engine plugin ControlRigSpline -LogPluginManager: Mounting Engine plugin IKRig -LogPluginManager: Mounting Engine plugin MotionWarping -LogPluginManager: Mounting Engine plugin OodleNetwork -LogPluginManager: Mounting Engine plugin AlembicImporter -LogPluginManager: Mounting Engine plugin AnimationSharing -LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess -LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess -LogPluginManager: Mounting Engine plugin DumpGPUServices -LogPluginManager: Mounting Engine plugin GitSourceControl -LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess -LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess -LogPluginManager: Mounting Engine plugin NullSourceCodeAccess -LogPluginManager: Mounting Engine plugin PerforceSourceControl -LogPluginManager: Mounting Engine plugin PlasticSourceControl -LogPluginManager: Mounting Engine plugin PropertyAccessNode -LogPluginManager: Mounting Engine plugin PluginUtils -LogPluginManager: Mounting Engine plugin PixWinPlugin -LogPluginManager: Mounting Engine plugin RenderDocPlugin -LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess -LogPluginManager: Mounting Engine plugin TraceDataFilters -LogPluginManager: Mounting Engine plugin SubversionSourceControl -LogPluginManager: Mounting Engine plugin TextureFormatOodle -LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess -LogPluginManager: Mounting Engine plugin UObjectPlugin -LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess -LogPluginManager: Mounting Engine plugin UdpMessaging -LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess -LogPluginManager: Mounting Engine plugin GameplayCameras -LogPluginManager: Mounting Engine plugin TcpMessaging -LogPluginManager: Mounting Engine plugin CameraShakePreviewer -LogPluginManager: Mounting Engine plugin OnlineBase -LogPluginManager: Mounting Engine plugin OnlineServices -LogPluginManager: Mounting Engine plugin OnlineSubsystem -LogPluginManager: Mounting Engine plugin OnlineSubsystemNull -LogPluginManager: Mounting Engine plugin OnlineSubsystemUtils -LogPluginManager: Mounting Engine plugin Niagara -LogPluginManager: Mounting Engine plugin NiagaraSimCaching -LogPluginManager: Mounting Engine plugin ActorLayerUtilities -LogPluginManager: Mounting Engine plugin AndroidMoviePlayer -LogPluginManager: Mounting Engine plugin AndroidPermission -LogPluginManager: Mounting Engine plugin AndroidDeviceProfileSelector -LogPluginManager: Mounting Engine plugin AndroidFileServer -LogPluginManager: Mounting Engine plugin AppleImageUtils -LogPluginManager: Mounting Engine plugin AppleMoviePlayer -LogPluginManager: Mounting Engine plugin ArchVisCharacter -LogPluginManager: Mounting Engine plugin AssetTags -LogPluginManager: Mounting Engine plugin AudioCapture -LogPluginManager: Mounting Engine plugin CableComponent -LogPluginManager: Mounting Engine plugin AudioWidgets -LogPluginManager: Mounting Engine plugin AudioSynesthesia -LogPluginManager: Mounting Engine plugin CustomMeshComponent -LogPluginManager: Mounting Engine plugin ChunkDownloader -LogPluginManager: Mounting Engine plugin ExampleDeviceProfileSelector -LogPluginManager: Mounting Engine plugin GeometryProcessing -LogPluginManager: Mounting Engine plugin GeometryCache -LogPluginManager: Mounting Engine plugin GoogleCloudMessaging -LogPluginManager: Mounting Engine plugin GooglePAD -LogPluginManager: Mounting Engine plugin InputDebugging -LogPluginManager: Found config from plugin[InputDebugging] Input -LogPluginManager: Mounting Engine plugin IOSDeviceProfileSelector -LogPluginManager: Mounting Engine plugin LinuxDeviceProfileSelector -LogPluginManager: Mounting Engine plugin LocationServicesBPLibrary -LogPluginManager: Mounting Engine plugin MeshModelingToolset -LogPluginManager: Mounting Engine plugin Metasound -LogPluginManager: Mounting Engine plugin MobilePatchingUtils -LogPluginManager: Mounting Engine plugin MsQuic -LogPluginManager: Mounting Engine plugin PropertyAccessEditor -LogPluginManager: Mounting Engine plugin ResonanceAudio -LogPluginManager: Mounting Engine plugin SignificanceManager -LogPluginManager: Mounting Engine plugin RigVM -LogPluginManager: Mounting Engine plugin ProceduralMeshComponent -LogPluginManager: Mounting Engine plugin SoundFields -LogPluginManager: Mounting Engine plugin WebMMoviePlayer -LogPluginManager: Mounting Engine plugin Synthesis -LogPluginManager: Mounting Engine plugin WaveTable -LogPluginManager: Mounting Engine plugin WindowsDeviceProfileSelector -LogPluginManager: Mounting Engine plugin WindowsMoviePlayer -LogPluginManager: Mounting Engine plugin AssetManagerEditor -LogPluginManager: Mounting Engine plugin BlueprintHeaderView -LogPluginManager: Mounting Engine plugin ChangelistReview -LogPluginManager: Mounting Engine plugin CryptoKeys -LogPluginManager: Mounting Engine plugin DataValidation -LogPluginManager: Mounting Engine plugin CurveEditorTools -LogPluginManager: Mounting Engine plugin EditorDebugTools -LogPluginManager: Mounting Engine plugin FacialAnimation -LogPluginManager: Mounting Engine plugin EngineAssetDefinitions -LogPluginManager: Mounting Engine plugin GameplayTagsEditor -LogPluginManager: Mounting Engine plugin GeometryMode -LogPluginManager: Mounting Engine plugin EditorScriptingUtilities -LogPluginManager: Mounting Engine plugin MacGraphicsSwitching -LogPluginManager: Mounting Engine plugin MobileLauncherProfileWizard -LogPluginManager: Mounting Engine plugin MeshLODToolset -LogPluginManager: Mounting Engine plugin MaterialAnalyzer -LogPluginManager: Mounting Engine plugin ModelingToolsEditorMode -LogPluginManager: Mounting Engine plugin ProxyLODPlugin -LogPluginManager: Mounting Engine plugin PluginBrowser -LogPluginManager: Mounting Engine plugin SpeedTreeImporter -LogPluginManager: Mounting Engine plugin SequencerAnimTools -LogPluginManager: Mounting Engine plugin UVEditor -LogPluginManager: Mounting Engine plugin WorldPartitionHLODUtilities -LogPluginManager: Mounting Engine plugin DatasmithContent -LogPluginManager: Mounting Engine plugin GLTFExporter -LogPluginManager: Mounting Engine plugin VariantManagerContent -LogPluginManager: Mounting Engine plugin VariantManager -LogPluginManager: Mounting Engine plugin InterchangeTests -LogPluginManager: Mounting Engine plugin InterchangeEditor -LogPluginManager: Mounting Engine plugin LauncherChunkInstaller -LogPluginManager: Mounting Engine plugin Interchange -LogPluginManager: Mounting Engine plugin AvfMedia +LogPluginManager: Mounting Engine plugin Water LogPluginManager: Mounting Engine plugin AndroidMedia +LogPluginManager: Mounting Engine plugin AvfMedia LogPluginManager: Mounting Engine plugin ImgMedia LogPluginManager: Mounting Engine plugin MediaCompositing -LogPluginManager: Mounting Engine plugin MediaPlate LogPluginManager: Mounting Engine plugin MediaPlayerEditor +LogPluginManager: Mounting Engine plugin MediaPlate LogPluginManager: Mounting Engine plugin WmfMedia LogPluginManager: Mounting Engine plugin WebMMedia -LogPluginManager: Mounting Engine plugin Takes +LogPluginManager: Mounting Engine plugin TcpMessaging +LogPluginManager: Mounting Engine plugin UdpMessaging LogPluginManager: Mounting Engine plugin Paper2D -LogPluginManager: Mounting Engine plugin LevelSequenceEditor -LogPluginManager: Mounting Engine plugin ActorSequence -LogPluginManager: Mounting Engine plugin SequencerScripting -LogPluginManager: Mounting Engine plugin TemplateSequence -LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS -LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource +LogPluginManager: Mounting Engine plugin CameraShakePreviewer +LogPluginManager: Mounting Engine plugin GameplayCameras +LogPluginManager: Mounting Engine plugin AnimationSharing +LogPluginManager: Mounting Engine plugin CodeLiteSourceCodeAccess +LogPluginManager: Mounting Engine plugin CLionSourceCodeAccess +LogPluginManager: Mounting Engine plugin DumpGPUServices +LogPluginManager: Mounting Engine plugin GitSourceControl +LogPluginManager: Mounting Engine plugin N10XSourceCodeAccess +LogPluginManager: Mounting Engine plugin NullSourceCodeAccess +LogPluginManager: Mounting Engine plugin KDevelopSourceCodeAccess +LogPluginManager: Mounting Engine plugin PixWinPlugin +LogPluginManager: Mounting Engine plugin PluginUtils +LogPluginManager: Mounting Engine plugin PerforceSourceControl +LogPluginManager: Mounting Engine plugin PropertyAccessNode +LogPluginManager: Mounting Engine plugin PlasticSourceControl +LogPluginManager: Mounting Engine plugin RenderDocPlugin +LogPluginManager: Mounting Engine plugin RiderSourceCodeAccess +LogPluginManager: Mounting Engine plugin SubversionSourceControl +LogPluginManager: Mounting Engine plugin TraceDataFilters +LogPluginManager: Mounting Engine plugin TextureFormatOodle +LogPluginManager: Mounting Engine plugin VisualStudioSourceCodeAccess +LogPluginManager: Mounting Engine plugin UObjectPlugin +LogPluginManager: Mounting Engine plugin VisualStudioCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin XCodeSourceCodeAccess +LogPluginManager: Mounting Engine plugin InterchangeEditor +LogPluginManager: Mounting Engine plugin Interchange +LogPluginManager: Mounting Engine plugin Takes +LogPluginManager: Mounting Engine plugin XInputDevice +LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource +LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource +LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay LogPluginManager: Mounting Engine plugin MetaHumanProjectUtilities +LogPluginManager: Mounting Engine plugin PortableObjectFileDataSource +LogPluginManager: Mounting Engine plugin OnlineSubsystemIOS +LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor LogPluginManager: Mounting Engine plugin LightMixer LogPluginManager: Mounting Engine plugin ObjectMixer -LogPluginManager: Mounting Engine plugin BaseCharacterFXEditor -LogPluginManager: Mounting Engine plugin OnlineSubsystemGooglePlay -LogPluginManager: Mounting Engine plugin XInputDevice -LogPluginManager: Mounting Engine plugin ContentBrowserFileDataSource -LogPluginManager: Mounting Engine plugin ContentBrowserAssetDataSource -LogPluginManager: Mounting Engine plugin ContentBrowserClassDataSource SourceControl: Revision control is disabled SourceControl: Revision control is disabled SourceControl: Revision control is disabled -LogStudioTelemetry: Display: Starting StudioTelemetry Module -LogStudioTelemetry: Display: Created an analytics provider LogAnalytics from module AnalyticsLog configuration Engine [StudioTelemetry.Log] -LogStudioTelemetry: Started StudioTelemetry Session -LogWindows: Failed to load 'WinPixGpuCapturer.dll' (GetLastError=126) -LogWindows: File 'WinPixGpuCapturer.dll' does not exist -PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. -LogConfig: Applying CVar settings from Section [/Script/RenderDocPlugin.RenderDocPluginSettings] File [Engine] -RenderDocPlugin: Display: RenderDoc plugin will not be loaded. Use '-AttachRenderDoc' on the cmd line or enable 'renderdoc.AutoAttach' in the plugin settings. LogInit: Using libcurl 8.4.0 LogInit: - built for Windows LogInit: - supports SSL with OpenSSL/1.1.1t @@ -253,6 +248,14 @@ LogInit: CreateHttpThread using FCurlHttpThread LogInit: WinSock: version 1.1 (2.2), MaxSocks=32767, MaxUdp=65467 LogOnline: OSS: Created online subsystem instance for: NULL LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +LogStudioTelemetry: Display: Starting StudioTelemetry Module +LogStudioTelemetry: Display: Created an analytics provider LogAnalytics from module AnalyticsLog configuration Engine [StudioTelemetry.Log] +LogStudioTelemetry: Started StudioTelemetry Session +LogWindows: Failed to load 'WinPixGpuCapturer.dll' (GetLastError=126) +LogWindows: File 'WinPixGpuCapturer.dll' does not exist +PixWinPlugin: PIX capture plugin failed to initialize! Check that the process is launched from PIX. +LogConfig: Applying CVar settings from Section [/Script/RenderDocPlugin.RenderDocPluginSettings] File [Engine] +RenderDocPlugin: Display: RenderDoc plugin will not be loaded. Use '-AttachRenderDoc' on the cmd line or enable 'renderdoc.AutoAttach' in the plugin settings. LogInit: ExecutableName: UnrealEditor.exe LogInit: Build: ++UE5+Release-5.4-CL-35576357 LogInit: Platform=WindowsEditor @@ -317,5925 +320,2360 @@ LogConfig: CVar [[con.DebugLateCheat:1]] deferred - dummy variable created LogConfig: CVar [[LogNamedEventFilters:Frame *]] deferred - dummy variable created LogConfig: Set CVar [[r.setres:1280x720]] LogConfig: CVar [[framepro.ScopeMinTimeMicroseconds:10]] deferred - dummy variable created -LogConfig: CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] deferred - dummy variable created +LogConfig: Set CVar [[fx.NiagaraAllowRuntimeScalabilityChanges:1]] LogConfig: CVar [[QualityLevelMapping:high]] deferred - dummy variable created LogConfig: CVar [[r.Occlusion.SingleRHIThreadStall:1]] deferred - dummy variable created LogConfig: Set CVar [[r.Shadow.DetectVertexShaderLayerAtRuntime:1]] LogConfig: CVar [[D3D12.Bindless.ResourceDescriptorHeapSize:100000]] deferred - dummy variable created -[2025.03.25-11.38.37:184][ 0]LogConfig: CVar [[D3D12.Bindless.SamplerDescriptorHeapSize:2048]] deferred - dummy variable created -[2025.03.25-11.38.37:184][ 0]LogConfig: Set CVar [[r.VSync:0]] -[2025.03.25-11.38.37:184][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] -[2025.03.25-11.38.37:184][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] -[2025.03.25-11.38.37:184][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created -[2025.03.25-11.38.37:184][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created -[2025.03.25-11.38.37:184][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] -[2025.03.25-11.38.37:184][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created -[2025.03.25-11.38.37:184][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] -[2025.03.25-11.38.37:184][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] -[2025.03.25-11.38.37:184][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] -[2025.03.25-11.38.37:184][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs:0]] -[2025.03.25-11.38.37:184][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] -[2025.03.25-11.38.37:184][ 0]LogConfig: Set CVar [[r.Mobile.EnableNoPrecomputedLightingCSMShader:1]] -[2025.03.25-11.38.37:184][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] -[2025.03.25-11.38.37:184][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] -[2025.03.25-11.38.37:184][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] -[2025.03.25-11.38.37:185][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:1]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] -[2025.03.25-11.38.37:185][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created -[2025.03.25-11.38.37:185][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created -[2025.03.25-11.38.37:191][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] -[2025.03.25-11.38.37:191][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] -[2025.03.25-11.38.37:191][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] -[2025.03.25-11.38.37:191][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] -[2025.03.25-11.38.37:191][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] -[2025.03.25-11.38.37:191][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] -[2025.03.25-11.38.37:191][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] -[2025.03.25-11.38.37:191][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] -[2025.03.25-11.38.37:191][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] -[2025.03.25-11.38.37:191][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] -[2025.03.25-11.38.37:191][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] -[2025.03.25-11.38.37:191][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.AOQuality:2]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.DetailMode:3]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: CVar [[fx.Niagara.QualityLevel:3]] deferred - dummy variable created -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] -[2025.03.25-11.38.37:192][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] -[2025.03.25-11.38.37:194][ 0]LogRHI: Using Default RHI: D3D12 -[2025.03.25-11.38.37:194][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 -[2025.03.25-11.38.37:194][ 0]LogRHI: Loading RHI module D3D12RHI -[2025.03.25-11.38.37:200][ 0]LogD3D12RHI: Aftermath initialized -[2025.03.25-11.38.37:200][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). -[2025.03.25-11.38.37:200][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. -[2025.03.25-11.38.37:377][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 4070 Ti SUPER (VendorId: 10de, DeviceId: 2689, SubSysId: 89b91043, Revision: 00a1 -[2025.03.25-11.38.37:377][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported -[2025.03.25-11.38.37:377][ 0]LogD3D12RHI: Adapter has 16063MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 3 output[s] -[2025.03.25-11.38.37:377][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) -[2025.03.25-11.38.37:377][ 0]LogD3D12RHI: Driver Date: 12-3-2024 -[2025.03.25-11.38.37:381][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 -[2025.03.25-11.38.37:382][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported -[2025.03.25-11.38.37:382][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 0 output[s] -[2025.03.25-11.38.37:382][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. -[2025.03.25-11.38.37:382][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 -[2025.03.25-11.38.37:382][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. -[2025.03.25-11.38.37:382][ 0]LogInit: Selected Device Profile: [WindowsEditor] -[2025.03.25-11.38.37:382][ 0]LogHAL: Display: Platform has ~ 64 GB [68641247232 / 68719476736 / 64], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) -[2025.03.25-11.38.37:382][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] -[2025.03.25-11.38.37:382][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] -[2025.03.25-11.38.37:382][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] -[2025.03.25-11.38.37:382][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] -[2025.03.25-11.38.37:382][ 0]LogConfig: Set CVar [[r.Shaders.WarningsAsErrors:0 ;; 0: off, 1: global shaders, 2: all]] -[2025.03.25-11.38.37:382][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] -[2025.03.25-11.38.37:382][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] -[2025.03.25-11.38.37:382][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] -[2025.03.25-11.38.37:382][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] -[2025.03.25-11.38.37:382][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] -[2025.03.25-11.38.37:382][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Config/WindowsEditor/Editor.ini] -[2025.03.25-11.38.37:382][ 0]LogInit: Computer: DESKTOP-KTQTHKD -[2025.03.25-11.38.37:382][ 0]LogInit: User: LoreNatusol -[2025.03.25-11.38.37:382][ 0]LogInit: CPU Page size=4096, Cores=12 -[2025.03.25-11.38.37:382][ 0]LogInit: High frequency timer resolution =10.000000 MHz -[2025.03.25-11.38.37:766][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits -[2025.03.25-11.38.37:766][ 0]LogMemory: Memory total: Physical=63.9GB (64GB approx) Virtual=73.4GB -[2025.03.25-11.38.37:766][ 0]LogMemory: Platform Memory Stats for WindowsEditor -[2025.03.25-11.38.37:766][ 0]LogMemory: Process Physical Memory: 536.65 MB used, 550.21 MB peak -[2025.03.25-11.38.37:766][ 0]LogMemory: Process Virtual Memory: 562.04 MB used, 562.04 MB peak -[2025.03.25-11.38.37:766][ 0]LogMemory: Physical Memory: 22042.11 MB used, 43419.28 MB free, 65461.39 MB total -[2025.03.25-11.38.37:766][ 0]LogMemory: Virtual Memory: 31454.01 MB used, 43735.38 MB free, 75189.39 MB total -[2025.03.25-11.38.37:766][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" -[2025.03.25-11.38.37:769][ 0]LogWindows: WindowsPlatformFeatures enabled -[2025.03.25-11.38.37:775][ 0]LogInit: Physics initialised using underlying interface: Chaos -[2025.03.25-11.38.37:775][ 0]LogInit: Using OS detected language (en-US). -[2025.03.25-11.38.37:775][ 0]LogInit: Using OS detected locale (en-US). -[2025.03.25-11.38.37:778][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. -[2025.03.25-11.38.37:778][ 0]LogInit: Setting process to per monitor DPI aware -[2025.03.25-11.38.37:988][ 0]LogWindowsTextInputMethodSystem: Available input methods: -[2025.03.25-11.38.37:988][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). -[2025.03.25-11.38.37:988][ 0]LogWindowsTextInputMethodSystem: - English (United States) - Touch Input Correction (TSF IME). -[2025.03.25-11.38.37:988][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). -[2025.03.25-11.38.38:006][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 -[2025.03.25-11.38.38:006][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 -[2025.03.25-11.38.38:127][ 0]LogRHI: Using Default RHI: D3D12 -[2025.03.25-11.38.38:127][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 -[2025.03.25-11.38.38:127][ 0]LogRHI: Loading RHI module D3D12RHI -[2025.03.25-11.38.38:127][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. -[2025.03.25-11.38.38:127][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. -[2025.03.25-11.38.38:127][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 -[2025.03.25-11.38.38:127][ 0]LogWindows: Attached monitors: -[2025.03.25-11.38.38:127][ 0]LogWindows: resolution: 1920x1080, work area: (2560, 457) -> (4480, 1497), device: '\\.\DISPLAY1' -[2025.03.25-11.38.38:127][ 0]LogWindows: resolution: 2560x1440, work area: (-2560, 629) -> (0, 2019), device: '\\.\DISPLAY2' -[2025.03.25-11.38.38:127][ 0]LogWindows: resolution: 2560x1440, work area: (0, 0) -> (2560, 1400), device: '\\.\DISPLAY3' [PRIMARY] -[2025.03.25-11.38.38:127][ 0]LogWindows: Found 3 attached monitors. -[2025.03.25-11.38.38:127][ 0]LogWindows: Gathering driver information using Windows Setup API -[2025.03.25-11.38.38:128][ 0]LogRHI: RHI Adapter Info: -[2025.03.25-11.38.38:128][ 0]LogRHI: Name: NVIDIA GeForce RTX 4070 Ti SUPER -[2025.03.25-11.38.38:128][ 0]LogRHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) -[2025.03.25-11.38.38:128][ 0]LogRHI: Driver Date: 12-3-2024 -[2025.03.25-11.38.38:128][ 0]LogD3D12RHI: GPU DeviceId: 0x2689 (for the marketing name, search the web for "GPU Device Id") -[2025.03.25-11.38.38:128][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off -[2025.03.25-11.38.38:132][ 0]LogD3D12RHI: [Aftermath] Aftermath crash dumping enabled -[2025.03.25-11.38.38:132][ 0]LogD3D12RHI: [DRED] Dred breadcrumb context enabled -[2025.03.25-11.38.38:132][ 0]LogD3D12RHI: [DRED] Using lightweight DRED. -[2025.03.25-11.38.38:132][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: [Aftermath] Aftermath enabled and primed -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: [Aftermath] Aftermath resource tracking enabled -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: ID3D12Device1 is supported. -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: ID3D12Device2 is supported. -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: ID3D12Device3 is supported. -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: ID3D12Device4 is supported. -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: ID3D12Device5 is supported. -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: ID3D12Device6 is supported. -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: ID3D12Device7 is supported. -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: ID3D12Device8 is supported. -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: ID3D12Device9 is supported. -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: ID3D12Device10 is supported. -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: ID3D12Device11 is supported. -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: ID3D12Device12 is supported. -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: Bindless resources are supported -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: Raster order views are supported -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported -[2025.03.25-11.38.38:236][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported -[2025.03.25-11.38.38:292][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (3D) -[2025.03.25-11.38.38:292][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Copy) -[2025.03.25-11.38.38:292][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Compute) -[2025.03.25-11.38.38:314][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 -[2025.03.25-11.38.38:315][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 -[2025.03.25-11.38.38:315][ 0]LogRHI: Texture pool is 9635 MB (70% of 13765 MB) -[2025.03.25-11.38.38:315][ 0]LogD3D12RHI: Async texture creation enabled -[2025.03.25-11.38.38:315][ 0]LogD3D12RHI: RHI has support for 64 bit atomics -[2025.03.25-11.38.38:322][ 0]LogVRS: Current RHI supports Variable Rate Shading -[2025.03.25-11.38.38:324][ 0]LogInit: Initializing FReadOnlyCVARCache -[2025.03.25-11.38.38:330][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all' -[2025.03.25-11.38.38:330][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all" ] -[2025.03.25-11.38.38:350][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC -[2025.03.25-11.38.38:350][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT -[2025.03.25-11.38.38:350][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 -[2025.03.25-11.38.38:350][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp -[2025.03.25-11.38.38:350][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed -[2025.03.25-11.38.38:350][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 -[2025.03.25-11.38.38:350][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll -[2025.03.25-11.38.38:351][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll -[2025.03.25-11.38.38:351][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle -[2025.03.25-11.38.38:367][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' -[2025.03.25-11.38.38:367][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' -[2025.03.25-11.38.38:367][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' -[2025.03.25-11.38.38:367][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' -[2025.03.25-11.38.38:367][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' -[2025.03.25-11.38.38:367][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' -[2025.03.25-11.38.38:367][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' -[2025.03.25-11.38.38:367][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' -[2025.03.25-11.38.38:367][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' -[2025.03.25-11.38.38:367][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' -[2025.03.25-11.38.38:370][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' -[2025.03.25-11.38.38:370][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' -[2025.03.25-11.38.38:372][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' -[2025.03.25-11.38.38:372][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' -[2025.03.25-11.38.38:372][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' -[2025.03.25-11.38.38:372][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' -[2025.03.25-11.38.38:375][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' -[2025.03.25-11.38.38:375][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' -[2025.03.25-11.38.38:375][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' -[2025.03.25-11.38.38:377][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' -[2025.03.25-11.38.38:377][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' -[2025.03.25-11.38.38:377][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' -[2025.03.25-11.38.38:377][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' -[2025.03.25-11.38.38:379][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' -[2025.03.25-11.38.38:379][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' -[2025.03.25-11.38.38:383][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' -[2025.03.25-11.38.38:383][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' -[2025.03.25-11.38.38:383][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' -[2025.03.25-11.38.38:383][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' -[2025.03.25-11.38.38:383][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor -[2025.03.25-11.38.38:392][ 0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. -[2025.03.25-11.38.38:432][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: SF_METAL -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: SF_METAL_MRT -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: SF_METAL_TVOS -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: SF_METAL_SM5 -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: SF_METAL_SM6 -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: SF_METAL_SIM -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: PCD3D_SM6 -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: PCD3D_SM5 -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: PCD3D_ES31 -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: GLSL_150_ES31 -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: VVM_1_0 -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID -[2025.03.25-11.38.38:434][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 -[2025.03.25-11.38.38:434][ 0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0). -[2025.03.25-11.38.38:436][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB -[2025.03.25-11.38.38:436][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/DDC.ddp not found, will not use a pak cache. -[2025.03.25-11.38.38:436][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. -[2025.03.25-11.38.38:436][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. -[2025.03.25-11.38.38:436][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. -[2025.03.25-11.38.38:466][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2464 MiB) -[2025.03.25-11.38.38:466][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. -[2025.03.25-11.38.38:466][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. -[2025.03.25-11.38.38:466][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data -[2025.03.25-11.38.38:467][ 0]LogZenServiceInstance: InTree version at 'F:/UE_5.4/Engine/Binaries/Win64/zenserver.exe' is '5.4.5-202405102234-windows-x64-release-373e58b' -[2025.03.25-11.38.38:467][ 0]LogZenServiceInstance: Installed version at 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' -[2025.03.25-11.38.38:467][ 0]LogZenServiceInstance: Found existing instance running on port 8558 matching our settings, no actions needed -[2025.03.25-11.38.38:469][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. -[2025.03.25-11.38.38:470][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. -[2025.03.25-11.38.38:477][ 0]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds. -[2025.03.25-11.38.38:477][ 0]LogDerivedDataCache: Display: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.03ms. RandomReadSpeed=964.61MBs, RandomWriteSpeed=174.14MBs. Assigned SpeedClass 'Local' -[2025.03.25-11.38.38:478][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly -[2025.03.25-11.38.38:478][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' -[2025.03.25-11.38.38:478][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. -[2025.03.25-11.38.38:478][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. -[2025.03.25-11.38.38:478][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. -[2025.03.25-11.38.38:478][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' -[2025.03.25-11.38.38:478][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. -[2025.03.25-11.38.38:478][ 0]LogShaderCompilers: Guid format shader working directory is -11 characters bigger than the processId version (../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/Shaders/WorkingDirectory/12960/). -[2025.03.25-11.38.38:479][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Lore Natusol/AppData/Local/Temp/UnrealShaderWorkingDir/1A62BAFD404C740B8C1A93BACF0AFD55/'. -[2025.03.25-11.38.38:479][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. -[2025.03.25-11.38.38:479][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers. -[2025.03.25-11.38.38:479][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush -[2025.03.25-11.38.38:480][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. -[2025.03.25-11.38.39:186][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 -[2025.03.25-11.38.40:001][ 0]LogSlate: Using FreeType 2.10.0 -[2025.03.25-11.38.40:001][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 -[2025.03.25-11.38.40:002][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. -[2025.03.25-11.38.40:002][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png -[2025.03.25-11.38.40:003][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. -[2025.03.25-11.38.40:003][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png -[2025.03.25-11.38.40:003][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. -[2025.03.25-11.38.40:003][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png -[2025.03.25-11.38.40:019][ 0]LogAssetRegistry: FAssetRegistry took 0.0017 seconds to start up -[2025.03.25-11.38.40:022][ 0]LogEditorDomain: Display: EditorDomain is Disabled -[2025.03.25-11.38.40:025][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.001s loading caches ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin. -[2025.03.25-11.38.40:190][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). -[2025.03.25-11.38.40:190][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal -[2025.03.25-11.38.40:190][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled -[2025.03.25-11.38.40:192][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. -[2025.03.25-11.38.40:192][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. -[2025.03.25-11.38.40:214][ 0]LogDeviceProfileManager: Active device profile: [00000841DE736000][00000841C5AD0000 66] WindowsEditor -[2025.03.25-11.38.40:214][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" -[2025.03.25-11.38.40:214][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush -[2025.03.25-11.38.40:214][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. -[2025.03.25-11.38.40:214][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.18362.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.22621.0, Allowed_AutoSdk=10.0.19041.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists") -[2025.03.25-11.38.40:217][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD' -[2025.03.25-11.38.40:217][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD" -nocompile -nocompileuat ] -[2025.03.25-11.38.40:322][ 0]LogMaterial: Display: WorldGridMaterial-SM6-Default: MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378BB459A7F0DBAC5232AC3C6813D7A1C9C1E037A6F_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_TDepthOnlyVS0_0_03809D327566D79B7D003D609F3FFBC28CB24CA5DBE22A860DB786AA9A7DE7C711953CC3F484404A4_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_FTranslucentLightingInjectPS0_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS1_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS2_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS3_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS4_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS5_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS6_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS7_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS8_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS9_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS10_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS11_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS12_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS13_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS14_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS15_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS16_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS17_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS18_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS19_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS20_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS21_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS22_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS23_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS24_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS25_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS26_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS27_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS28_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS29_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS30_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS31_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TShadowDepthVSVertexShadowDepth_PerspectiveCorrectPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3786F63A2867FA005A1D9974353C1F05C64FB02CAA1_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_TShadowDepthVSVertexShadowDepth_VirtualShadowMapPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37854CCF0F0329BEB98E3834B9B0E1CAAB6B4587848_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TShadowDepthVSVertexShadowDepth_OnePassPointLightPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3784449D1779A17BA029521B676974C013CAD4F1D63_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_DepthPosOnlyNoPixelPipeline3809D327566D79B7D003D609F3FFBC28CB24CA5D_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FGPUSpriteVertexFactory245FB466A2A94E1A1436B691BFD0A7AD3AAB15226F4AA5ED14228FB7E8DA60EA4B587BD3239FAD94B9CA513CCBA4F1E3AF7D9556DD0F2FF45E951E1A_FNiagaraRibbonVertexFactoryD19292AE439B9BA2AF405539D8C979D72ADDB9DAA5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966DE03DD13CEAD2D60503F2AAC85D4762994EF4025A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966_TGPUSkinAPEXClothVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FParticleSpriteVertexFactory50F1F3C21861C59B390701CCEFB63753852D229FF99E1B0FB635933CEEAC41CF9441DF5EA4A994CA9DAE5A7C55936FD50BC3B20BD063C1832A4D4247_TGPUSkinVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_FVectorFieldVisualizationVertexFactory36404C380DD96CD0872E9BBEDDFAD1A6E72AA01DCC854D8E74FEAEF90804D69AF6B78BD07A141ACC_FNiagaraMeshVertexFactoryF3FBD77A8F4B4A38338B697D58BDAC7AB8D5B27C4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9571BD81B2CBA1F364F28A837532353718EB814537B4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9574B3A20E0CA93D5CA5A60C16EF2EB14EA073FC957_FParticleBeamTrailVertexFactory9B4864381849C227417F59C2CD595ADF65DE8972378BBDDEC2CEAC35A309C357B38D702E7981D5D3_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_TGPUSkinVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_TGPUSkinAPEXClothVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FGeometryCollectionVertexFactory74DF12C20858E13A6E65317951D0E79E184025DB49D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC41_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FMeshParticleVertexFactory8E5462CD108F3ACF9C2D93B79DB64B3906833D1AF773920348F231C490A74B1A551F8CE3ABF04791_FInstancedStaticMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869739A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD_FSplineMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B3218697A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965_FLocalVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869781418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FNiagaraSpriteVertexFactoryACB1629DF3CA3124277348B8C5E6DFA8BCE4390C5957CFEE095AEFFBA7F83F09F020F15CF6555718EFF166204144512228FF7A163011544EEF3FD2265957CFEE095AEFFBA7F83F09F020F15CF65557185957CFEE095AEFFBA7F83F09F020F15CF6555718_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FGeometryCacheVertexVertexFactory74ADC0A3F4354AA5B6F6B8CDE88F0843E005C5DD76143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCESPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_2c57d0a836509d36c7c166415bfeb15e0ef573dcd9b4603cf1538f7314f9243dSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_54a1312cf73db2c90c5ed5f36724cf7f386b575e0cdac7da6333551840860f28SPM_b902cb58365a597ab0b6fe8cf87ae04d551e6747d32c37d928b8157fd3eba5c0SPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_36d1d796bf3fb73ccd892afb1b779f503d696f05fd480468b72f5ef66020825cSPM_83dbf399e330e02ba06c94ef9626063f802e7dad4acecf70bd8dc6046d1c22bbSPM_4a9d07239f86cc5310d60e8af0f25edf06a7d9ea4a2cac6d8cec6a1602c017a9SPM_16580fe885dc965c263d5eaad54b525a074fe46b65804a2a9a8eeb6c60d81eccSPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_1abdcf528b27ee15ea112606f7deb0e2bf1615c76e72788521d73027ce1f58d5SPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_44cfd7856989e0d50b86ae467107f8cb1927d4c4ac69e4400cc83861f7c2587fSPM_5ba0c5b7c5677cfc80f9c206abf3f2281b0c59cf7534bc2c0c3040647bc959d3SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_35ddf07c29b7ba174b82f284a0659e75175dffbdb1e5bcfbb8be87ef8e1351f9SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_2379ae40c9a93d1354f571759773506590e9bd6d2be3b959dc2ab0dca7e60fe4SPM_f6481c86c24d5e8e86b711ed96952ba756b1b40357dd9cadb41c22ae0d52834bSPM_a2ca952d5d0c16a12b0eca91df068d9ce926000b17be062f97ba31ac64039a67SPM_e99122b96c86762ba069e73393d36dd9e7886cd1e40a4c23c10949dc4144ff77SPM_c4fd33b245ca554105394a55a3b11ebe5ab14de075817620e79925a15f1d4e79SPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_98e11b36ef3d6e4dc166bfc6020842cb5ad6481ef73003a086fd4cdf34885068SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_db11416980d7f513dc0e1e08a8df85b346a02b99b3dfcc1a6c49176898f046c7SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; +LogConfig: CVar [[D3D12.Bindless.SamplerDescriptorHeapSize:2048]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[r.VSync:0]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[r.RHICmdBypass:0]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererSettings] File [Engine] +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VisualizeCalibrationColorMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationColor.PPM_DefaultCalibrationColor]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VisualizeCalibrationGrayscaleMaterialPath:/Engine/EngineMaterials/PPM_DefaultCalibrationGrayscale.PPM_DefaultCalibrationGrayscale]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[r.GPUCrashDebugging:0]] +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[MaxSkinBones:(Default=65536,PerPlatform=(("Mobile", 256)))]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[r.ReflectionMethod:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[r.GenerateMeshDistanceFields:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[r.DynamicGlobalIlluminationMethod:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs:0]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.Enable:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[r.Mobile.EnableNoPrecomputedLightingCSMShader:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[r.DefaultFeature.AutoExposure.ExtendDefaultLuminanceRange:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.HighlightContrastScale:0.8]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[r.DefaultFeature.LocalExposure.ShadowContrastScale:0.8]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[r.Shaders.RemoveUnusedInterpolators:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.RendererOverrideSettings] File [Engine] +[2025.04.02-13.38.49:659][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.StreamingSettings] File [Engine] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[s.MinBulkDataSizeForAsyncLoading:131072]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[s.AsyncLoadingThreadEnabled:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[s.EventDrivenLoaderEnabled:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[s.WarnIfTimeLimitExceeded:0]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMultiplier:1.5]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[s.TimeLimitExceededMinTime:0.005]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[s.UseBackgroundLevelStreaming:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[s.PriorityAsyncLoadingExtraTime:15.0]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[s.LevelStreamingActorsUpdateTimeLimit:5.0]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[s.PriorityLevelStreamingActorsUpdateExtraTime:5.0]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsRegistrationGranularity:10]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[s.UnregisterComponentsTimeLimit:1.0]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[s.LevelStreamingComponentsUnregistrationGranularity:5]] +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[s.MaxPackageSummarySize:16384]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[s.FlushStreamingOnExit:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__SoundBase]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__MaterialInterface]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[FixedBootOrder:/Script/Engine/Default__DeviceProfileManager]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.GarbageCollectionSettings] File [Engine] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[gc.MaxObjectsNotConsideredByGC:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[gc.SizeOfPermanentObjectPool:0]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[gc.FlushStreamingOnGC:0]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[gc.NumRetriesBeforeForcingGC:10]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[gc.AllowParallelGC:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[gc.TimeBetweenPurgingPendingKillObjects:61.1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[gc.MaxObjectsInEditor:25165824]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[gc.IncrementalBeginDestroyEnabled:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[gc.CreateGCClusters:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[gc.MinGCClusterSize:5]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[gc.AssetClustreringEnabled:0]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[gc.ActorClusteringEnabled:0]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[gc.UseDisregardForGCOnDedicatedServers:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[gc.MultithreadedDestructionEnabled:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[gc.VerifyUObjectsAreNotFGCObjects:0]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Set CVar [[gc.GarbageEliminationEnabled:1]] +[2025.04.02-13.38.49:659][ 0]LogConfig: Applying CVar settings from Section [/Script/Engine.NetworkSettings] File [Engine] +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Average",ToolTip="Simulates average internet conditions")]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[NetworkEmulationProfiles:(ProfileName="Bad",ToolTip="Simulates laggy internet conditions")]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: Applying CVar settings from Section [/Script/UnrealEd.CookerSettings] File [Engine] +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[DefaultASTCQualityBySpeed:2]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[DefaultASTCQualityBySize:3]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:WidgetBlueprint]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GroupActor]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MetaData]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ObjectRedirector]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NavMeshRenderingComponent]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ReflectionCaptureComponent]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:TextRenderComponent]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:Font]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:MaterialExpression]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraEmitter]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:NiagaraScript]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleEmitter]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleLODLevel]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:ParticleModule]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SubUVAnimation]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:SoundNode]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedServer:GameplayEffectUIData]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:WidgetBlueprint]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:GroupActor]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:MetaData]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:ObjectRedirector]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[ClassesExcludedOnDedicatedClient:InterpCurveEdSetup]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VersionedIntRValues:r.AllowStaticLighting]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VersionedIntRValues:r.MaterialEditor.LWCTruncateMode]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VersionedIntRValues:r.GBuffer]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VersionedIntRValues:r.VelocityOutputPass]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VersionedIntRValues:r.SelectiveBasePassOutputs]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VersionedIntRValues:r.DBuffer]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VersionedIntRValues:r.Mobile.DBuffer]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Symbols]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.GenerateSymbols]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.WriteSymbols]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.AllowUniqueSymbols]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.ExtraData]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VersionedIntRValues:r.Shaders.Optimize]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VersionedIntRValues:r.CompileShadersForDevelopment]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VersionedIntRValues:r.MobileHDR]] deferred - dummy variable created +[2025.04.02-13.38.49:659][ 0]LogConfig: CVar [[VersionedIntRValues:r.UsePreExposure]] deferred - dummy variable created +[2025.04.02-13.38.49:667][ 0]LogConfig: Applying CVar settings from Section [ViewDistanceQuality@3] File [Scalability] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SkeletalMeshLODBias:0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.ViewDistanceScale:1.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Applying CVar settings from Section [AntiAliasingQuality@3] File [Scalability] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.FXAA.Quality:4]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.TemporalAA.Quality:2]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.TSR.History.R11G11B10:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.TSR.History.ScreenPercentage:200]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.TSR.History.UpdateQuality:3]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.TSR.ShadingRejection.Flickering:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.TSR.RejectionAntiAliasingQuality:2]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.TSR.Resurrection:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Applying CVar settings from Section [ShadowQuality@3] File [Scalability] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.LightFunctionQuality:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.ShadowQuality:5]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Shadow.CSM.MaxCascades:10]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Shadow.MaxResolution:2048]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Shadow.MaxCSMResolution:2048]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Shadow.RadiusThreshold:0.01]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Shadow.DistanceScale:1.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Shadow.CSM.TransitionScale:1.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Shadow.PreShadowResolutionFactor:1.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DistanceFieldShadowing:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.VolumetricFog:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridPixelSize:8]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.VolumetricFog.GridSizeZ:128]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.VolumetricFog.HistoryMissSupersampleCount:4]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.LightMaxDrawDistanceScale:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.CapsuleShadows:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.MaxPhysicalPages:4096]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectional:-1.5]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasDirectionalMoving:-1.5]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocal:0.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.ResolutionLodBiasLocalMoving:1.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountDirectional:8]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayDirectional:4]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.RayCountLocal:8]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Shadow.Virtual.SMRT.SamplesPerRayLocal:4]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Applying CVar settings from Section [GlobalIlluminationQuality@3] File [Scalability] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DistanceFieldAO:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.AOQuality:2]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.DiffuseIndirect.Allow:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.ProbeSpacing:4]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.LumenScene.Radiosity.HemisphereProbeResolution:4]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.TraceMeshSDFs.Allow:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.ProbeResolution:32]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.RadianceCache.NumProbesToTraceBudget:300]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.DownsampleFactor:16]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TracingOctahedronResolution:8]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.IrradianceFormat:0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.StochasticInterpolation:0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.FullResolutionJitterWidth:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.TwoSidedFoliageBackfaceDiffuse:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ScreenTraces.HZBTraversal.FullResDepth:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.ScreenProbeGather.ShortRangeAO.HardwareRayTracing:0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.GridPixelSize:32]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TraceFromVolume:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.TracingOctahedronResolution:3]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.ProbeResolution:8]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyVolume.RadianceCache.NumProbesToTraceBudget:200]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SkyLight.RealTimeReflectionCapture:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Applying CVar settings from Section [ReflectionQuality@3] File [Scalability] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SSR.Quality:3]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SSR.HalfResSceneColor:0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.Allow:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.DownsampleFactor:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.MaxRoughnessToTraceForFoliage:0.4]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.Reflections.ScreenSpaceReconstruction.TonemapStrength:0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Allow:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Lumen.TranslucencyReflections.FrontLayer.Enable:0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Applying CVar settings from Section [PostProcessQuality@3] File [Scalability] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.MotionBlurQuality:4]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.MotionBlur.HalfResGather:0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMipLevelFactor:0.4]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.AmbientOcclusionMaxQuality:100]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.AmbientOcclusionLevels:-1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.AmbientOcclusionRadiusScale:1.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DepthOfFieldQuality:2]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.RenderTargetPoolMin:400]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.LensFlareQuality:2]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SceneColorFringeQuality:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.EyeAdaptationQuality:2]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.BloomQuality:5]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Bloom.ScreenPercentage:50.000]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.FastBlurThreshold:100]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Upscale.Quality:3]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.LightShaftQuality:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Filter.SizeScale:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Tonemapper.Quality:5]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DOF.Gather.ResolutionDivisor:2 ; lower gathering resolution]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DOF.Gather.AccumulatorQuality:1 ; higher gathering accumulator quality]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DOF.Gather.PostfilterMethod:1 ; Median3x3 postfilering method]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DOF.Gather.EnableBokehSettings:0 ; no bokeh simulation when gathering]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DOF.Gather.RingCount:4 ; medium number of samples when gathering]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DOF.Scatter.ForegroundCompositing:1 ; additive foreground scattering]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DOF.Scatter.BackgroundCompositing:2 ; additive background scattering]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DOF.Scatter.EnableBokehSettings:1 ; bokeh simulation when scattering]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DOF.Scatter.MaxSpriteRatio:0.1 ; only a maximum of 10% of scattered bokeh]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DOF.Recombine.Quality:1 ; cheap slight out of focus]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DOF.Recombine.EnableBokehSettings:0 ; no bokeh simulation on slight out of focus]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DOF.TemporalAAQuality:1 ; more stable temporal accumulation]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxForegroundRadius:0.025]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DOF.Kernel.MaxBackgroundRadius:0.025]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Applying CVar settings from Section [TextureQuality@3] File [Scalability] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Streaming.MipBias:0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Streaming.AmortizeCPUToGPUCopy:0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Streaming.MaxNumTexturesToStreamPerFrame:0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Streaming.Boost:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.MaxAnisotropy:8]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.VT.MaxAnisotropy:8]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Streaming.LimitPoolSizeToVRAM:0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Streaming.PoolSize:1000]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Streaming.MaxEffectiveScreenSize:0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Applying CVar settings from Section [EffectsQuality@3] File [Scalability] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.TranslucencyLightingVolumeDim:64]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.RefractionQuality:2]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SceneColorFormat:4]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.DetailMode:3]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.TranslucencyVolumeBlur:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.MaterialQualityLevel:1 ; High quality]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SSS.Scale:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SSS.SampleSet:2]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SSS.Quality:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SSS.HalfRes:0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SSGI.Quality:3]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.EmitterSpawnRateScale:1.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.ParticleLightQuality:2]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.FastApplyOnOpaque:1 ; Always have FastSkyLUT 1 in this case to avoid wrong sky]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.SampleCountMaxPerSlice:4]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.AerialPerspectiveLUT.DepthResolution:16.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMin:4.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.FastSkyLUT.SampleCountMax:128.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMin:4.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.SampleCountMax:128.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.UseSmallFormat:0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.TransmittanceLUT.SampleCount:10.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.SkyAtmosphere.MultiScatteringLUT.SampleCount:15.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[fx.Niagara.QualityLevel:3]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.Refraction.OffsetQuality:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Applying CVar settings from Section [FoliageQuality@3] File [Scalability] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[foliage.DensityScale:1.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[grass.DensityScale:1.0]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Applying CVar settings from Section [ShadingQuality@3] File [Scalability] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.HairStrands.SkyLighting.IntegrationType:2]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.HairStrands.SkyAO.SampleCount:4]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.HairStrands.Visibility.MSAA.SamplePerPixel:4]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Set CVar [[r.AnisotropicMaterials:1]] +[2025.04.02-13.38.49:667][ 0]LogConfig: Applying CVar settings from Section [LandscapeQuality@3] File [Scalability] +[2025.04.02-13.38.49:670][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.02-13.38.49:670][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.02-13.38.49:670][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.02-13.38.49:675][ 0]LogD3D12RHI: Aftermath initialized +[2025.04.02-13.38.49:675][ 0]LogD3D12RHI: Loading WinPixEventRuntime.dll for PIX profiling (from ../../../Engine/Binaries/ThirdParty/Windows/WinPixEventRuntime/x64). +[2025.04.02-13.38.49:675][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.02-13.38.49:861][ 0]LogD3D12RHI: Found D3D12 adapter 0: NVIDIA GeForce RTX 4070 Ti SUPER (VendorId: 10de, DeviceId: 2689, SubSysId: 89b91043, Revision: 00a1 +[2025.04.02-13.38.49:861][ 0]LogD3D12RHI: Max supported Feature Level 12_2, shader model 6.7, binding tier 3, wave ops supported, atomic64 supported +[2025.04.02-13.38.49:861][ 0]LogD3D12RHI: Adapter has 16063MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 3 output[s] +[2025.04.02-13.38.49:861][ 0]LogD3D12RHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.02-13.38.49:861][ 0]LogD3D12RHI: Driver Date: 12-3-2024 +[2025.04.02-13.38.49:866][ 0]LogD3D12RHI: Found D3D12 adapter 1: Microsoft Basic Render Driver (VendorId: 1414, DeviceId: 008c, SubSysId: 0000, Revision: 0000 +[2025.04.02-13.38.49:866][ 0]LogD3D12RHI: Max supported Feature Level 12_1, shader model 6.2, binding tier 3, wave ops supported, atomic64 unsupported +[2025.04.02-13.38.49:866][ 0]LogD3D12RHI: Adapter has 0MB of dedicated video memory, 0MB of dedicated system memory, and 32730MB of shared system memory, 0 output[s] +[2025.04.02-13.38.49:866][ 0]LogD3D12RHI: DirectX Agility SDK runtime found. +[2025.04.02-13.38.49:866][ 0]LogD3D12RHI: Chosen D3D12 Adapter Id = 0 +[2025.04.02-13.38.49:866][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.02-13.38.49:866][ 0]LogInit: Selected Device Profile: [WindowsEditor] +[2025.04.02-13.38.49:867][ 0]LogHAL: Display: Platform has ~ 64 GB [68641247232 / 68719476736 / 64], which maps to Largest [LargestMinGB=32, LargerMinGB=12, DefaultMinGB=8, SmallerMinGB=6, SmallestMinGB=0) +[2025.04.02-13.38.49:867][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [Windows] +[2025.04.02-13.38.49:867][ 0]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-13.38.49:867][ 0]LogConfig: Applying CVar settings from Section [Startup] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.02-13.38.49:867][ 0]LogConfig: Set CVar [[r.DumpShaderDebugInfo:2]] +[2025.04.02-13.38.49:867][ 0]LogConfig: Set CVar [[r.Shaders.WarningsAsErrors:0 ;; 0: off, 1: global shaders, 2: all]] +[2025.04.02-13.38.49:867][ 0]LogConfig: Set CVar [[p.chaos.AllowCreatePhysxBodies:1]] +[2025.04.02-13.38.49:867][ 0]LogConfig: Set CVar [[fx.SkipVectorVMBackendOptimizations:1]] +[2025.04.02-13.38.49:867][ 0]LogConfig: Applying CVar settings from Section [Startup_Windows] File [../../../Engine/Config/ConsoleVariables.ini] +[2025.04.02-13.38.49:867][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [Engine] +[2025.04.02-13.38.49:867][ 0]LogConfig: Set CVar [[memory.MemoryPressureCriticalThresholdMB:512]] +[2025.04.02-13.38.49:867][ 0]LogConfig: Applying CVar settings from Section [ConsoleVariables] File [F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Config/WindowsEditor/Editor.ini] +[2025.04.02-13.38.49:867][ 0]LogInit: Computer: DESKTOP-KTQTHKD +[2025.04.02-13.38.49:867][ 0]LogInit: User: LoreNatusol +[2025.04.02-13.38.49:867][ 0]LogInit: CPU Page size=4096, Cores=12 +[2025.04.02-13.38.49:867][ 0]LogInit: High frequency timer resolution =10.000000 MHz +[2025.04.02-13.38.50:256][ 0]LogMemory: Process is running as part of a Windows Job with separate resource limits +[2025.04.02-13.38.50:256][ 0]LogMemory: Memory total: Physical=63.9GB (64GB approx) Virtual=73.4GB +[2025.04.02-13.38.50:256][ 0]LogMemory: Platform Memory Stats for WindowsEditor +[2025.04.02-13.38.50:256][ 0]LogMemory: Process Physical Memory: 544.39 MB used, 557.54 MB peak +[2025.04.02-13.38.50:256][ 0]LogMemory: Process Virtual Memory: 559.11 MB used, 559.11 MB peak +[2025.04.02-13.38.50:256][ 0]LogMemory: Physical Memory: 24849.16 MB used, 40612.24 MB free, 65461.39 MB total +[2025.04.02-13.38.50:256][ 0]LogMemory: Virtual Memory: 37606.50 MB used, 37582.90 MB free, 75189.39 MB total +[2025.04.02-13.38.50:256][ 0]LogCsvProfiler: Display: Metadata set : extradevelopmentmemorymb="0" +[2025.04.02-13.38.50:260][ 0]LogWindows: WindowsPlatformFeatures enabled +[2025.04.02-13.38.50:267][ 0]LogInit: Physics initialised using underlying interface: Chaos +[2025.04.02-13.38.50:267][ 0]LogInit: Using OS detected language (en-US). +[2025.04.02-13.38.50:267][ 0]LogInit: Using OS detected locale (en-US). +[2025.04.02-13.38.50:269][ 0]LogTextLocalizationManager: No specific localization for 'en-US' exists, so 'en' will be used for the language. +[2025.04.02-13.38.50:270][ 0]LogInit: Setting process to per monitor DPI aware +[2025.04.02-13.38.50:502][ 0]LogWindowsTextInputMethodSystem: Available input methods: +[2025.04.02-13.38.50:502][ 0]LogWindowsTextInputMethodSystem: - English (United States) - (Keyboard). +[2025.04.02-13.38.50:502][ 0]LogWindowsTextInputMethodSystem: - English (United States) - Touch Input Correction (TSF IME). +[2025.04.02-13.38.50:502][ 0]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.02-13.38.50:523][ 0]LogSlate: New Slate User Created. Platform User Id 0, User Index 0, Is Virtual User: 0 +[2025.04.02-13.38.50:523][ 0]LogSlate: Slate User Registered. User Index 0, Is Virtual User: 0 +[2025.04.02-13.38.50:643][ 0]LogRHI: Using Default RHI: D3D12 +[2025.04.02-13.38.50:643][ 0]LogRHI: Using Highest Feature Level of D3D12: SM6 +[2025.04.02-13.38.50:643][ 0]LogRHI: Loading RHI module D3D12RHI +[2025.04.02-13.38.50:643][ 0]LogRHI: Checking if RHI D3D12 with Feature Level SM6 is supported by your system. +[2025.04.02-13.38.50:643][ 0]LogRHI: RHI D3D12 with Feature Level SM6 is supported and will be used. +[2025.04.02-13.38.50:643][ 0]LogD3D12RHI: Display: Creating D3D12 RHI with Max Feature Level SM6 +[2025.04.02-13.38.50:643][ 0]LogWindows: Attached monitors: +[2025.04.02-13.38.50:643][ 0]LogWindows: resolution: 1920x1080, work area: (2560, 457) -> (4480, 1497), device: '\\.\DISPLAY1' +[2025.04.02-13.38.50:643][ 0]LogWindows: resolution: 2560x1440, work area: (-2560, 629) -> (0, 2019), device: '\\.\DISPLAY2' +[2025.04.02-13.38.50:643][ 0]LogWindows: resolution: 2560x1440, work area: (0, 0) -> (2560, 1400), device: '\\.\DISPLAY3' [PRIMARY] +[2025.04.02-13.38.50:643][ 0]LogWindows: Found 3 attached monitors. +[2025.04.02-13.38.50:643][ 0]LogWindows: Gathering driver information using Windows Setup API +[2025.04.02-13.38.50:644][ 0]LogRHI: RHI Adapter Info: +[2025.04.02-13.38.50:644][ 0]LogRHI: Name: NVIDIA GeForce RTX 4070 Ti SUPER +[2025.04.02-13.38.50:644][ 0]LogRHI: Driver Version: 566.36 (internal:32.0.15.6636, unified:566.36) +[2025.04.02-13.38.50:644][ 0]LogRHI: Driver Date: 12-3-2024 +[2025.04.02-13.38.50:644][ 0]LogD3D12RHI: GPU DeviceId: 0x2689 (for the marketing name, search the web for "GPU Device Id") +[2025.04.02-13.38.50:644][ 0]LogD3D12RHI: InitD3DDevice: -D3DDebug = off -D3D12GPUValidation = off +[2025.04.02-13.38.50:648][ 0]LogD3D12RHI: [Aftermath] Aftermath crash dumping enabled +[2025.04.02-13.38.50:648][ 0]LogD3D12RHI: [DRED] Dred breadcrumb context enabled +[2025.04.02-13.38.50:648][ 0]LogD3D12RHI: [DRED] Using lightweight DRED. +[2025.04.02-13.38.50:648][ 0]LogD3D12RHI: Emitting draw events for PIX profiling. +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: [Aftermath] Aftermath enabled and primed +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: [Aftermath] Aftermath resource tracking enabled +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: ID3D12Device1 is supported. +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: ID3D12Device2 is supported. +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: ID3D12Device3 is supported. +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: ID3D12Device4 is supported. +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: ID3D12Device5 is supported. +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: ID3D12Device6 is supported. +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: ID3D12Device7 is supported. +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: ID3D12Device8 is supported. +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: ID3D12Device9 is supported. +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: ID3D12Device10 is supported. +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: ID3D12Device11 is supported. +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: ID3D12Device12 is supported. +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: Bindless resources are supported +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: Stencil ref from pixel shader is not supported +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: Raster order views are supported +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: Wave Operations are supported (wave size: min=32 max=32). +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: D3D12 ray tracing tier 1.1 and bindless resources are supported. +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: Mesh shader tier 1.0 is supported +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: AtomicInt64OnTypedResource is supported +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: AtomicInt64OnGroupShared is supported +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: AtomicInt64OnDescriptorHeapResource is supported +[2025.04.02-13.38.50:751][ 0]LogD3D12RHI: Shader Model 6.6 atomic64 is supported +[2025.04.02-13.38.50:807][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (3D) +[2025.04.02-13.38.50:807][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Copy) +[2025.04.02-13.38.50:807][ 0]LogD3D12RHI: [GPUBreadCrumb] Successfully setup breadcrumb resource for DiagnosticBuffer (Compute) +[2025.04.02-13.38.50:826][ 0]LogD3D12RHI: Display: Not using pipeline state disk cache per r.D3D12.PSO.DiskCache=0 +[2025.04.02-13.38.50:826][ 0]LogD3D12RHI: Display: Not using driver-optimized pipeline state disk cache per r.D3D12.PSO.DriverOptimizedDiskCache=0 +[2025.04.02-13.38.50:826][ 0]LogRHI: Texture pool is 9635 MB (70% of 13765 MB) +[2025.04.02-13.38.50:826][ 0]LogD3D12RHI: Async texture creation enabled +[2025.04.02-13.38.50:826][ 0]LogD3D12RHI: RHI has support for 64 bit atomics +[2025.04.02-13.38.50:835][ 0]LogVRS: Current RHI supports Variable Rate Shading +[2025.04.02-13.38.50:838][ 0]LogInit: Initializing FReadOnlyCVARCache +[2025.04.02-13.38.50:845][ 0]LogTurnkeySupport: Running Turnkey SDK detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all' +[2025.04.02-13.38.50:845][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_0.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_0.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -platform=all" ] +[2025.04.02-13.38.50:866][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatASTC +[2025.04.02-13.38.50:866][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatDXT +[2025.04.02-13.38.50:866][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatETC2 +[2025.04.02-13.38.50:866][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatIntelISPCTexComp +[2025.04.02-13.38.50:866][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatUncompressed +[2025.04.02-13.38.50:866][ 0]LogTextureFormatOodle: Display: Oodle Texture TFO init; latest sdk version = 2.9.12 +[2025.04.02-13.38.50:866][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.12.dll +[2025.04.02-13.38.50:867][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.5.dll +[2025.04.02-13.38.50:867][ 0]LogTextureFormatManager: Display: Loaded Base TextureFormat: TextureFormatOodle +[2025.04.02-13.38.50:885][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android' +[2025.04.02-13.38.50:885][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTC' +[2025.04.02-13.38.50:885][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXT' +[2025.04.02-13.38.50:885][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2' +[2025.04.02-13.38.50:885][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'AndroidClient' +[2025.04.02-13.38.50:885][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ASTCClient' +[2025.04.02-13.38.50:885][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_DXTClient' +[2025.04.02-13.38.50:885][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_ETC2Client' +[2025.04.02-13.38.50:885][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_Multi' +[2025.04.02-13.38.50:885][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Android_MultiClient' +[2025.04.02-13.38.50:888][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOS' +[2025.04.02-13.38.50:888][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'IOSClient' +[2025.04.02-13.38.50:891][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Linux' +[2025.04.02-13.38.50:891][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxEditor' +[2025.04.02-13.38.50:891][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxServer' +[2025.04.02-13.38.50:891][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxClient' +[2025.04.02-13.38.50:893][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64' +[2025.04.02-13.38.50:893][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Server' +[2025.04.02-13.38.50:893][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'LinuxArm64Client' +[2025.04.02-13.38.50:895][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Mac' +[2025.04.02-13.38.50:895][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacEditor' +[2025.04.02-13.38.50:895][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacServer' +[2025.04.02-13.38.50:895][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'MacClient' +[2025.04.02-13.38.50:897][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOS' +[2025.04.02-13.38.50:897][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'TVOSClient' +[2025.04.02-13.38.50:901][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'Windows' +[2025.04.02-13.38.50:901][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsEditor' +[2025.04.02-13.38.50:901][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsServer' +[2025.04.02-13.38.50:901][ 0]LogTargetPlatformManager: Display: Loaded TargetPlatform 'WindowsClient' +[2025.04.02-13.38.50:901][ 0]LogTargetPlatformManager: Display: Building Assets For WindowsEditor +[2025.04.02-13.38.50:910][ 0]LogAudioDebug: Display: Lib vorbis DLL was dynamically loaded. +[2025.04.02-13.38.50:947][ 0]LogTargetPlatformManager: Unable to find shader format SF_METAL from hinted modules, loading all potential format modules to find it +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: Loaded format module MetalShaderFormat +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: SF_METAL +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: SF_METAL_MRT +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: SF_METAL_TVOS +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: SF_METAL_MRT_TVOS +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: SF_METAL_SM5 +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: SF_METAL_SM6 +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: SF_METAL_SIM +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: SF_METAL_MACES3_1 +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: SF_METAL_MRT_MAC +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatD3D +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: PCD3D_SM6 +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: PCD3D_SM5 +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: PCD3D_ES31 +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatOpenGL +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: GLSL_150_ES31 +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: GLSL_ES3_1_ANDROID +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: Loaded format module ShaderFormatVectorVM +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: VVM_1_0 +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: Loaded format module VulkanShaderFormat +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: SF_VULKAN_SM5 +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: SF_VULKAN_ES31_ANDROID +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: SF_VULKAN_ES31 +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: SF_VULKAN_SM5_ANDROID +[2025.04.02-13.38.50:950][ 0]LogTargetPlatformManager: SF_VULKAN_SM6 +[2025.04.02-13.38.50:950][ 0]LogRendererCore: Ray tracing is disabled. Reason: disabled through project setting (r.RayTracing=0). +[2025.04.02-13.38.50:952][ 0]LogDerivedDataCache: Display: Memory: Max Cache Size: -1 MB +[2025.04.02-13.38.50:952][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: Pak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/DDC.ddp not found, will not use a pak cache. +[2025.04.02-13.38.50:952][ 0]LogDerivedDataCache: Unable to find inner node Pak for hierarchy Hierarchy. +[2025.04.02-13.38.50:952][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: CompressedPak pak cache file ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.02-13.38.50:952][ 0]LogDerivedDataCache: Unable to find inner node CompressedPak for hierarchy Hierarchy. +[2025.04.02-13.38.50:983][ 0]LogDerivedDataCache: Display: ../../../Engine/DerivedDataCache/Compressed.ddp: Opened pak cache for reading. (2464 MiB) +[2025.04.02-13.38.50:983][ 0]LogDerivedDataCache: FDerivedDataBackendGraph: EnterprisePak pak cache file ../../../Enterprise/DerivedDataCache/Compressed.ddp not found, will not use a pak cache. +[2025.04.02-13.38.50:983][ 0]LogDerivedDataCache: Unable to find inner node EnterprisePak for hierarchy Hierarchy. +[2025.04.02-13.38.50:983][ 0]LogZenServiceInstance: Found Zen config default=C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Data +[2025.04.02-13.38.50:984][ 0]LogZenServiceInstance: InTree version at 'F:/UE_5.4/Engine/Binaries/Win64/zenserver.exe' is '5.4.5-202405102234-windows-x64-release-373e58b' +[2025.04.02-13.38.50:984][ 0]LogZenServiceInstance: Installed version at 'C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/Zen/Install/zenserver.exe' is '5.5.7-202409112143-windows-x64-release-f523a01' +[2025.04.02-13.38.50:985][ 0]LogZenServiceInstance: Found existing instance running on port 8558 matching our settings, no actions needed +[2025.04.02-13.38.50:987][ 0]LogZenServiceInstance: Display: Unreal Zen Storage Server HTTP service at [::1]:8558 status: OK!. +[2025.04.02-13.38.50:988][ 0]LogDerivedDataCache: Display: ZenLocal: Using ZenServer HTTP service at http://[::1]:8558/ with namespace ue.ddc status: OK!. +[2025.04.02-13.38.50:995][ 0]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Speed tests took 0.01 seconds. +[2025.04.02-13.38.50:995][ 0]LogDerivedDataCache: Display: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Performance: Latency=0.03ms. RandomReadSpeed=1201.92MBs, RandomWriteSpeed=162.77MBs. Assigned SpeedClass 'Local' +[2025.04.02-13.38.50:996][ 0]LogDerivedDataCache: Local: Using data cache path C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: DeleteOnly +[2025.04.02-13.38.50:996][ 0]LogDerivedDataCache: ZenShared: Disabled because Host is set to 'None' +[2025.04.02-13.38.50:996][ 0]LogDerivedDataCache: Unable to find inner node ZenShared for hierarchy Hierarchy. +[2025.04.02-13.38.50:996][ 0]LogDerivedDataCache: Shared: Disabled because no path is configured. +[2025.04.02-13.38.50:996][ 0]LogDerivedDataCache: Unable to find inner node Shared for hierarchy Hierarchy. +[2025.04.02-13.38.50:997][ 0]LogDerivedDataCache: Cloud: Disabled because Host is set to 'None' +[2025.04.02-13.38.50:997][ 0]LogDerivedDataCache: Unable to find inner node Cloud for hierarchy Hierarchy. +[2025.04.02-13.38.50:997][ 0]LogShaderCompilers: Guid format shader working directory is -10 characters bigger than the processId version (../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/Shaders/WorkingDirectory/7964/). +[2025.04.02-13.38.50:997][ 0]LogShaderCompilers: Cleaned the shader compiler working directory 'C:/Users/Lore Natusol/AppData/Local/Temp/UnrealShaderWorkingDir/33A648D84B69F018F7BB9BAC0FA75157/'. +[2025.04.02-13.38.50:998][ 0]LogXGEController: Cannot use XGE Controller as Incredibuild is not installed on this machine. +[2025.04.02-13.38.50:998][ 0]LogShaderCompilers: Display: Using Local Shader Compiler with 12 workers. +[2025.04.02-13.38.50:999][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM6/AutogenShaderHeaders.ush +[2025.04.02-13.38.50:999][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.02-13.38.51:695][ 0]LogTurnkeySupport: Completed SDK detection: ExitCode = 0 +[2025.04.02-13.38.52:730][ 0]LogSlate: Using FreeType 2.10.0 +[2025.04.02-13.38.52:731][ 0]LogSlate: SlateFontServices - WITH_FREETYPE: 1, WITH_HARFBUZZ: 1 +[2025.04.02-13.38.52:733][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png' error. +[2025.04.02-13.38.52:733][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Plugins/Developer/PlasticSourceControl/Resources/Icon128.png +[2025.04.02-13.38.52:738][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png' error. +[2025.04.02-13.38.52:738][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_128x.png +[2025.04.02-13.38.52:738][ 0]LogStreaming: Warning: Failed to read file '../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png' error. +[2025.04.02-13.38.52:738][ 0]LogSlate: Could not find file for Slate resource: ../../../Engine/Platforms/VisionOS/Content/Editor/Slate/Launcher/Platform_VisionOS_24x.png +[2025.04.02-13.38.52:754][ 0]LogAssetRegistry: FAssetRegistry took 0.0015 seconds to start up +[2025.04.02-13.38.52:756][ 0]LogEditorDomain: Display: EditorDomain is Disabled +[2025.04.02-13.38.52:759][ 0]LogAssetRegistry: Display: AssetDataGatherer spent 0.000s loading caches ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin. +[2025.04.02-13.38.53:040][ 0]LogTextureEncodingSettings: Display: Texture Encode Speed: FinalIfAvailable (editor). +[2025.04.02-13.38.53:040][ 0]LogTextureEncodingSettings: Display: Oodle Texture Encode Speed settings: Fast: RDO Off Lambda=0, Effort=Normal Final: RDO Off Lambda=0, Effort=Normal +[2025.04.02-13.38.53:040][ 0]LogTextureEncodingSettings: Display: Shared linear texture encoding: Disabled +[2025.04.02-13.38.53:042][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64Editor not found. +[2025.04.02-13.38.53:042][ 0]LogDeviceProfileManager: Display: Deviceprofile LinuxArm64 not found. +[2025.04.02-13.38.53:079][ 0]LogDeviceProfileManager: Active device profile: [00000BAE126F9200][00000BAE096EC800 66] WindowsEditor +[2025.04.02-13.38.53:079][ 0]LogCsvProfiler: Display: Metadata set : deviceprofile="WindowsEditor" +[2025.04.02-13.38.53:079][ 0]LogShaderCompilers: Display: Compiling shader autogen file: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/ShaderAutogen/PCD3D_SM5/AutogenShaderHeaders.ush +[2025.04.02-13.38.53:079][ 0]LogShaderCompilers: Display: Autogen file is unchanged, skipping write. +[2025.04.02-13.38.53:080][ 0]LogTurnkeySupport: Turnkey Platform: Win64: (Status=Valid, MinAllowed_Sdk=10.0.18362.0, MaxAllowed_Sdk=10.9.99999.0, Current_Sdk=10.0.22621.0, Allowed_AutoSdk=10.0.19041.0, Current_AutoSdk=, Flags="InstalledSdk_ValidVersionExists") +[2025.04.02-13.38.53:083][ 0]LogTurnkeySupport: Running Turnkey device detection: ' -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD' +[2025.04.02-13.38.53:084][ 0]LogMonitoredProcess: Running Serialized UAT: [ cmd.exe /c ""F:/UE_5.4/Engine/Build/BatchFiles/RunUAT.bat" -ScriptsForProject="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" Turnkey -utf8output -WaitForUATMutex -command=VerifySdk -ReportFilename="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyReport_1.log" -log="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/TurnkeyLog_1.log" -project="F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Elistria_Calling.uproject" -Device=Win64@DESKTOP-KTQTHKD" -nocompile -nocompileuat ] +[2025.04.02-13.38.53:868][ 0]LogTurnkeySupport: Completed device detection: Code = 0 +[2025.04.02-13.38.55:645][ 0]LogMaterial: Display: WorldGridMaterial-SM6-Default: MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378BB459A7F0DBAC5232AC3C6813D7A1C9C1E037A6F_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_TDepthOnlyVS0_0_03809D327566D79B7D003D609F3FFBC28CB24CA5DBE22A860DB786AA9A7DE7C711953CC3F484404A4_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_FTranslucentLightingInjectPS0_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS1_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS2_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS3_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS4_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS5_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS6_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS7_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS8_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS9_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS10_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS11_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS12_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS13_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS14_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS15_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS16_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS17_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS18_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS19_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS20_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS21_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS22_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS23_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS24_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS25_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS26_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS27_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS28_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS29_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS30_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS31_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TShadowDepthVSVertexShadowDepth_PerspectiveCorrectPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3786F63A2867FA005A1D9974353C1F05C64FB02CAA1_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_TShadowDepthVSVertexShadowDepth_VirtualShadowMapPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37854CCF0F0329BEB98E3834B9B0E1CAAB6B4587848_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TShadowDepthVSVertexShadowDepth_OnePassPointLightPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3784449D1779A17BA029521B676974C013CAD4F1D63_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_DepthPosOnlyNoPixelPipeline3809D327566D79B7D003D609F3FFBC28CB24CA5D_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FGPUSpriteVertexFactory245FB466A2A94E1A1436B691BFD0A7AD3AAB15226F4AA5ED14228FB7E8DA60EA4B587BD3239FAD94B9CA513CCBA4F1E3AF7D9556DD0F2FF45E951E1A_FNiagaraRibbonVertexFactoryD19292AE439B9BA2AF405539D8C979D72ADDB9DAA5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966DE03DD13CEAD2D60503F2AAC85D4762994EF4025A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966_TGPUSkinAPEXClothVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FParticleSpriteVertexFactory50F1F3C21861C59B390701CCEFB63753852D229FF99E1B0FB635933CEEAC41CF9441DF5EA4A994CA9DAE5A7C55936FD50BC3B20BD063C1832A4D4247_TGPUSkinVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_FWaterVertexFactoryNoSelectionNonIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C4058CE4C30F9DE1CD80C479994EA859BC47CB8F8FDC1CE4C30F9DE1CD80C479994EA859BC47CB8F8FDC1CE4C30F9DE1CD80C479994EA859BC47CB8F8FDC1_FVectorFieldVisualizationVertexFactory36404C380DD96CD0872E9BBEDDFAD1A6E72AA01DCC854D8E74FEAEF90804D69AF6B78BD07A141ACC_FNiagaraMeshVertexFactoryF3FBD77A8F4B4A38338B697D58BDAC7AB8D5B27C4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9571BD81B2CBA1F364F28A837532353718EB814537B4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9574B3A20E0CA93D5CA5A60C16EF2EB14EA073FC957_FParticleBeamTrailVertexFactory9B4864381849C227417F59C2CD595ADF65DE8972378BBDDEC2CEAC35A309C357B38D702E7981D5D3_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_TGPUSkinVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_TGPUSkinAPEXClothVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FGeometryCollectionVertexFactory74DF12C20858E13A6E65317951D0E79E184025DB49D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC41_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FWaterVertexFactoryWithSelectionWithIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C4058FFF1837A5730F4CB2E1C8D75C2A9C8B36A4E5D26_FMeshParticleVertexFactory8E5462CD108F3ACF9C2D93B79DB64B3906833D1AF773920348F231C490A74B1A551F8CE3ABF04791_FInstancedStaticMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869739A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD_FSplineMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B3218697A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965_FLocalVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869781418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E_FWaterVertexFactoryWithSelectionNonIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C405848877CD88D79D6BFCD2BD8C6E787616490DC058648877CD88D79D6BFCD2BD8C6E787616490DC058648877CD88D79D6BFCD2BD8C6E787616490DC0586_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FNiagaraSpriteVertexFactoryACB1629DF3CA3124277348B8C5E6DFA8BCE4390C5957CFEE095AEFFBA7F83F09F020F15CF6555718EFF166204144512228FF7A163011544EEF3FD2265957CFEE095AEFFBA7F83F09F020F15CF65557185957CFEE095AEFFBA7F83F09F020F15CF6555718_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FGeometryCacheVertexVertexFactory74ADC0A3F4354AA5B6F6B8CDE88F0843E005C5DD76143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE_FWaterVertexFactoryNoSelectionWithIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C4058E1931902F9B59C87875A57E269C11B3919CFA33ASPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_2c57d0a836509d36c7c166415bfeb15e0ef573dcd9b4603cf1538f7314f9243dSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_54a1312cf73db2c90c5ed5f36724cf7f386b575e0cdac7da6333551840860f28SPM_b902cb58365a597ab0b6fe8cf87ae04d551e6747d32c37d928b8157fd3eba5c0SPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_36d1d796bf3fb73ccd892afb1b779f503d696f05fd480468b72f5ef66020825cSPM_83dbf399e330e02ba06c94ef9626063f802e7dad4acecf70bd8dc6046d1c22bbSPM_4a9d07239f86cc5310d60e8af0f25edf06a7d9ea4a2cac6d8cec6a1602c017a9SPM_16580fe885dc965c263d5eaad54b525a074fe46b65804a2a9a8eeb6c60d81eccSPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_1abdcf528b27ee15ea112606f7deb0e2bf1615c76e72788521d73027ce1f58d5SPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_44cfd7856989e0d50b86ae467107f8cb1927d4c4ac69e4400cc83861f7c2587fSPM_5ba0c5b7c5677cfc80f9c206abf3f2281b0c59cf7534bc2c0c3040647bc959d3SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_35ddf07c29b7ba174b82f284a0659e75175dffbdb1e5bcfbb8be87ef8e1351f9SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_2379ae40c9a93d1354f571759773506590e9bd6d2be3b959dc2ab0dca7e60fe4SPM_f6481c86c24d5e8e86b711ed96952ba756b1b40357dd9cadb41c22ae0d52834bSPM_a2ca952d5d0c16a12b0eca91df068d9ce926000b17be062f97ba31ac64039a67SPM_e99122b96c86762ba069e73393d36dd9e7886cd1e40a4c23c10949dc4144ff77SPM_c4fd33b245ca554105394a55a3b11ebe5ab14de075817620e79925a15f1d4e79SPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_98e11b36ef3d6e4dc166bfc6020842cb5ad6481ef73003a086fd4cdf34885068SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_db11416980d7f513dc0e1e08a8df85b346a02b99b3dfcc1a6c49176898f046c7SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912SPM_04bf5f913cd2a55868da0204e0aa7584733762a5902695d780f8734a6285efc6SPM_2c221d12e4150dbc11b221f7fdae98b1da2e9f47dafcde1b8d7f49cca04404ff433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; _MatTransl_3B7A55D3409170328211A060FC2E3BB1E263C720_BBD650804D314CE7A44ADF9BB4F3F5F9_ -[2025.03.25-11.38.40:385][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction -[2025.03.25-11.38.40:386][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction -[2025.03.25-11.38.40:386][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging -[2025.03.25-11.38.40:386][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available -[2025.03.25-11.38.40:386][ 0]LogMeshMerging: No distributed automatic mesh merging module available -[2025.03.25-11.38.40:662][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None -[2025.03.25-11.38.40:662][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled -[2025.03.25-11.38.40:670][ 0]LogUObjectArray: 22203 objects as part of root set at end of initial load. -[2025.03.25-11.38.40:670][ 0]LogUObjectAllocator: 6109736 out of 0 bytes used by permanent object pool. -[2025.03.25-11.38.40:670][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool -[2025.03.25-11.38.40:674][ 0]LogLiveCoding: Display: Starting LiveCoding -[2025.03.25-11.38.40:674][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development -[2025.03.25-11.38.40:677][ 0]LogLiveCoding: Display: First instance in process group "UE_Elistria_Calling_0x6dd5b082", spawning console -[2025.03.25-11.38.40:680][ 0]LogLiveCoding: Display: Waiting for server -[2025.03.25-11.38.40:695][ 0]LogSlate: Border -[2025.03.25-11.38.40:695][ 0]LogSlate: BreadcrumbButton -[2025.03.25-11.38.40:695][ 0]LogSlate: Brushes.Title -[2025.03.25-11.38.40:695][ 0]LogSlate: Default -[2025.03.25-11.38.40:695][ 0]LogSlate: Icons.Save -[2025.03.25-11.38.40:695][ 0]LogSlate: Icons.Toolbar.Settings -[2025.03.25-11.38.40:695][ 0]LogSlate: ListView -[2025.03.25-11.38.40:695][ 0]LogSlate: SoftwareCursor_CardinalCross -[2025.03.25-11.38.40:695][ 0]LogSlate: SoftwareCursor_Grab -[2025.03.25-11.38.40:695][ 0]LogSlate: TableView.DarkRow -[2025.03.25-11.38.40:695][ 0]LogSlate: TableView.Row -[2025.03.25-11.38.40:695][ 0]LogSlate: TreeView -[2025.03.25-11.38.40:766][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... -[2025.03.25-11.38.40:767][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 1.386 ms -[2025.03.25-11.38.40:776][ 0]LogInit: XR: Instanced Stereo Rendering is Disabled -[2025.03.25-11.38.40:776][ 0]LogInit: XR: MultiViewport is Disabled -[2025.03.25-11.38.40:776][ 0]LogInit: XR: Mobile Multiview is Disabled -[2025.03.25-11.38.40:957][ 0]LogTurnkeySupport: Completed device detection: Code = 0 -[2025.03.25-11.38.40:987][ 0]LogPython: Using Python 3.11.8 -[2025.03.25-11.38.41:551][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping -[2025.03.25-11.38.41:602][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. -[2025.03.25-11.38.41:602][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:51694'. -[2025.03.25-11.38.41:604][ 0]LogUdpMessaging: Display: Added local interface '192.168.1.109' to multicast group '230.0.0.1:6666' -[2025.03.25-11.38.41:618][ 0]LogTcpMessaging: Initializing TcpMessaging bridge -[2025.03.25-11.38.41:647][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 5CDBF307D1F344178000000000007400 | Instance: CA5DC4F249D8446E6CA706B29ED96404 (DESKTOP-KTQTHKD-12960). -[2025.03.25-11.38.41:735][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread -[2025.03.25-11.38.41:807][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... -[2025.03.25-11.38.41:820][ 0]LogMetasoundEngine: MetaSound Engine Initialized -[2025.03.25-11.38.42:182][ 0]LogOpenImageDenoise: OIDN starting up -[2025.03.25-11.38.42:275][ 0]SourceControl: Revision control is disabled -[2025.03.25-11.38.42:284][ 0]SourceControl: Revision control is disabled -[2025.03.25-11.38.42:309][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance -[2025.03.25-11.38.42:324][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. -[2025.03.25-11.38.42:324][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. -[2025.03.25-11.38.42:573][ 0]LogCollectionManager: Loaded 0 collections in 0.000723 seconds -[2025.03.25-11.38.42:574][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Collections/' took 0.00s -[2025.03.25-11.38.42:576][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Developers/LoreNatusol/Collections/' took 0.00s -[2025.03.25-11.38.42:577][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Collections/' took 0.00s -[2025.03.25-11.38.42:720][ 0]LogEngine: Initializing Engine... -[2025.03.25-11.38.42:723][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s -[2025.03.25-11.38.42:790][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll -[2025.03.25-11.38.42:809][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-11.38.42:812][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. -[2025.03.25-11.38.42:812][ 0]LogInit: Texture streaming: Enabled -[2025.03.25-11.38.42:819][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.4.4-35576357+++UE5+Release-5.4 -[2025.03.25-11.38.42:824][ 0]LogAudio: Display: Initializing Audio Device Manager... -[2025.03.25-11.38.42:826][ 0]LogAudio: Display: Loading Default Audio Settings Objects... -[2025.03.25-11.38.42:826][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). -[2025.03.25-11.38.42:826][ 0]LogAudio: Display: AudioInfo: 'OPUS' Registered -[2025.03.25-11.38.42:826][ 0]LogAudio: Display: AudioInfo: 'OGG' Registered -[2025.03.25-11.38.42:828][ 0]LogAudio: Display: AudioInfo: 'ADPCM' Registered -[2025.03.25-11.38.42:828][ 0]LogAudio: Display: AudioInfo: 'PCM' Registered -[2025.03.25-11.38.42:831][ 0]LogAudio: Display: AudioInfo: 'BINKA' Registered -[2025.03.25-11.38.42:832][ 0]LogAudio: Display: AudioInfo: 'RADA' Registered -[2025.03.25-11.38.42:833][ 0]LogAudio: Display: Audio Device Manager Initialized -[2025.03.25-11.38.42:833][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True -[2025.03.25-11.38.42:833][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-11.38.42:833][ 0]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-11.38.42:833][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-11.38.42:833][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-11.38.42:833][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-11.38.42:833][ 0]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-11.38.42:833][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-11.38.42:833][ 0]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-11.38.42:833][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-11.38.42:833][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-11.38.42:833][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-11.38.42:837][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-11.38.42:864][ 0]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-11.38.42:865][ 0]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-11.38.42:867][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-11.38.42:867][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-11.38.42:867][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 -[2025.03.25-11.38.42:867][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 -[2025.03.25-11.38.42:868][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 -[2025.03.25-11.38.42:868][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 -[2025.03.25-11.38.42:868][ 0]LogInit: FAudioDevice initialized with ID 1. -[2025.03.25-11.38.42:868][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. -[2025.03.25-11.38.42:868][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 -[2025.03.25-11.38.42:872][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" -[2025.03.25-11.38.42:883][ 0]LogInit: Undo buffer set to 32 MB -[2025.03.25-11.38.42:883][ 0]LogInit: Transaction tracking system initialized -[2025.03.25-11.38.42:892][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SourceControl/UncontrolledChangelists.json -[2025.03.25-11.38.42:942][ 0]LocalizationService: Localization service is disabled -[2025.03.25-11.38.42:952][ 0]TimingProfiler: Initialize -[2025.03.25-11.38.42:952][ 0]TimingProfiler: OnSessionChanged -[2025.03.25-11.38.42:952][ 0]LoadingProfiler: Initialize -[2025.03.25-11.38.42:952][ 0]LoadingProfiler: OnSessionChanged -[2025.03.25-11.38.42:952][ 0]NetworkingProfiler: Initialize -[2025.03.25-11.38.42:952][ 0]NetworkingProfiler: OnSessionChanged -[2025.03.25-11.38.42:952][ 0]MemoryProfiler: Initialize -[2025.03.25-11.38.42:952][ 0]MemoryProfiler: OnSessionChanged -[2025.03.25-11.38.43:089][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/' took 0.01s -[2025.03.25-11.38.43:185][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. -[2025.03.25-11.38.43:198][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete -[2025.03.25-11.38.43:212][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() -[2025.03.25-11.38.43:213][ 0]SourceControl: Revision control is disabled -[2025.03.25-11.38.43:213][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 6.722 -[2025.03.25-11.38.43:222][ 0]Cmd: MAP LOAD FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Maps/ThirdPersonMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 -[2025.03.25-11.38.43:224][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true -[2025.03.25-11.38.43:224][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-11.38.43:224][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-11.38.43:224][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-11.38.43:228][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-11.38.43:230][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.50ms -[2025.03.25-11.38.43:234][ 0]LogLinker: Warning: [AssetLog] F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Content\MCO_Mocap_Basics\Character\Mesh\UE4_Mannequin_Skeleton.uasset: Failed to load '/Engine/EngineMeshes/Humanoid': Can't find file. -[2025.03.25-11.38.43:234][ 0]LogLinker: Warning: [AssetLog] F:\Elistria's Calling\ElistriaCalling\Elistria_Calling\Content\MCO_Mocap_Basics\Character\Mesh\UE4_Mannequin_Skeleton.uasset: VerifyImport: Failed to load package for import object 'Package /Engine/EngineMeshes/Humanoid' -[2025.03.25-11.38.43:475][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Lean/Lean_Right.Lean_Right (Required Memory Estimate: 12.05 MB) -[2025.03.25-11.38.43:475][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Lean/Lean_Left.Lean_Left (Required Memory Estimate: 12.05 MB) -[2025.03.25-11.38.43:496][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/Characters/Mannequins/Animations/Manny/MM_Land.MM_Land (Required Memory Estimate: 5.64 MB) -[2025.03.25-11.38.43:496][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/Characters/Mannequins/Animations/Manny/MM_Jump.MM_Jump (Required Memory Estimate: 5.56 MB) -[2025.03.25-11.38.43:496][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'ThirdPersonMap'. -[2025.03.25-11.38.43:496][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-11.38.43:496][ 0]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.MM_Fall_Loop (Required Memory Estimate: 18.64 MB) -[2025.03.25-11.38.43:497][ 0]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=0, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=1, InitializeForGame=0) -[2025.03.25-11.38.43:497][ 0]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-11.38.43:497][ 0]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap, World Type = Editor, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 1, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-11.38.43:499][ 0]LogStreaming: Display: FlushAsyncLoading(1): 39 QueuedPackages, 0 AsyncPackages -[2025.03.25-11.38.43:531][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/Characters/Mannequins/Animations/Manny/MM_Jump.MM_Jump, at AnimationSequence/44a008b9d11d62dba3ccfbaebfbc0e994e6c374d -[2025.03.25-11.38.43:551][ 0]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-11.38.43:551][ 0]LogWorldPartition: Display: WorldPartition initialize took 53.684 ms -[2025.03.25-11.38.43:554][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) -[2025.03.25-11.38.43:568][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.81ms -[2025.03.25-11.38.43:569][ 0]Cmd: MAP CHECKDEP NOCLEARLOG -[2025.03.25-11.38.43:570][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.805ms to complete. -[2025.03.25-11.38.43:570][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Lean/Lean_Right.Lean_Right, at AnimationSequence/83116c7346e016a754d8e83e55e55c1c1d5ef6eb -[2025.03.25-11.38.43:581][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Lean/Lean_Left.Lean_Left, at AnimationSequence/56bb943d6cd07c9c639f6581750ed168e0fcfd59 -[2025.03.25-11.38.43:584][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/Characters/Mannequins/Animations/Manny/MM_Land.MM_Land, at AnimationSequence/910f2b130478fb8eee85e1c7f61574106a1fdcd7 -[2025.03.25-11.38.43:586][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 7.094 -[2025.03.25-11.38.43:620][ 0]LogAnimationCompression: Display: Storing compressed animation data for /Game/Characters/Mannequins/Animations/Manny/MM_Fall_Loop.MM_Fall_Loop, at AnimationSequence/e6e5da3530e2e1c3a22d89c50c0fd9b8243f0031 -[2025.03.25-11.38.43:700][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.25-11.38.43:700][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.25-11.38.43:700][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.25-11.38.43:700][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.25-11.38.43:700][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.25-11.38.43:700][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.25-11.38.43:700][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.25-11.38.43:700][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.25-11.38.43:700][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.25-11.38.43:700][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.25-11.38.43:700][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.25-11.38.43:700][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.25-11.38.43:700][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.25-11.38.43:711][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-11.38.43:719][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-11.38.43:726][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-11.38.43:733][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-11.38.43:746][ 0]LogSlate: The tab "TopRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.25-11.38.43:754][ 0]LogSlate: The tab "BottomRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. -[2025.03.25-11.38.43:787][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.25-11.38.43:787][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/StarterContent.upack', mount point: 'root:/' -[2025.03.25-11.38.43:788][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.25-11.38.43:788][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' -[2025.03.25-11.38.43:788][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.25-11.38.43:788][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' -[2025.03.25-11.38.43:788][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.25-11.38.43:788][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' -[2025.03.25-11.38.43:789][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.25-11.38.43:789][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' -[2025.03.25-11.38.43:789][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.25-11.38.43:789][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' -[2025.03.25-11.38.43:789][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.25-11.38.43:789][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' -[2025.03.25-11.38.43:790][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.25-11.38.43:790][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' -[2025.03.25-11.38.43:790][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.25-11.38.43:790][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' -[2025.03.25-11.38.43:790][ 0]LogPakFile: Initializing PakPlatformFile -[2025.03.25-11.38.43:790][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' -[2025.03.25-11.38.43:826][ 0]LogAssetRegistry: Display: Asset registry cache written as 25.2 MiB to ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin -[2025.03.25-11.38.43:872][ 0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-KTQTHKD: (Name=DESKTOP-KTQTHKD, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid") -[2025.03.25-11.38.43:895][ 0]LogSlate: Took 0.000109 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) -[2025.03.25-11.38.43:898][ 0]LogSlate: Took 0.000116 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) -[2025.03.25-11.38.43:898][ 0]LogSlate: Took 0.000081 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) -[2025.03.25-11.38.43:970][ 0]LogSlate: Took 0.000146 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) -[2025.03.25-11.38.44:132][ 0]LogStall: Startup... -[2025.03.25-11.38.44:134][ 0]LogStall: Startup complete. -[2025.03.25-11.38.44:137][ 0]LogLoad: (Engine Initialization) Total time: 7.65 seconds -[2025.03.25-11.38.44:188][ 0]LogAssetRegistry: AssetRegistryGather time 0.0577s: AssetDataDiscovery 0.0143s, AssetDataGather 0.0161s, StoreResults 0.0273s. - NumCachedDirectories 0. NumUncachedDirectories 1530. NumCachedFiles 7433. NumUncachedFiles 14. -[2025.03.25-11.38.44:204][ 0]LogSourceControl: Uncontrolled asset enumeration started... -[2025.03.25-11.38.44:207][ 0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000004 seconds (updated 0 objects) -[2025.03.25-11.38.44:209][ 0]LogContentStreaming: Texture pool size now 1000 MB -[2025.03.25-11.38.44:209][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" -[2025.03.25-11.38.44:295][ 0]LogPython: registering +[2025.04.02-13.38.55:646][ 0]LogMaterial: Display: Missing cached shadermap for WorldGridMaterial in PCD3D_SM6, Default, SM6, Editor (DDC key hash: 8fb55ac9eb865f8df2867a03c79c9f6517e5fa9a), compiling. Is special engine material. +[2025.04.02-13.38.58:522][ 0]LogMeshReduction: Display: Using QuadricMeshReduction for automatic static mesh reduction +[2025.04.02-13.38.58:522][ 0]LogMeshReduction: Display: Using SkeletalMeshReduction for automatic skeletal mesh reduction +[2025.04.02-13.38.58:522][ 0]LogMeshReduction: Display: Using ProxyLODMeshReduction for automatic mesh merging +[2025.04.02-13.38.58:522][ 0]LogMeshReduction: Display: No distributed automatic mesh merging module available +[2025.04.02-13.38.58:522][ 0]LogMeshMerging: No distributed automatic mesh merging module available +[2025.04.02-13.38.58:699][ 0]LogTurnkeySupport: Turnkey Device: Win64@DESKTOP-KTQTHKD: (Name=DESKTOP-KTQTHKD, Type=Computer, Status=Valid, MinAllowed=10.0.18362.0, MaxAllowed=, Current=10.0.19045.0, Flags="Device_InstallSoftwareValid") +[2025.04.02-13.38.58:815][ 0]LogVirtualization: Display: VirtualizationSystem name found in ini file: None +[2025.04.02-13.38.58:815][ 0]LogVirtualization: Display: FNullVirtualizationSystem mounted, virtualization will be disabled +[2025.04.02-13.38.58:825][ 0]LogUObjectArray: 23506 objects as part of root set at end of initial load. +[2025.04.02-13.38.58:825][ 0]LogUObjectAllocator: 6706736 out of 0 bytes used by permanent object pool. +[2025.04.02-13.38.58:825][ 0]LogUObjectArray: CloseDisregardForGC: 0/0 objects in disregard for GC pool +[2025.04.02-13.38.58:829][ 0]LogLiveCoding: Display: Starting LiveCoding +[2025.04.02-13.38.58:829][ 0]LogLiveCoding: Display: LiveCodingConsole Arguments: UnrealEditor Win64 Development +[2025.04.02-13.38.58:830][ 0]LogLiveCoding: Display: First instance in process group "UE_Elistria_Calling_0x6dd5b082", spawning console +[2025.04.02-13.38.58:834][ 0]LogLiveCoding: Display: Waiting for server +[2025.04.02-13.38.58:851][ 0]LogSlate: Border +[2025.04.02-13.38.58:851][ 0]LogSlate: BreadcrumbButton +[2025.04.02-13.38.58:851][ 0]LogSlate: Brushes.Title +[2025.04.02-13.38.58:852][ 0]LogSlate: Default +[2025.04.02-13.38.58:852][ 0]LogSlate: Icons.Save +[2025.04.02-13.38.58:852][ 0]LogSlate: Icons.Toolbar.Settings +[2025.04.02-13.38.58:852][ 0]LogSlate: ListView +[2025.04.02-13.38.58:852][ 0]LogSlate: SoftwareCursor_CardinalCross +[2025.04.02-13.38.58:852][ 0]LogSlate: SoftwareCursor_Grab +[2025.04.02-13.38.58:852][ 0]LogSlate: TableView.DarkRow +[2025.04.02-13.38.58:852][ 0]LogSlate: TableView.Row +[2025.04.02-13.38.58:852][ 0]LogSlate: TreeView +[2025.04.02-13.38.58:920][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize started... +[2025.04.02-13.38.58:922][ 0]LogWorldPartition: Display: FWorldPartitionClassDescRegistry::Initialize took 2.086 ms +[2025.04.02-13.38.58:958][ 0]LogInit: XR: Instanced Stereo Rendering is Disabled +[2025.04.02-13.38.58:958][ 0]LogInit: XR: MultiViewport is Disabled +[2025.04.02-13.38.58:958][ 0]LogInit: XR: Mobile Multiview is Disabled +[2025.04.02-13.38.59:350][ 0]LogNiagaraDebuggerClient: Niagara Debugger Client Initialized | Session: 8883FE07801E4CCD8000000000007C00 | Instance: D21F0E86465E7E1720D7B9B216076C86 (DESKTOP-KTQTHKD-7964). +[2025.04.02-13.38.59:499][ 0]LogAudio: Display: Registering Engine Module Parameter Interfaces... +[2025.04.02-13.38.59:513][ 0]LogMetasoundEngine: MetaSound Engine Initialized +[2025.04.02-13.38.59:574][ 0]LogPython: Using Python 3.11.8 +[2025.04.02-13.38.59:925][ 0]LogLiveCoding: Display: Successfully initialized, removing startup thread +[2025.04.02-13.39.00:273][ 0]LogPython: Display: No enabled plugins with python dependencies found, skipping +[2025.04.02-13.39.00:279][ 0]LogTcpMessaging: Initializing TcpMessaging bridge +[2025.04.02-13.39.00:283][ 0]LogUdpMessaging: Initializing bridge on interface 0.0.0.0:0 to multicast group 230.0.0.1:6666. +[2025.04.02-13.39.00:283][ 0]LogUdpMessaging: Display: Unicast socket bound to '0.0.0.0:55664'. +[2025.04.02-13.39.00:285][ 0]LogUdpMessaging: Display: Added local interface '192.168.1.109' to multicast group '230.0.0.1:6666' +[2025.04.02-13.39.00:717][ 0]LogAndroidPermission: UAndroidPermissionCallbackProxy::GetInstance +[2025.04.02-13.39.00:730][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.02-13.39.00:730][ 0]LogAudioCaptureCore: Display: No Audio Capture implementations found. Audio input will be silent. +[2025.04.02-13.39.00:919][ 0]LogOpenImageDenoise: OIDN starting up +[2025.04.02-13.39.00:967][ 0]SourceControl: Revision control is disabled +[2025.04.02-13.39.00:974][ 0]SourceControl: Revision control is disabled +[2025.04.02-13.39.01:003][ 0]LogCollectionManager: Loaded 0 collections in 0.000714 seconds +[2025.04.02-13.39.01:004][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Collections/' took 0.00s +[2025.04.02-13.39.01:005][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Developers/LoreNatusol/Collections/' took 0.00s +[2025.04.02-13.39.01:006][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Collections/' took 0.00s +[2025.04.02-13.39.01:166][ 0]LogEngine: Initializing Engine... +[2025.04.02-13.39.01:170][ 0]LogStats: UGameplayTagsManager::InitializeManager - 0.000 s +[2025.04.02-13.39.01:240][ 0]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.11.dll +[2025.04.02-13.39.01:257][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-13.39.01:268][ 0]LogNetVersion: Set ProjectVersion to 1.0.0.0. Version Checksum will be recalculated on next use. +[2025.04.02-13.39.01:268][ 0]LogInit: Texture streaming: Enabled +[2025.04.02-13.39.01:275][ 0]LogAnalytics: Display: [UEEditor.Rocket.Release] APIServer = https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data. AppVersion = 5.4.4-35576357+++UE5+Release-5.4 +[2025.04.02-13.39.01:280][ 0]LogAudio: Display: Initializing Audio Device Manager... +[2025.04.02-13.39.01:282][ 0]LogAudio: Display: Loading Default Audio Settings Objects... +[2025.04.02-13.39.01:283][ 0]LogAudio: Display: No default SoundConcurrencyObject specified (or failed to load). +[2025.04.02-13.39.01:283][ 0]LogAudio: Display: AudioInfo: 'OPUS' Registered +[2025.04.02-13.39.01:283][ 0]LogAudio: Display: AudioInfo: 'OGG' Registered +[2025.04.02-13.39.01:285][ 0]LogAudio: Display: AudioInfo: 'ADPCM' Registered +[2025.04.02-13.39.01:285][ 0]LogAudio: Display: AudioInfo: 'PCM' Registered +[2025.04.02-13.39.01:287][ 0]LogAudio: Display: AudioInfo: 'BINKA' Registered +[2025.04.02-13.39.01:289][ 0]LogAudio: Display: AudioInfo: 'RADA' Registered +[2025.04.02-13.39.01:289][ 0]LogAudio: Display: Audio Device Manager Initialized +[2025.04.02-13.39.01:289][ 0]LogAudio: Display: Creating Audio Device: Id: 1, Scope: Shared, Realtime: True +[2025.04.02-13.39.01:289][ 0]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-13.39.01:289][ 0]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-13.39.01:289][ 0]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-13.39.01:289][ 0]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-13.39.01:289][ 0]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-13.39.01:289][ 0]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-13.39.01:289][ 0]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-13.39.01:289][ 0]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-13.39.01:289][ 0]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-13.39.01:289][ 0]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-13.39.01:289][ 0]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-13.39.01:293][ 0]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-13.39.01:321][ 0]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-13.39.01:322][ 0]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-13.39.01:324][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-13.39.01:324][ 0]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-13.39.01:324][ 0]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=1 +[2025.04.02-13.39.01:324][ 0]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=1 +[2025.04.02-13.39.01:325][ 0]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=1 +[2025.04.02-13.39.01:325][ 0]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=1 +[2025.04.02-13.39.01:325][ 0]LogInit: FAudioDevice initialized with ID 1. +[2025.04.02-13.39.01:326][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'Untitled'. +[2025.04.02-13.39.01:326][ 0]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 1 +[2025.04.02-13.39.01:330][ 0]LogCsvProfiler: Display: Metadata set : largeworldcoordinates="1" +[2025.04.02-13.39.01:340][ 0]LogInit: Undo buffer set to 32 MB +[2025.04.02-13.39.01:340][ 0]LogInit: Transaction tracking system initialized +[2025.04.02-13.39.01:354][ 0]LogSourceControl: Display: Uncontrolled Changelist persistency file loaded ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/SourceControl/UncontrolledChangelists.json +[2025.04.02-13.39.01:399][ 0]LocalizationService: Localization service is disabled +[2025.04.02-13.39.01:409][ 0]TimingProfiler: Initialize +[2025.04.02-13.39.01:409][ 0]TimingProfiler: OnSessionChanged +[2025.04.02-13.39.01:409][ 0]LoadingProfiler: Initialize +[2025.04.02-13.39.01:410][ 0]LoadingProfiler: OnSessionChanged +[2025.04.02-13.39.01:410][ 0]NetworkingProfiler: Initialize +[2025.04.02-13.39.01:410][ 0]NetworkingProfiler: OnSessionChanged +[2025.04.02-13.39.01:410][ 0]MemoryProfiler: Initialize +[2025.04.02-13.39.01:410][ 0]MemoryProfiler: OnSessionChanged +[2025.04.02-13.39.01:560][ 0]LogFileCache: Scanning file cache for directory 'F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/' took 0.01s +[2025.04.02-13.39.01:615][ 0]LogLevelSequenceEditor: LevelSequenceEditor subsystem initialized. +[2025.04.02-13.39.01:688][ 0]LoadErrors: Error: Collision Profile settings do not include an entry for the Water Body Collision profile, which is required for water collision to function. Add entry to DefaultEngine.ini? +[2025.04.02-13.39.01:725][ 0]LogAssetRegistry: Display: Triggering cache save on discovery complete +[2025.04.02-13.39.01:745][ 0]LogInit: Display: Engine is initialized. Leaving FEngineLoop::Init() +[2025.04.02-13.39.01:747][ 0]SourceControl: Revision control is disabled +[2025.04.02-13.39.01:747][ 0]LogUnrealEdMisc: Loading editor; pre map load, took 12.943 +[2025.04.02-13.39.01:757][ 0]Cmd: MAP LOAD FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Maps/ThirdPersonMap.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 +[2025.04.02-13.39.01:758][ 0]LogWorld: UWorld::CleanupWorld for Untitled, bSessionEnded=true, bCleanupResources=true +[2025.04.02-13.39.01:758][ 0]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-13.39.01:758][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-13.39.01:759][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-13.39.01:763][ 0]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-13.39.01:766][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.53ms +[2025.04.02-13.39.01:887][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:Fill Objectives:Objectives.Objectives'. Unknown structure. +[2025.04.02-13.39.01:887][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:ExecuteUbergraph_WP_QuestHUD:K2Node_CustomEvent_Objectives.K2Node_CustomEvent_Objectives'. Unknown structure. +[2025.04.02-13.39.01:887][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WP_QuestHUD.WP_QuestHUD_C:ExecuteUbergraph_WP_QuestHUD:CallFunc_Array_Get_Item'. Unknown structure. +[2025.04.02-13.39.02:422][ 0]LogAssetRegistry: Display: Asset registry cache written as 40.9 MiB to ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Intermediate/CachedAssetRegistry_*.bin +[2025.04.02-13.39.02:605][ 0]LogAudio: Display: Audio Device (ID: 1) registered with world 'ThirdPersonMap'. +[2025.04.02-13.39.02:605][ 0]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-13.39.02:612][ 0]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=0, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=1, InitializeForGame=0) +[2025.04.02-13.39.02:612][ 0]LogWorldPartition: Display: WorldPartition initialize started... +[2025.04.02-13.39.02:612][ 0]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap, World Type = Editor, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 1, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 +[2025.04.02-13.39.02:615][ 0]LogStreaming: Display: FlushAsyncLoading(1): 51 QueuedPackages, 0 AsyncPackages +[2025.04.02-13.39.02:693][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:SelectedQuest'. Unknown structure. +[2025.04.02-13.39.02:693][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:Add Quest:Quest'. Unknown structure. +[2025.04.02-13.39.02:693][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:Select Quest:Quest'. Unknown structure. +[2025.04.02-13.39.02:693][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:K2Node_CustomEvent_Quest_1'. Unknown structure. +[2025.04.02-13.39.02:693][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:K2Node_CustomEvent_Quest'. Unknown structure. +[2025.04.02-13.39.02:693][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver.WB_QuestGiver_C:ExecuteUbergraph_WB_QuestGiver:CallFunc_Array_Get_Item'. Unknown structure. +[2025.04.02-13.39.02:693][ 0]LogProperty: Error: FStructProperty::Serialize Loading: Property 'StructProperty /Game/MAIN_CONTENT/Quest_System/WB_QuestSlot.WB_QuestSlot_C:Quest'. Unknown structure. +[2025.04.02-13.39.02:694][ 0]LogClass: Warning: Struct Property Quest has a struct type mismatch (tag STRUCT_REINST_S_Quest_5(/Engine/Transient) != prop FallbackStruct(/Script/CoreUObject)) in package: /Game/MAIN_CONTENT/Quest_System/WB_QuestSlot. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-13.39.02:697][ 0]LogClass: Warning: Struct Property SelectedQuest has a struct type mismatch (tag STRUCT_REINST_S_Quest_5(/Engine/Transient) != prop FallbackStruct(/Script/CoreUObject)) in package: /Game/MAIN_CONTENT/Quest_System/WB_QuestGiver. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-13.39.02:716][ 0]LogClass: Warning: Struct Property SelectedQuest has a struct type mismatch (tag FallbackStruct(/Script/CoreUObject) != prop S_Quest(/Game/MAIN_CONTENT/Quest_System/S_Quest)) in package: FObjectReader. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-13.39.02:716][ 0]LogClass: Warning: Struct Property Quest has a struct type mismatch (tag FallbackStruct(/Script/CoreUObject) != prop S_Quest(/Game/MAIN_CONTENT/Quest_System/S_Quest)) in package: FObjectReader. If that struct got renamed, add an entry to ActiveStructRedirects. +[2025.04.02-13.39.02:727][ 0]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. +[2025.04.02-13.39.02:727][ 0]LogWorldPartition: Display: WorldPartition initialize took 115.568 ms +[2025.04.02-13.39.02:739][ 0]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.02-13.39.02:751][ 0]LogUObjectHash: Compacting FUObjectHashTables data took 0.72ms +[2025.04.02-13.39.02:751][ 0]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.02-13.39.02:752][ 0]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.489ms to complete. +[2025.04.02-13.39.02:769][ 0]LogUnrealEdMisc: Total Editor Startup Time, took 13.965 +[2025.04.02-13.39.02:779][ 0]LogShaderCompilers: Display: ================================================ +[2025.04.02-13.39.02:779][ 0]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.02-13.39.02:779][ 0]LogShaderCompilers: Display: Total job queries 1,133, among them cache hits 194 (17.12%), DDC hits 796 (70.26%), Duplicates 44 (3.88%) +[2025.04.02-13.39.02:779][ 0]LogShaderCompilers: Display: Tracking 895 distinct input hashes that result in 709 distinct outputs (79.22%) +[2025.04.02-13.39.02:779][ 0]LogShaderCompilers: Display: RAM used: 15.98 MiB of 3.20 GiB budget. Usage: 0.49% +[2025.04.02-13.39.02:779][ 0]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.02-13.39.02:779][ 0]LogShaderCompilers: Display: Shaders Compiled: 99 +[2025.04.02-13.39.02:779][ 0]LogShaderCompilers: Display: Jobs assigned 99, completed 99 (100%) +[2025.04.02-13.39.02:779][ 0]LogShaderCompilers: Display: Average time worker was idle: 0.07 s +[2025.04.02-13.39.02:779][ 0]LogShaderCompilers: Display: Time job spent in pending queue: average 0.42 s, longest 1.47 s +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Job execution time: average 1.38 s, max 3.09 s +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Job life time (pending + execution): average 1.80 s, max 3.19 +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Shader code size: average 24.442 KiB, min 2.418 KiB, max 57.02 KiB +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 5.38 s +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.01% +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Jobs were issued in 39 batches (only local compilation was used), average 2.54 jobs/batch +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Average processing rate: 18.39 jobs/sec +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Total thread time: 16.94 s +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Total thread preprocess time: 14.092 s +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Percentage time preprocessing: 83.18% +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Effective parallelization: 3.15 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: FDebugViewModePS (compiled 2 times, average 0.67 sec, max 0.69 sec, min 0.65 sec) +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 2 times, average 0.45 sec, max 0.61 sec, min 0.28 sec) +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: TBasePassPSFCachedPointIndirectLightingPolicySkylight (compiled 2 times, average 0.32 sec, max 0.33 sec, min 0.30 sec) +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: TBasePassPSFCachedVolumeIndirectLightingPolicySkylight (compiled 2 times, average 0.31 sec, max 0.32 sec, min 0.30 sec) +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 2 times, average 0.30 sec, max 0.31 sec, min 0.28 sec) +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: FDebugViewModePS - 7.92% of total time (compiled 2 times, average 0.67 sec, max 0.69 sec, min 0.65 sec) +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: FHitProxyPS - 6.99% of total time (compiled 4 times, average 0.30 sec, max 0.61 sec, min 0.18 sec) +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: FHitProxyVS - 5.39% of total time (compiled 4 times, average 0.23 sec, max 0.58 sec, min 0.09 sec) +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 5.27% of total time (compiled 2 times, average 0.45 sec, max 0.61 sec, min 0.28 sec) +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy - 5.19% of total time (compiled 4 times, average 0.22 sec, max 0.57 sec, min 0.10 sec) +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: === Material stats === +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Materials Translated: 141 +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Material Total Translate Time: 0.07 s +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Material Translation Only: 0.03 s (51%) +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (3%) +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: Material Cache Hits: 50 (35%) +[2025.04.02-13.39.02:780][ 0]LogShaderCompilers: Display: ================================================ +[2025.04.02-13.39.02:891][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.39.02:891][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.39.02:891][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.39.02:891][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.39.02:891][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.39.02:891][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.39.02:891][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.39.02:891][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.39.02:891][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.39.02:891][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.39.02:891][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.39.02:891][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.39.02:891][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.39.02:891][ 0]LogSlate: The tab "TopLeftModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.39.02:902][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-13.39.02:910][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-13.39.02:917][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-13.39.02:924][ 0]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-13.39.02:938][ 0]LogSlate: The tab "TopRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.39.02:965][ 0]LogSlate: The tab "BottomRightModeTab" attempted to spawn in layout 'LevelEditor_Layout_v1.8' but failed for some reason. It will not be displayed. +[2025.04.02-13.39.02:999][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.39.02:999][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/StarterContent.upack', mount point: 'root:/' +[2025.04.02-13.39.02:999][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.39.03:000][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPerson.upack', mount point: 'root:/' +[2025.04.02-13.39.03:000][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.39.03:000][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_FirstPersonBP.upack', mount point: 'root:/' +[2025.04.02-13.39.03:000][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.39.03:000][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_HandheldARBP.upack', mount point: 'root:/' +[2025.04.02-13.39.03:000][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.39.03:001][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPerson.upack', mount point: 'root:/' +[2025.04.02-13.39.03:001][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.39.03:001][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_ThirdPersonBP.upack', mount point: 'root:/' +[2025.04.02-13.39.03:001][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.39.03:001][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDown.upack', mount point: 'root:/' +[2025.04.02-13.39.03:001][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.39.03:002][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_TopDownBP.upack', mount point: 'root:/' +[2025.04.02-13.39.03:002][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.39.03:002][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VehicleAdvBP.upack', mount point: 'root:/' +[2025.04.02-13.39.03:002][ 0]LogPakFile: Initializing PakPlatformFile +[2025.04.02-13.39.03:002][ 0]LogPakFile: Display: Mounted Pak file 'F:/UE_5.4/FeaturePacks/TP_VirtualRealityBP.upack', mount point: 'root:/' +[2025.04.02-13.39.03:125][ 0]LogSlate: Took 0.000132 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Regular.ttf' (155K) +[2025.04.02-13.39.03:128][ 0]LogSlate: Took 0.000087 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/DroidSansMono.ttf' (77K) +[2025.04.02-13.39.03:199][ 0]LogSlate: Took 0.000149 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Bold.ttf' (160K) +[2025.04.02-13.39.03:422][ 0]LogStall: Startup... +[2025.04.02-13.39.03:423][ 0]LogStall: Startup complete. +[2025.04.02-13.39.03:428][ 0]LogLoad: (Engine Initialization) Total time: 14.62 seconds +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: ================================================ +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Total job queries 1,277, among them cache hits 198 (15.51%), DDC hits 932 (72.98%), Duplicates 48 (3.76%) +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Tracking 1,031 distinct input hashes that result in 836 distinct outputs (81.09%) +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: RAM used: 20.72 MiB of 3.20 GiB budget. Usage: 0.63% +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Shaders Compiled: 99 +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Jobs assigned 99, completed 99 (100%) +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Average time worker was idle: 0.07 s +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Time job spent in pending queue: average 0.42 s, longest 1.47 s +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Job execution time: average 1.38 s, max 3.09 s +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Job life time (pending + execution): average 1.80 s, max 3.19 +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Shader code size: average 24.442 KiB, min 2.418 KiB, max 57.02 KiB +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 5.38 s +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.01% +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Jobs were issued in 39 batches (only local compilation was used), average 2.54 jobs/batch +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Average processing rate: 18.39 jobs/sec +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Total thread time: 16.94 s +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Total thread preprocess time: 16.136 s +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Percentage time preprocessing: 95.25% +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Effective parallelization: 3.15 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: FDebugViewModePS (compiled 2 times, average 0.67 sec, max 0.69 sec, min 0.65 sec) +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 2 times, average 0.45 sec, max 0.61 sec, min 0.28 sec) +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: TBasePassPSFCachedPointIndirectLightingPolicySkylight (compiled 2 times, average 0.32 sec, max 0.33 sec, min 0.30 sec) +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: TBasePassPSFCachedVolumeIndirectLightingPolicySkylight (compiled 2 times, average 0.31 sec, max 0.32 sec, min 0.30 sec) +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy (compiled 2 times, average 0.30 sec, max 0.31 sec, min 0.28 sec) +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: FDebugViewModePS - 7.92% of total time (compiled 2 times, average 0.67 sec, max 0.69 sec, min 0.65 sec) +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: FHitProxyPS - 6.99% of total time (compiled 4 times, average 0.30 sec, max 0.61 sec, min 0.18 sec) +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: FHitProxyVS - 5.39% of total time (compiled 4 times, average 0.23 sec, max 0.58 sec, min 0.09 sec) +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 5.27% of total time (compiled 2 times, average 0.45 sec, max 0.61 sec, min 0.28 sec) +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy - 5.19% of total time (compiled 4 times, average 0.22 sec, max 0.57 sec, min 0.10 sec) +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: === Material stats === +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Materials Translated: 142 +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Material Total Translate Time: 0.07 s +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Material Translation Only: 0.03 s (52%) +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (3%) +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: Material Cache Hits: 51 (36%) +[2025.04.02-13.39.03:445][ 0]LogShaderCompilers: Display: ================================================ +[2025.04.02-13.39.03:492][ 0]LogAssetRegistry: AssetRegistryGather time 2.8525s: AssetDataDiscovery 0.0242s, AssetDataGather 2.7937s, StoreResults 0.0346s. + NumCachedDirectories 0. NumUncachedDirectories 1800. NumCachedFiles 7987. NumUncachedFiles 761. +[2025.04.02-13.39.03:502][ 0]LogSourceControl: Uncontrolled asset enumeration started... +[2025.04.02-13.39.03:506][ 0]LogCollectionManager: Fixed up redirectors for 0 collections in 0.000004 seconds (updated 0 objects) +[2025.04.02-13.39.03:508][ 0]LogContentStreaming: Texture pool size now 1000 MB +[2025.04.02-13.39.03:508][ 0]LogCsvProfiler: Display: Metadata set : streamingpoolsizemb="1000" +[2025.04.02-13.39.03:651][ 0]LogPython: registering -[2025.03.25-11.38.44:298][ 0]Running Python start-up script 'F:/UE_5.4/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.028322 secs -[2025.03.25-11.38.44:329][ 1]LogSourceControl: Uncontrolled asset enumeration finished in 0.125235 seconds (Found 7422 uncontrolled assets) -[2025.03.25-11.38.44:338][ 1]LogD3D12RHI: Cannot end block when stack is empty -[2025.03.25-11.38.47:811][374]LogSlate: Window 'Plugins' being destroyed -[2025.03.25-11.38.47:817][374]LogSlate: Window 'Plugins' being destroyed -[2025.03.25-11.39.04:126][323]LogSlate: Took 0.000127 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) -[2025.03.25-11.39.08:674][827]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_0 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.39.08:674][827]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_0 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.39.08:674][827]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_0 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.39.08:674][827]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_0 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.39.08:674][827]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_0 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.39.08:674][827]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_0 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.39.08:674][827]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.39.08:674][827]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_0 -[2025.03.25-11.39.08:674][827]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_0 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.39.30:989][624]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_1 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.39.30:989][624]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_1 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.39.30:989][624]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_1 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.39.30:989][624]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_1 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.39.30:989][624]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_1 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.39.30:989][624]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_1 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.39.30:989][624]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.39.30:989][624]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_1 -[2025.03.25-11.39.30:989][624]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_1 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.39.31:034][625]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_2 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.39.31:034][625]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_2 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.39.31:034][625]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_2 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.39.31:034][625]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_2 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.39.31:034][625]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_2 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.39.31:034][625]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_2 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.39.31:034][625]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.39.31:034][625]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_2 -[2025.03.25-11.39.31:034][625]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_2 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.39.31:051][626]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_3 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.39.31:052][626]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_3 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.39.31:052][626]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_3 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.39.31:052][626]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_3 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.39.31:052][626]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_3 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.39.31:052][626]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_3 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.39.31:052][626]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.39.31:052][626]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_3 -[2025.03.25-11.39.31:052][626]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_3 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.39.31:074][627]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_4 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.39.31:074][627]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_4 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.39.31:074][627]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_4 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.39.31:074][627]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_4 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.39.31:074][627]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_4 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.39.31:074][627]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_4 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.39.31:074][627]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.39.31:074][627]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_4 -[2025.03.25-11.39.31:074][627]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_4 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.39.31:096][628]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_5 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.39.31:096][628]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_5 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.39.31:096][628]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_5 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.39.31:096][628]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_5 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.39.31:096][628]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_5 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.39.31:096][628]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_5 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.39.31:096][628]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.39.31:096][628]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_5 -[2025.03.25-11.39.31:096][628]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_5 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.39.31:117][629]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_6 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.39.31:117][629]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_6 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.39.31:117][629]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_6 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.39.31:117][629]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_6 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.39.31:117][629]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_6 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.39.31:117][629]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_6 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.39.31:117][629]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.39.31:117][629]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_6 -[2025.03.25-11.39.31:117][629]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_6 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.39.31:140][630]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_7 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.39.31:140][630]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_7 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.39.31:140][630]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_7 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.39.31:140][630]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_7 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.39.31:140][630]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_7 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.39.31:140][630]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_7 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.39.31:140][630]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.39.31:140][630]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_7 -[2025.03.25-11.39.31:140][630]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_7 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.39.31:163][631]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_8 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.39.31:164][631]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_8 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.39.31:164][631]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_8 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.39.31:164][631]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_8 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.39.31:164][631]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_8 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.39.31:164][631]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_8 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.39.31:164][631]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.39.31:164][631]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_8 -[2025.03.25-11.39.31:164][631]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_8 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.39.31:187][632]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_9 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.39.31:187][632]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_9 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.39.31:187][632]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_9 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.39.31:187][632]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_9 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.39.31:187][632]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_9 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.39.31:187][632]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_9 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.39.31:187][632]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.39.31:187][632]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_9 -[2025.03.25-11.39.31:187][632]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_9 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.39.31:211][633]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_10 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.39.31:211][633]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_10 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.39.31:211][633]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_10 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.39.31:211][633]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_10 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.39.31:211][633]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_10 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.39.31:211][633]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_10 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.39.31:211][633]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.39.31:211][633]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_10 -[2025.03.25-11.39.31:211][633]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_10 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.39.31:233][634]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_11 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.39.31:233][634]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_11 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.39.31:233][634]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_11 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.39.31:233][634]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_11 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.39.31:234][634]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_11 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.39.31:234][634]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_11 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.39.31:234][634]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.39.31:234][634]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_11 -[2025.03.25-11.39.31:234][634]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_11 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.39.31:257][635]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_12 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.39.31:257][635]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_12 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.39.31:257][635]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_12 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.39.31:257][635]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_12 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.39.31:257][635]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_12 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.39.31:257][635]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_12 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.39.31:257][635]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.39.31:257][635]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_12 -[2025.03.25-11.39.31:257][635]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_12 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.39.32:675][777]LogContentBrowser: Deferred new asset folder creation: NewFolder -[2025.03.25-11.39.32:732][777]LogContentBrowser: Creating deferred item: NewFolder -[2025.03.25-11.39.32:739][778]LogContentBrowser: Renaming the item being created (Deferred Item: NewFolder). -[2025.03.25-11.39.35:852][152]LogContentBrowser: Attempting asset rename: NewFolder -> Vaulting -[2025.03.25-11.39.35:852][152]LogContentBrowser: End creating deferred item NewFolder -[2025.03.25-11.39.55:410][809]LogFactory: FactoryCreateFile: StaticMesh with FbxFactory (0 0 C:\Users\Lore Natusol\Downloads\VaultOver.FBX) -[2025.03.25-11.39.55:428][809]LogFbx: Loading FBX Scene from C:\Users\Lore Natusol\Downloads\VaultOver.FBX -[2025.03.25-11.39.55:483][809]LogFbx: FBX Scene Loaded Succesfully -[2025.03.25-11.40.05:012][809]LogSlate: Took 0.000110 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) -[2025.03.25-11.40.19:393][809]LogSlate: Window 'FBX Import Options' being destroyed -[2025.03.25-11.40.19:441][809]LogFbx: SortedLinks :(0) root -[2025.03.25-11.40.19:441][809]LogFbx: SortedLinks :(1) pelvis -[2025.03.25-11.40.19:441][809]LogFbx: SortedLinks :(2) spine_01 -[2025.03.25-11.40.19:441][809]LogFbx: SortedLinks :(3) spine_02 -[2025.03.25-11.40.19:441][809]LogFbx: SortedLinks :(4) spine_03 -[2025.03.25-11.40.19:441][809]LogFbx: SortedLinks :(5) spine_04 -[2025.03.25-11.40.19:441][809]LogFbx: SortedLinks :(6) spine_05 -[2025.03.25-11.40.19:441][809]LogFbx: SortedLinks :(7) clavicle_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(8) upperarm_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(9) lowerarm_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(10) hand_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(11) index_metacarpal_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(12) index_01_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(13) index_02_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(14) index_03_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(15) middle_metacarpal_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(16) middle_01_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(17) middle_02_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(18) middle_03_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(19) pinky_metacarpal_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(20) pinky_01_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(21) pinky_02_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(22) pinky_03_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(23) ring_metacarpal_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(24) ring_01_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(25) ring_02_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(26) ring_03_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(27) thumb_01_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(28) thumb_02_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(29) thumb_03_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(30) lowerarm_twist_02_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(31) lowerarm_twist_01_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(32) upperarm_twist_01_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(33) upperarm_twist_02_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(34) C_Scarf_A_Root_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(35) C_Scarf_A_Joint1_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(36) C_Scarf_A_Joint2_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(37) C_Scarf_A_Joint3_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(38) C_Scarf_A_Joint4_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(39) C_Scarf_A_Joint5_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(40) C_Scarf_A_Joint6_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(41) C_Scarf_A_Joint7_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(42) C_Scarf_A_Joint8_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(43) C_Scarf_A_Joint9_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(44) C_Scarf_A_Joint10_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(45) C_Scarf_A_Joint11_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(46) C_Scarf_A_Joint12_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(47) C_Scarf_A_Joint13_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(48) C_Scarf_A_Joint14_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(49) clavicle_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(50) upperarm_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(51) lowerarm_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(52) hand_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(53) index_metacarpal_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(54) index_01_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(55) index_02_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(56) index_03_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(57) middle_metacarpal_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(58) middle_01_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(59) middle_02_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(60) middle_03_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(61) pinky_metacarpal_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(62) pinky_01_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(63) pinky_02_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(64) pinky_03_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(65) ring_metacarpal_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(66) ring_01_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(67) ring_02_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(68) ring_03_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(69) thumb_01_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(70) thumb_02_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(71) thumb_03_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(72) lowerarm_twist_02_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(73) lowerarm_twist_01_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(74) upperarm_twist_01_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(75) upperarm_twist_02_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(76) R_ShoulderPad_B_Root_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(77) R_ShoulderPad_B_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(78) R_ShoulderPad_B_Front_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(79) R_ShoulderPad_B_Back_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(80) neck_01 -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(81) neck_02 -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(82) head -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(83) FACIAL_C_FacialRoot -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(84) FACIAL_L_EyelidUpper -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(85) FACIAL_R_EyelidUpper -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(86) FACIAL_L_Eye -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(87) FACIAL_L_EyePupil -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(88) FACIAL_R_Eye -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(89) FACIAL_R_EyePupil -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(90) FACIAL_L_EyelidLower -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(91) FACIAL_R_EyelidLower -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(92) FACIAL_C_TeethUpper -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(93) FACIAL_C_Jaw -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(94) FACIAL_C_TeethLower -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(95) FACIAL_Tongue1 -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(96) FACIAL_Tongue2 -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(97) FACIAL_Tongue3 -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(98) FACIAL_Tongue4 -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(99) thigh_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(100) calf_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(101) calf_twist_02_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(102) calf_twist_01_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(103) foot_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(104) ball_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(105) thigh_twist_01_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(106) R_Skirt_A_Root_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(107) R_Skirt_A_FrontRoot_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(108) R_Skirt_A_Front1_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(109) R_Skirt_A_BackRoot_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(110) R_Skirt_A_Back1_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(111) thigh_twist_02_r -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(112) thigh_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(113) calf_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(114) calf_twist_02_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(115) calf_twist_01_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(116) foot_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(117) ball_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(118) thigh_twist_01_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(119) L_Skirt_A_Root_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(120) L_Skirt_A_FrontRoot_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(121) L_Skirt_A_Front1_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(122) L_Skirt_A_BackRoot_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(123) L_Skirt_A_Back1_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(124) thigh_twist_02_l -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(125) C_Skirt_A_Root_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(126) C_Skirt_A_FrontRoot_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(127) C_Skirt_A_Front1_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(128) C_Skirt_A_BackRoot_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(129) C_Skirt_A_Back1_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(130) R_LargePouch_A_Root_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(131) R_LargePouch_A_Joint1_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(132) R_Canister_A_Joint1_Jnt -[2025.03.25-11.40.19:442][809]LogFbx: SortedLinks :(133) R_Canister_A_Joint2_Jnt -[2025.03.25-11.40.19:444][809]LogFbx: Parsing AnimStack Unreal Take -[2025.03.25-11.40.19:512][809]LogFbx: CurveName : Test -[2025.03.25-11.40.19:512][809]LogFbx: CurveName(Test) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:512][809]LogFbx: CurveName : CTRL_rigLogic_OnOff -[2025.03.25-11.40.19:512][809]LogFbx: CurveName : RootMotion -[2025.03.25-11.40.19:512][809]LogFbx: CurveName(RootMotion) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:512][809]LogFbx: CurveName : L_BipedArm_A_Shoulder_Jnt_0_35_0 -[2025.03.25-11.40.19:512][809]LogFbx: CurveName(L_BipedArm_A_Shoulder_Jnt_0_35_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:512][809]LogFbx: CurveName : L_BipedArm_A_Shoulder_Jnt_0_n55_0 -[2025.03.25-11.40.19:512][809]LogFbx: CurveName(L_BipedArm_A_Shoulder_Jnt_0_n55_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:512][809]LogFbx: CurveName : L_BipedArm_A_Shoulder_Jnt_0_0_n60 -[2025.03.25-11.40.19:512][809]LogFbx: CurveName(L_BipedArm_A_Shoulder_Jnt_0_0_n60) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:512][809]LogFbx: CurveName : L_BipedArm_A_Shoulder_Jnt_0_0_n120 -[2025.03.25-11.40.19:512][809]LogFbx: CurveName(L_BipedArm_A_Shoulder_Jnt_0_0_n120) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:512][809]LogFbx: CurveName : L_BipedArm_A_Shoulder_Jnt_0_0_45 -[2025.03.25-11.40.19:512][809]LogFbx: CurveName(L_BipedArm_A_Shoulder_Jnt_0_0_45) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:512][809]LogFbx: CurveName : L_BipedArm_A_Shoulder_Jnt_0_0_90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(L_BipedArm_A_Shoulder_Jnt_0_0_90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : L_BipedArm_A_Shoulder_Jnt_0_n45_n90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(L_BipedArm_A_Shoulder_Jnt_0_n45_n90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : L_BipedArm_A_Shoulder_Jnt_0_n45_n150 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(L_BipedArm_A_Shoulder_Jnt_0_n45_n150) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : L_BipedArm_A_Shoulder_Jnt_0_n120_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(L_BipedArm_A_Shoulder_Jnt_0_n120_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : L_BipedArm_A_Shoulder_Jnt_0_30_n90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(L_BipedArm_A_Shoulder_Jnt_0_30_n90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : L_BipedArm_A_Shoulder_Jnt_0_n15_n90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(L_BipedArm_A_Shoulder_Jnt_0_n15_n90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : L_BipedArm_A_Shoulder_Jnt_0_n90_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(L_BipedArm_A_Shoulder_Jnt_0_n90_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : L_BipedArm_A_Shoulder_Jnt_0_0_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(L_BipedArm_A_Shoulder_Jnt_0_0_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : blendParent1 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(blendParent1) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_l_0_0_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_l_0_0_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_l_0_35_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_l_0_35_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_l_0_n55_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_l_0_n55_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_l_0_0_n60 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_l_0_0_n60) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_l_0_0_n120 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_l_0_0_n120) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_l_0_0_45 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_l_0_0_45) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_l_0_0_90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_l_0_0_90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_l_0_n45_n90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_l_0_n45_n90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_l_0_n45_n150 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_l_0_n45_n150) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_l_0_n120_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_l_0_n120_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_l_0_30_n90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_l_0_30_n90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_l_0_n15_n90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_l_0_n15_n90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_l_0_n90_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_l_0_n90_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Wrist_Jnt_0_0_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Wrist_Jnt_0_0_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Wrist_Jnt_0_n60_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Wrist_Jnt_0_n60_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Wrist_Jnt_0_n120_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Wrist_Jnt_0_n120_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Wrist_Jnt_0_0_n60 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Wrist_Jnt_0_0_n60) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Wrist_Jnt_0_0_60 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Wrist_Jnt_0_0_60) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Wrist_Jnt_0_60_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Wrist_Jnt_0_60_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : hand_r_0_0_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(hand_r_0_0_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : hand_r_0_n60_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(hand_r_0_n60_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : hand_r_0_n120_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(hand_r_0_n120_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : hand_r_0_0_n60 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(hand_r_0_0_n60) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : hand_r_0_0_60 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(hand_r_0_0_60) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : hand_r_0_60_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(hand_r_0_60_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : L_BipedArm_A_Wrist_Jnt_0_0_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(L_BipedArm_A_Wrist_Jnt_0_0_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : L_BipedArm_A_Wrist_Jnt_0_n60_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(L_BipedArm_A_Wrist_Jnt_0_n60_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : L_BipedArm_A_Wrist_Jnt_0_n120_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(L_BipedArm_A_Wrist_Jnt_0_n120_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : L_BipedArm_A_Wrist_Jnt_0_0_n60 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(L_BipedArm_A_Wrist_Jnt_0_0_n60) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : L_BipedArm_A_Wrist_Jnt_0_0_60 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(L_BipedArm_A_Wrist_Jnt_0_0_60) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : L_BipedArm_A_Wrist_Jnt_0_60_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(L_BipedArm_A_Wrist_Jnt_0_60_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : hand_l_0_0_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(hand_l_0_0_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : hand_l_0_n60_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(hand_l_0_n60_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : hand_l_0_n120_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(hand_l_0_n120_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : hand_l_0_0_n60 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(hand_l_0_0_n60) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : hand_l_0_0_60 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(hand_l_0_0_60) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : hand_l_0_60_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(hand_l_0_60_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Shoulder_Jnt_0_35_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Shoulder_Jnt_0_35_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Shoulder_Jnt_0_n55_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Shoulder_Jnt_0_n55_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Shoulder_Jnt_0_0_n60 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Shoulder_Jnt_0_0_n60) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Shoulder_Jnt_0_0_n120 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Shoulder_Jnt_0_0_n120) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Shoulder_Jnt_0_0_45 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Shoulder_Jnt_0_0_45) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Shoulder_Jnt_0_0_90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Shoulder_Jnt_0_0_90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Shoulder_Jnt_0_n45_n90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Shoulder_Jnt_0_n45_n90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Shoulder_Jnt_0_n45_n150 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Shoulder_Jnt_0_n45_n150) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Shoulder_Jnt_0_n120_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Shoulder_Jnt_0_n120_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Shoulder_Jnt_0_30_n90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Shoulder_Jnt_0_30_n90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Shoulder_Jnt_0_n15_n90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Shoulder_Jnt_0_n15_n90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Shoulder_Jnt_0_n90_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Shoulder_Jnt_0_n90_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedArm_A_Shoulder_Jnt_0_0_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedArm_A_Shoulder_Jnt_0_0_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_r_0_0_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_r_0_0_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_r_0_35_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_r_0_35_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_r_0_n55_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_r_0_n55_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_r_0_0_n60 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_r_0_0_n60) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_r_0_0_n120 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_r_0_0_n120) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_r_0_0_45 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_r_0_0_45) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_r_0_0_90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_r_0_0_90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_r_0_n45_n90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_r_0_n45_n90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_r_0_n45_n150 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_r_0_n45_n150) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_r_0_n120_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_r_0_n120_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_r_0_30_n90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_r_0_30_n90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_r_0_n15_n90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_r_0_n15_n90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : upperarm_r_0_n90_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(upperarm_r_0_n90_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedLeg_A_Knee_Jnt_0_0_0 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedLeg_A_Knee_Jnt_0_0_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedLeg_A_Knee_Jnt_0_0_45 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedLeg_A_Knee_Jnt_0_0_45) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedLeg_A_Knee_Jnt_0_0_90 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedLeg_A_Knee_Jnt_0_0_90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:513][809]LogFbx: CurveName : R_BipedLeg_A_Knee_Jnt_0_0_120 -[2025.03.25-11.40.19:513][809]LogFbx: CurveName(R_BipedLeg_A_Knee_Jnt_0_0_120) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : R_BipedLeg_A_Knee_Jnt_0_0_n30 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(R_BipedLeg_A_Knee_Jnt_0_0_n30) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : R_BipedLeg_A_Knee_Jnt_0_0_150 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(R_BipedLeg_A_Knee_Jnt_0_0_150) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : calf_r_0_0_0 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(calf_r_0_0_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : calf_r_0_0_45 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(calf_r_0_0_45) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : calf_r_0_0_90 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(calf_r_0_0_90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : calf_r_0_0_120 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(calf_r_0_0_120) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : calf_r_0_0_n30 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(calf_r_0_0_n30) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : calf_r_0_0_150 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(calf_r_0_0_150) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : L_BipedLeg_A_Knee_Jnt_0_0_0 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(L_BipedLeg_A_Knee_Jnt_0_0_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : L_BipedLeg_A_Knee_Jnt_0_0_45 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(L_BipedLeg_A_Knee_Jnt_0_0_45) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : L_BipedLeg_A_Knee_Jnt_0_0_90 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(L_BipedLeg_A_Knee_Jnt_0_0_90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : L_BipedLeg_A_Knee_Jnt_0_0_120 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(L_BipedLeg_A_Knee_Jnt_0_0_120) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : L_BipedLeg_A_Knee_Jnt_0_0_n30 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(L_BipedLeg_A_Knee_Jnt_0_0_n30) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : L_BipedLeg_A_Knee_Jnt_0_0_150 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(L_BipedLeg_A_Knee_Jnt_0_0_150) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : calf_l_0_0_0 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(calf_l_0_0_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : calf_l_0_0_45 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(calf_l_0_0_45) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : calf_l_0_0_90 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(calf_l_0_0_90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : calf_l_0_0_120 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(calf_l_0_0_120) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : calf_l_0_0_n30 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(calf_l_0_0_n30) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : calf_l_0_0_150 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(calf_l_0_0_150) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : R_BipedArm_A_Elbow_Jnt_0_0_0 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(R_BipedArm_A_Elbow_Jnt_0_0_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : R_BipedArm_A_Elbow_Jnt_0_0_n60 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(R_BipedArm_A_Elbow_Jnt_0_0_n60) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : R_BipedArm_A_Elbow_Jnt_0_0_n90 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(R_BipedArm_A_Elbow_Jnt_0_0_n90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : R_BipedArm_A_Elbow_Jnt_0_0_30 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(R_BipedArm_A_Elbow_Jnt_0_0_30) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : R_BipedArm_A_Elbow_Jnt_0_0_n120 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(R_BipedArm_A_Elbow_Jnt_0_0_n120) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : lowerarm_r_0_0_0 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(lowerarm_r_0_0_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : lowerarm_r_0_0_n60 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(lowerarm_r_0_0_n60) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : lowerarm_r_0_0_n90 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(lowerarm_r_0_0_n90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : lowerarm_r_0_0_30 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(lowerarm_r_0_0_30) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : lowerarm_r_0_0_n120 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(lowerarm_r_0_0_n120) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : L_BipedArm_A_Elbow_Jnt_0_0_0 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(L_BipedArm_A_Elbow_Jnt_0_0_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : L_BipedArm_A_Elbow_Jnt_0_0_n60 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(L_BipedArm_A_Elbow_Jnt_0_0_n60) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : L_BipedArm_A_Elbow_Jnt_0_0_n90 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(L_BipedArm_A_Elbow_Jnt_0_0_n90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : L_BipedArm_A_Elbow_Jnt_0_0_30 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(L_BipedArm_A_Elbow_Jnt_0_0_30) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : L_BipedArm_A_Elbow_Jnt_0_0_n120 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(L_BipedArm_A_Elbow_Jnt_0_0_n120) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : lowerarm_l_0_0_0 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(lowerarm_l_0_0_0) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : lowerarm_l_0_0_n60 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(lowerarm_l_0_0_n60) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : lowerarm_l_0_0_n90 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(lowerarm_l_0_0_n90) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : lowerarm_l_0_0_30 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(lowerarm_l_0_0_30) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : lowerarm_l_0_0_n120 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(lowerarm_l_0_0_n120) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : C_BipedHeadNeck_A_NeckMid_Jnt_0_0_4 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(C_BipedHeadNeck_A_NeckMid_Jnt_0_0_4) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : C_BipedHeadNeck_A_NeckMid_Jnt_0_0_49 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(C_BipedHeadNeck_A_NeckMid_Jnt_0_0_49) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : C_BipedHeadNeck_A_NeckMid_Jnt_0_0_n41 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(C_BipedHeadNeck_A_NeckMid_Jnt_0_0_n41) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : C_BipedHeadNeck_A_NeckMid_Jnt_11_n44_n1 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(C_BipedHeadNeck_A_NeckMid_Jnt_11_n44_n1) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : C_BipedHeadNeck_A_NeckMid_Jnt_n11_44_n1 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(C_BipedHeadNeck_A_NeckMid_Jnt_n11_44_n1) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : neck_02_0_0_4 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(neck_02_0_0_4) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : neck_02_n11_44_n1 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(neck_02_n11_44_n1) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : neck_02_11_n44_n1 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(neck_02_11_n44_n1) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : neck_02_0_0_49 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(neck_02_0_0_49) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : neck_02_0_0_n41 -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(neck_02_0_0_n41) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : browDownLeft -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : browDownRight -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : browInnerUp -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(browInnerUp) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : browOuterUpLeft -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(browOuterUpLeft) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : browOuterUpRight -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(browOuterUpRight) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : eyeBlinkLeft -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(eyeBlinkLeft) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : eyeBlinkRight -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(eyeBlinkRight) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : eyeSquintLeft -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(eyeSquintLeft) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : eyeSquintRight -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(eyeSquintRight) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : cheekSquintLeft -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(cheekSquintLeft) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : cheekSquintRight -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(cheekSquintRight) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : eyeWideLeft -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(eyeWideLeft) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : eyeWideRight -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(eyeWideRight) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : eyeLookUpLeft -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : eyeLookUpRight -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : eyeLookDownLeft -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : eyeLookDownRight -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : eyeLookOutLeft -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : eyeLookInRight -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : eyeLookInLeft -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : eyeLookOutRight -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : noseSneerLeft -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : noseSneerRight -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : mouthLeft -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(mouthLeft) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : mouthRight -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(mouthRight) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : mouthUpperUpLeft -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : mouthUpperUpRight -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : mouthSmileLeft -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(mouthSmileLeft) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : mouthSmileRight -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(mouthSmileRight) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : mouthDimpleLeft -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(mouthDimpleLeft) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : mouthDimpleRight -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(mouthDimpleRight) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : mouthFrownLeft -[2025.03.25-11.40.19:514][809]LogFbx: CurveName(mouthFrownLeft) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:514][809]LogFbx: CurveName : mouthFrownRight -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouthStretchLeft -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouthStretchLeft) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouthStretchRight -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouthStretchRight) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouthLowerDownLeft -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouthLowerDownRight -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouthFunnel -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouthClose -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouthPucker -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouthPucker) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : jawOpen -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : jawLeft -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(jawLeft) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : jawRight -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(jawRight) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : jawForward -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(jawForward) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouthShrugLower -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouthShrugUpper -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouthRollLower -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouthRollUpper -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouthPressLeft -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouthPressLeft) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouthPressRight -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouthPressRight) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : cheekPuff -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(cheekPuff) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : browRaise_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(browRaise_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : browRaise_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(browRaise_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : browDown_innerRaise_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(browDown_innerRaise_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : browDown_innerRaise_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(browDown_innerRaise_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_blinkElookUp_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_blinkElookUp_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_blinkElookUp_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_blinkElookUp_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_blinkElookDown_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_blinkElookDown_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_blinkElookDown_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_blinkElookDown_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_blinkElookLeft_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_blinkElookLeft_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_blinkElookLeft_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_blinkElookLeft_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_blinkElookRight_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_blinkElookRight_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_blinkElookRight_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_blinkElookRight_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_lookUpLeft_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_lookUpLeft_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_lookUpLeft_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_lookUpLeft_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_lookUpRight_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_lookUpRight_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_lookUpRight_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_lookUpRight_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_lookDownLeft_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_lookDownLeft_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_lookDownLeft_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_lookDownLeft_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_lookDownRight_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_lookDownRight_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_lookDownRight_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_lookDownRight_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_blinkElookUpLeft_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_blinkElookUpLeft_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_blinkElookUpLeft_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_blinkElookUpLeft_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_blinkElookUpRight_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_blinkElookUpRight_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_blinkElookUpRight_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_blinkElookUpRight_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_blinkElookDownLeft_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_blinkElookDownLeft_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_blinkElookDownLeft_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_blinkElookDownLeft_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_blinkElookDownRight_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_blinkElookDownRight_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_blinkElookDownRight_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_blinkElookDownRight_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_widenElookDown_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_widenElookDown_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_widenElookDown_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_widenElookDown_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_squintInnerEblink_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_squintInnerEblink_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_squintInnerEblink_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_squintInnerEblink_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_cheekRaiseEsquintInner_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_cheekRaiseEsquintInner_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_cheekRaiseEsquintInner_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_cheekRaiseEsquintInner_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_cheekRaiseEblink_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_cheekRaiseEblink_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_cheekRaiseEblink_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_cheekRaiseEblink_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_cheekRaiseEsquintInnerEblink_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_cheekRaiseEsquintInnerEblink_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_cheekRaiseEsquintInnerEblink_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_cheekRaiseEsquintInnerEblink_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_cheekRaiseNwrinkle_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_cheekRaiseNwrinkle_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : eye_cheekRaiseNwrinkle_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(eye_cheekRaiseNwrinkle_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_upperLipRaiseNwrinkle_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_upperLipRaiseNwrinkle_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_upperLipRaiseNwrinkle_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_upperLipRaiseNwrinkle_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_upperLipRaiseJopen_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_upperLipRaiseJopen_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_upperLipRaiseJopen_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_upperLipRaiseJopen_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_upperLipRaiseDimple_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_upperLipRaiseDimple_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_upperLipRaiseDimple_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_upperLipRaiseDimple_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_cornerPullLowerLipDepress_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_cornerPullLowerLipDepress_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_cornerPullLowerLipDepress_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_cornerPullLowerLipDepress_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_upperLipRaiseCornerPull_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_upperLipRaiseCornerPull_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_upperLipRaiseCornerPull_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_upperLipRaiseCornerPull_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_cheekRaiseCornerPull_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_cheekRaiseCornerPull_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_cheekRaiseCornerPull_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_cheekRaiseCornerPull_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_cornerPullJopen_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_cornerPullJopen_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_cornerPullJopen_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_cornerPullJopen_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_dimpleJopen_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_dimpleJopen_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_dimpleJopen_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_dimpleJopen_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_stretchJopen_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_stretchJopen_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_stretchJopen_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_stretchJopen_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_cornerPullMstretch_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_cornerPullMstretch_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_cornerPullMstretch_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_cornerPullMstretch_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_cornerPullMstretchJopen_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_cornerPullMstretchJopen_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_cornerPullMstretchJopen_R -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_cornerPullMstretchJopen_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:515][809]LogFbx: CurveName : mouth_dimpleLowerLipDepress_L -[2025.03.25-11.40.19:515][809]LogFbx: CurveName(mouth_dimpleLowerLipDepress_L) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : mouth_dimpleLowerLipDepress_R -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(mouth_dimpleLowerLipDepress_R) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : mouth_lipsTogetherJopen_cor -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(mouth_lipsTogetherJopen_cor) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : mouth_funnelJopen_cor -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(mouth_funnelJopen_cor) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : mouth_puckerJopen_cor -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(mouth_puckerJopen_cor) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : mouth_oh_cor -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(mouth_oh_cor) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : mouth_ohJopen_cor -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(mouth_ohJopen_cor) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : jaw_leftJopen_cor -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(jaw_leftJopen_cor) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : jaw_rightJopen_cor -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(jaw_rightJopen_cor) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : mouth_lipsTogetherPucker_cor -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(mouth_lipsTogetherPucker_cor) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : mouth_lipsTogetherPuckerJopen_cor -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(mouth_lipsTogetherPuckerJopen_cor) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : mouthClose_inv -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(mouthClose_inv) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : DisableIK -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : jawFwd -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : LightDart_Release_Pitch -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(LightDart_Release_Pitch) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : Interruptible -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(Interruptible) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : MovementSpeed -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(MovementSpeed) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : PhysicsRotationAlpha -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(PhysicsRotationAlpha) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : SlopeWarpingAlpha -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(SlopeWarpingAlpha) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : SpeedWarpingAlpha -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(SpeedWarpingAlpha) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : DistanceCurve -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(DistanceCurve) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : JogStartCurve -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(JogStartCurve) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : MoveData_Speed -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(MoveData_Speed) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : MoveData_WalkRotationDelta -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(MoveData_WalkRotationDelta) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : MoveData_JogRotationDelta -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(MoveData_JogRotationDelta) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:516][809]LogFbx: CurveName : neutral -[2025.03.25-11.40.19:516][809]LogFbx: CurveName(neutral) is skipped because it only contains invalid values. -[2025.03.25-11.40.19:737][809]LogFbx: Warning: IMPORT TRANSFORM ERROR : Bone (clavicle_l:5) -Source Global Transform (2.928562,-80.642377,108.298101|3.042606,0.287737,19.951365|1.000000,1.000000,1.000000), -Converted Global Transform (4.854102,-82.554531,93.369700|1.812007,-0.599736,29.031872|1.000000,1.000000,1.000000) -[2025.03.25-11.40.19:744][809]LogAnimationCompression: Display: Building compressed animation data for AnimSequence /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver.VaultOver (Required Memory Estimate: 1.07 MB) -[2025.03.25-11.40.19:755][809]FBXImport: Warning: The following bones exist in the imported animation, but not in the Skeleton asset UE4_Mannequin_Skeleton. Any animation on these bones will not be imported: +[2025.04.02-13.39.03:659][ 0]Running Python start-up script 'F:/UE_5.4/Engine/Plugins/Animation/ControlRig/Content/Python/init_unreal.py': 0.034991 secs +[2025.04.02-13.39.03:693][ 1]LogSourceControl: Uncontrolled asset enumeration finished in 0.19091 seconds (Found 8723 uncontrolled assets) +[2025.04.02-13.39.03:754][ 1]LogD3D12RHI: Cannot end block when stack is empty +[2025.04.02-13.39.03:899][ 2]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-13.39.03:899][ 2]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-13.39.03:901][ 2]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-13.39.03:906][ 2]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-13.39.04:011][ 2]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-13.39.04:017][ 2]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-13.39.04:017][ 2]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-13.39.04:023][ 2]LogD3D12RHI: Waited for PSO creation for 100.000000ms +[2025.04.02-13.39.04:117][ 2]LogD3D12RHI: Waited for PSO creation for 200.000000ms +[2025.04.02-13.39.04:123][ 2]LogD3D12RHI: Waited for PSO creation for 200.000000ms +[2025.04.02-13.39.06:848][247]LogSlate: Window 'Message Log' being destroyed +[2025.04.02-13.39.06:859][247]LogSlate: Window 'Message Log' being destroyed +[2025.04.02-13.39.09:415][511]LogSlate: Window 'Plugins' being destroyed +[2025.04.02-13.39.09:420][511]LogSlate: Window 'Plugins' being destroyed +[2025.04.02-13.39.11:196][706]LogSlate: Took 0.000113 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Light.ttf' (167K) +[2025.04.02-13.39.12:437][844]LogUObjectHash: Compacting FUObjectHashTables data took 0.49ms +[2025.04.02-13.39.12:463][844]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-13.39.12:467][844]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-13.39.12:468][844]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-13.39.12:469][844]LogDeviceProfileManager: Going up to parent DeviceProfile [AppleTV] +[2025.04.02-13.39.12:469][844]LogDeviceProfileManager: Going up to parent DeviceProfile [IOS] +[2025.04.02-13.39.12:469][844]LogDeviceProfileManager: Going up to parent DeviceProfile [] +[2025.04.02-13.39.12:474][844]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_0 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.39.12:474][844]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_1 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.39.12:476][844]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_5 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.39.12:476][844]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_2 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.39.12:476][844]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_4 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.39.12:476][844]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_3 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.39.12:477][844]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_6 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.39.12:477][844]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_7 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.39.12:478][844]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_8 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.39.12:480][844]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_9 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.39.12:484][844]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_10 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-13.39.12:490][844]LogMaterial: Display: LandscapeMaterialInstanceConstant_0-SM6-Default: MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCESPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; +_MatTransl_3B7A55D3409170328211A060FC2E3BB1E263C720_BBD650804D314CE7A44ADF9BB4F3F5F9_ +[2025.04.02-13.39.12:509][844]LogAssetEditorSubsystem: Opening Asset editor for World /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 +[2025.04.02-13.39.12:509][844]Cmd: MAP LOAD FILE="../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap" TEMPLATE=0 SHOWPROGRESS=1 FEATURELEVEL=4 +[2025.04.02-13.39.12:573][844]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true +[2025.04.02-13.39.12:573][844]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-13.39.12:573][844]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap +[2025.04.02-13.39.12:608][844]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. +[2025.04.02-13.39.12:608][844]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-13.39.12:608][844]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-13.39.12:612][844]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-13.39.12:617][844]LogUObjectHash: Compacting FUObjectHashTables data took 0.74ms +[2025.04.02-13.39.12:634][844]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-13.39.12:635][844]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-13.39.12:677][844]LogUObjectHash: Compacting FUObjectHashTables data took 0.89ms +[2025.04.02-13.39.12:682][844]LogUObjectHash: Compacting FUObjectHashTables data took 0.65ms +[2025.04.02-13.39.12:713][844]LogMaterial: Display: LandscapeMaterialInstanceConstant_0-SM6-Default: MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCESPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; +_MatTransl_3B7A55D3409170328211A060FC2E3BB1E263C720_BBD650804D314CE7A44ADF9BB4F3F5F9_ +[2025.04.02-13.39.12:727][844]LogAudio: Display: Audio Device (ID: 1) registered with world 'OpenWorld_01'. +[2025.04.02-13.39.12:727][844]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-13.39.13:595][844]LogEditorServer: Finished looking for orphan Actors (0.000 secs) +[2025.04.02-13.39.13:601][844]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms +[2025.04.02-13.39.13:604][844]Cmd: MAP CHECKDEP NOCLEARLOG +[2025.04.02-13.39.13:604][844]MapCheck: Map check complete: 0 Error(s), 0 Warning(s), took 0.05ms to complete. +[2025.04.02-13.39.20:647][541]LogSlate: Took 0.000158 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-Italic.ttf' (157K) +[2025.04.02-13.39.27:036][ 85]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance +[2025.04.02-13.39.27:038][ 85]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_0 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.39.27:038][ 85]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_0 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.39.27:038][ 85]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_0 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.39.27:038][ 85]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_0 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.39.27:038][ 85]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_0 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-13.39.27:039][ 85]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_0 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-13.39.27:039][ 85]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_0 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-13.39.27:039][ 85]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_0 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-13.39.27:039][ 85]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_0 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-13.39.27:039][ 85]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_0 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-13.39.27:039][ 85]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_0 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-13.39.27:039][ 85]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_0 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-13.39.27:067][ 85]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_0 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.39.27:067][ 85]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_0 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.39.27:067][ 85]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_0 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.39.27:067][ 85]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_0 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.39.28:717][258]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-13.39.34:674][549]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_0] Brush Initialize +[2025.04.02-13.39.34:718][549]LogBlueprintUserMessages: [LandmassBrushManager_C_0] Landmass Manager Initialize +[2025.04.02-13.39.34:718][549]LogScript: Warning: Accessed None trying to read property CopyRT_MID + LandmassBrushManager_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.LandmassBrushManager_C_0 + Function /Landmass/Landscape/BlueprintBrushes/LandmassBrushManager.LandmassBrushManager_C:RenderLayer:00AB +[2025.04.02-13.39.34:718][549]Blueprint: Warning: DrawMaterialToRenderTarget[/Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.LandmassBrushManager_C_0]: Material must be non-null. +[2025.04.02-13.39.38:849][836]Cmd: TRANSACTION UNDO +[2025.04.02-13.39.38:849][836]LogEditorTransaction: Undo Create landscape brush +[2025.04.02-13.39.43:742][236]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-13.39.59:065][551]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-13.40.12:808][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/LandmassBrushManager.PLACEHOLDER-CLASS__JumpFlood_Component2D_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/LandmassBrushManager.PLACEHOLDER-CLASS__CustomBrush_Landmass_C_1 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/LandmassBrushManager.PLACEHOLDER-CLASS__Landmass_PreviewLandscape_C_2 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/LandmassBrushManager.PLACEHOLDER-CLASS__EUW_Landmass_Editor_C_3 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/LandmassBrushManager.PLACEHOLDER-CLASS__LandmassBrush_Erosion_C_4 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/LandmassBrushManager.PLACEHOLDER-CLASS__EUB_SpawnErosionTab_C_5 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/LandmassBrushManager.PLACEHOLDER-CLASS__Landmass_Interface_C_6 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Interface/Landmass_Interface.PLACEHOLDER-CLASS__LandmassBrushManager_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Brushes/LandmassBrush_Erosion.PLACEHOLDER-CLASS__LandmassBrushManager_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Brushes/LandmassBrush_Erosion.PLACEHOLDER-CLASS__Landmass_Interface_C_1 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Brushes/LandmassBrush_Erosion.PLACEHOLDER-CLASS__EUB_SpawnErosionTab_C_2 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/CustomBrush_MaterialOnly.PLACEHOLDER-CLASS__LandmassBrushManager_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.PLACEHOLDER-CLASS__LandmassBrushManager_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.PLACEHOLDER-CLASS__SplineMeshChild_C_1 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Previewing/Landmass_PreviewLandscape.PLACEHOLDER-CLASS__LandmassBrushManager_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/ErosionBrush/BP/Widgets/EUB_SpawnErosionTab.PLACEHOLDER-CLASS__LandmassBrush_Erosion_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/ErosionBrush/BP/Widgets/EUB_SpawnErosionTab.PLACEHOLDER-CLASS__LandmassBrushManager_C_1 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/ErosionBrush/BP/Widgets/EUB_SpawnErosionTab.PLACEHOLDER-CLASS__EUW_Landmass_Editor_C_2 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/ErosionBrush/BP/Widgets/EUB_SpawnErosionTab.PLACEHOLDER-CLASS__EUW_Landscape_Erosion_C_3 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Widgets/EUW_Landmass_Editor.PLACEHOLDER-CLASS__LandmassViewport_Widget_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Widgets/EUW_Landmass_Editor.PLACEHOLDER-CLASS__LandmassBrushManager_C_1 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Widgets/EUW_Landmass_Editor.PLACEHOLDER-CLASS__Landmass_PreviewLandscape_C_2 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Widgets/EUW_Landmass_Editor.PLACEHOLDER-CLASS__Landmass_Interface_C_3 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Widgets/EUW_Landmass_Editor.PLACEHOLDER-CLASS__Landmass_EditorInterface_C_4 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Widgets/Landmass_WidgetComponents.PLACEHOLDER-CLASS__JumpFlood_Component2D_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Widgets/Landmass_WidgetComponents.PLACEHOLDER-CLASS__Landmass_PreviewLandscape_C_1 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Widgets/LandmassViewport_Widget.PLACEHOLDER-CLASS__LandmassViewport_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Widgets/LandmassViewport_Widget.PLACEHOLDER-CLASS__Landmass_WidgetComponents_C_1 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Widgets/LandmassBrush_EntryWidget.PLACEHOLDER-CLASS__EUW_Landmass_Editor_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Widgets/LandmassBrush_EntryWidget.PLACEHOLDER-CLASS__Landmass_EditorInterface_C_1 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Widgets/LandmassBrush_EntryWidget.PLACEHOLDER-CLASS__LandmassBrushManager_C_2 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/BlueprintBrushes/Libraries/Landmass_FunctionLibrary.PLACEHOLDER-CLASS__LandmassBrushManager_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/ErosionBrush/BP/Widgets/EUW_Landscape_Erosion.PLACEHOLDER-CLASS__LandmassBrush_Erosion_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/ErosionBrush/BP/Widgets/EUW_Landscape_Erosion.PLACEHOLDER-CLASS__EUW_ErosionKey_C_1 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/ErosionBrush/BP/Widgets/EUW_Landscape_Erosion.PLACEHOLDER-CLASS__ErosionBrush_DataSettings_Preset_C_2 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.12:809][ 91]LogEditorClassViewer: Warning: Class /Landmass/Landscape/ErosionBrush/BP/Widgets/EUW_ErosionKey.PLACEHOLDER-CLASS__EUW_Landscape_Erosion_C_0 has parent , but this parent is not found. The Class will not be shown in ClassViewer. +[2025.04.02-13.40.14:961][334]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_1 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.40.14:961][334]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_1 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.40.14:961][334]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_1 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.40.14:961][334]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_1 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.40.14:961][334]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_1 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-13.40.14:961][334]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_1 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-13.40.14:961][334]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_1 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-13.40.14:961][334]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_1 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-13.40.14:961][334]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_1 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-13.40.14:961][334]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_1 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-13.40.14:961][334]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_1 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-13.40.14:961][334]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_1 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-13.40.14:990][334]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_1 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.40.14:990][334]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_1 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.40.14:990][334]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_1 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.40.14:990][334]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_1 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.40.15:034][334]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_1] Brush Initialize +[2025.04.02-13.40.17:182][406]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-13.40.50:996][715]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. +[2025.04.02-13.42.01:120][612]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: ================================================ +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Total job queries 1,727, among them cache hits 248 (14.36%), DDC hits 1,194 (69.14%), Duplicates 125 (7.24%) +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Tracking 1,354 distinct input hashes that result in 1,013 distinct outputs (74.82%) +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: RAM used: 25.21 MiB of 3.20 GiB budget. Usage: 0.77% +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Shaders Compiled: 160 +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Jobs assigned 160, completed 160 (100%) +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Average time worker was idle: 4.03 s +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Time job spent in pending queue: average 1.78 s, longest 6.07 s +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Job execution time: average 1.35 s, max 5.28 s +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Job life time (pending + execution): average 3.13 s, max 7.50 +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Shader code size: average 29.214 KiB, min 2.418 KiB, max 62.258 KiB +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 12.92 s +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.01% +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Jobs were issued in 100 batches (only local compilation was used), average 1.60 jobs/batch +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Average processing rate: 12.39 jobs/sec +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Total thread time: 50.423 s +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Total thread preprocess time: 21.544 s +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Percentage time preprocessing: 42.73% +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Effective parallelization: 3.90 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: FDebugViewModePS (compiled 12 times, average 1.34 sec, max 1.69 sec, min 0.65 sec) +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 10 times, average 0.55 sec, max 0.62 sec, min 0.28 sec) +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight (compiled 4 times, average 0.48 sec, max 0.70 sec, min 0.29 sec) +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: FLumenCardPS (compiled 10 times, average 0.39 sec, max 0.59 sec, min 0.22 sec) +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: TBasePassPSFCachedPointIndirectLightingPolicySkylight (compiled 2 times, average 0.32 sec, max 0.33 sec, min 0.30 sec) +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: FDebugViewModePS - 31.90% of total time (compiled 12 times, average 1.34 sec, max 1.69 sec, min 0.65 sec) +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 11.00% of total time (compiled 10 times, average 0.55 sec, max 0.62 sec, min 0.28 sec) +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: FLumenCardPS - 7.80% of total time (compiled 10 times, average 0.39 sec, max 0.59 sec, min 0.22 sec) +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: FDebugViewModeVS - 6.15% of total time (compiled 13 times, average 0.24 sec, max 0.30 sec, min 0.11 sec) +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 5.91% of total time (compiled 10 times, average 0.30 sec, max 0.39 sec, min 0.26 sec) +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: === Material stats === +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Materials Translated: 217 +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Material Total Translate Time: 0.12 s +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Material Translation Only: 0.07 s (59%) +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (4%) +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: Material Cache Hits: 79 (36%) +[2025.04.02-13.42.03:447][857]LogShaderCompilers: Display: ================================================ +[2025.04.02-13.42.15:493][158]Cmd: TRANSACTION UNDO +[2025.04.02-13.42.15:493][158]LogEditorTransaction: Undo Clicking on Elements +[2025.04.02-13.42.16:277][199]Cmd: TRANSACTION UNDO +[2025.04.02-13.42.16:277][199]LogEditorTransaction: Undo Select Spline Point +[2025.04.02-13.42.16:927][257]Cmd: TRANSACTION UNDO +[2025.04.02-13.42.16:927][257]LogEditorTransaction: Undo Move Elements +[2025.04.02-13.45.36:523][910]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_2 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.45.36:523][910]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_2 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.45.36:523][910]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_2 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.45.36:523][910]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_2 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.45.36:523][910]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_2 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-13.45.36:523][910]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_2 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-13.45.36:523][910]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_2 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-13.45.36:523][910]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_2 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-13.45.36:523][910]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_2 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-13.45.36:523][910]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_2 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-13.45.36:523][910]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_2 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-13.45.36:523][910]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_2 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-13.45.36:552][910]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_2 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.45.36:552][910]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_2 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.45.36:552][910]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_2 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.45.36:552][910]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_2 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.45.36:596][910]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_2] Brush Initialize +[2025.04.02-13.45.39:295][203]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-13.46.46:716][320]Cmd: DUPLICATE +[2025.04.02-13.46.46:716][320]Cmd: ACTOR DUPLICATE +[2025.04.02-13.46.46:720][320]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_3 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.46.46:720][320]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_3 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.46.46:721][320]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_3 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.46.46:721][320]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_3 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.46.46:721][320]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_3 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-13.46.46:721][320]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_3 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-13.46.46:721][320]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_3 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-13.46.46:721][320]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_3 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-13.46.46:721][320]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_3 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-13.46.46:721][320]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_3 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-13.46.46:721][320]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_3 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-13.46.46:721][320]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_3 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-13.46.46:756][320]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_3.MID_LandmassBrush_Angle_1). Import failed... +[2025.04.02-13.46.46:756][320]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-13.46.46:756][320]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_3.MID_LandmassBrush_Weightmap_2). Import failed... +[2025.04.02-13.46.46:756][320]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-13.46.48:070][320]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.46.48:094][320]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-13.46.48:196][320]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_3] Brush Initialize +[2025.04.02-13.47.32:273][741]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-13.47.32:276][741]LogOnline: OSS: Created online subsystem instance for: NULL +[2025.04.02-13.47.32:276][741]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] +[2025.04.02-13.47.32:276][741]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-13.47.32:309][741]LogPlayLevel: PIE: StaticDuplicateObject took: (0.032879s) +[2025.04.02-13.47.32:309][741]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.032928s) +[2025.04.02-13.47.32:339][741]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms +[2025.04.02-13.47.32:343][741]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-13.47.32:344][741]LogPlayLevel: PIE: World Init took: (0.001182s) +[2025.04.02-13.47.32:355][741]LogAudio: Display: Creating Audio Device: Id: 2, Scope: Unique, Realtime: True +[2025.04.02-13.47.32:355][741]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-13.47.32:355][741]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-13.47.32:355][741]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-13.47.32:355][741]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-13.47.32:355][741]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-13.47.32:355][741]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-13.47.32:355][741]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-13.47.32:355][741]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-13.47.32:355][741]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-13.47.32:355][741]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-13.47.32:355][741]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-13.47.32:356][741]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-13.47.32:372][741]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-13.47.32:373][741]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-13.47.32:373][741]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-13.47.32:373][741]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-13.47.32:373][741]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2 +[2025.04.02-13.47.32:373][741]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2 +[2025.04.02-13.47.32:374][741]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2 +[2025.04.02-13.47.32:375][741]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2 +[2025.04.02-13.47.32:375][741]LogInit: FAudioDevice initialized with ID 2. +[2025.04.02-13.47.32:375][741]LogAudio: Display: Audio Device (ID: 2) registered with world 'OpenWorld_01'. +[2025.04.02-13.47.32:375][741]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2 +[2025.04.02-13.47.32:377][741]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-13.47.32:381][741]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-07.47.32 +[2025.04.02-13.47.32:381][741]LogWorld: Bringing up level for play took: 0.003904 +[2025.04.02-13.47.32:383][741]LogOnline: OSS: Created online subsystem instance for: :Context_4 +[2025.04.02-13.47.32:384][741]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-13.47.32:384][741]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-13.47.32:410][741]PIE: Server logged in +[2025.04.02-13.47.32:411][741]PIE: Play in editor total start time 0.14 seconds. +[2025.04.02-13.47.38:731][ 95]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-13.47.38:731][ 95]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-13.47.38:731][ 95]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-13.47.38:732][ 95]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-13.47.38:732][ 95]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-13.47.38:732][ 95]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-13.47.38:735][ 95]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-13.47.38:738][ 95]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-13.47.38:746][ 95]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-13.47.38:746][ 95]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2 +[2025.04.02-13.47.38:746][ 95]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.04.02-13.47.38:747][ 95]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 +[2025.04.02-13.47.38:753][ 95]LogUObjectHash: Compacting FUObjectHashTables data took 0.59ms +[2025.04.02-13.47.38:824][ 96]LogPlayLevel: Display: Destroying online subsystem :Context_4 +[2025.04.02-13.47.58:260][337]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_4 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.47.58:260][337]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_4 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.47.58:260][337]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_4 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.47.58:260][337]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_4 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.47.58:260][337]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_4 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-13.47.58:260][337]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_4 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-13.47.58:260][337]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_4 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-13.47.58:260][337]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_4 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-13.47.58:260][337]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_4 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-13.47.58:260][337]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_4 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-13.47.58:260][337]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_4 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-13.47.58:260][337]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_4 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-13.47.58:291][337]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_4 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.47.58:291][337]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_4 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.47.58:291][337]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_4 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.47.58:291][337]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_4 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.47.58:334][337]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_4] Brush Initialize +[2025.04.02-13.48.01:348][673]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-13.48.33:144][313]LogEditorViewport: Clicking Background +[2025.04.02-13.49.55:026][504]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-13.51.21:305][832]LogEditorViewport: Clicking Background +[2025.04.02-13.51.46:749][420]Cmd: DUPLICATE +[2025.04.02-13.51.46:749][420]Cmd: ACTOR DUPLICATE +[2025.04.02-13.51.46:752][420]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_5 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.51.46:752][420]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_5 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.51.46:752][420]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_5 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.51.46:752][420]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_5 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.51.46:752][420]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_5 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-13.51.46:752][420]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_5 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-13.51.46:752][420]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_5 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-13.51.46:752][420]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_5 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-13.51.46:752][420]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_5 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-13.51.46:752][420]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_5 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-13.51.46:752][420]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_5 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-13.51.46:752][420]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_5 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-13.51.46:788][420]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_5.MID_LandmassBrush_Angle_1). Import failed... +[2025.04.02-13.51.46:788][420]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-13.51.46:788][420]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_5.MID_LandmassBrush_Weightmap_2). Import failed... +[2025.04.02-13.51.46:788][420]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-13.51.47:951][420]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.51.47:957][420]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-13.51.48:068][420]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_5] Brush Initialize +[2025.04.02-13.52.04:940][225]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-13.52.47:875][246]Cmd: DUPLICATE +[2025.04.02-13.52.47:875][246]Cmd: ACTOR DUPLICATE +[2025.04.02-13.52.47:878][246]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_6 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.52.47:878][246]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_6 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.52.47:878][246]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_6 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.52.47:878][246]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_6 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.52.47:878][246]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_6 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-13.52.47:878][246]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_6 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-13.52.47:878][246]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_6 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-13.52.47:878][246]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_6 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-13.52.47:878][246]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_6 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-13.52.47:878][246]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_6 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-13.52.47:878][246]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_6 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-13.52.47:879][246]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_6 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-13.52.47:914][246]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_6.MID_LandmassBrush_Angle_1). Import failed... +[2025.04.02-13.52.47:914][246]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-13.52.47:914][246]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_6.MID_LandmassBrush_Weightmap_2). Import failed... +[2025.04.02-13.52.47:914][246]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-13.52.48:976][246]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.52.48:982][246]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-13.52.50:134][246]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.52.50:141][246]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-13.52.50:248][246]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_6] Brush Initialize +[2025.04.02-13.52.54:339][418]Cmd: TRANSACTION UNDO +[2025.04.02-13.52.54:339][418]LogEditorTransaction: Undo Move Elements +[2025.04.02-13.53.24:384][101]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-13.53.24:408][101]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-13.53.24:433][101]LogPlayLevel: PIE: StaticDuplicateObject took: (0.024837s) +[2025.04.02-13.53.24:433][101]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.024882s) +[2025.04.02-13.53.24:459][101]LogUObjectHash: Compacting FUObjectHashTables data took 0.65ms +[2025.04.02-13.53.24:465][101]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-13.53.24:465][101]LogPlayLevel: PIE: World Init took: (0.000903s) +[2025.04.02-13.53.24:476][101]LogAudio: Display: Creating Audio Device: Id: 3, Scope: Unique, Realtime: True +[2025.04.02-13.53.24:476][101]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-13.53.24:476][101]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-13.53.24:476][101]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-13.53.24:476][101]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-13.53.24:476][101]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-13.53.24:476][101]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-13.53.24:476][101]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-13.53.24:477][101]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-13.53.24:477][101]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-13.53.24:477][101]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-13.53.24:477][101]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-13.53.24:478][101]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-13.53.24:494][101]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-13.53.24:494][101]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-13.53.24:494][101]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-13.53.24:494][101]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-13.53.24:495][101]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3 +[2025.04.02-13.53.24:495][101]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=3 +[2025.04.02-13.53.24:496][101]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3 +[2025.04.02-13.53.24:496][101]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3 +[2025.04.02-13.53.24:496][101]LogInit: FAudioDevice initialized with ID 3. +[2025.04.02-13.53.24:496][101]LogAudio: Display: Audio Device (ID: 3) registered with world 'OpenWorld_01'. +[2025.04.02-13.53.24:496][101]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3 +[2025.04.02-13.53.24:499][101]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-13.53.24:503][101]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-07.53.24 +[2025.04.02-13.53.24:503][101]LogWorld: Bringing up level for play took: 0.004052 +[2025.04.02-13.53.24:505][101]LogOnline: OSS: Created online subsystem instance for: :Context_5 +[2025.04.02-13.53.24:506][101]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-13.53.24:506][101]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-13.53.24:519][101]PIE: Server logged in +[2025.04.02-13.53.24:520][101]PIE: Play in editor total start time 0.139 seconds. +[2025.04.02-13.54.43:109][576]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-13.54.43:109][576]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-13.54.43:110][576]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-13.54.43:111][576]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-13.54.43:111][576]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-13.54.43:111][576]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-13.54.43:114][576]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-13.54.43:117][576]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-13.54.43:127][576]LogAudio: Display: Audio Device unregistered from world 'None'. +[2025.04.02-13.54.43:127][576]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3 +[2025.04.02-13.54.43:127][576]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 +[2025.04.02-13.54.43:128][576]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 +[2025.04.02-13.54.43:132][576]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-13.54.43:135][576]LogUObjectHash: Compacting FUObjectHashTables data took 0.57ms +[2025.04.02-13.54.43:204][577]LogPlayLevel: Display: Destroying online subsystem :Context_5 +[2025.04.02-13.55.01:624][653]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_7 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.55.01:624][653]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_7 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.55.01:624][653]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_7 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.55.01:624][653]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_7 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.55.01:624][653]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_7 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-13.55.01:624][653]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_7 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-13.55.01:624][653]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_7 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-13.55.01:624][653]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_7 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-13.55.01:624][653]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_7 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-13.55.01:624][653]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_7 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-13.55.01:624][653]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_7 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-13.55.01:624][653]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_7 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-13.55.01:656][653]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_7 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.55.01:656][653]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_7 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.55.01:656][653]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_7 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.55.01:656][653]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_7 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.55.01:704][653]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_7] Brush Initialize +[2025.04.02-13.55.03:183][806]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-13.55.28:741][ 79]LogEditorViewport: Clicking Background +[2025.04.02-13.56.29:107][978]Cmd: DUPLICATE +[2025.04.02-13.56.29:107][978]Cmd: ACTOR DUPLICATE +[2025.04.02-13.56.29:110][978]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_8 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.56.29:110][978]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_8 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.56.29:110][978]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_8 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.56.29:110][978]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_8 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.56.29:110][978]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_8 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-13.56.29:110][978]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_8 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-13.56.29:110][978]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_8 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-13.56.29:110][978]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_8 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-13.56.29:110][978]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_8 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-13.56.29:110][978]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_8 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-13.56.29:110][978]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_8 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-13.56.29:110][978]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_8 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-13.56.29:149][978]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_8.MID_LandmassBrush_Angle_1). Import failed... +[2025.04.02-13.56.29:149][978]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-13.56.29:149][978]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_8.MID_LandmassBrush_Weightmap_2). Import failed... +[2025.04.02-13.56.29:149][978]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-13.56.30:299][978]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.56.30:307][978]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-13.56.30:418][978]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_8] Brush Initialize +[2025.04.02-13.57.03:467][415]Cmd: DUPLICATE +[2025.04.02-13.57.03:467][415]Cmd: ACTOR DUPLICATE +[2025.04.02-13.57.03:469][415]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_9 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.57.03:469][415]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_9 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.57.03:469][415]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_9 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.57.03:469][415]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_9 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.57.03:469][415]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_9 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-13.57.03:469][415]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_9 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-13.57.03:469][415]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_9 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-13.57.03:469][415]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_9 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-13.57.03:469][415]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_9 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-13.57.03:469][415]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_9 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-13.57.03:469][415]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_9 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-13.57.03:469][415]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_9 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-13.57.03:506][415]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_9.MID_LandmassBrush_Angle_1). Import failed... +[2025.04.02-13.57.03:506][415]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-13.57.03:506][415]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_9.MID_LandmassBrush_Weightmap_2). Import failed... +[2025.04.02-13.57.03:506][415]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-13.57.04:455][415]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.57.04:459][415]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-13.57.04:528][415]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_9] Brush Initialize +[2025.04.02-13.57.12:828][837]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-13.57.48:301][485]Cmd: DUPLICATE +[2025.04.02-13.57.48:301][485]Cmd: ACTOR DUPLICATE +[2025.04.02-13.57.48:304][485]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_10 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.57.48:304][485]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_10 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.57.48:304][485]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_10 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.57.48:304][485]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_10 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.57.48:304][485]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_10 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-13.57.48:304][485]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_10 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-13.57.48:304][485]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_10 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-13.57.48:304][485]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_10 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-13.57.48:304][485]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_10 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-13.57.48:304][485]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_10 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-13.57.48:304][485]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_10 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-13.57.48:304][485]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_10 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-13.57.48:345][485]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_10.MID_LandmassBrush_Angle_1). Import failed... +[2025.04.02-13.57.48:345][485]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-13.57.48:345][485]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_10.MID_LandmassBrush_Weightmap_2). Import failed... +[2025.04.02-13.57.48:345][485]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-13.57.49:220][485]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.57.49:226][485]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-13.57.50:625][485]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.57.50:631][485]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-13.57.50:737][485]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_10] Brush Initialize +[2025.04.02-13.58.30:583][239]Cmd: DUPLICATE +[2025.04.02-13.58.30:584][239]Cmd: ACTOR DUPLICATE +[2025.04.02-13.58.30:586][239]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_11 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.58.30:586][239]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_11 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.58.30:586][239]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_11 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.58.30:586][239]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_11 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.58.30:586][239]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_11 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-13.58.30:586][239]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_11 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-13.58.30:586][239]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_11 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-13.58.30:586][239]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_11 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-13.58.30:586][239]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_11 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-13.58.30:586][239]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_11 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-13.58.30:586][239]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_11 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-13.58.30:586][239]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_11 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-13.58.30:627][239]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_11.MID_LandmassBrush_Angle_1). Import failed... +[2025.04.02-13.58.30:627][239]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-13.58.30:627][239]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_11.MID_LandmassBrush_Weightmap_2). Import failed... +[2025.04.02-13.58.30:627][239]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-13.58.31:609][239]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.58.31:616][239]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-13.58.32:310][239]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.58.32:317][239]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-13.58.33:084][239]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.58.33:090][239]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-13.58.33:206][239]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_11] Brush Initialize +[2025.04.02-13.59.23:733][320]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-13.59.33:549][ 53]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_12 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-13.59.33:549][ 53]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_12 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-13.59.33:549][ 53]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_12 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-13.59.33:549][ 53]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_12 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-13.59.33:549][ 53]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_12 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-13.59.33:549][ 53]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_12 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-13.59.33:549][ 53]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_12 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-13.59.33:549][ 53]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_12 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-13.59.33:549][ 53]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_12 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-13.59.33:549][ 53]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_12 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-13.59.33:549][ 53]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_12 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-13.59.33:549][ 53]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_12 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-13.59.33:587][ 53]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_12.MID_LandmassBrush_Angle_1). Import failed... +[2025.04.02-13.59.33:588][ 53]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-13.59.33:588][ 53]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_12.MID_LandmassBrush_Weightmap_2). Import failed... +[2025.04.02-13.59.33:588][ 53]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-13.59.34:751][ 53]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.59.34:756][ 53]Message dialog closed, result: No, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-13.59.35:365][ 53]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.59.35:371][ 53]Message dialog closed, result: No, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-13.59.35:888][ 53]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.59.35:895][ 53]Message dialog closed, result: No, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-13.59.36:464][ 53]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.59.36:470][ 53]Message dialog closed, result: No, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-13.59.36:604][ 54]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_12] Brush Initialize +[2025.04.02-13.59.39:494][312]Cmd: DELETE +[2025.04.02-13.59.39:494][312]Cmd: ACTOR DELETE +[2025.04.02-13.59.39:502][312]LogEditorActor: Actor Landscape_CustomBrush_Landmass_C9 is referenced by Landscape. +[2025.04.02-13.59.41:102][312]LogSlate: Window 'Message' being destroyed +[2025.04.02-13.59.41:108][312]Message dialog closed, result: Yes, title: Message, text: Actor Landscape_CustomBrush_Landmass_C9 is referenced by other Actors/Objects. +Do you really want to delete it? This will break references. - spine_04 -spine_05 -index_metacarpal_l -middle_metacarpal_l -pinky_metacarpal_l -ring_metacarpal_l -lowerarm_twist_02_l -upperarm_twist_02_l -C_Scarf_A_Root_Jnt -C_Scarf_A_Joint1_Jnt -C_Scarf_A_Joint2_Jnt -C_Scarf_A_Joint3_Jnt -C_Scarf_A_Joint4_Jnt -C_Scarf_A_Joint5_Jnt -C_Scarf_A_Joint6_Jnt -C_Scarf_A_Joint7_Jnt -C_Scarf_A_Joint8_Jnt -C_Scarf_A_Joint9_Jnt -C_Scarf_A_Joint10_Jnt -C_Scarf_A_Joint11_Jnt -C_Scarf_A_Joint12_Jnt -C_Scarf_A_Joint13_Jnt -C_Scarf_A_Joint14_Jnt -index_metacarpal_r -middle_metacarpal_r -pinky_metacarpal_r -ring_metacarpal_r -lowerarm_twist_02_r -upperarm_twist_02_r -R_ShoulderPad_B_Root_Jnt -R_ShoulderPad_B_Jnt -R_ShoulderPad_B_Front_Jnt -R_ShoulderPad_B_Back_Jnt -neck_02 -FACIAL_C_FacialRoot -FACIAL_L_EyelidUpper -FACIAL_R_EyelidUpper -FACIAL_L_Eye -FACIAL_L_EyePupil -FACIAL_R_Eye -FACIAL_R_EyePupil -FACIAL_L_EyelidLower -FACIAL_R_EyelidLower -FACIAL_C_TeethUpper -FACIAL_C_Jaw -FACIAL_C_TeethLower -FACIAL_Tongue1 -FACIAL_Tongue2 -FACIAL_Tongue3 -FACIAL_Tongue4 -calf_twist_02_r -R_Skirt_A_Root_Jnt -R_Skirt_A_FrontRoot_Jnt -R_Skirt_A_Front1_Jnt -R_Skirt_A_BackRoot_Jnt -R_Skirt_A_Back1_Jnt -thigh_twist_02_r -calf_twist_02_l -L_Skirt_A_Root_Jnt -L_Skirt_A_FrontRoot_Jnt -L_Skirt_A_Front1_Jnt -L_Skirt_A_BackRoot_Jnt -L_Skirt_A_Back1_Jnt -thigh_twist_02_l -C_Skirt_A_Root_Jnt -C_Skirt_A_FrontRoot_Jnt -C_Skirt_A_Front1_Jnt -C_Skirt_A_BackRoot_Jnt -C_Skirt_A_Back1_Jnt -R_LargePouch_A_Root_Jnt -R_LargePouch_A_Joint1_Jnt -R_Canister_A_Joint1_Jnt -R_Canister_A_Joint2_Jnt - -[2025.03.25-11.40.19:755][809]FBXImport: Warning: Imported bone transform is different from original. Please check Output Log to see detail of error. -[2025.03.25-11.40.19:760][809]LogAnimationCompression: Display: Storing compressed animation data for /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver.VaultOver, at AnimationSequence/99fd47b4737b78da1cf7251bad79eff73c2de601 -[2025.03.25-11.40.23:106][182]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-11.40.23:132][182]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Animations/Vaulting/VaultOver] ([1] browsable assets)... -[2025.03.25-11.40.23:172][182]OBJ SavePackage: Rendered thumbnail for [AnimSequence /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver.VaultOver] -[2025.03.25-11.40.23:172][182]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Animations/Vaulting/VaultOver] -[2025.03.25-11.40.23:177][182]LogPackageLocalizationCache: Processed 52 localized package path(s) for 1 prioritized culture(s) in 0.004838 seconds -[2025.03.25-11.40.23:188][182]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver -[2025.03.25-11.40.23:188][182]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/VaultOver2B56C6644FB242FD71C9B19B89595F7C.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Animations/Vaulting/VaultOver.uasset' -[2025.03.25-11.40.23:196][182]LogFileHelpers: InternalPromptForCheckoutAndSave took 90.260 ms -[2025.03.25-11.40.23:242][182]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-11.40.23:242][182]LogContentValidation: Enabled validators: -[2025.03.25-11.40.23:242][182]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-11.40.23:242][182]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-11.40.23:242][182]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-11.40.23:243][182]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver.VaultOver -[2025.03.25-11.40.23:243][182]AssetCheck: /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver Validating asset -[2025.03.25-11.40.25:559][458]LogSlate: Window 'Message Log' being destroyed -[2025.03.25-11.40.25:564][458]LogSlate: Window 'Message Log' being destroyed -[2025.03.25-11.40.26:582][573]LogSlate: Window 'Content Browser' being destroyed -[2025.03.25-11.40.26:586][573]LogSlate: Window 'Content Browser' being destroyed -[2025.03.25-11.40.28:415][779]LogAssetEditorSubsystem: Opening Asset editor for AnimSequence /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver.VaultOver -[2025.03.25-11.40.28:434][779]LogStaticMesh: Display: Waiting for static meshes to be ready 0/1 (/Engine/EditorMeshes/AssetViewer/Sphere_inversenormals) ... -[2025.03.25-11.40.28:458][779]LogStaticMesh: Display: Waiting for static meshes to be ready 0/1 (/Engine/EditorMeshes/AssetViewer/Floor_Mesh) ... -[2025.03.25-11.40.28:476][779]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_5:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. -[2025.03.25-11.40.28:830][779]LogSlate: Took 0.000180 seconds to synchronously load lazily loaded font '../../../Engine/Content/Editor/Slate/Fonts/FontAwesome.ttf' (139K) -[2025.03.25-11.40.28:836][779]LogUObjectGlobals: Warning: Failed to find object 'Class /Script/ApexDestruction.DestructibleMesh' -[2025.03.25-11.40.28:929][779]LogContentBrowser: Verbose: The majority of assets in the view are of type: /Script/Engine.AnimSequence -[2025.03.25-11.40.36:219][346]LogSlate: Window 'VaultOver' being destroyed -[2025.03.25-11.40.36:238][346]LogWorld: UWorld::CleanupWorld for World_8, bSessionEnded=true, bCleanupResources=true -[2025.03.25-11.40.36:238][346]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-11.40.36:243][346]LogWorld: UWorld::CleanupWorld for World_5, bSessionEnded=true, bCleanupResources=true -[2025.03.25-11.40.36:243][346]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-11.40.36:262][346]LogWorld: UWorld::CleanupWorld for World_6, bSessionEnded=true, bCleanupResources=true -[2025.03.25-11.40.36:262][346]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-11.40.36:273][346]LogUObjectHash: Compacting FUObjectHashTables data took 0.43ms -[2025.03.25-11.40.38:478][607]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. -[2025.03.25-11.40.44:371][184]LogAssetEditorSubsystem: Opening Asset editor for AnimSequence /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver.VaultOver -[2025.03.25-11.40.44:385][184]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_9:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. -[2025.03.25-11.40.44:803][184]LogContentBrowser: Verbose: The majority of assets in the view are of type: /Script/Engine.AnimSequence -[2025.03.25-11.41.06:904][914]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-11.41.06:932][914]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Animations/Vaulting/VaultOver] ([1] browsable assets)... -[2025.03.25-11.41.06:940][914]OBJ SavePackage: Rendered thumbnail for [AnimSequence /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver.VaultOver] -[2025.03.25-11.41.06:940][914]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Animations/Vaulting/VaultOver] -[2025.03.25-11.41.06:952][914]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver -[2025.03.25-11.41.06:952][914]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/VaultOver8047486140B47AE8B3C20CAEE15D684F.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Animations/Vaulting/VaultOver.uasset' -[2025.03.25-11.41.06:960][914]LogFileHelpers: InternalPromptForCheckoutAndSave took 55.903 ms (total: 146.163 ms) -[2025.03.25-11.41.06:993][914]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-11.41.06:993][914]LogContentValidation: Enabled validators: -[2025.03.25-11.41.06:993][914]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-11.41.06:993][914]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-11.41.06:993][914]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-11.41.06:993][914]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver.VaultOver -[2025.03.25-11.41.06:993][914]AssetCheck: /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver Validating asset -[2025.03.25-11.41.12:361][404]LogSlate: Window 'VaultOver' being destroyed -[2025.03.25-11.41.12:380][404]LogWorld: UWorld::CleanupWorld for World_11, bSessionEnded=true, bCleanupResources=true -[2025.03.25-11.41.12:380][404]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-11.41.12:385][404]LogWorld: UWorld::CleanupWorld for World_9, bSessionEnded=true, bCleanupResources=true -[2025.03.25-11.41.12:385][404]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-11.41.12:405][404]LogWorld: UWorld::CleanupWorld for World_10, bSessionEnded=true, bCleanupResources=true -[2025.03.25-11.41.12:405][404]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-11.41.12:414][404]LogUObjectHash: Compacting FUObjectHashTables data took 0.42ms -[2025.03.25-11.41.15:058][706]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_13 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.41.15:058][706]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_13 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.41.15:058][706]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_13 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.41.15:058][706]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_13 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.41.15:058][706]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_13 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.41.15:058][706]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_13 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.41.15:058][706]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.41.15:058][706]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_13 -[2025.03.25-11.41.15:058][706]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_13 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.41.34:487][ 35]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_14 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.41.34:487][ 35]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_14 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.41.34:487][ 35]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_14 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.41.34:487][ 35]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_14 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.41.34:487][ 35]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_14 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.41.34:487][ 35]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_14 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.41.34:487][ 35]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.41.34:487][ 35]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_14 -[2025.03.25-11.41.34:487][ 35]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_14 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.41.34:526][ 36]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_15 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.41.34:526][ 36]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_15 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.41.34:526][ 36]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_15 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.41.34:526][ 36]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_15 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.41.34:526][ 36]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_15 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.41.34:526][ 36]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_15 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.41.34:526][ 36]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.41.34:526][ 36]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_15 -[2025.03.25-11.41.34:526][ 36]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_15 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.41.34:869][ 73]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_16 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.41.34:869][ 73]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_16 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.41.34:869][ 73]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_16 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.41.34:869][ 73]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_16 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.41.34:869][ 73]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_16 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.41.34:869][ 73]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_16 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.41.34:869][ 73]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.41.34:869][ 73]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_16 -[2025.03.25-11.41.34:869][ 73]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_16 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.41.34:881][ 74]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_17 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.41.34:881][ 74]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_17 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.41.34:881][ 74]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_17 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.41.34:881][ 74]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_17 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.41.34:881][ 74]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_17 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.41.34:881][ 74]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_17 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.41.34:881][ 74]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.41.34:881][ 74]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_17 -[2025.03.25-11.41.34:881][ 74]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_17 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.41.34:891][ 75]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_18 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.41.34:891][ 75]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_18 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.41.34:891][ 75]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_18 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.41.34:891][ 75]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_18 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.41.34:891][ 75]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_18 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.41.34:891][ 75]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_18 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.41.34:891][ 75]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.41.34:891][ 75]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_18 -[2025.03.25-11.41.34:891][ 75]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_18 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.41.34:900][ 76]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_19 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.41.34:900][ 76]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_19 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.41.34:900][ 76]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_19 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.41.34:900][ 76]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_19 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.41.34:900][ 76]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_19 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.41.34:900][ 76]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_19 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.41.34:900][ 76]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.41.34:900][ 76]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_19 -[2025.03.25-11.41.34:900][ 76]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_19 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.41.34:908][ 77]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_20 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.41.34:908][ 77]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_20 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.41.34:908][ 77]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_20 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.41.34:908][ 77]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_20 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.41.34:908][ 77]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_20 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.41.34:908][ 77]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_20 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.41.34:908][ 77]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.41.34:908][ 77]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_20 -[2025.03.25-11.41.34:908][ 77]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_20 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.41.34:916][ 78]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_21 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.41.34:916][ 78]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_21 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.41.34:916][ 78]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_21 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.41.34:916][ 78]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_21 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.41.34:916][ 78]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_21 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.41.34:916][ 78]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_21 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.41.34:916][ 78]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.41.34:916][ 78]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_21 -[2025.03.25-11.41.34:916][ 78]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_21 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.41.34:924][ 79]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_22 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:02F5 -[2025.03.25-11.41.34:924][ 79]LogScript: Warning: Accessed None trying to read property CallFunc_TryGetPawnOwner_ReturnValue - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_22 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03A2 -[2025.03.25-11.41.34:924][ 79]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_22 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:03EE -[2025.03.25-11.41.34:924][ 79]LogScript: Warning: Accessed None - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_22 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0403 -[2025.03.25-11.41.34:924][ 79]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_22 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0447 -[2025.03.25-11.41.34:924][ 79]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_22 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0479 -[2025.03.25-11.41.34:924][ 79]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.41.34:924][ 79]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_22 -[2025.03.25-11.41.34:924][ 79]LogScript: Warning: Accessed None trying to read property Character - ABP_RPGCharacter_C /Engine/Transient.World_2:PersistentLevel.SkeletalMeshActor_0.SkeletalMeshComponent0.ABP_RPGCharacter_C_22 - Function /Game/MAIN_CONTENT/Animations/ABP_RPGCharacter.ABP_RPGCharacter_C:ExecuteUbergraph_ABP_RPGCharacter:0617 -[2025.03.25-11.41.38:349][467]LogContentBrowser: Deferred new asset file creation: VaultOver_Montage -[2025.03.25-11.41.38:355][467]LogContentBrowser: Creating deferred item: VaultOver_Montage -[2025.03.25-11.41.38:362][468]LogContentBrowser: Renaming the item being created (Deferred Item: VaultOver_Montage). -[2025.03.25-11.41.39:799][635]LogContentBrowser: Attempting asset rename: VaultOver_Montage -> VaultOver_Montage -[2025.03.25-11.41.39:803][635]LogContentBrowser: End creating deferred item VaultOver_Montage -[2025.03.25-11.41.41:106][788]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-11.41.41:132][788]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage] ([1] browsable assets)... -[2025.03.25-11.41.41:171][788]OBJ SavePackage: Rendered thumbnail for [AnimMontage /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage.VaultOver_Montage] -[2025.03.25-11.41.41:171][788]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage] -[2025.03.25-11.41.41:172][788]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage -[2025.03.25-11.41.41:173][788]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/VaultOver_MontageFE46B19D4A716DAF92A295809F82F585.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage.uasset' -[2025.03.25-11.41.41:179][788]LogFileHelpers: InternalPromptForCheckoutAndSave took 73.399 ms (total: 219.563 ms) -[2025.03.25-11.41.41:207][788]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-11.41.41:207][788]LogContentValidation: Enabled validators: -[2025.03.25-11.41.41:207][788]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-11.41.41:207][788]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-11.41.41:207][788]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-11.41.41:207][788]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage.VaultOver_Montage -[2025.03.25-11.41.41:207][788]AssetCheck: /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage Validating asset -[2025.03.25-11.41.41:880][858]LogAssetEditorSubsystem: Opening Asset editor for AnimMontage /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage.VaultOver_Montage -[2025.03.25-11.41.41:889][858]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_12:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. -[2025.03.25-11.47.36:856][868]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-11.47.36:884][868]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage] ([1] browsable assets)... -[2025.03.25-11.47.36:892][868]OBJ SavePackage: Rendered thumbnail for [AnimMontage /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage.VaultOver_Montage] -[2025.03.25-11.47.36:892][868]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage] -[2025.03.25-11.47.36:894][868]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage -[2025.03.25-11.47.36:895][868]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/VaultOver_Montage2436760D4D0DE56067898AADB9FB15B0.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage.uasset' -[2025.03.25-11.47.36:902][868]LogFileHelpers: InternalPromptForCheckoutAndSave took 46.814 ms (total: 266.377 ms) -[2025.03.25-11.47.36:926][868]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-11.47.36:926][868]LogContentValidation: Enabled validators: -[2025.03.25-11.47.36:926][868]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-11.47.36:926][868]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-11.47.36:926][868]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-11.47.36:926][868]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage.VaultOver_Montage -[2025.03.25-11.47.36:926][868]AssetCheck: /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage Validating asset -[2025.03.25-11.47.41:674][279]LogSlate: Window 'VaultOver_Montage' being destroyed -[2025.03.25-11.47.41:698][279]LogWorld: UWorld::CleanupWorld for World_12, bSessionEnded=true, bCleanupResources=true -[2025.03.25-11.47.41:698][279]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-11.47.41:722][279]LogWorld: UWorld::CleanupWorld for World_13, bSessionEnded=true, bCleanupResources=true -[2025.03.25-11.47.41:722][279]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-11.47.41:730][279]LogUObjectHash: Compacting FUObjectHashTables data took 0.55ms -[2025.03.25-11.47.48:749][109]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.47.48:749][109]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.47.49:336][166]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-11.47.49:941][166]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.47.49:942][166]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.47.52:352][440]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.47.52:352][440]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.47.54:412][661]LogSlate: Took 0.000179 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensed.ttf' (158K) -[2025.03.25-11.48.05:316][892]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.05:316][892]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.05:317][892]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.05:317][892]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.23:885][101]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.23:885][101]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.23:937][107]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.23:937][107]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.23:947][108]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.23:947][108]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.23:956][109]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.23:956][109]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.23:965][110]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.23:965][110]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.23:974][111]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.23:974][111]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.23:992][113]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.23:992][113]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:002][114]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:002][114]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:011][115]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:011][115]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:020][116]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:021][116]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:030][117]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:030][117]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:039][118]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:039][118]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:049][119]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:049][119]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:058][120]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:058][120]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:075][122]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:075][122]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:084][123]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:084][123]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:118][127]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:118][127]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:152][131]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:152][131]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:212][138]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:212][138]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:238][141]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:238][141]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:255][143]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:255][143]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:272][145]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:272][145]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:306][149]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:306][149]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:323][151]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:323][151]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:340][153]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:340][153]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:357][155]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:357][155]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:374][157]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:374][157]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:384][158]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:384][158]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:402][160]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:402][160]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:420][162]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:420][162]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:446][165]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:446][165]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:464][167]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:464][167]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:481][169]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:481][169]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:490][170]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:490][170]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:508][172]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:508][172]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:525][174]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:525][174]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:568][179]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:568][179]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:585][181]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:585][181]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:611][184]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:611][184]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:628][186]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:628][186]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:654][189]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:654][189]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:680][192]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:680][192]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:731][198]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:731][198]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:749][200]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:749][200]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:766][202]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:766][202]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:776][203]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:776][203]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.24:793][205]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.24:793][205]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.25:128][245]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.25:128][245]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.25:145][247]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.25:146][247]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.25:163][249]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.25:163][249]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.25:297][265]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.25:298][265]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.25:340][270]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.25:340][270]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.25:365][273]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.25:365][273]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.25:375][274]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.25:375][274]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.25:401][277]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.25:401][277]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.25:443][282]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.25:443][282]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.25:503][289]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.25:503][289]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.25:538][293]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.25:538][293]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.25:556][295]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.25:556][295]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.27:157][487]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.27:157][487]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.27:158][487]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.27:158][487]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.27:160][487]LogSlate: Window 'Color Picker' being destroyed -[2025.03.25-11.48.37:218][671]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.37:218][671]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.37:220][671]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.37:220][671]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.43:645][426]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.43:645][426]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.43:647][426]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.43:647][426]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.47:217][848]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.47:218][848]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.48.47:219][848]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.48.47:219][848]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.49.17:609][179]LogUObjectHash: Compacting FUObjectHashTables data took 1.31ms -[2025.03.25-11.49.17:612][179]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/ThirdPerson/Maps/ThirdPersonMap' took 0.022 -[2025.03.25-11.49.17:612][179]OBJ SavePackage: Generating thumbnails for [2] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-11.49.17:620][179]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.49.17:620][179]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.49.17:688][179]OBJ SavePackage: Rendered thumbnail for [BlueprintGeneratedClass /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter_C] -[2025.03.25-11.49.17:697][179]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-11.49.17:697][179]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-11.49.17:709][179]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter_Auto1 -[2025.03.25-11.49.17:709][179]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter_Auto16CE086614BB1B9CEC4565193C7FAAAD9.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter_Auto1.uasset' -[2025.03.25-11.49.17:710][179]LogFileHelpers: Auto-saving content packages took 0.098 -[2025.03.25-11.52.29:588][373]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.52.29:588][373]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.52.29:590][373]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.52.29:590][373]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.52.29:591][373]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.52.29:591][373]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.52.43:410][754]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.52.43:410][754]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.52.43:411][754]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.52.43:411][754]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.52.43:413][754]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.52.43:413][754]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.52.50:709][571]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.52.50:709][571]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.52.50:710][571]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.52.50:710][571]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.52.50:712][571]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.52.50:712][571]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.54.48:364][830]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.25-11.54.48:371][830]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.54.48:371][830]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.54.48:372][830]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.54.48:372][830]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.54.48:373][830]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.54.48:373][830]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.54.48:373][830]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.54.48:373][830]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.54.48:381][830]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.54.48:381][830]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.54.48:382][830]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.54.48:382][830]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.54.48:382][830]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.54.48:382][830]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.54.48:936][892]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-11.54.48:964][892]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-11.54.49:007][892]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-11.54.49:007][892]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-11.54.49:018][892]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-11.54.49:018][892]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter71ED10924D1F49BEB8A21B96D3542400.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-11.54.49:024][892]LogFileHelpers: InternalPromptForCheckoutAndSave took 88.514 ms (total: 354.892 ms) -[2025.03.25-11.54.49:054][892]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-11.54.49:054][892]LogContentValidation: Enabled validators: -[2025.03.25-11.54.49:054][892]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-11.54.49:054][892]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-11.54.49:054][892]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-11.54.49:054][892]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-11.54.49:054][892]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-11.55.24:683][960]LogUObjectHash: Compacting FUObjectHashTables data took 1.23ms -[2025.03.25-11.55.24:688][960]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.55.24:688][960]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.55.24:689][960]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.55.24:689][960]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.55.24:689][960]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.55.24:690][960]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_1.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.55.24:690][960]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.55.24:690][960]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_2.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.55.24:709][960]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.55.24:709][960]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.55.24:710][960]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.55.24:710][960]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.55.24:711][960]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.55.24:711][960]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_2.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.55.25:326][ 17]LogUObjectHash: Compacting FUObjectHashTables data took 1.09ms -[2025.03.25-11.55.25:334][ 17]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.55.25:334][ 17]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.55.25:335][ 17]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.55.25:335][ 17]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.55.25:336][ 17]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.55.25:336][ 17]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_2.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.55.25:336][ 17]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.55.25:336][ 17]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_3.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.55.25:353][ 17]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.55.25:353][ 17]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.55.25:353][ 17]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.55.25:353][ 17]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.55.25:354][ 17]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.55.25:354][ 17]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_3.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.55.25:828][ 66]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-11.55.25:853][ 66]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-11.55.25:891][ 66]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-11.55.25:891][ 66]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-11.55.25:904][ 66]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-11.55.25:904][ 66]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter401AE27A4AED003437937E816C5C46EA.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-11.55.25:910][ 66]LogFileHelpers: InternalPromptForCheckoutAndSave took 81.979 ms (total: 436.871 ms) -[2025.03.25-11.55.25:937][ 66]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-11.55.25:937][ 66]LogContentValidation: Enabled validators: -[2025.03.25-11.55.25:937][ 66]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-11.55.25:937][ 66]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-11.55.25:937][ 66]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-11.55.25:937][ 66]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-11.55.25:937][ 66]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-11.55.27:496][230]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-11.55.27:497][230]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-11.55.27:498][230]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.300 ms -[2025.03.25-11.55.27:499][230]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-11.55.27:502][230]LogOnline: OSS: Created online subsystem instance for: NULL -[2025.03.25-11.55.27:502][230]LogOnline: OSS: TryLoadSubsystemAndSetDefault: Loaded subsystem for type [NULL] -[2025.03.25-11.55.27:502][230]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-11.55.27:505][230]LogPlayLevel: PIE: StaticDuplicateObject took: (0.003168s) -[2025.03.25-11.55.27:505][230]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.003202s) -[2025.03.25-11.55.27:523][230]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.25-11.55.27:526][230]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-11.55.27:527][230]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-11.55.27:527][230]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-11.55.27:527][230]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-11.55.27:527][230]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-11.55.27:528][230]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-11.55.27:528][230]LogWorldPartition: Display: WorldPartition initialize took 1.049 ms (total: 54.733 ms) -[2025.03.25-11.55.27:528][230]LogPlayLevel: PIE: World Init took: (0.001970s) -[2025.03.25-11.55.27:539][230]LogAudio: Display: Creating Audio Device: Id: 2, Scope: Unique, Realtime: True -[2025.03.25-11.55.27:539][230]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-11.55.27:539][230]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-11.55.27:539][230]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-11.55.27:539][230]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-11.55.27:539][230]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-11.55.27:539][230]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-11.55.27:539][230]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-11.55.27:539][230]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-11.55.27:539][230]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-11.55.27:539][230]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-11.55.27:539][230]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-11.55.27:540][230]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-11.55.27:556][230]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-11.55.27:557][230]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-11.55.27:557][230]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-11.55.27:557][230]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-11.55.27:557][230]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=2 -[2025.03.25-11.55.27:557][230]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=2 -[2025.03.25-11.55.27:558][230]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=2 -[2025.03.25-11.55.27:558][230]LogInit: FAudioDevice initialized with ID 2. -[2025.03.25-11.55.27:558][230]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=2 -[2025.03.25-11.55.27:558][230]LogAudio: Display: Audio Device (ID: 2) registered with world 'ThirdPersonMap'. -[2025.03.25-11.55.27:558][230]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 2 -[2025.03.25-11.55.27:561][230]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-11.55.27:562][230]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-05.55.27 -[2025.03.25-11.55.27:562][230]LogWorld: Bringing up level for play took: 0.001098 -[2025.03.25-11.55.27:563][230]LogOnline: OSS: Created online subsystem instance for: :Context_19 -[2025.03.25-11.55.27:564][230]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.55.27:564][230]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.55.27:586][230]PIE: Server logged in -[2025.03.25-11.55.27:587][230]PIE: Play in editor total start time 0.091 seconds. -[2025.03.25-11.55.35:708][180]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-11.55.35:708][180]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-11.55.35:709][180]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-11.55.35:709][180]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-11.55.35:709][180]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-11.55.35:709][180]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-11.55.35:709][180]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-11.55.35:709][180]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-11.55.35:712][180]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-11.55.35:715][180]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-11.55.35:731][180]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-11.55.35:731][180]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 2 -[2025.03.25-11.55.35:731][180]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 -[2025.03.25-11.55.35:732][180]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=2 -[2025.03.25-11.55.35:735][180]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-11.55.35:737][180]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.25-11.55.35:810][181]LogPlayLevel: Display: Destroying online subsystem :Context_19 -[2025.03.25-11.56.18:964][557]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.25-11.56.18:970][557]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.56.18:970][557]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.56.18:971][557]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.56.18:971][557]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.56.18:972][557]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.56.18:972][557]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_3.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.56.18:973][557]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.56.18:973][557]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_4.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.56.18:992][557]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.56.18:992][557]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.56.18:993][557]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.56.18:993][557]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.56.18:993][557]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.56.18:993][557]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_4.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.56.19:567][622]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-11.56.19:587][622]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-11.56.19:632][622]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-11.56.19:632][622]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-11.56.19:644][622]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-11.56.19:645][622]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter343B8BDA419234EFCBD4CF93DC3A1CAD.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-11.56.19:650][622]LogFileHelpers: InternalPromptForCheckoutAndSave took 83.194 ms (total: 520.065 ms) -[2025.03.25-11.56.19:671][622]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-11.56.19:671][622]LogContentValidation: Enabled validators: -[2025.03.25-11.56.19:671][622]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-11.56.19:671][622]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-11.56.19:671][622]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-11.56.19:671][622]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-11.56.19:671][622]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-11.56.21:261][797]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-11.56.21:261][797]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-11.56.21:262][797]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.321 ms (total: 2.621 ms) -[2025.03.25-11.56.21:263][797]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-11.56.21:294][797]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-11.56.21:297][797]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002333s) -[2025.03.25-11.56.21:297][797]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002372s) -[2025.03.25-11.56.21:313][797]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.25-11.56.21:318][797]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-11.56.21:319][797]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-11.56.21:319][797]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-11.56.21:319][797]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-11.56.21:319][797]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-11.56.21:320][797]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-11.56.21:320][797]LogWorldPartition: Display: WorldPartition initialize took 1.018 ms (total: 55.751 ms) -[2025.03.25-11.56.21:320][797]LogPlayLevel: PIE: World Init took: (0.001899s) -[2025.03.25-11.56.21:330][797]LogAudio: Display: Creating Audio Device: Id: 3, Scope: Unique, Realtime: True -[2025.03.25-11.56.21:330][797]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-11.56.21:330][797]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-11.56.21:330][797]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-11.56.21:330][797]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-11.56.21:330][797]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-11.56.21:330][797]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-11.56.21:330][797]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-11.56.21:330][797]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-11.56.21:330][797]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-11.56.21:330][797]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-11.56.21:330][797]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-11.56.21:331][797]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-11.56.21:348][797]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-11.56.21:348][797]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-11.56.21:349][797]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-11.56.21:349][797]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-11.56.21:349][797]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=3 -[2025.03.25-11.56.21:349][797]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=3 -[2025.03.25-11.56.21:350][797]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=3 -[2025.03.25-11.56.21:350][797]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=3 -[2025.03.25-11.56.21:350][797]LogInit: FAudioDevice initialized with ID 3. -[2025.03.25-11.56.21:350][797]LogAudio: Display: Audio Device (ID: 3) registered with world 'ThirdPersonMap'. -[2025.03.25-11.56.21:350][797]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 3 -[2025.03.25-11.56.21:353][797]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-11.56.21:354][797]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-05.56.21 -[2025.03.25-11.56.21:354][797]LogWorld: Bringing up level for play took: 0.001073 -[2025.03.25-11.56.21:355][797]LogOnline: OSS: Created online subsystem instance for: :Context_20 -[2025.03.25-11.56.21:356][797]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.56.21:356][797]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.56.21:367][797]PIE: Server logged in -[2025.03.25-11.56.21:368][797]PIE: Play in editor total start time 0.109 seconds. -[2025.03.25-11.56.32:698][143]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-11.56.32:698][143]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-11.56.32:698][143]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-11.56.32:698][143]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-11.56.32:698][143]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-11.56.32:698][143]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-11.56.32:698][143]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-11.56.32:698][143]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-11.56.32:701][143]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-11.56.32:705][143]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-11.56.32:720][143]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-11.56.32:720][143]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 3 -[2025.03.25-11.56.32:720][143]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 -[2025.03.25-11.56.32:722][143]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=3 -[2025.03.25-11.56.32:724][143]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-11.56.32:727][143]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.25-11.56.32:797][144]LogPlayLevel: Display: Destroying online subsystem :Context_20 -[2025.03.25-11.59.06:108][329]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.25-11.59.06:115][329]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.59.06:115][329]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.59.06:116][329]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.59.06:116][329]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.59.06:117][329]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.59.06:117][329]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_4.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.59.06:117][329]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.59.06:117][329]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_5.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.59.06:138][329]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.59.06:138][329]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.59.06:139][329]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.59.06:139][329]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-11.59.06:139][329]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.59.06:139][329]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_5.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.59.07:059][433]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-11.59.07:088][433]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-11.59.07:132][433]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-11.59.07:132][433]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-11.59.07:145][433]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-11.59.07:145][433]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter045256D948C38435DAFCF2A9AE36E066.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-11.59.07:151][433]LogFileHelpers: InternalPromptForCheckoutAndSave took 92.387 ms (total: 612.453 ms) -[2025.03.25-11.59.07:183][433]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-11.59.07:183][433]LogContentValidation: Enabled validators: -[2025.03.25-11.59.07:183][433]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-11.59.07:183][433]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-11.59.07:183][433]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-11.59.07:183][433]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-11.59.07:183][433]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-11.59.09:030][631]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-11.59.09:030][631]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-11.59.09:031][631]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.264 ms (total: 3.886 ms) -[2025.03.25-11.59.09:032][631]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-11.59.09:053][631]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-11.59.09:055][631]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002347s) -[2025.03.25-11.59.09:055][631]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002374s) -[2025.03.25-11.59.09:071][631]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms -[2025.03.25-11.59.09:076][631]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-11.59.09:076][631]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-11.59.09:076][631]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-11.59.09:076][631]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-11.59.09:076][631]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-11.59.09:077][631]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-11.59.09:077][631]LogWorldPartition: Display: WorldPartition initialize took 965 us (total: 56.717 ms) -[2025.03.25-11.59.09:077][631]LogPlayLevel: PIE: World Init took: (0.001787s) -[2025.03.25-11.59.09:088][631]LogAudio: Display: Creating Audio Device: Id: 4, Scope: Unique, Realtime: True -[2025.03.25-11.59.09:088][631]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-11.59.09:088][631]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-11.59.09:088][631]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-11.59.09:088][631]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-11.59.09:088][631]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-11.59.09:088][631]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-11.59.09:088][631]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-11.59.09:088][631]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-11.59.09:088][631]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-11.59.09:088][631]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-11.59.09:088][631]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-11.59.09:089][631]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-11.59.09:106][631]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-11.59.09:106][631]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-11.59.09:106][631]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-11.59.09:106][631]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-11.59.09:106][631]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4 -[2025.03.25-11.59.09:106][631]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=4 -[2025.03.25-11.59.09:107][631]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4 -[2025.03.25-11.59.09:107][631]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4 -[2025.03.25-11.59.09:107][631]LogInit: FAudioDevice initialized with ID 4. -[2025.03.25-11.59.09:107][631]LogAudio: Display: Audio Device (ID: 4) registered with world 'ThirdPersonMap'. -[2025.03.25-11.59.09:107][631]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 4 -[2025.03.25-11.59.09:110][631]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-11.59.09:111][631]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-05.59.09 -[2025.03.25-11.59.09:111][631]LogWorld: Bringing up level for play took: 0.001106 -[2025.03.25-11.59.09:112][631]LogOnline: OSS: Created online subsystem instance for: :Context_21 -[2025.03.25-11.59.09:113][631]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-11.59.09:113][631]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-11.59.09:124][631]PIE: Server logged in -[2025.03.25-11.59.09:125][631]PIE: Play in editor total start time 0.097 seconds. -[2025.03.25-11.59.20:804][ 17]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-11.59.20:804][ 17]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-11.59.20:804][ 17]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-11.59.20:804][ 17]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-11.59.20:804][ 17]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-11.59.20:804][ 17]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-11.59.20:804][ 17]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-11.59.20:804][ 17]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-11.59.20:807][ 17]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-11.59.20:811][ 17]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-11.59.20:825][ 17]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-11.59.20:826][ 17]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 4 -[2025.03.25-11.59.20:826][ 17]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 -[2025.03.25-11.59.20:827][ 17]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 -[2025.03.25-11.59.20:830][ 17]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-11.59.20:832][ 17]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.25-11.59.20:905][ 18]LogPlayLevel: Display: Destroying online subsystem :Context_21 -[2025.03.25-12.00.20:558][221]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.25-12.00.20:560][221]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/ThirdPerson/Maps/ThirdPersonMap' took 0.019 -[2025.03.25-12.00.20:560][221]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.00.20:605][221]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.00.20:605][221]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.00.20:618][221]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter_Auto2 -[2025.03.25-12.00.20:619][221]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter_Auto2815062BA4FDB6C935BDF39921E8C0122.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter_Auto2.uasset' -[2025.03.25-12.00.20:619][221]LogFileHelpers: Auto-saving content packages took 0.059 -[2025.03.25-12.00.39:131][105]LogUObjectHash: Compacting FUObjectHashTables data took 1.14ms -[2025.03.25-12.00.39:136][105]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.00.39:136][105]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.00.39:137][105]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.00.39:137][105]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.00.39:137][105]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.00.39:138][105]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_5.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.00.39:138][105]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.00.39:138][105]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_6.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.00.39:149][105]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.00.39:149][105]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.00.39:150][105]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.00.39:150][105]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.00.39:151][105]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.00.39:151][105]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_6.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.00.39:890][189]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.00.39:916][189]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.00.39:962][189]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.00.39:962][189]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.00.39:975][189]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.00.39:975][189]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter3EA8ED6840463F8A80B10497836081E9.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.00.39:982][189]LogFileHelpers: InternalPromptForCheckoutAndSave took 91.708 ms (total: 704.161 ms) -[2025.03.25-12.00.40:008][189]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.00.40:008][189]LogContentValidation: Enabled validators: -[2025.03.25-12.00.40:008][189]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.00.40:008][189]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.00.40:008][189]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.00.40:008][189]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.00.40:008][189]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.02.13:303][755]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.02.13:303][755]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.02.13:305][755]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.02.13:305][755]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.02.13:306][755]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.02.13:306][755]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_6.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.04.42:291][767]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.25-12.04.42:297][767]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.04.42:297][767]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.04.42:298][767]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.04.42:298][767]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.04.42:298][767]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.04.42:298][767]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_6.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.04.42:299][767]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.04.42:299][767]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.04.42:314][767]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.04.42:314][767]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.04.42:315][767]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.04.42:315][767]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.04.42:316][767]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.04.42:316][767]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.04.42:881][828]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.04.42:911][828]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.04.42:957][828]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.04.42:957][828]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.04.42:972][828]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.04.42:972][828]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterAC2D0847445BB5F4278C8E9B4E377BFB.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.04.42:978][828]LogFileHelpers: InternalPromptForCheckoutAndSave took 97.167 ms (total: 801.329 ms) -[2025.03.25-12.04.43:008][828]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.04.43:008][828]LogContentValidation: Enabled validators: -[2025.03.25-12.04.43:008][828]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.04.43:008][828]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.04.43:008][828]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.04.43:008][828]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.04.43:008][828]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.04.46:140][182]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.04.46:140][182]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.04.46:141][182]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.288 ms (total: 5.174 ms) -[2025.03.25-12.04.46:142][182]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.04.46:182][182]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.04.46:184][182]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002351s) -[2025.03.25-12.04.46:184][182]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002380s) -[2025.03.25-12.04.46:200][182]LogUObjectHash: Compacting FUObjectHashTables data took 0.94ms -[2025.03.25-12.04.46:202][182]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.04.46:203][182]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.04.46:203][182]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.04.46:203][182]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.04.46:203][182]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.04.46:204][182]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.04.46:204][182]LogWorldPartition: Display: WorldPartition initialize took 996 us (total: 57.714 ms) -[2025.03.25-12.04.46:204][182]LogPlayLevel: PIE: World Init took: (0.001844s) -[2025.03.25-12.04.46:214][182]LogAudio: Display: Creating Audio Device: Id: 5, Scope: Unique, Realtime: True -[2025.03.25-12.04.46:214][182]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.04.46:214][182]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.04.46:214][182]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.04.46:214][182]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.04.46:214][182]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.04.46:214][182]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.04.46:214][182]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.04.46:214][182]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.04.46:214][182]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.04.46:214][182]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.04.46:214][182]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.04.46:216][182]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.04.46:232][182]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.04.46:232][182]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.04.46:232][182]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.04.46:232][182]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.04.46:233][182]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5 -[2025.03.25-12.04.46:233][182]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=5 -[2025.03.25-12.04.46:234][182]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5 -[2025.03.25-12.04.46:234][182]LogInit: FAudioDevice initialized with ID 5. -[2025.03.25-12.04.46:234][182]LogAudio: Display: Audio Device (ID: 5) registered with world 'ThirdPersonMap'. -[2025.03.25-12.04.46:234][182]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5 -[2025.03.25-12.04.46:234][182]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 5 -[2025.03.25-12.04.46:262][182]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.04.46:263][182]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.04.46 -[2025.03.25-12.04.46:263][182]LogWorld: Bringing up level for play took: 0.001067 -[2025.03.25-12.04.46:264][182]LogOnline: OSS: Created online subsystem instance for: :Context_22 -[2025.03.25-12.04.46:265][182]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.04.46:265][182]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.04.46:277][182]PIE: Server logged in -[2025.03.25-12.04.46:277][182]PIE: Play in editor total start time 0.139 seconds. -[2025.03.25-12.04.53:665][ 54]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.04.53:665][ 54]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.04.53:665][ 54]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.04.53:665][ 54]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.04.53:665][ 54]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.04.53:665][ 54]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.04.53:666][ 54]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.04.53:666][ 54]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.04.53:668][ 54]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.04.53:672][ 54]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.04.53:687][ 54]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.04.53:687][ 54]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 5 -[2025.03.25-12.04.53:687][ 54]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 -[2025.03.25-12.04.53:689][ 54]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 -[2025.03.25-12.04.53:691][ 54]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.04.53:694][ 54]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.25-12.04.53:766][ 55]LogPlayLevel: Display: Destroying online subsystem :Context_22 -[2025.03.25-12.05.39:545][ 18]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms -[2025.03.25-12.05.39:552][ 18]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.05.39:552][ 18]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.05.39:553][ 18]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.05.39:553][ 18]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.05.39:554][ 18]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.05.39:554][ 18]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_7.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.05.39:554][ 18]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.05.39:554][ 18]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_8.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.05.39:573][ 18]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.05.39:573][ 18]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.05.39:574][ 18]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.05.39:574][ 18]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.05.39:574][ 18]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.05.39:574][ 18]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_8.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.05.40:213][ 87]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.05.40:242][ 87]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.05.40:291][ 87]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.05.40:291][ 87]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.05.40:308][ 87]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.05.40:308][ 87]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter4088CB1A494A52722619D98C213A951D.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.05.40:316][ 87]LogFileHelpers: InternalPromptForCheckoutAndSave took 103.333 ms (total: 904.662 ms) -[2025.03.25-12.05.40:347][ 87]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.05.40:347][ 87]LogContentValidation: Enabled validators: -[2025.03.25-12.05.40:347][ 87]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.05.40:347][ 87]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.05.40:347][ 87]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.05.40:347][ 87]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.05.40:347][ 87]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.05.46:841][844]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.25-12.05.46:847][844]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.05.46:848][844]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.05.46:848][844]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.05.46:849][844]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.05.46:849][844]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.05.46:849][844]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_8.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.05.46:850][844]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.05.46:850][844]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_9.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.05.46:868][844]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.05.46:868][844]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.05.46:869][844]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.05.46:869][844]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.05.46:870][844]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.05.46:870][844]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_9.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.05.47:363][896]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.05.47:391][896]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.05.47:439][896]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.05.47:439][896]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.05.47:455][896]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.05.47:455][896]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter8822E16B4B09BDD9D497E0B9ADF95CCE.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.05.47:461][896]LogFileHelpers: InternalPromptForCheckoutAndSave took 98.264 ms (total: 1.00 sec) -[2025.03.25-12.05.47:496][896]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.05.47:496][896]LogContentValidation: Enabled validators: -[2025.03.25-12.05.47:496][896]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.05.47:496][896]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.05.47:496][896]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.05.47:496][896]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.05.47:496][896]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.06.02:805][550]LogActorFactory: Loading ActorFactory Class /Script/Engine.LevelInstance -[2025.03.25-12.06.05:331][799]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Engine/BasicShapes/Cube.Cube -[2025.03.25-12.06.05:331][799]LogActorFactory: Actor Factory attempting to spawn StaticMesh /Engine/BasicShapes/Cube.Cube -[2025.03.25-12.06.05:335][799]LogActorFactory: Actor Factory spawned StaticMesh /Engine/BasicShapes/Cube.Cube as actor: StaticMeshActor /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap:PersistentLevel.StaticMeshActor_UAID_D8BBC10A5D766F5802_1109564959 -[2025.03.25-12.06.05:335][799]LogActorFactory: Actor Factory spawned StaticMesh /Engine/BasicShapes/Cube.Cube as actor: StaticMeshActor /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap:PersistentLevel.StaticMeshActor_UAID_D8BBC10A5D766F5802_1109564959 -[2025.03.25-12.06.08:915][173]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.06.08:915][173]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.06.08:916][173]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.413 ms (total: 6.588 ms) -[2025.03.25-12.06.08:918][173]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.06.08:918][173]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.06.08:920][173]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002281s) -[2025.03.25-12.06.08:920][173]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002302s) -[2025.03.25-12.06.08:941][173]LogUObjectHash: Compacting FUObjectHashTables data took 1.28ms -[2025.03.25-12.06.08:944][173]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.06.08:945][173]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.06.08:945][173]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.06.08:945][173]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.06.08:945][173]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.06.08:946][173]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.06.08:946][173]LogWorldPartition: Display: WorldPartition initialize took 981 us (total: 58.695 ms) -[2025.03.25-12.06.08:946][173]LogPlayLevel: PIE: World Init took: (0.001824s) -[2025.03.25-12.06.08:956][173]LogAudio: Display: Creating Audio Device: Id: 6, Scope: Unique, Realtime: True -[2025.03.25-12.06.08:956][173]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.06.08:956][173]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.06.08:956][173]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.06.08:956][173]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.06.08:956][173]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.06.08:956][173]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.06.08:956][173]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.06.08:956][173]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.06.08:956][173]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.06.08:956][173]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.06.08:956][173]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.06.08:958][173]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.06.08:974][173]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.06.08:974][173]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.06.08:974][173]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.06.08:974][173]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.06.08:975][173]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=6 -[2025.03.25-12.06.08:975][173]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=6 -[2025.03.25-12.06.08:976][173]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=6 -[2025.03.25-12.06.08:976][173]LogInit: FAudioDevice initialized with ID 6. -[2025.03.25-12.06.08:976][173]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=6 -[2025.03.25-12.06.08:976][173]LogAudio: Display: Audio Device (ID: 6) registered with world 'ThirdPersonMap'. -[2025.03.25-12.06.08:976][173]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 6 -[2025.03.25-12.06.08:978][173]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.06.08:979][173]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.06.08 -[2025.03.25-12.06.08:979][173]LogWorld: Bringing up level for play took: 0.001060 -[2025.03.25-12.06.08:981][173]LogOnline: OSS: Created online subsystem instance for: :Context_23 -[2025.03.25-12.06.08:981][173]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.06.08:981][173]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.06.08:993][173]PIE: Server logged in -[2025.03.25-12.06.08:993][173]PIE: Play in editor total start time 0.081 seconds. -[2025.03.25-12.06.18:062][248]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.06.18:062][248]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.06.18:062][248]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.06.18:062][248]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.06.18:062][248]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.06.18:062][248]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.06.18:062][248]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.06.18:062][248]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.06.18:065][248]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.06.18:068][248]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.06.18:084][248]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.06.18:084][248]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 6 -[2025.03.25-12.06.18:084][248]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 -[2025.03.25-12.06.18:086][248]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=6 -[2025.03.25-12.06.18:088][248]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.06.18:091][248]LogUObjectHash: Compacting FUObjectHashTables data took 0.98ms -[2025.03.25-12.06.18:163][249]LogPlayLevel: Display: Destroying online subsystem :Context_23 -[2025.03.25-12.07.06:681][290]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.25-12.07.06:687][290]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.07.06:687][290]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.07.06:688][290]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.07.06:688][290]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.07.06:689][290]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.07.06:689][290]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_9.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.07.06:689][290]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.07.06:689][290]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_10.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.07.06:706][290]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.07.06:706][290]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.07.06:707][290]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.07.06:707][290]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.07.06:708][290]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.07.06:708][290]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_10.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.07.07:563][386]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.07.07:586][386]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.07.07:632][386]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.07.07:632][386]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.07.07:648][386]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.07.07:648][386]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter14516D1B41928A98D4DB73B0CE854103.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.07.07:658][386]LogFileHelpers: InternalPromptForCheckoutAndSave took 95.121 ms (total: 1.09 sec) -[2025.03.25-12.07.07:682][386]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.07.07:682][386]LogContentValidation: Enabled validators: -[2025.03.25-12.07.07:682][386]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.07.07:682][386]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.07.07:682][386]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.07.07:682][386]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.07.07:682][386]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.08.38:874][975]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.08.38:874][975]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.08.38:876][975]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.08.38:876][975]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.08.38:878][975]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.08.38:878][975]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_10.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.08.44:245][609]LogShaderCompilers: Display: ================================================ -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: === FShaderJobCache stats === -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Total job queries 213, among them cache hits 30 (14.08%), DDC hits 176 (82.63%), Duplicates 5 (2.35%) -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Tracking 178 distinct input hashes that result in 157 distinct outputs (88.20%) -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: RAM used: 5.42 MiB of 3.20 GiB budget. Usage: 0.17% -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: === Shader Compilation stats === -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Shaders Compiled: 2 -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Jobs assigned 2, completed 2 (100%) -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Time job spent in pending queue: average 0.03 s, longest 0.03 s -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Job execution time: average 1.67 s, max 1.72 s -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Job life time (pending + execution): average 1.70 s, max 1.74 -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Shader code size: average 31.004 KiB, min 27.727 KiB, max 34.281 KiB -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 1.75 s -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.01% -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Jobs were issued in 2 batches (only local compilation was used), average 1.00 jobs/batch -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Average processing rate: 1.14 jobs/sec -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Total thread time: 0.614 s -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Total thread preprocess time: 2.717 s -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Percentage time preprocessing: 442.59% -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Effective parallelization: 0.35 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 1 times, average 0.36 sec, max 0.36 sec, min 0.36 sec) -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: FLumenCardPS (compiled 1 times, average 0.25 sec, max 0.25 sec, min 0.25 sec) -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: TShadowDepthVSVertexShadowDepth_VirtualShadowMap (compiled 0 times, average 0.00 sec, max 0.00 sec, min 0.00 sec) -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: FHitProxyPS (compiled 0 times, average 0.00 sec, max 0.00 sec, min 0.00 sec) -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: FLumenCardVS (compiled 0 times, average 0.00 sec, max 0.00 sec, min 0.00 sec) -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Top 5 shader types by total compile time: -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 59.34% of total time (compiled 1 times, average 0.36 sec, max 0.36 sec, min 0.36 sec) -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: FLumenCardPS - 40.66% of total time (compiled 1 times, average 0.25 sec, max 0.25 sec, min 0.25 sec) -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: FHitProxyPS - 0.00% of total time (compiled 0 times, average 0.00 sec, max 0.00 sec, min 0.00 sec) -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: FLumenCardVS - 0.00% of total time (compiled 0 times, average 0.00 sec, max 0.00 sec, min 0.00 sec) -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 0.00% of total time (compiled 0 times, average 0.00 sec, max 0.00 sec, min 0.00 sec) -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: === Material stats === -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Materials Cooked: 0 -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Materials Translated: 121 -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Material Total Translate Time: 0.05 s -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Material Translation Only: 0.02 s (44%) -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (3%) -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: Material Cache Hits: 43 (36%) -[2025.03.25-12.08.44:246][609]LogShaderCompilers: Display: ================================================ -[2025.03.25-12.08.45:816][797]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.08.45:816][797]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.08.45:819][797]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.08.45:819][797]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.08.45:820][797]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.08.45:820][797]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_10.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.08.47:762][ 14]LogSlate: Took 0.000130 seconds to synchronously load lazily loaded font '../../../Engine/Content/Slate/Fonts/Roboto-BoldCondensedItalic.ttf' (160K) -[2025.03.25-12.08.48:644][119]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.08.48:644][119]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.08.48:646][119]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.08.48:646][119]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.08.48:648][119]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.08.48:648][119]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_10.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.09.52:143][866]LogSlate: Window 'Color Picker' being destroyed -[2025.03.25-12.09.55:271][994]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.25-12.09.55:279][994]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.09.55:279][994]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.09.55:280][994]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.09.55:280][994]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.09.55:281][994]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.09.55:281][994]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_10.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.09.55:282][994]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.09.55:282][994]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_11.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.09.55:302][994]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.09.55:302][994]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.09.55:303][994]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.09.55:303][994]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.09.55:303][994]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.09.55:303][994]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_11.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.09.55:993][ 68]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.09.56:022][ 68]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.09.56:068][ 68]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.09.56:068][ 68]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.09.56:085][ 68]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.09.56:085][ 68]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter02A58D09444785F2355838972F46F52B.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.09.56:092][ 68]LogFileHelpers: InternalPromptForCheckoutAndSave took 99.305 ms (total: 1.19 sec) -[2025.03.25-12.09.56:121][ 68]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.09.56:121][ 68]LogContentValidation: Enabled validators: -[2025.03.25-12.09.56:121][ 68]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.09.56:121][ 68]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.09.56:121][ 68]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.09.56:121][ 68]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.09.56:121][ 68]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.09.58:945][395]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.09.58:945][395]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.09.58:946][395]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.478 ms (total: 8.067 ms) -[2025.03.25-12.09.58:947][395]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.09.58:969][395]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.09.58:972][395]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002538s) -[2025.03.25-12.09.58:972][395]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002575s) -[2025.03.25-12.09.58:989][395]LogUObjectHash: Compacting FUObjectHashTables data took 0.96ms -[2025.03.25-12.09.58:991][395]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.09.58:992][395]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.09.58:992][395]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.09.58:992][395]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.09.58:992][395]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.09.58:993][395]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.09.58:993][395]LogWorldPartition: Display: WorldPartition initialize took 1.001 ms (total: 59.696 ms) -[2025.03.25-12.09.58:993][395]LogPlayLevel: PIE: World Init took: (0.001853s) -[2025.03.25-12.09.59:003][395]LogAudio: Display: Creating Audio Device: Id: 7, Scope: Unique, Realtime: True -[2025.03.25-12.09.59:003][395]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.09.59:003][395]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.09.59:003][395]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.09.59:003][395]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.09.59:003][395]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.09.59:003][395]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.09.59:003][395]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.09.59:003][395]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.09.59:003][395]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.09.59:003][395]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.09.59:003][395]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.09.59:005][395]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.09.59:021][395]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.09.59:021][395]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.09.59:021][395]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.09.59:021][395]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.09.59:022][395]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=7 -[2025.03.25-12.09.59:022][395]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=7 -[2025.03.25-12.09.59:023][395]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=7 -[2025.03.25-12.09.59:023][395]LogInit: FAudioDevice initialized with ID 7. -[2025.03.25-12.09.59:023][395]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=7 -[2025.03.25-12.09.59:023][395]LogAudio: Display: Audio Device (ID: 7) registered with world 'ThirdPersonMap'. -[2025.03.25-12.09.59:023][395]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 7 -[2025.03.25-12.09.59:025][395]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.09.59:026][395]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.09.59 -[2025.03.25-12.09.59:027][395]LogWorld: Bringing up level for play took: 0.001099 -[2025.03.25-12.09.59:028][395]LogOnline: OSS: Created online subsystem instance for: :Context_24 -[2025.03.25-12.09.59:029][395]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.09.59:029][395]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.09.59:040][395]PIE: Server logged in -[2025.03.25-12.09.59:041][395]PIE: Play in editor total start time 0.099 seconds. -[2025.03.25-12.10.02:723][821]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.10.02:723][821]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.10.02:723][821]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.10.02:723][821]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.10.02:723][821]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.10.02:723][821]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.10.02:723][821]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.10.02:723][821]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.10.02:726][821]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.10.02:730][821]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.10.02:745][821]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.10.02:745][821]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 7 -[2025.03.25-12.10.02:745][821]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 -[2025.03.25-12.10.02:746][821]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=7 -[2025.03.25-12.10.02:749][821]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.10.02:751][821]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.25-12.10.02:825][822]LogPlayLevel: Display: Destroying online subsystem :Context_24 -[2025.03.25-12.10.06:767][273]Cmd: DELETE -[2025.03.25-12.10.06:767][273]Cmd: ACTOR DELETE -[2025.03.25-12.10.06:774][273]LogEditorActor: Deleted Actor: StaticMeshActor -[2025.03.25-12.10.06:791][273]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.25-12.10.06:794][273]LogEditorActor: Deleted 1 Actors (0.021 secs) -[2025.03.25-12.10.08:599][474]Cmd: DUPLICATE -[2025.03.25-12.10.08:599][474]Cmd: ACTOR DUPLICATE -[2025.03.25-12.10.27:956][724]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.10.27:956][724]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.10.27:957][724]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.340 ms (total: 9.407 ms) -[2025.03.25-12.10.27:958][724]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.10.27:989][724]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.10.27:992][724]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002393s) -[2025.03.25-12.10.27:992][724]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002428s) -[2025.03.25-12.10.28:006][724]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.25-12.10.28:009][724]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.10.28:010][724]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.10.28:010][724]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.10.28:010][724]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.10.28:010][724]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.10.28:011][724]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.10.28:011][724]LogWorldPartition: Display: WorldPartition initialize took 976 us (total: 60.672 ms) -[2025.03.25-12.10.28:011][724]LogPlayLevel: PIE: World Init took: (0.001899s) -[2025.03.25-12.10.28:021][724]LogAudio: Display: Creating Audio Device: Id: 8, Scope: Unique, Realtime: True -[2025.03.25-12.10.28:021][724]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.10.28:021][724]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.10.28:021][724]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.10.28:021][724]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.10.28:021][724]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.10.28:021][724]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.10.28:021][724]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.10.28:021][724]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.10.28:021][724]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.10.28:021][724]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.10.28:021][724]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.10.28:023][724]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.10.28:039][724]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.10.28:039][724]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.10.28:039][724]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.10.28:039][724]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.10.28:040][724]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=8 -[2025.03.25-12.10.28:040][724]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=8 -[2025.03.25-12.10.28:041][724]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=8 -[2025.03.25-12.10.28:041][724]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=8 -[2025.03.25-12.10.28:041][724]LogInit: FAudioDevice initialized with ID 8. -[2025.03.25-12.10.28:041][724]LogAudio: Display: Audio Device (ID: 8) registered with world 'ThirdPersonMap'. -[2025.03.25-12.10.28:041][724]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 8 -[2025.03.25-12.10.28:043][724]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.10.28:044][724]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.10.28 -[2025.03.25-12.10.28:045][724]LogWorld: Bringing up level for play took: 0.001073 -[2025.03.25-12.10.28:046][724]LogOnline: OSS: Created online subsystem instance for: :Context_25 -[2025.03.25-12.10.28:046][724]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.10.28:046][724]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.10.28:057][724]PIE: Server logged in -[2025.03.25-12.10.28:058][724]PIE: Play in editor total start time 0.104 seconds. -[2025.03.25-12.10.44:903][730]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.10.44:903][730]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.10.44:903][730]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.10.44:903][730]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.10.44:903][730]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.10.44:903][730]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.10.44:903][730]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.10.44:903][730]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.10.44:906][730]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.10.44:910][730]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.10.44:925][730]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.10.44:925][730]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 8 -[2025.03.25-12.10.44:925][730]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 -[2025.03.25-12.10.44:926][730]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=8 -[2025.03.25-12.10.44:931][730]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.25-12.10.45:022][731]LogPlayLevel: Display: Destroying online subsystem :Context_25 -[2025.03.25-12.10.57:346][202]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.10.57:346][202]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.10.57:348][202]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.10.57:348][202]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.10.57:350][202]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.10.57:350][202]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_11.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.11.02:020][751]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.11.02:020][751]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.11.02:023][751]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.11.02:023][751]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.11.02:024][751]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.11.02:024][751]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_11.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.11.40:596][826]LogUObjectHash: Compacting FUObjectHashTables data took 1.40ms -[2025.03.25-12.11.40:604][826]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/56/FUY0VLK427B4Y7QMPZIR7U_Auto3 -[2025.03.25-12.11.40:604][826]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/FUY0VLK427B4Y7QMPZIR7U_Auto33E1056EF4C8D5C7B050E3282DFE7AE0E.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/56/FUY0VLK427B4Y7QMPZIR7U_Auto3.uasset' -[2025.03.25-12.11.40:606][826]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/ThirdPerson/Maps/ThirdPersonMap' took 0.027 -[2025.03.25-12.11.40:606][826]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.027 -[2025.03.25-12.11.40:607][826]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.11.40:654][826]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.11.40:654][826]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.11.40:671][826]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter_Auto3 -[2025.03.25-12.11.40:671][826]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter_Auto3216587B84044A9E8F4AE9C8BFD1049AE.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter_Auto3.uasset' -[2025.03.25-12.11.40:671][826]LogFileHelpers: Auto-saving content packages took 0.065 -[2025.03.25-12.15.39:015][ 73]LogSlate: Window 'Color Picker' being destroyed -[2025.03.25-12.15.45:657][651]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.25-12.15.45:665][651]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.15.45:665][651]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.15.45:666][651]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.15.45:666][651]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.15.45:667][651]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.15.45:667][651]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_11.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.15.45:667][651]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.15.45:667][651]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_12.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.15.45:689][651]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.15.45:690][651]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.15.45:690][651]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.15.45:690][651]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.15.45:691][651]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.15.45:691][651]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_12.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.15.46:223][703]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.15.46:252][703]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.15.46:290][703]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.15.46:290][703]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.15.46:307][703]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.15.46:308][703]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter5209E4FA4F98029BD0F97AB926C5CBFD.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.15.46:314][703]LogFileHelpers: InternalPromptForCheckoutAndSave took 90.843 ms (total: 1.28 sec) -[2025.03.25-12.15.46:343][703]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.15.46:343][703]LogContentValidation: Enabled validators: -[2025.03.25-12.15.46:343][703]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.15.46:343][703]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.15.46:343][703]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.15.46:343][703]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.15.46:343][703]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.15.49:175][874]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.15.49:175][874]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.15.49:176][874]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.566 ms (total: 10.974 ms) -[2025.03.25-12.15.49:177][874]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.15.49:197][874]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.15.49:200][874]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002558s) -[2025.03.25-12.15.49:200][874]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002594s) -[2025.03.25-12.15.49:216][874]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.25-12.15.49:220][874]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.15.49:221][874]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.15.49:221][874]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.15.49:221][874]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.15.49:221][874]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.15.49:222][874]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.15.49:222][874]LogWorldPartition: Display: WorldPartition initialize took 1.023 ms (total: 61.696 ms) -[2025.03.25-12.15.49:222][874]LogPlayLevel: PIE: World Init took: (0.001927s) -[2025.03.25-12.15.49:232][874]LogAudio: Display: Creating Audio Device: Id: 9, Scope: Unique, Realtime: True -[2025.03.25-12.15.49:232][874]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.15.49:232][874]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.15.49:232][874]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.15.49:232][874]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.15.49:232][874]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.15.49:232][874]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.15.49:232][874]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.15.49:232][874]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.15.49:232][874]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.15.49:232][874]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.15.49:232][874]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.15.49:233][874]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.15.49:250][874]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.15.49:250][874]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.15.49:250][874]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.15.49:250][874]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.15.49:251][874]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=9 -[2025.03.25-12.15.49:251][874]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=9 -[2025.03.25-12.15.49:252][874]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=9 -[2025.03.25-12.15.49:252][874]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=9 -[2025.03.25-12.15.49:252][874]LogInit: FAudioDevice initialized with ID 9. -[2025.03.25-12.15.49:252][874]LogAudio: Display: Audio Device (ID: 9) registered with world 'ThirdPersonMap'. -[2025.03.25-12.15.49:252][874]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 9 -[2025.03.25-12.15.49:254][874]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.15.49:256][874]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.15.49 -[2025.03.25-12.15.49:256][874]LogWorld: Bringing up level for play took: 0.001090 -[2025.03.25-12.15.49:257][874]LogOnline: OSS: Created online subsystem instance for: :Context_26 -[2025.03.25-12.15.49:258][874]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.15.49:258][874]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.15.49:270][874]PIE: Server logged in -[2025.03.25-12.15.49:270][874]PIE: Play in editor total start time 0.098 seconds. -[2025.03.25-12.16.12:121][601]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.16.12:121][601]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.16.12:121][601]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.16.12:121][601]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.16.12:121][601]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.16.12:121][601]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.16.12:121][601]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.16.12:121][601]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.16.12:124][601]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.16.12:128][601]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.16.12:142][601]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.16.12:143][601]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 9 -[2025.03.25-12.16.12:143][601]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 -[2025.03.25-12.16.12:144][601]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=9 -[2025.03.25-12.16.12:147][601]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.16.12:149][601]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.25-12.16.12:241][602]LogPlayLevel: Display: Destroying online subsystem :Context_26 -[2025.03.25-12.18.45:847][ 59]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.18.45:847][ 59]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.18.45:849][ 59]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.18.45:849][ 59]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.18.45:851][ 59]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.18.45:851][ 59]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_12.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.18.54:676][943]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.18.54:676][943]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.18.54:678][943]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.18.54:678][943]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.18.54:679][943]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.18.54:679][943]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_12.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.20.23:847][316]LogUObjectHash: Compacting FUObjectHashTables data took 1.21ms -[2025.03.25-12.20.23:854][316]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.20.23:854][316]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.20.23:855][316]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.20.23:855][316]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.20.23:855][316]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.20.23:855][316]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_12.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.20.23:856][316]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.20.23:856][316]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_13.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.20.23:884][316]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.20.23:884][316]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.20.23:885][316]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.20.23:885][316]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.20.23:886][316]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.20.23:886][316]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_13.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.20.24:517][379]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.20.24:546][379]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.20.24:584][379]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.20.24:585][379]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.20.24:604][379]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.20.24:604][379]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter88B41038485A771978FCC482FC8B4B5D.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.20.24:610][379]LogFileHelpers: InternalPromptForCheckoutAndSave took 93.625 ms (total: 1.38 sec) -[2025.03.25-12.20.24:643][379]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.20.24:643][379]LogContentValidation: Enabled validators: -[2025.03.25-12.20.24:643][379]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.20.24:643][379]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.20.24:643][379]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.20.24:643][379]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.20.24:643][379]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.20.26:009][532]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.20.26:009][532]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.20.26:011][532]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.442 ms (total: 12.417 ms) -[2025.03.25-12.20.26:012][532]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.20.26:035][532]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.20.26:038][532]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002425s) -[2025.03.25-12.20.26:038][532]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002452s) -[2025.03.25-12.20.26:054][532]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.25-12.20.26:059][532]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.20.26:060][532]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.20.26:060][532]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.20.26:060][532]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.20.26:060][532]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.20.26:061][532]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.20.26:061][532]LogWorldPartition: Display: WorldPartition initialize took 1.017 ms (total: 62.713 ms) -[2025.03.25-12.20.26:061][532]LogPlayLevel: PIE: World Init took: (0.001920s) -[2025.03.25-12.20.26:071][532]LogAudio: Display: Creating Audio Device: Id: 10, Scope: Unique, Realtime: True -[2025.03.25-12.20.26:071][532]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.20.26:071][532]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.20.26:072][532]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.20.26:072][532]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.20.26:072][532]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.20.26:072][532]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.20.26:072][532]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.20.26:072][532]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.20.26:072][532]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.20.26:072][532]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.20.26:072][532]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.20.26:073][532]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.20.26:090][532]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.20.26:090][532]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.20.26:090][532]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.20.26:090][532]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.20.26:091][532]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=10 -[2025.03.25-12.20.26:091][532]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=10 -[2025.03.25-12.20.26:092][532]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=10 -[2025.03.25-12.20.26:092][532]LogInit: FAudioDevice initialized with ID 10. -[2025.03.25-12.20.26:092][532]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=10 -[2025.03.25-12.20.26:092][532]LogAudio: Display: Audio Device (ID: 10) registered with world 'ThirdPersonMap'. -[2025.03.25-12.20.26:092][532]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 10 -[2025.03.25-12.20.26:095][532]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.20.26:096][532]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.20.26 -[2025.03.25-12.20.26:096][532]LogWorld: Bringing up level for play took: 0.001378 -[2025.03.25-12.20.26:097][532]LogOnline: OSS: Created online subsystem instance for: :Context_27 -[2025.03.25-12.20.26:098][532]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.20.26:098][532]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.20.26:110][532]PIE: Server logged in -[2025.03.25-12.20.26:110][532]PIE: Play in editor total start time 0.103 seconds. -[2025.03.25-12.20.31:069][112]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.20.31:069][112]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.20.31:069][112]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.20.31:069][112]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.20.31:069][112]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.20.31:069][112]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.20.31:069][112]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.20.31:069][112]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.20.31:072][112]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.20.31:076][112]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.20.31:094][112]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.20.31:094][112]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 10 -[2025.03.25-12.20.31:094][112]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10 -[2025.03.25-12.20.31:095][112]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=10 -[2025.03.25-12.20.31:098][112]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.20.31:100][112]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms -[2025.03.25-12.20.31:175][113]LogPlayLevel: Display: Destroying online subsystem :Context_27 -[2025.03.25-12.21.00:631][653]LogSlate: Window 'Color Picker' being destroyed -[2025.03.25-12.21.02:649][881]LogUObjectHash: Compacting FUObjectHashTables data took 0.98ms -[2025.03.25-12.21.02:655][881]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.21.02:655][881]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.21.02:656][881]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.21.02:656][881]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.21.02:657][881]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.21.02:657][881]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_13.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.21.02:658][881]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.21.02:658][881]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.21.02:687][881]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.21.02:687][881]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.21.02:688][881]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.21.02:688][881]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.21.02:689][881]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.21.02:689][881]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.21.03:444][957]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.21.03:469][957]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.21.03:508][957]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.21.03:508][957]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.21.03:528][957]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.21.03:528][957]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter0F5B70D841840926B8B772A0AF76E363.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.21.03:534][957]LogFileHelpers: InternalPromptForCheckoutAndSave took 89.461 ms (total: 1.47 sec) -[2025.03.25-12.21.03:560][957]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.21.03:560][957]LogContentValidation: Enabled validators: -[2025.03.25-12.21.03:560][957]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.21.03:560][957]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.21.03:560][957]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.21.03:560][957]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.21.03:560][957]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.21.05:296][153]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.21.05:296][153]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.21.05:297][153]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.365 ms (total: 13.782 ms) -[2025.03.25-12.21.05:298][153]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.21.05:335][153]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.21.05:338][153]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002232s) -[2025.03.25-12.21.05:338][153]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002255s) -[2025.03.25-12.21.05:354][153]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms -[2025.03.25-12.21.05:359][153]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.21.05:359][153]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.21.05:359][153]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.21.05:360][153]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.21.05:360][153]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.21.05:361][153]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.21.05:361][153]LogWorldPartition: Display: WorldPartition initialize took 1.129 ms (total: 63.842 ms) -[2025.03.25-12.21.05:361][153]LogPlayLevel: PIE: World Init took: (0.002035s) -[2025.03.25-12.21.05:371][153]LogAudio: Display: Creating Audio Device: Id: 11, Scope: Unique, Realtime: True -[2025.03.25-12.21.05:371][153]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.21.05:371][153]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.21.05:371][153]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.21.05:371][153]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.21.05:371][153]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.21.05:371][153]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.21.05:371][153]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.21.05:371][153]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.21.05:371][153]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.21.05:371][153]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.21.05:371][153]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.21.05:373][153]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.21.05:387][153]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.21.05:387][153]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.21.05:387][153]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.21.05:387][153]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.21.05:388][153]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=11 -[2025.03.25-12.21.05:388][153]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=11 -[2025.03.25-12.21.05:389][153]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=11 -[2025.03.25-12.21.05:389][153]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=11 -[2025.03.25-12.21.05:389][153]LogInit: FAudioDevice initialized with ID 11. -[2025.03.25-12.21.05:389][153]LogAudio: Display: Audio Device (ID: 11) registered with world 'ThirdPersonMap'. -[2025.03.25-12.21.05:389][153]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 11 -[2025.03.25-12.21.05:391][153]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.21.05:392][153]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.21.05 -[2025.03.25-12.21.05:392][153]LogWorld: Bringing up level for play took: 0.001111 -[2025.03.25-12.21.05:393][153]LogOnline: OSS: Created online subsystem instance for: :Context_28 -[2025.03.25-12.21.05:394][153]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.21.05:394][153]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.21.05:405][153]PIE: Server logged in -[2025.03.25-12.21.05:406][153]PIE: Play in editor total start time 0.113 seconds. -[2025.03.25-12.21.28:239][645]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.21.28:239][645]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.21.28:239][645]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.21.28:239][645]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.21.28:239][645]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.21.28:239][645]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.21.28:239][645]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.21.28:239][645]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.21.28:242][645]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.21.28:246][645]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.21.28:262][645]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.21.28:262][645]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 11 -[2025.03.25-12.21.28:262][645]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11 -[2025.03.25-12.21.28:263][645]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=11 -[2025.03.25-12.21.28:266][645]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.21.28:269][645]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.25-12.21.28:342][646]LogPlayLevel: Display: Destroying online subsystem :Context_28 -[2025.03.25-12.21.33:710][274]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.21.33:740][274]OBJ SavePackage: Generating thumbnails for [0] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.21.33:740][274]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.21.33:759][274]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.21.33:759][274]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter57DB355B4E2C944769EABF8116262238.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.21.33:765][274]LogFileHelpers: InternalPromptForCheckoutAndSave took 55.057 ms (total: 1.52 sec) -[2025.03.25-12.21.33:794][274]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.21.33:794][274]LogContentValidation: Enabled validators: -[2025.03.25-12.21.33:794][274]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.21.33:794][274]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.21.33:794][274]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.21.33:794][274]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.21.33:794][274]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.22.17:289][462]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.22.17:289][462]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.22.17:292][462]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.22.17:292][462]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.22.17:293][462]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.22.17:293][462]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.22.23:738][224]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.22.23:738][224]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.22.23:740][224]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.22.23:740][224]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.22.23:741][224]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.22.23:741][224]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.22.49:197][224]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.22.49:197][224]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.22.49:199][224]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.22.49:199][224]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.22.49:200][224]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.22.49:200][224]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.22.58:786][361]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.22.58:786][361]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.22.58:789][361]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.22.58:789][361]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.22.58:790][361]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.22.58:790][361]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.23.29:738][990]LogUObjectHash: Compacting FUObjectHashTables data took 1.19ms -[2025.03.25-12.23.29:745][990]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.23.29:745][990]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.23.29:746][990]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.23.29:746][990]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.23.29:746][990]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.23.29:746][990]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_14.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.23.29:747][990]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.23.29:747][990]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_15.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.23.29:779][990]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.23.29:779][990]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.23.29:779][990]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.23.29:780][990]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.23.29:780][990]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.23.29:780][990]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_15.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.23.30:772][ 92]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.23.30:798][ 92]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.23.30:844][ 92]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.23.30:844][ 92]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.23.30:864][ 92]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.23.30:864][ 92]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter55291B8343812AF517060F87B20AF602.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.23.30:871][ 92]LogFileHelpers: InternalPromptForCheckoutAndSave took 98.168 ms (total: 1.62 sec) -[2025.03.25-12.23.30:902][ 92]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.23.30:902][ 92]LogContentValidation: Enabled validators: -[2025.03.25-12.23.30:902][ 92]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.23.30:902][ 92]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.23.30:902][ 92]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.23.30:902][ 92]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.23.30:902][ 92]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.26.26:921][322]LogAssetEditorSubsystem: Opening Asset editor for AnimMontage /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage.VaultOver_Montage -[2025.03.25-12.26.26:928][322]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_18:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. -[2025.03.25-12.26.30:132][577]LogSlate: Window 'VaultOver_Montage' being destroyed -[2025.03.25-12.26.59:040][535]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.26.59:069][535]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.26.59:109][535]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.26.59:109][535]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.26.59:130][535]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.26.59:131][535]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterC0904BEA47A34570FA44DE963E2A1DC3.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.26.59:137][535]LogFileHelpers: InternalPromptForCheckoutAndSave took 97.315 ms (total: 1.72 sec) -[2025.03.25-12.26.59:166][535]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.26.59:166][535]LogContentValidation: Enabled validators: -[2025.03.25-12.26.59:166][535]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.26.59:166][535]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.26.59:166][535]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.26.59:166][535]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.26.59:166][535]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.27.00:631][701]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.25-12.27.00:637][701]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.27.00:637][701]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.27.00:638][701]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.27.00:638][701]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.27.00:639][701]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.27.00:639][701]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_15.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.27.00:640][701]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.27.00:640][701]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_16.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.27.00:674][701]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.27.00:674][701]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.27.00:675][701]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.27.00:675][701]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.27.00:675][701]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.27.00:675][701]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_16.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.27.01:328][775]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.27.01:353][775]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.27.01:403][775]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.27.01:403][775]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.27.01:424][775]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.27.01:424][775]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter1F2264414C56C03710B67D9EC0290FE5.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.27.01:431][775]LogFileHelpers: InternalPromptForCheckoutAndSave took 103.134 ms (total: 1.82 sec) -[2025.03.25-12.27.01:459][775]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.27.01:459][775]LogContentValidation: Enabled validators: -[2025.03.25-12.27.01:459][775]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.27.01:459][775]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.27.01:459][775]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.27.01:459][775]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.27.01:459][775]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.27.38:136][903]LogEditorTransaction: Undo Delete current selection -[2025.03.25-12.27.38:158][903]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.27.38:158][903]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.27.38:160][903]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.27.38:160][903]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.27.38:161][903]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.27.38:161][903]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_16.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.27.38:271][903]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_18:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. -[2025.03.25-12.29.07:311][ 75]LogUObjectHash: Compacting FUObjectHashTables data took 1.48ms -[2025.03.25-12.29.07:318][ 75]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.29.07:318][ 75]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.29.07:319][ 75]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.29.07:319][ 75]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.29.07:320][ 75]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.29.07:320][ 75]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_16.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.29.07:320][ 75]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.29.07:320][ 75]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_17.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.29.07:336][ 75]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.29.07:336][ 75]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.29.07:337][ 75]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.29.07:337][ 75]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.29.07:337][ 75]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.29.07:337][ 75]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_17.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.29.07:927][140]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.29.07:957][140]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.29.08:004][140]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.29.08:004][140]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.29.08:028][140]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.29.08:028][140]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter0AB34D754D09EED2BA0756A2FF6B20BD.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.29.08:037][140]LogFileHelpers: InternalPromptForCheckoutAndSave took 109.531 ms (total: 1.93 sec) -[2025.03.25-12.29.08:068][140]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.29.08:068][140]LogContentValidation: Enabled validators: -[2025.03.25-12.29.08:068][140]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.29.08:068][140]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.29.08:068][140]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.29.08:068][140]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.29.08:069][140]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.31.07:807][533]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.25-12.31.07:811][533]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/56/FUY0VLK427B4Y7QMPZIR7U_Auto4 -[2025.03.25-12.31.07:811][533]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/FUY0VLK427B4Y7QMPZIR7U_Auto4902BB79D454C556F762087858141B250.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/56/FUY0VLK427B4Y7QMPZIR7U_Auto4.uasset' -[2025.03.25-12.31.07:812][533]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/ThirdPerson/Maps/ThirdPersonMap' took 0.023 -[2025.03.25-12.31.07:812][533]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.023 -[2025.03.25-12.31.07:812][533]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.31.07:883][533]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.31.07:883][533]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.31.07:906][533]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter_Auto4 -[2025.03.25-12.31.07:906][533]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter_Auto4BB274B62416438D1FEFA8B82F9E36FE8.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter_Auto4.uasset' -[2025.03.25-12.31.07:907][533]LogFileHelpers: Auto-saving content packages took 0.095 -[2025.03.25-12.34.32:379][800]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.34.32:379][800]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.34.32:381][800]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.34.32:381][800]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.34.32:382][800]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.34.32:383][800]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_17.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.34.41:112][833]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.34.41:112][833]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.34.41:115][833]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.34.41:115][833]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.34.41:116][833]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.34.41:116][833]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_17.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.34.56:077][532]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.34.56:077][532]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.34.56:078][532]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.34.56:078][532]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.34.56:079][532]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.34.56:079][532]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_17.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.35.02:924][275]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.02:924][275]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.02:926][275]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.02:926][275]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.02:927][275]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.02:928][275]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_17.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.35.11:290][ 76]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.11:290][ 76]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.11:292][ 76]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.11:292][ 76]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.11:293][ 76]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.11:293][ 76]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_17.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.35.11:331][ 76]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.11:331][ 76]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.11:333][ 76]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.11:333][ 76]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.11:334][ 76]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.11:334][ 76]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_17.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.35.16:332][630]LogUObjectHash: Compacting FUObjectHashTables data took 1.20ms -[2025.03.25-12.35.16:338][630]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.16:338][630]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.16:339][630]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.16:339][630]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.16:340][630]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.16:340][630]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_17.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.16:340][630]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.16:340][630]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_18.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.35.16:374][630]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.16:374][630]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.16:375][630]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.16:375][630]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.16:375][630]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.16:375][630]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_18.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.35.16:995][693]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.35.17:023][693]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.35.17:070][693]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.35.17:070][693]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.35.17:093][693]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.35.17:093][693]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter75BCAA3C4129D725848559AF42BE8D8F.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.35.17:100][693]LogFileHelpers: InternalPromptForCheckoutAndSave took 105.166 ms (total: 2.03 sec) -[2025.03.25-12.35.17:139][693]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.35.17:139][693]LogContentValidation: Enabled validators: -[2025.03.25-12.35.17:139][693]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.35.17:139][693]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.35.17:139][693]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.35.17:139][693]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.35.17:139][693]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.35.24:489][444]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:489][444]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:576][454]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:576][454]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:588][455]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:588][455]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:599][456]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:599][456]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:619][458]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:620][458]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:630][459]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:630][459]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:642][460]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:643][460]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:655][461]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:655][461]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:685][464]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:685][464]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:771][474]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:771][474]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:773][474]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:773][474]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:809][478]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:809][478]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:828][480]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:828][480]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:848][482]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:848][482]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:859][483]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:859][483]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:880][485]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:880][485]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:891][486]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:891][486]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:911][488]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:911][488]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:924][489]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:924][489]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:937][490]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:937][490]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:950][491]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:950][491]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:961][492]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:961][492]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:973][493]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:973][493]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:985][494]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:985][494]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.24:996][495]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.24:996][495]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:008][496]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:008][496]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:021][497]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:021][497]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:033][498]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:033][498]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:053][500]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:053][500]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:065][501]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:065][501]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:086][503]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:086][503]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:107][505]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:107][505]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:119][506]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:119][506]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:131][507]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:132][507]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:160][510]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:160][510]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:181][512]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:181][512]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:194][513]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:194][513]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:215][515]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:215][515]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:536][553]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:536][553]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:555][555]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:555][555]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:566][556]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:566][556]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:586][558]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:586][558]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.25:723][574]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.25:723][574]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.26:251][637]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.26:251][637]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.26:287][641]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.26:287][641]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.26:298][642]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.26:298][642]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.26:335][646]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.26:335][646]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.27:362][766]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.27:362][766]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.27:364][766]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.27:364][766]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.35.27:365][766]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.35.27:365][766]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_18.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.35.27:368][766]LogSlate: Window 'Color Picker' being destroyed -[2025.03.25-12.36.46:614][569]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.25-12.36.46:620][569]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.36.46:620][569]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.36.46:621][569]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.36.46:621][569]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.36.46:622][569]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.36.46:622][569]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_18.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.36.46:622][569]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.36.46:622][569]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_19.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.36.46:660][569]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.36.46:660][569]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.36.46:661][569]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.36.46:661][569]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.36.46:662][569]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.36.46:662][569]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_19.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.36.47:441][651]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.36.47:472][651]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.36.47:517][651]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.36.47:517][651]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.36.47:540][651]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.36.47:541][651]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter29D4481C4DF2B3E122FFBA9A75E62361.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.36.47:547][651]LogFileHelpers: InternalPromptForCheckoutAndSave took 106.129 ms (total: 2.14 sec) -[2025.03.25-12.36.47:577][651]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.36.47:577][651]LogContentValidation: Enabled validators: -[2025.03.25-12.36.47:577][651]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.36.47:577][651]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.36.47:577][651]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.36.47:577][651]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.36.47:577][651]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.37.13:267][803]LogUObjectHash: Compacting FUObjectHashTables data took 1.12ms -[2025.03.25-12.37.13:274][803]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.37.13:274][803]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.37.13:275][803]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.37.13:275][803]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.37.13:275][803]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.37.13:275][803]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_19.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.37.13:276][803]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.37.13:276][803]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_20.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.37.13:316][803]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.37.13:316][803]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.37.13:317][803]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.37.13:317][803]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.37.13:318][803]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.37.13:318][803]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_20.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.37.14:264][902]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.37.14:291][902]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.37.14:337][902]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.37.14:338][902]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.37.14:361][902]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.37.14:362][902]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter94EBDF994D7502239BB908ACB0EFCD71.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.37.14:368][902]LogFileHelpers: InternalPromptForCheckoutAndSave took 104.249 ms (total: 2.25 sec) -[2025.03.25-12.37.14:393][902]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.37.14:393][902]LogContentValidation: Enabled validators: -[2025.03.25-12.37.14:393][902]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.37.14:393][902]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.37.14:393][902]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.37.14:393][902]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.37.14:393][902]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.38.08:214][845]LogUObjectHash: Compacting FUObjectHashTables data took 1.07ms -[2025.03.25-12.38.08:220][845]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.38.08:220][845]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.38.08:221][845]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.38.08:221][845]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.38.08:221][845]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.38.08:221][845]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_20.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.38.08:222][845]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.38.08:222][845]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_21.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.38.08:290][845]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.38.08:290][845]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.38.08:291][845]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.38.08:291][845]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.38.08:292][845]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.38.08:292][845]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_21.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.38.08:890][905]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.38.08:919][905]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.38.08:964][905]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.38.08:964][905]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.38.08:989][905]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.38.08:989][905]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter76545BEE478D12B678E5368CAC02A311.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.38.08:995][905]LogFileHelpers: InternalPromptForCheckoutAndSave took 105.383 ms (total: 2.35 sec) -[2025.03.25-12.38.09:023][905]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.38.09:023][905]LogContentValidation: Enabled validators: -[2025.03.25-12.38.09:023][905]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.38.09:023][905]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.38.09:023][905]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.38.09:023][905]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.38.09:023][905]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.39.33:618][845]LogUObjectHash: Compacting FUObjectHashTables data took 1.22ms -[2025.03.25-12.39.33:625][845]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.39.33:625][845]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.39.33:626][845]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.39.33:626][845]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.39.33:627][845]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.39.33:627][845]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_21.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.39.33:627][845]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.39.33:627][845]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_22.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.39.33:700][845]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.39.33:700][845]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.39.33:701][845]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.39.33:701][845]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.39.33:701][845]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.39.33:701][845]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_22.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.39.34:386][914]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.39.34:416][914]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.39.34:462][914]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.39.34:463][914]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.39.34:487][914]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.39.34:487][914]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter48F551824F43AFC2E1273F97F7451275.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.39.34:494][914]LogFileHelpers: InternalPromptForCheckoutAndSave took 108.470 ms (total: 2.46 sec) -[2025.03.25-12.39.34:528][914]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.39.34:528][914]LogContentValidation: Enabled validators: -[2025.03.25-12.39.34:528][914]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.39.34:528][914]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.39.34:528][914]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.39.34:528][914]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.39.34:528][914]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.40.38:479][832]LogDerivedDataCache: C:/Users/Lore Natusol/AppData/Local/UnrealEngine/Common/DerivedDataCache: Maintenance finished in +00:00:00.000 and deleted 0 files with total size 0 MiB and 0 empty folders. Scanned 0 files in 1 folders with total size 0 MiB. -[2025.03.25-12.40.57:437][ 78]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.25-12.40.57:443][ 78]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.40.57:443][ 78]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.40.57:444][ 78]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.40.57:444][ 78]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.40.57:445][ 78]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.40.57:445][ 78]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_22.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.40.57:446][ 78]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.40.57:446][ 78]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_23.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.40.57:491][ 78]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.40.57:492][ 78]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.40.57:492][ 78]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.40.57:492][ 78]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.40.57:493][ 78]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.40.57:493][ 78]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_23.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.40.58:257][154]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.40.58:287][154]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.40.58:333][154]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.40.58:333][154]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.40.58:358][154]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.40.58:359][154]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterCB2D4F9D4CC8A00308DD79944881FE36.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.40.58:367][154]LogFileHelpers: InternalPromptForCheckoutAndSave took 109.510 ms (total: 2.57 sec) -[2025.03.25-12.40.58:398][154]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.40.58:398][154]LogContentValidation: Enabled validators: -[2025.03.25-12.40.58:398][154]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.40.58:398][154]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.40.58:398][154]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.40.58:398][154]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.40.58:398][154]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.41.14:850][798]LogUObjectHash: Compacting FUObjectHashTables data took 1.08ms -[2025.03.25-12.41.14:858][798]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.41.14:858][798]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.41.14:859][798]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.41.14:859][798]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.41.14:859][798]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.41.14:859][798]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_23.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.41.14:860][798]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.41.14:860][798]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_24.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.41.14:907][798]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.41.14:907][798]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.41.14:908][798]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.41.14:908][798]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.41.14:908][798]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.41.14:908][798]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_24.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.41.15:864][895]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.41.15:895][895]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.41.15:942][895]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.41.15:942][895]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.41.15:967][895]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.41.15:968][895]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter07FAF55844D363F351B204919A02CE61.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.41.15:974][895]LogFileHelpers: InternalPromptForCheckoutAndSave took 109.215 ms (total: 2.68 sec) -[2025.03.25-12.41.16:006][895]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.41.16:006][895]LogContentValidation: Enabled validators: -[2025.03.25-12.41.16:006][895]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.41.16:006][895]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.41.16:006][895]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.41.16:006][895]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.41.16:006][895]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.42.19:919][480]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.19:919][480]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.19:920][480]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.19:920][480]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.19:921][480]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.19:921][480]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_24.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.42.26:374][229]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:374][229]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:376][229]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:376][229]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:395][231]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:395][231]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:405][232]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:405][232]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:415][233]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:415][233]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:424][234]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:424][234]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:425][234]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:425][234]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:435][235]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:435][235]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:444][236]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:444][236]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:454][237]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:454][237]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:463][238]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:463][238]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:473][239]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:473][239]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:484][240]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:484][240]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:494][241]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:494][241]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:522][244]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:522][244]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:673][262]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:673][262]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:692][264]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:692][264]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:710][266]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:710][266]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:720][267]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:720][267]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:730][268]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:730][268]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:740][269]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:740][269]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:750][270]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:750][270]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:762][271]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:762][271]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:763][271]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:763][271]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:774][272]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:774][272]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:793][274]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:793][274]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:819][277]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:819][277]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:829][278]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:829][278]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:847][280]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:847][280]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:865][282]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:865][282]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:875][283]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:875][283]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:886][284]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:886][284]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:896][285]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:896][285]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:914][287]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:914][287]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:932][289]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:932][289]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:942][290]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:942][290]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:951][291]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:951][291]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:970][293]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:970][293]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:979][294]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:979][294]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:989][295]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:989][295]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.26:998][296]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.26:998][296]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.27:017][298]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.27:017][298]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.27:044][301]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.27:044][301]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.27:062][303]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.27:062][303]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.27:105][308]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.27:105][308]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.27:139][312]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.27:139][312]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.27:157][314]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.27:157][314]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.27:284][329]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.27:284][329]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.27:319][333]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.27:319][333]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.27:371][339]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.27:371][339]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.27:398][342]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.27:398][342]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.27:491][353]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.27:491][353]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.27:517][356]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.27:517][356]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.28:134][430]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.28:134][430]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.29:103][546]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.29:104][546]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.29:106][546]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.29:106][546]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.29:107][546]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.29:107][546]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_24.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.42.29:110][546]LogSlate: Window 'Color Picker' being destroyed -[2025.03.25-12.42.32:871][973]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.32:871][973]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:018][990]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:018][990]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:047][993]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:047][993]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:059][994]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:059][994]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:082][996]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:083][996]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:124][ 0]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:124][ 0]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:383][ 29]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:383][ 29]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:396][ 30]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:396][ 30]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:409][ 31]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:409][ 31]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:422][ 32]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:422][ 32]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:445][ 34]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:445][ 34]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:477][ 37]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:478][ 37]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:587][ 49]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:587][ 49]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:638][ 54]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:638][ 54]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:676][ 58]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:676][ 58]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:730][ 64]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:730][ 64]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:751][ 66]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:751][ 66]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:798][ 71]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:798][ 71]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:880][ 80]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:880][ 80]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:946][ 87]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:946][ 87]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.33:975][ 90]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.33:975][ 90]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.34:012][ 94]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.34:012][ 94]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.34:961][202]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.34:961][202]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.34:963][202]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.34:963][202]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.34:964][202]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.34:964][202]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_24.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.42.34:968][202]LogSlate: Window 'Color Picker' being destroyed -[2025.03.25-12.42.40:160][763]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.25-12.42.40:167][763]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.40:167][763]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.40:168][763]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.40:168][763]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.40:168][763]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.40:168][763]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_24.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.40:169][763]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.40:169][763]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_25.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.42.40:214][763]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.40:214][763]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.40:215][763]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.40:215][763]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.42.40:215][763]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.42.40:215][763]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_25.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.42.40:693][802]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.42.40:717][802]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.42.40:757][802]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.42.40:757][802]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.42.40:783][802]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.42.40:783][802]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter837590294C20D81B036B64887EA8EA1E.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.42.40:790][802]LogFileHelpers: InternalPromptForCheckoutAndSave took 96.634 ms (total: 2.77 sec) -[2025.03.25-12.42.40:822][802]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.42.40:822][802]LogContentValidation: Enabled validators: -[2025.03.25-12.42.40:822][802]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.42.40:822][802]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.42.40:822][802]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.42.40:822][802]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.42.40:822][802]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.43.39:022][601]LogWorld: UWorld::CleanupWorld for World_18, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.43.39:022][601]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.43.39:063][601]LogWorld: UWorld::CleanupWorld for World_19, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.43.39:063][601]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.43.39:086][601]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.25-12.43.46:758][495]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.43.46:758][495]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.43.46:760][495]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.520 ms (total: 15.302 ms) -[2025.03.25-12.43.46:761][495]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.43.46:761][495]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.43.46:763][495]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002470s) -[2025.03.25-12.43.46:763][495]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002493s) -[2025.03.25-12.43.46:779][495]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.25-12.43.46:782][495]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.43.46:783][495]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.43.46:783][495]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.43.46:783][495]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.43.46:783][495]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.43.46:784][495]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.43.46:784][495]LogWorldPartition: Display: WorldPartition initialize took 1.045 ms (total: 64.888 ms) -[2025.03.25-12.43.46:784][495]LogPlayLevel: PIE: World Init took: (0.001945s) -[2025.03.25-12.43.46:794][495]LogAudio: Display: Creating Audio Device: Id: 12, Scope: Unique, Realtime: True -[2025.03.25-12.43.46:794][495]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.43.46:794][495]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.43.46:794][495]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.43.46:794][495]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.43.46:794][495]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.43.46:794][495]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.43.46:794][495]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.43.46:794][495]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.43.46:794][495]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.43.46:794][495]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.43.46:794][495]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.43.46:796][495]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.43.46:813][495]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.43.46:813][495]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.43.46:813][495]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.43.46:813][495]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.43.46:813][495]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=12 -[2025.03.25-12.43.46:813][495]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=12 -[2025.03.25-12.43.46:815][495]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=12 -[2025.03.25-12.43.46:815][495]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=12 -[2025.03.25-12.43.46:815][495]LogInit: FAudioDevice initialized with ID 12. -[2025.03.25-12.43.46:815][495]LogAudio: Display: Audio Device (ID: 12) registered with world 'ThirdPersonMap'. -[2025.03.25-12.43.46:815][495]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 12 -[2025.03.25-12.43.46:817][495]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.43.46:818][495]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.43.46 -[2025.03.25-12.43.46:818][495]LogWorld: Bringing up level for play took: 0.001114 -[2025.03.25-12.43.46:819][495]LogOnline: OSS: Created online subsystem instance for: :Context_31 -[2025.03.25-12.43.46:820][495]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.43.46:820][495]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.43.46:832][495]PIE: Server logged in -[2025.03.25-12.43.46:833][495]PIE: Play in editor total start time 0.076 seconds. -[2025.03.25-12.44.12:458][556]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.44.12:458][556]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.44.12:458][556]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.44.12:458][556]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.44.12:458][556]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.44.12:459][556]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.44.12:459][556]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.44.12:459][556]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.44.12:461][556]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.44.12:465][556]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.44.12:481][556]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.44.12:481][556]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 12 -[2025.03.25-12.44.12:481][556]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12 -[2025.03.25-12.44.12:483][556]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=12 -[2025.03.25-12.44.12:488][556]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.25-12.44.12:562][557]LogPlayLevel: Display: Destroying online subsystem :Context_31 -[2025.03.25-12.47.12:260][683]LogUObjectHash: Compacting FUObjectHashTables data took 1.18ms -[2025.03.25-12.47.12:266][683]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.47.12:266][683]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.47.12:267][683]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.47.12:267][683]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.47.12:267][683]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.47.12:267][683]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_25.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.47.12:268][683]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.47.12:268][683]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_26.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.47.12:332][683]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.47.12:332][683]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.47.12:333][683]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.47.12:333][683]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.47.12:334][683]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.47.12:334][683]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_26.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.47.12:980][747]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.47.13:009][747]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.47.13:055][747]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.47.13:055][747]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.47.13:082][747]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.47.13:082][747]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterE20DE1524D09F0D38F9E6BA07C3F4A9C.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.47.13:089][747]LogFileHelpers: InternalPromptForCheckoutAndSave took 108.770 ms (total: 2.88 sec) -[2025.03.25-12.47.13:120][747]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.47.13:120][747]LogContentValidation: Enabled validators: -[2025.03.25-12.47.13:120][747]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.47.13:120][747]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.47.13:120][747]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.47.13:120][747]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.47.13:120][747]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.47.14:741][929]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.47.14:741][929]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.47.14:743][929]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.376 ms (total: 16.678 ms) -[2025.03.25-12.47.14:744][929]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.47.14:776][929]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.47.14:778][929]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002449s) -[2025.03.25-12.47.14:779][929]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002485s) -[2025.03.25-12.47.14:795][929]LogUObjectHash: Compacting FUObjectHashTables data took 0.96ms -[2025.03.25-12.47.14:802][929]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.47.14:803][929]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.47.14:803][929]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.47.14:803][929]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.47.14:803][929]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.47.14:804][929]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.47.14:804][929]LogWorldPartition: Display: WorldPartition initialize took 1.017 ms (total: 65.905 ms) -[2025.03.25-12.47.14:804][929]LogPlayLevel: PIE: World Init took: (0.001903s) -[2025.03.25-12.47.14:815][929]LogAudio: Display: Creating Audio Device: Id: 13, Scope: Unique, Realtime: True -[2025.03.25-12.47.14:815][929]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.47.14:815][929]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.47.14:815][929]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.47.14:815][929]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.47.14:815][929]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.47.14:815][929]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.47.14:815][929]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.47.14:815][929]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.47.14:815][929]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.47.14:815][929]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.47.14:815][929]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.47.14:816][929]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.47.14:832][929]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.47.14:833][929]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.47.14:833][929]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.47.14:833][929]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.47.14:833][929]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=13 -[2025.03.25-12.47.14:833][929]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=13 -[2025.03.25-12.47.14:834][929]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=13 -[2025.03.25-12.47.14:834][929]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=13 -[2025.03.25-12.47.14:834][929]LogInit: FAudioDevice initialized with ID 13. -[2025.03.25-12.47.14:834][929]LogAudio: Display: Audio Device (ID: 13) registered with world 'ThirdPersonMap'. -[2025.03.25-12.47.14:834][929]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 13 -[2025.03.25-12.47.14:836][929]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.47.14:838][929]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.47.14 -[2025.03.25-12.47.14:838][929]LogWorld: Bringing up level for play took: 0.001109 -[2025.03.25-12.47.14:839][929]LogOnline: OSS: Created online subsystem instance for: :Context_32 -[2025.03.25-12.47.14:840][929]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.47.14:840][929]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.47.14:852][929]PIE: Server logged in -[2025.03.25-12.47.14:853][929]PIE: Play in editor total start time 0.114 seconds. -[2025.03.25-12.47.21:279][686]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.47.21:279][686]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.47.21:280][686]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.47.21:280][686]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.47.21:280][686]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.47.21:280][686]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.47.21:280][686]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.47.21:280][686]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.47.21:283][686]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.47.21:287][686]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.47.21:301][686]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.47.21:302][686]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 13 -[2025.03.25-12.47.21:302][686]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13 -[2025.03.25-12.47.21:303][686]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=13 -[2025.03.25-12.47.21:306][686]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.47.21:308][686]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.25-12.47.21:382][687]LogPlayLevel: Display: Destroying online subsystem :Context_32 -[2025.03.25-12.47.40:674][308]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.25-12.47.40:681][308]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.47.40:681][308]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.47.40:682][308]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.47.40:682][308]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.47.40:683][308]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.47.40:683][308]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_26.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.47.40:683][308]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.47.40:683][308]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_27.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.47.40:730][308]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.47.40:730][308]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.47.40:731][308]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.47.40:731][308]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.47.40:731][308]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.47.40:731][308]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_27.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.47.41:300][362]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.47.41:320][362]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.47.41:374][362]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.47.41:374][362]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.47.41:399][362]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.47.41:399][362]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterBD82FFDE42DE38CA31A5DE8ADFD15C6F.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.47.41:408][362]LogFileHelpers: InternalPromptForCheckoutAndSave took 108.603 ms (total: 2.99 sec) -[2025.03.25-12.47.41:438][362]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.47.41:438][362]LogContentValidation: Enabled validators: -[2025.03.25-12.47.41:438][362]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.47.41:438][362]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.47.41:438][362]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.47.41:438][362]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.47.41:438][362]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.47.42:806][504]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.47.42:806][504]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.47.42:807][504]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.294 ms (total: 17.973 ms) -[2025.03.25-12.47.42:808][504]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.47.42:856][504]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.47.42:858][504]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002346s) -[2025.03.25-12.47.42:858][504]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002378s) -[2025.03.25-12.47.42:875][504]LogUObjectHash: Compacting FUObjectHashTables data took 0.96ms -[2025.03.25-12.47.42:881][504]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.47.42:882][504]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.47.42:882][504]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.47.42:882][504]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.47.42:882][504]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.47.42:883][504]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.47.42:883][504]LogWorldPartition: Display: WorldPartition initialize took 998 us (total: 66.903 ms) -[2025.03.25-12.47.42:883][504]LogPlayLevel: PIE: World Init took: (0.001810s) -[2025.03.25-12.47.42:893][504]LogAudio: Display: Creating Audio Device: Id: 14, Scope: Unique, Realtime: True -[2025.03.25-12.47.42:893][504]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.47.42:893][504]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.47.42:893][504]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.47.42:893][504]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.47.42:893][504]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.47.42:893][504]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.47.42:893][504]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.47.42:893][504]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.47.42:893][504]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.47.42:893][504]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.47.42:893][504]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.47.42:894][504]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.47.42:910][504]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.47.42:911][504]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.47.42:911][504]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.47.42:911][504]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.47.42:911][504]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=14 -[2025.03.25-12.47.42:911][504]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=14 -[2025.03.25-12.47.42:912][504]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=14 -[2025.03.25-12.47.42:912][504]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=14 -[2025.03.25-12.47.42:912][504]LogInit: FAudioDevice initialized with ID 14. -[2025.03.25-12.47.42:912][504]LogAudio: Display: Audio Device (ID: 14) registered with world 'ThirdPersonMap'. -[2025.03.25-12.47.42:912][504]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 14 -[2025.03.25-12.47.42:914][504]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.47.42:915][504]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.47.42 -[2025.03.25-12.47.42:916][504]LogWorld: Bringing up level for play took: 0.001099 -[2025.03.25-12.47.42:917][504]LogOnline: OSS: Created online subsystem instance for: :Context_33 -[2025.03.25-12.47.42:917][504]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.47.42:918][504]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.47.42:929][504]PIE: Server logged in -[2025.03.25-12.47.42:929][504]PIE: Play in editor total start time 0.126 seconds. -[2025.03.25-12.47.43:688][586]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-12.47.47:139][995]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.47.47:139][995]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.47.47:140][995]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.47.47:140][995]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.47.47:140][995]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.47.47:140][995]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.47.47:140][995]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.47.47:141][995]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.47.47:143][995]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.47.47:147][995]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.47.47:163][995]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.47.47:163][995]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 14 -[2025.03.25-12.47.47:163][995]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14 -[2025.03.25-12.47.47:164][995]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=14 -[2025.03.25-12.47.47:167][995]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.47.47:169][995]LogUObjectHash: Compacting FUObjectHashTables data took 0.98ms -[2025.03.25-12.47.47:243][996]LogPlayLevel: Display: Destroying online subsystem :Context_33 -[2025.03.25-12.48.01:069][577]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.25-12.48.01:077][577]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.01:077][577]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.48.01:078][577]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.01:078][577]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.48.01:079][577]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.01:079][577]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_27.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.48.01:080][577]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.01:080][577]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_28.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.48.01:125][577]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.01:125][577]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.48.01:126][577]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.01:126][577]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.48.01:126][577]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.01:126][577]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_28.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.48.01:594][619]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.48.01:621][619]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.48.01:668][619]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.48.01:668][619]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.48.01:695][619]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.48.01:695][619]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterE309388246D437272C1D0CBE1DC9A2BF.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.48.01:702][619]LogFileHelpers: InternalPromptForCheckoutAndSave took 108.502 ms (total: 3.10 sec) -[2025.03.25-12.48.01:733][619]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.48.01:733][619]LogContentValidation: Enabled validators: -[2025.03.25-12.48.01:733][619]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.48.01:733][619]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.48.01:733][619]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.48.01:733][619]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.48.01:733][619]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.48.03:171][780]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.48.03:171][780]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.48.03:172][780]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.399 ms (total: 19.372 ms) -[2025.03.25-12.48.03:173][780]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.48.03:206][780]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.48.03:209][780]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002472s) -[2025.03.25-12.48.03:209][780]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002501s) -[2025.03.25-12.48.03:226][780]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.25-12.48.03:232][780]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.48.03:233][780]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.48.03:233][780]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.48.03:233][780]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.48.03:233][780]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.48.03:234][780]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.48.03:234][780]LogWorldPartition: Display: WorldPartition initialize took 978 us (total: 67.882 ms) -[2025.03.25-12.48.03:234][780]LogPlayLevel: PIE: World Init took: (0.001836s) -[2025.03.25-12.48.03:245][780]LogAudio: Display: Creating Audio Device: Id: 15, Scope: Unique, Realtime: True -[2025.03.25-12.48.03:245][780]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.48.03:245][780]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.48.03:245][780]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.48.03:245][780]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.48.03:245][780]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.48.03:245][780]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.48.03:245][780]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.48.03:245][780]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.48.03:245][780]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.48.03:245][780]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.48.03:245][780]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.48.03:246][780]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.48.03:262][780]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.48.03:262][780]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.48.03:262][780]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.48.03:262][780]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.48.03:263][780]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=15 -[2025.03.25-12.48.03:263][780]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=15 -[2025.03.25-12.48.03:264][780]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=15 -[2025.03.25-12.48.03:264][780]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=15 -[2025.03.25-12.48.03:264][780]LogInit: FAudioDevice initialized with ID 15. -[2025.03.25-12.48.03:264][780]LogAudio: Display: Audio Device (ID: 15) registered with world 'ThirdPersonMap'. -[2025.03.25-12.48.03:264][780]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 15 -[2025.03.25-12.48.03:266][780]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.48.03:267][780]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.48.03 -[2025.03.25-12.48.03:267][780]LogWorld: Bringing up level for play took: 0.001061 -[2025.03.25-12.48.03:268][780]LogOnline: OSS: Created online subsystem instance for: :Context_34 -[2025.03.25-12.48.03:269][780]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.03:269][780]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.48.03:280][780]PIE: Server logged in -[2025.03.25-12.48.03:281][780]PIE: Play in editor total start time 0.112 seconds. -[2025.03.25-12.48.04:188][880]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-12.48.06:897][205]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-12.48.09:277][486]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.48.09:277][486]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.48.09:277][486]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.48.09:277][486]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.48.09:277][486]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.48.09:277][486]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.48.09:277][486]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.48.09:277][486]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.48.09:280][486]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.48.09:284][486]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.48.09:297][486]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.48.09:298][486]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 15 -[2025.03.25-12.48.09:298][486]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15 -[2025.03.25-12.48.09:299][486]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=15 -[2025.03.25-12.48.09:302][486]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.48.09:304][486]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.25-12.48.09:375][487]LogPlayLevel: Display: Destroying online subsystem :Context_34 -[2025.03.25-12.48.22:145][958]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.25-12.48.22:152][958]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.22:153][958]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.48.22:153][958]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.22:153][958]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.48.22:154][958]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.22:154][958]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_28.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.48.22:155][958]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.22:155][958]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_29.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.48.22:199][958]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.22:199][958]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.48.22:200][958]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.22:200][958]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.48.22:200][958]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.22:200][958]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_29.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.48.22:725][ 8]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.48.22:751][ 8]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.48.22:795][ 8]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.48.22:795][ 8]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.48.22:821][ 8]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.48.22:821][ 8]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterAB4737EC496A24CF19F21088B2B4C9B8.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.48.22:829][ 8]LogFileHelpers: InternalPromptForCheckoutAndSave took 103.666 ms (total: 3.20 sec) -[2025.03.25-12.48.22:856][ 8]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.48.22:856][ 8]LogContentValidation: Enabled validators: -[2025.03.25-12.48.22:856][ 8]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.48.22:856][ 8]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.48.22:856][ 8]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.48.22:856][ 8]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.48.22:856][ 8]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.48.24:333][175]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.48.24:333][175]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.48.24:334][175]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.501 ms (total: 20.874 ms) -[2025.03.25-12.48.24:335][175]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.48.24:335][175]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.48.24:338][175]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002674s) -[2025.03.25-12.48.24:338][175]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002697s) -[2025.03.25-12.48.24:356][175]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.25-12.48.24:362][175]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.48.24:363][175]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.48.24:363][175]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.48.24:363][175]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.48.24:363][175]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.48.24:364][175]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.48.24:364][175]LogWorldPartition: Display: WorldPartition initialize took 1.024 ms (total: 68.907 ms) -[2025.03.25-12.48.24:364][175]LogPlayLevel: PIE: World Init took: (0.001886s) -[2025.03.25-12.48.24:374][175]LogAudio: Display: Creating Audio Device: Id: 16, Scope: Unique, Realtime: True -[2025.03.25-12.48.24:374][175]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.48.24:374][175]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.48.24:374][175]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.48.24:374][175]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.48.24:374][175]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.48.24:374][175]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.48.24:374][175]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.48.24:374][175]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.48.24:374][175]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.48.24:374][175]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.48.24:374][175]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.48.24:376][175]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.48.24:392][175]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.48.24:392][175]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.48.24:392][175]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.48.24:392][175]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.48.24:393][175]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=16 -[2025.03.25-12.48.24:393][175]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=16 -[2025.03.25-12.48.24:394][175]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=16 -[2025.03.25-12.48.24:394][175]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=16 -[2025.03.25-12.48.24:394][175]LogInit: FAudioDevice initialized with ID 16. -[2025.03.25-12.48.24:394][175]LogAudio: Display: Audio Device (ID: 16) registered with world 'ThirdPersonMap'. -[2025.03.25-12.48.24:394][175]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 16 -[2025.03.25-12.48.24:396][175]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.48.24:398][175]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.48.24 -[2025.03.25-12.48.24:398][175]LogWorld: Bringing up level for play took: 0.001148 -[2025.03.25-12.48.24:399][175]LogOnline: OSS: Created online subsystem instance for: :Context_35 -[2025.03.25-12.48.24:400][175]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.24:400][175]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.48.24:413][175]PIE: Server logged in -[2025.03.25-12.48.24:413][175]PIE: Play in editor total start time 0.082 seconds. -[2025.03.25-12.48.25:199][260]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-12.48.27:146][490]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.48.27:146][490]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.48.27:146][490]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.48.27:147][490]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.48.27:147][490]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.48.27:147][490]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.48.27:147][490]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.48.27:147][490]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.48.27:149][490]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.48.27:153][490]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.48.27:169][490]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.48.27:169][490]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 16 -[2025.03.25-12.48.27:169][490]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16 -[2025.03.25-12.48.27:171][490]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=16 -[2025.03.25-12.48.27:173][490]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.48.27:176][490]LogUObjectHash: Compacting FUObjectHashTables data took 1.33ms -[2025.03.25-12.48.27:277][491]LogPlayLevel: Display: Destroying online subsystem :Context_35 -[2025.03.25-12.48.53:323][535]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.25-12.48.53:329][535]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.53:330][535]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.48.53:330][535]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.53:330][535]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.48.53:331][535]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.53:331][535]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_29.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.48.53:332][535]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.53:332][535]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_30.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.48.53:378][535]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.53:378][535]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.48.53:379][535]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.53:379][535]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.48.53:379][535]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.53:379][535]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_30.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.48.53:878][579]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.48.53:903][579]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.48.53:947][579]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.48.53:947][579]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.48.53:972][579]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.48.53:973][579]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter9DD403EC44B4BC1DBF73E1ACA6E115BA.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.48.53:979][579]LogFileHelpers: InternalPromptForCheckoutAndSave took 101.266 ms (total: 3.31 sec) -[2025.03.25-12.48.54:008][579]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.48.54:008][579]LogContentValidation: Enabled validators: -[2025.03.25-12.48.54:008][579]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.48.54:008][579]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.48.54:009][579]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.48.54:009][579]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.48.54:009][579]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.48.55:420][738]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.48.55:420][738]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.48.55:421][738]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.472 ms (total: 22.346 ms) -[2025.03.25-12.48.55:422][738]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.48.55:445][738]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.48.55:448][738]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002285s) -[2025.03.25-12.48.55:448][738]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002309s) -[2025.03.25-12.48.55:464][738]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.25-12.48.55:471][738]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.48.55:472][738]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.48.55:472][738]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.48.55:472][738]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.48.55:472][738]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.48.55:473][738]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.48.55:473][738]LogWorldPartition: Display: WorldPartition initialize took 975 us (total: 69.882 ms) -[2025.03.25-12.48.55:473][738]LogPlayLevel: PIE: World Init took: (0.001794s) -[2025.03.25-12.48.55:483][738]LogAudio: Display: Creating Audio Device: Id: 17, Scope: Unique, Realtime: True -[2025.03.25-12.48.55:483][738]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.48.55:483][738]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.48.55:483][738]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.48.55:483][738]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.48.55:483][738]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.48.55:483][738]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.48.55:483][738]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.48.55:483][738]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.48.55:483][738]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.48.55:483][738]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.48.55:483][738]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.48.55:484][738]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.48.55:500][738]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.48.55:500][738]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.48.55:500][738]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.48.55:500][738]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.48.55:501][738]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=17 -[2025.03.25-12.48.55:501][738]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=17 -[2025.03.25-12.48.55:502][738]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=17 -[2025.03.25-12.48.55:502][738]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=17 -[2025.03.25-12.48.55:502][738]LogInit: FAudioDevice initialized with ID 17. -[2025.03.25-12.48.55:502][738]LogAudio: Display: Audio Device (ID: 17) registered with world 'ThirdPersonMap'. -[2025.03.25-12.48.55:502][738]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 17 -[2025.03.25-12.48.55:504][738]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.48.55:505][738]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.48.55 -[2025.03.25-12.48.55:505][738]LogWorld: Bringing up level for play took: 0.001110 -[2025.03.25-12.48.55:507][738]LogOnline: OSS: Created online subsystem instance for: :Context_36 -[2025.03.25-12.48.55:507][738]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.48.55:507][738]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.48.55:518][738]PIE: Server logged in -[2025.03.25-12.48.55:519][738]PIE: Play in editor total start time 0.102 seconds. -[2025.03.25-12.48.56:236][815]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-12.49.00:969][383]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-12.49.03:170][647]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-12.49.05:895][974]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-12.49.08:403][275]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-12.49.11:496][641]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.49.11:496][641]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.49.11:496][641]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.49.11:497][641]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.49.11:497][641]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.49.11:497][641]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.49.11:497][641]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.49.11:497][641]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.49.11:500][641]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.49.11:503][641]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.49.11:520][641]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.49.11:520][641]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 17 -[2025.03.25-12.49.11:520][641]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17 -[2025.03.25-12.49.11:522][641]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=17 -[2025.03.25-12.49.11:525][641]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.49.11:527][641]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.25-12.49.11:599][642]LogPlayLevel: Display: Destroying online subsystem :Context_36 -[2025.03.25-12.49.16:291][157]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.49.16:291][157]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.49.16:292][157]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.428 ms (total: 23.775 ms) -[2025.03.25-12.49.16:293][157]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.49.16:315][157]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.49.16:318][157]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002423s) -[2025.03.25-12.49.16:318][157]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002457s) -[2025.03.25-12.49.16:333][157]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.25-12.49.16:337][157]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.49.16:338][157]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.49.16:338][157]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.49.16:338][157]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.49.16:338][157]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.49.16:339][157]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.49.16:339][157]LogWorldPartition: Display: WorldPartition initialize took 991 us (total: 70.873 ms) -[2025.03.25-12.49.16:339][157]LogPlayLevel: PIE: World Init took: (0.001841s) -[2025.03.25-12.49.16:349][157]LogAudio: Display: Creating Audio Device: Id: 18, Scope: Unique, Realtime: True -[2025.03.25-12.49.16:349][157]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.49.16:349][157]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.49.16:349][157]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.49.16:349][157]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.49.16:349][157]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.49.16:349][157]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.49.16:349][157]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.49.16:349][157]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.49.16:349][157]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.49.16:349][157]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.49.16:349][157]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.49.16:351][157]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.49.16:367][157]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.49.16:367][157]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.49.16:367][157]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.49.16:367][157]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.49.16:367][157]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=18 -[2025.03.25-12.49.16:367][157]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=18 -[2025.03.25-12.49.16:368][157]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=18 -[2025.03.25-12.49.16:368][157]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=18 -[2025.03.25-12.49.16:368][157]LogInit: FAudioDevice initialized with ID 18. -[2025.03.25-12.49.16:368][157]LogAudio: Display: Audio Device (ID: 18) registered with world 'ThirdPersonMap'. -[2025.03.25-12.49.16:368][157]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 18 -[2025.03.25-12.49.16:370][157]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.49.16:372][157]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.49.16 -[2025.03.25-12.49.16:372][157]LogWorld: Bringing up level for play took: 0.001084 -[2025.03.25-12.49.16:373][157]LogOnline: OSS: Created online subsystem instance for: :Context_37 -[2025.03.25-12.49.16:374][157]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.49.16:374][157]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.49.16:385][157]PIE: Server logged in -[2025.03.25-12.49.16:385][157]PIE: Play in editor total start time 0.096 seconds. -[2025.03.25-12.49.19:719][544]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.49.19:719][544]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.49.19:719][544]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.49.19:720][544]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.49.19:720][544]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.49.19:720][544]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.49.19:720][544]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.49.19:720][544]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.49.19:722][544]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.49.19:726][544]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.49.19:741][544]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.49.19:742][544]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 18 -[2025.03.25-12.49.19:742][544]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18 -[2025.03.25-12.49.19:743][544]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=18 -[2025.03.25-12.49.19:748][544]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms -[2025.03.25-12.49.19:820][545]LogPlayLevel: Display: Destroying online subsystem :Context_37 -[2025.03.25-12.49.23:655][984]Cmd: MODE SCALEGRID=0 -[2025.03.25-12.49.27:058][372]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.49.27:058][372]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.49.27:059][372]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.323 ms (total: 25.099 ms) -[2025.03.25-12.49.27:060][372]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.49.27:086][372]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.49.27:088][372]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002323s) -[2025.03.25-12.49.27:088][372]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002349s) -[2025.03.25-12.49.27:103][372]LogUObjectHash: Compacting FUObjectHashTables data took 1.04ms -[2025.03.25-12.49.27:107][372]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.49.27:108][372]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.49.27:108][372]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.49.27:108][372]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.49.27:108][372]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.49.27:109][372]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.49.27:109][372]LogWorldPartition: Display: WorldPartition initialize took 1.017 ms (total: 71.891 ms) -[2025.03.25-12.49.27:109][372]LogPlayLevel: PIE: World Init took: (0.001879s) -[2025.03.25-12.49.27:119][372]LogAudio: Display: Creating Audio Device: Id: 19, Scope: Unique, Realtime: True -[2025.03.25-12.49.27:119][372]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.49.27:119][372]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.49.27:119][372]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.49.27:119][372]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.49.27:119][372]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.49.27:119][372]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.49.27:119][372]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.49.27:119][372]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.49.27:119][372]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.49.27:119][372]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.49.27:119][372]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.49.27:121][372]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.49.27:137][372]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.49.27:137][372]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.49.27:137][372]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.49.27:137][372]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.49.27:137][372]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=19 -[2025.03.25-12.49.27:137][372]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=19 -[2025.03.25-12.49.27:139][372]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=19 -[2025.03.25-12.49.27:139][372]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=19 -[2025.03.25-12.49.27:139][372]LogInit: FAudioDevice initialized with ID 19. -[2025.03.25-12.49.27:139][372]LogAudio: Display: Audio Device (ID: 19) registered with world 'ThirdPersonMap'. -[2025.03.25-12.49.27:139][372]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 19 -[2025.03.25-12.49.27:141][372]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.49.27:142][372]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.49.27 -[2025.03.25-12.49.27:142][372]LogWorld: Bringing up level for play took: 0.001103 -[2025.03.25-12.49.27:143][372]LogOnline: OSS: Created online subsystem instance for: :Context_38 -[2025.03.25-12.49.27:144][372]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.49.27:144][372]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.49.27:155][372]PIE: Server logged in -[2025.03.25-12.49.27:156][372]PIE: Play in editor total start time 0.1 seconds. -[2025.03.25-12.49.27:735][429]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-12.49.30:643][778]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-12.49.33:944][174]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-12.49.36:168][441]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-12.49.37:936][650]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.49.37:936][650]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.49.37:936][650]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.49.37:936][650]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.49.37:936][650]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.49.37:936][650]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.49.37:936][650]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.49.37:936][650]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.49.37:939][650]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.49.37:943][650]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.49.37:958][650]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.49.37:959][650]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 19 -[2025.03.25-12.49.37:959][650]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19 -[2025.03.25-12.49.37:960][650]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=19 -[2025.03.25-12.49.37:965][650]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.25-12.49.38:038][651]LogPlayLevel: Display: Destroying online subsystem :Context_38 -[2025.03.25-12.50.09:895][442]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.25-12.50.09:903][442]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.50.09:903][442]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.50.09:904][442]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.50.09:904][442]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.50.09:904][442]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.50.09:904][442]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_30.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.50.09:905][442]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.50.09:905][442]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_31.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.50.09:949][442]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.50.09:949][442]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_15:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.50.09:950][442]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.50.09:950][442]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.50.09:951][442]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.50.09:951][442]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_31.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.50.10:669][515]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.50.10:697][515]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.50.10:742][515]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.50.10:742][515]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.50.10:768][515]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.50.10:768][515]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterF81857E34B10C0CD1094598E416FB03C.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.50.10:776][515]LogFileHelpers: InternalPromptForCheckoutAndSave took 106.689 ms (total: 3.41 sec) -[2025.03.25-12.50.10:808][515]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.50.10:808][515]LogContentValidation: Enabled validators: -[2025.03.25-12.50.10:808][515]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.50.10:808][515]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.50.10:808][515]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.50.10:808][515]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.50.10:808][515]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.50.13:681][842]LogAssetEditorSubsystem: Opening Asset editor for AnimMontage /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage.VaultOver_Montage -[2025.03.25-12.50.13:688][842]LogActorComponent: RegisterComponentWithWorld: (/Engine/Transient.World_20:PersistentLevel.AnimationEditorPreviewActor_0.DebugSkelMeshComponent_0) Already registered. Aborting. -[2025.03.25-12.50.59:459][169]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.50.59:484][169]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage] ([1] browsable assets)... -[2025.03.25-12.50.59:490][169]OBJ SavePackage: Rendered thumbnail for [AnimMontage /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage.VaultOver_Montage] -[2025.03.25-12.50.59:490][169]OBJ SavePackage: Finished generating thumbnails for package [/Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage] -[2025.03.25-12.50.59:492][169]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage -[2025.03.25-12.50.59:492][169]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/VaultOver_Montage26B7A0944F98DF494876A292D4292D2C.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage.uasset' -[2025.03.25-12.50.59:499][169]LogFileHelpers: InternalPromptForCheckoutAndSave took 40.656 ms (total: 3.45 sec) -[2025.03.25-12.50.59:526][169]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.50.59:526][169]LogContentValidation: Enabled validators: -[2025.03.25-12.50.59:526][169]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.50.59:526][169]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.50.59:526][169]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.50.59:526][169]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage.VaultOver_Montage -[2025.03.25-12.50.59:526][169]AssetCheck: /Game/MAIN_CONTENT/Animations/Vaulting/VaultOver_Montage Validating asset -[2025.03.25-12.51.03:522][612]LogWorld: UWorld::CleanupWorld for World_20, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.51.03:522][612]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.51.03:570][612]LogWorld: UWorld::CleanupWorld for World_21, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.51.03:570][612]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.51.03:594][612]LogUObjectHash: Compacting FUObjectHashTables data took 1.33ms -[2025.03.25-12.51.25:955][259]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.51.25:955][259]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.51.25:956][259]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.349 ms (total: 26.448 ms) -[2025.03.25-12.51.25:957][259]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.51.25:994][259]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.51.25:997][259]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002276s) -[2025.03.25-12.51.25:997][259]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002302s) -[2025.03.25-12.51.26:012][259]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.25-12.51.26:014][259]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.51.26:015][259]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.51.26:015][259]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.51.26:015][259]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.51.26:015][259]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.51.26:016][259]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.51.26:016][259]LogWorldPartition: Display: WorldPartition initialize took 1.033 ms (total: 72.925 ms) -[2025.03.25-12.51.26:016][259]LogPlayLevel: PIE: World Init took: (0.001911s) -[2025.03.25-12.51.26:026][259]LogAudio: Display: Creating Audio Device: Id: 20, Scope: Unique, Realtime: True -[2025.03.25-12.51.26:026][259]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.51.26:026][259]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.51.26:026][259]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.51.26:026][259]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.51.26:026][259]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.51.26:026][259]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.51.26:026][259]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.51.26:026][259]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.51.26:026][259]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.51.26:026][259]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.51.26:026][259]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.51.26:028][259]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.51.26:043][259]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.51.26:043][259]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.51.26:044][259]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.51.26:044][259]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.51.26:044][259]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=20 -[2025.03.25-12.51.26:044][259]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=20 -[2025.03.25-12.51.26:045][259]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=20 -[2025.03.25-12.51.26:045][259]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=20 -[2025.03.25-12.51.26:045][259]LogInit: FAudioDevice initialized with ID 20. -[2025.03.25-12.51.26:045][259]LogAudio: Display: Audio Device (ID: 20) registered with world 'ThirdPersonMap'. -[2025.03.25-12.51.26:045][259]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 20 -[2025.03.25-12.51.26:047][259]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.51.26:049][259]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.51.26 -[2025.03.25-12.51.26:049][259]LogWorld: Bringing up level for play took: 0.001127 -[2025.03.25-12.51.26:050][259]LogOnline: OSS: Created online subsystem instance for: :Context_41 -[2025.03.25-12.51.26:051][259]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.51.26:051][259]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.51.26:062][259]PIE: Server logged in -[2025.03.25-12.51.26:063][259]PIE: Play in editor total start time 0.109 seconds. -[2025.03.25-12.52.07:358][199]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.52.07:358][199]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.52.07:358][199]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.52.07:359][199]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.52.07:359][199]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.52.07:359][199]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.52.07:359][199]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.52.07:359][199]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.52.07:361][199]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.52.07:365][199]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.52.07:382][199]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.52.07:382][199]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 20 -[2025.03.25-12.52.07:382][199]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=20 -[2025.03.25-12.52.07:383][199]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=20 -[2025.03.25-12.52.07:389][199]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.25-12.52.07:463][200]LogPlayLevel: Display: Destroying online subsystem :Context_41 -[2025.03.25-12.52.08:644][329]LogWorld: UWorld::CleanupWorld for World_15, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.52.08:644][329]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.52.08:744][329]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.25-12.52.13:104][827]LogAssetEditorSubsystem: Opening Asset editor for Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.52.13:194][827]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.52.13:194][827]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.53.04:396][303]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.25-12.53.04:403][303]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.53.04:403][303]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.53.04:403][303]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.53.04:403][303]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_31.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.53.04:404][303]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.53.04:404][303]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.53.04:405][303]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.53.04:405][303]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_32.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.53.04:479][303]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.53.04:479][303]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.53.04:480][303]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.53.04:480][303]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.53.04:481][303]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.53.04:481][303]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_32.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.53.05:169][374]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.53.05:197][374]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.53.05:243][374]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.53.05:243][374]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.53.05:268][374]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.53.05:269][374]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter1342A938451B32DABF6396B24A183D50.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.53.05:278][374]LogFileHelpers: InternalPromptForCheckoutAndSave took 109.226 ms (total: 3.56 sec) -[2025.03.25-12.53.05:309][374]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.53.05:309][374]LogContentValidation: Enabled validators: -[2025.03.25-12.53.05:309][374]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.53.05:309][374]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.53.05:309][374]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.53.05:309][374]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.53.05:309][374]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.53.34:742][846]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.25-12.53.34:753][846]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.53.34:753][846]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.53.34:754][846]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.53.34:754][846]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.53.34:755][846]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.53.34:755][846]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_32.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.53.34:755][846]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.53.34:755][846]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_33.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.53.34:833][846]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.53.34:833][846]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.53.34:834][846]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.53.34:834][846]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.53.34:835][846]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.53.34:835][846]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_33.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.53.35:566][920]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.53.35:592][920]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.53.35:635][920]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.53.35:635][920]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.53.35:661][920]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.53.35:661][920]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterC43DA23346DA896798D93D9886B7CFFE.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.53.35:669][920]LogFileHelpers: InternalPromptForCheckoutAndSave took 102.384 ms (total: 3.66 sec) -[2025.03.25-12.53.35:698][920]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.53.35:698][920]LogContentValidation: Enabled validators: -[2025.03.25-12.53.35:698][920]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.53.35:698][920]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.53.35:698][920]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.53.35:698][920]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.53.35:698][920]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.54.28:589][237]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.54.28:589][237]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.54.28:590][237]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.485 ms (total: 27.934 ms) -[2025.03.25-12.54.28:591][237]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.54.28:591][237]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.54.28:594][237]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002488s) -[2025.03.25-12.54.28:594][237]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002513s) -[2025.03.25-12.54.28:611][237]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.25-12.54.28:622][237]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.54.28:623][237]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.54.28:623][237]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.54.28:623][237]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.54.28:623][237]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.54.28:624][237]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.54.28:624][237]LogWorldPartition: Display: WorldPartition initialize took 1.099 ms (total: 74.024 ms) -[2025.03.25-12.54.28:624][237]LogPlayLevel: PIE: World Init took: (0.002008s) -[2025.03.25-12.54.28:635][237]LogAudio: Display: Creating Audio Device: Id: 21, Scope: Unique, Realtime: True -[2025.03.25-12.54.28:635][237]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.54.28:635][237]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.54.28:635][237]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.54.28:635][237]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.54.28:635][237]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.54.28:635][237]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.54.28:635][237]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.54.28:635][237]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.54.28:635][237]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.54.28:635][237]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.54.28:635][237]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.54.28:636][237]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.54.28:653][237]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.54.28:653][237]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.54.28:653][237]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.54.28:653][237]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.54.28:654][237]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=21 -[2025.03.25-12.54.28:654][237]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=21 -[2025.03.25-12.54.28:655][237]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=21 -[2025.03.25-12.54.28:655][237]LogInit: FAudioDevice initialized with ID 21. -[2025.03.25-12.54.28:655][237]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=21 -[2025.03.25-12.54.28:655][237]LogAudio: Display: Audio Device (ID: 21) registered with world 'ThirdPersonMap'. -[2025.03.25-12.54.28:655][237]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 21 -[2025.03.25-12.54.28:657][237]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.54.28:658][237]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.54.28 -[2025.03.25-12.54.28:659][237]LogWorld: Bringing up level for play took: 0.001138 -[2025.03.25-12.54.28:660][237]LogOnline: OSS: Created online subsystem instance for: :Context_43 -[2025.03.25-12.54.28:660][237]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.54.28:660][237]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.54.28:673][237]PIE: Server logged in -[2025.03.25-12.54.28:674][237]PIE: Play in editor total start time 0.088 seconds. -[2025.03.25-12.54.35:354][ 26]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.54.35:354][ 26]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.54.35:355][ 26]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.54.35:355][ 26]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.54.35:355][ 26]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.54.35:355][ 26]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.54.35:355][ 26]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.54.35:355][ 26]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.54.35:358][ 26]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.54.35:361][ 26]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.54.35:377][ 26]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.54.35:377][ 26]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 21 -[2025.03.25-12.54.35:377][ 26]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=21 -[2025.03.25-12.54.35:378][ 26]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=21 -[2025.03.25-12.54.35:381][ 26]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.54.35:383][ 26]LogUObjectHash: Compacting FUObjectHashTables data took 1.00ms -[2025.03.25-12.54.35:457][ 27]LogPlayLevel: Display: Destroying online subsystem :Context_43 -[2025.03.25-12.55.05:934][609]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.25-12.55.05:941][609]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.05:941][609]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.55.05:943][609]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.05:943][609]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.55.05:944][609]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.05:944][609]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_33.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.55.05:944][609]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.05:944][609]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_34.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.55.06:017][609]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.06:017][609]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.55.06:018][609]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.06:018][609]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.55.06:019][609]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.06:019][609]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_34.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.55.06:459][648]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.55.06:486][648]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.55.06:530][648]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.55.06:530][648]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.55.06:556][648]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.55.06:556][648]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter38BF39A84C67CCC6DB87B5A0EBB8AF40.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.55.06:564][648]LogFileHelpers: InternalPromptForCheckoutAndSave took 103.957 ms (total: 3.77 sec) -[2025.03.25-12.55.06:590][648]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.55.06:590][648]LogContentValidation: Enabled validators: -[2025.03.25-12.55.06:590][648]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.55.06:590][648]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.55.06:590][648]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.55.06:590][648]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.55.06:590][648]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.55.08:382][846]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.55.08:382][846]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.55.08:384][846]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.410 ms (total: 29.344 ms) -[2025.03.25-12.55.08:384][846]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.55.08:413][846]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.55.08:416][846]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002420s) -[2025.03.25-12.55.08:416][846]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002449s) -[2025.03.25-12.55.08:430][846]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.25-12.55.08:441][846]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.55.08:442][846]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.55.08:442][846]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.55.08:442][846]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.55.08:442][846]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.55.08:443][846]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.55.08:443][846]LogWorldPartition: Display: WorldPartition initialize took 1.024 ms (total: 75.049 ms) -[2025.03.25-12.55.08:443][846]LogPlayLevel: PIE: World Init took: (0.001896s) -[2025.03.25-12.55.08:453][846]LogAudio: Display: Creating Audio Device: Id: 22, Scope: Unique, Realtime: True -[2025.03.25-12.55.08:453][846]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.55.08:453][846]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.55.08:453][846]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.55.08:453][846]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.55.08:453][846]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.55.08:453][846]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.55.08:453][846]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.55.08:453][846]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.55.08:453][846]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.55.08:453][846]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.55.08:453][846]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.55.08:454][846]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.55.08:470][846]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.55.08:471][846]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.55.08:471][846]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.55.08:471][846]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.55.08:471][846]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=22 -[2025.03.25-12.55.08:471][846]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=22 -[2025.03.25-12.55.08:472][846]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=22 -[2025.03.25-12.55.08:472][846]LogInit: FAudioDevice initialized with ID 22. -[2025.03.25-12.55.08:472][846]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=22 -[2025.03.25-12.55.08:472][846]LogAudio: Display: Audio Device (ID: 22) registered with world 'ThirdPersonMap'. -[2025.03.25-12.55.08:472][846]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 22 -[2025.03.25-12.55.08:475][846]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.55.08:476][846]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.55.08 -[2025.03.25-12.55.08:476][846]LogWorld: Bringing up level for play took: 0.001107 -[2025.03.25-12.55.08:477][846]LogOnline: OSS: Created online subsystem instance for: :Context_44 -[2025.03.25-12.55.08:478][846]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.08:478][846]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.55.08:491][846]PIE: Server logged in -[2025.03.25-12.55.08:491][846]PIE: Play in editor total start time 0.112 seconds. -[2025.03.25-12.55.11:544][199]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.55.11:544][199]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.55.11:544][199]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.55.11:545][199]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.55.11:545][199]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.55.11:545][199]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.55.11:545][199]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.55.11:545][199]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.55.11:547][199]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.55.11:551][199]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.55.11:567][199]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.55.11:567][199]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 22 -[2025.03.25-12.55.11:567][199]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=22 -[2025.03.25-12.55.11:569][199]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=22 -[2025.03.25-12.55.11:571][199]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.55.11:574][199]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.25-12.55.11:649][200]LogPlayLevel: Display: Destroying online subsystem :Context_44 -[2025.03.25-12.55.24:297][646]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.25-12.55.24:304][646]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.24:305][646]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.55.24:305][646]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.24:305][646]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.55.24:306][646]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.24:306][646]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_34.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.55.24:307][646]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.24:307][646]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_35.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.55.24:353][646]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.24:353][646]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.55.24:354][646]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.24:354][646]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.55.24:354][646]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.24:355][646]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_35.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.55.25:978][810]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.55.25:978][810]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.55.25:979][810]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.426 ms (total: 30.770 ms) -[2025.03.25-12.55.25:980][810]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.55.25:981][810]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.55.25:983][810]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002240s) -[2025.03.25-12.55.25:983][810]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002260s) -[2025.03.25-12.55.25:999][810]LogUObjectHash: Compacting FUObjectHashTables data took 0.95ms -[2025.03.25-12.55.26:006][810]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.55.26:007][810]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.55.26:007][810]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.55.26:007][810]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.55.26:007][810]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.55.26:008][810]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.55.26:008][810]LogWorldPartition: Display: WorldPartition initialize took 1.010 ms (total: 76.059 ms) -[2025.03.25-12.55.26:008][810]LogPlayLevel: PIE: World Init took: (0.001830s) -[2025.03.25-12.55.26:018][810]LogAudio: Display: Creating Audio Device: Id: 23, Scope: Unique, Realtime: True -[2025.03.25-12.55.26:019][810]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.55.26:019][810]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.55.26:019][810]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.55.26:019][810]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.55.26:019][810]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.55.26:019][810]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.55.26:019][810]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.55.26:019][810]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.55.26:019][810]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.55.26:019][810]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.55.26:019][810]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.55.26:020][810]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.55.26:036][810]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.55.26:036][810]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.55.26:036][810]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.55.26:036][810]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.55.26:036][810]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=23 -[2025.03.25-12.55.26:036][810]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=23 -[2025.03.25-12.55.26:037][810]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=23 -[2025.03.25-12.55.26:037][810]LogInit: FAudioDevice initialized with ID 23. -[2025.03.25-12.55.26:037][810]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=23 -[2025.03.25-12.55.26:037][810]LogAudio: Display: Audio Device (ID: 23) registered with world 'ThirdPersonMap'. -[2025.03.25-12.55.26:037][810]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 23 -[2025.03.25-12.55.26:040][810]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.55.26:041][810]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.55.26 -[2025.03.25-12.55.26:041][810]LogWorld: Bringing up level for play took: 0.001200 -[2025.03.25-12.55.26:042][810]LogOnline: OSS: Created online subsystem instance for: :Context_45 -[2025.03.25-12.55.26:043][810]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.26:043][810]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.55.26:054][810]PIE: Server logged in -[2025.03.25-12.55.26:054][810]PIE: Play in editor total start time 0.079 seconds. -[2025.03.25-12.55.28:084][ 40]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.55.28:084][ 40]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.55.28:084][ 40]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.55.28:085][ 40]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.55.28:085][ 40]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.55.28:085][ 40]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.55.28:085][ 40]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.55.28:085][ 40]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.55.28:087][ 40]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.55.28:091][ 40]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.55.28:107][ 40]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.55.28:108][ 40]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 23 -[2025.03.25-12.55.28:108][ 40]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=23 -[2025.03.25-12.55.28:109][ 40]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=23 -[2025.03.25-12.55.28:112][ 40]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.55.28:114][ 40]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.25-12.55.28:189][ 41]LogPlayLevel: Display: Destroying online subsystem :Context_45 -[2025.03.25-12.55.37:076][ 27]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.25-12.55.37:084][ 27]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.37:084][ 27]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.55.37:085][ 27]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.37:085][ 27]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.55.37:086][ 27]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.37:086][ 27]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_35.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.55.37:087][ 27]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.37:087][ 27]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_36.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.55.37:132][ 27]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.37:132][ 27]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.55.37:133][ 27]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.37:133][ 27]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.55.37:134][ 27]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.37:134][ 27]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_36.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.55.37:615][ 70]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.55.37:644][ 70]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.55.37:684][ 70]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.55.37:684][ 70]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.55.37:710][ 70]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.55.37:710][ 70]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterAFF3D8FC4ACFA365BEA22A90D361C9A8.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.55.37:718][ 70]LogFileHelpers: InternalPromptForCheckoutAndSave took 102.981 ms (total: 3.87 sec) -[2025.03.25-12.55.37:749][ 70]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.55.37:749][ 70]LogContentValidation: Enabled validators: -[2025.03.25-12.55.37:749][ 70]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.55.37:749][ 70]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.55.37:749][ 70]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.55.37:749][ 70]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.55.37:749][ 70]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.55.39:272][242]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.55.39:272][242]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.55.39:273][242]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.454 ms (total: 32.224 ms) -[2025.03.25-12.55.39:274][242]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.55.39:275][242]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.55.39:277][242]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002423s) -[2025.03.25-12.55.39:277][242]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002448s) -[2025.03.25-12.55.39:295][242]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.25-12.55.39:302][242]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.55.39:303][242]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.55.39:303][242]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.55.39:303][242]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.55.39:303][242]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.55.39:304][242]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.55.39:304][242]LogWorldPartition: Display: WorldPartition initialize took 1.044 ms (total: 77.104 ms) -[2025.03.25-12.55.39:304][242]LogPlayLevel: PIE: World Init took: (0.001925s) -[2025.03.25-12.55.39:314][242]LogAudio: Display: Creating Audio Device: Id: 24, Scope: Unique, Realtime: True -[2025.03.25-12.55.39:314][242]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.55.39:314][242]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.55.39:314][242]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.55.39:314][242]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.55.39:314][242]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.55.39:314][242]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.55.39:314][242]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.55.39:314][242]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.55.39:314][242]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.55.39:315][242]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.55.39:315][242]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.55.39:316][242]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.55.39:332][242]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.55.39:332][242]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.55.39:332][242]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.55.39:332][242]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.55.39:332][242]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=24 -[2025.03.25-12.55.39:332][242]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=24 -[2025.03.25-12.55.39:334][242]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=24 -[2025.03.25-12.55.39:334][242]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=24 -[2025.03.25-12.55.39:334][242]LogInit: FAudioDevice initialized with ID 24. -[2025.03.25-12.55.39:334][242]LogAudio: Display: Audio Device (ID: 24) registered with world 'ThirdPersonMap'. -[2025.03.25-12.55.39:334][242]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 24 -[2025.03.25-12.55.39:337][242]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.55.39:339][242]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.55.39 -[2025.03.25-12.55.39:339][242]LogWorld: Bringing up level for play took: 0.001120 -[2025.03.25-12.55.39:340][242]LogOnline: OSS: Created online subsystem instance for: :Context_46 -[2025.03.25-12.55.39:341][242]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.55.39:341][242]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.55.39:352][242]PIE: Server logged in -[2025.03.25-12.55.39:352][242]PIE: Play in editor total start time 0.084 seconds. -[2025.03.25-12.55.41:197][450]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.55.41:197][450]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.55.41:197][450]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.55.41:197][450]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.55.41:197][450]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.55.41:197][450]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.55.41:197][450]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.55.41:197][450]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.55.41:200][450]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.55.41:203][450]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.55.41:220][450]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.55.41:220][450]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 24 -[2025.03.25-12.55.41:220][450]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=24 -[2025.03.25-12.55.41:221][450]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=24 -[2025.03.25-12.55.41:224][450]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.55.41:227][450]LogUObjectHash: Compacting FUObjectHashTables data took 1.10ms -[2025.03.25-12.55.41:298][451]LogPlayLevel: Display: Destroying online subsystem :Context_46 -[2025.03.25-12.56.06:713][404]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.25-12.56.06:721][404]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.06:721][404]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.56.06:722][404]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.06:722][404]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.56.06:723][404]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.06:723][404]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_36.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.56.06:724][404]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.06:724][404]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_37.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.56.06:770][404]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.06:770][404]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.56.06:771][404]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.06:771][404]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.56.06:772][404]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.06:772][404]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_37.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.56.07:669][494]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.56.07:699][494]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.56.07:743][494]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.56.07:743][494]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.56.07:769][494]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.56.07:769][494]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter0CCA47BE46CE4C8919B419BECB0F6BDC.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.56.07:777][494]LogFileHelpers: InternalPromptForCheckoutAndSave took 107.852 ms (total: 3.98 sec) -[2025.03.25-12.56.07:803][494]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.56.07:803][494]LogContentValidation: Enabled validators: -[2025.03.25-12.56.07:803][494]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.56.07:803][494]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.56.07:803][494]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.56.07:803][494]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.56.07:803][494]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.56.09:792][720]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.56.09:792][720]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.56.09:794][720]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.409 ms (total: 33.634 ms) -[2025.03.25-12.56.09:795][720]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.56.09:833][720]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.56.09:835][720]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002289s) -[2025.03.25-12.56.09:835][720]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002318s) -[2025.03.25-12.56.09:852][720]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.25-12.56.09:860][720]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.56.09:861][720]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.56.09:861][720]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.56.09:861][720]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.56.09:861][720]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.56.09:862][720]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.56.09:862][720]LogWorldPartition: Display: WorldPartition initialize took 1.013 ms (total: 78.117 ms) -[2025.03.25-12.56.09:862][720]LogPlayLevel: PIE: World Init took: (0.002124s) -[2025.03.25-12.56.09:872][720]LogAudio: Display: Creating Audio Device: Id: 25, Scope: Unique, Realtime: True -[2025.03.25-12.56.09:872][720]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.56.09:872][720]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.56.09:872][720]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.56.09:872][720]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.56.09:872][720]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.56.09:872][720]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.56.09:872][720]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.56.09:872][720]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.56.09:872][720]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.56.09:872][720]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.56.09:872][720]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.56.09:874][720]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.56.09:889][720]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.56.09:890][720]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.56.09:890][720]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.56.09:890][720]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.56.09:890][720]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=25 -[2025.03.25-12.56.09:890][720]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=25 -[2025.03.25-12.56.09:891][720]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=25 -[2025.03.25-12.56.09:891][720]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=25 -[2025.03.25-12.56.09:891][720]LogInit: FAudioDevice initialized with ID 25. -[2025.03.25-12.56.09:891][720]LogAudio: Display: Audio Device (ID: 25) registered with world 'ThirdPersonMap'. -[2025.03.25-12.56.09:891][720]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 25 -[2025.03.25-12.56.09:893][720]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.56.09:894][720]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.56.09 -[2025.03.25-12.56.09:895][720]LogWorld: Bringing up level for play took: 0.001105 -[2025.03.25-12.56.09:896][720]LogOnline: OSS: Created online subsystem instance for: :Context_47 -[2025.03.25-12.56.09:897][720]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.09:897][720]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.56.09:908][720]PIE: Server logged in -[2025.03.25-12.56.09:909][720]PIE: Play in editor total start time 0.12 seconds. -[2025.03.25-12.56.10:794][817]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-12.56.13:903][190]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-12.56.14:924][308]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.56.14:924][308]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.56.14:924][308]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.56.14:924][308]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.56.14:924][308]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.56.14:924][308]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.56.14:924][308]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.56.14:924][308]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.56.14:926][308]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.56.14:930][308]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.56.14:946][308]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.56.14:946][308]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 25 -[2025.03.25-12.56.14:946][308]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=25 -[2025.03.25-12.56.14:948][308]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=25 -[2025.03.25-12.56.14:951][308]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.56.14:953][308]LogUObjectHash: Compacting FUObjectHashTables data took 1.35ms -[2025.03.25-12.56.15:027][309]LogPlayLevel: Display: Destroying online subsystem :Context_47 -[2025.03.25-12.56.25:988][583]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.25-12.56.25:996][583]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.25:996][583]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.56.25:997][583]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.25:997][583]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.56.25:998][583]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.25:998][583]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_37.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.56.25:998][583]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.25:998][583]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_38.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.56.26:045][583]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.26:046][583]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.56.26:046][583]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.26:046][583]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.56.26:047][583]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.26:047][583]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_38.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.56.27:070][692]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.56.27:099][692]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.56.27:148][692]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.56.27:148][692]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.56.27:174][692]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.56.27:175][692]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacterFE566B4645C9270F05289DAB084D0516.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.56.27:182][692]LogFileHelpers: InternalPromptForCheckoutAndSave took 111.625 ms (total: 4.09 sec) -[2025.03.25-12.56.27:209][692]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.56.27:209][692]LogContentValidation: Enabled validators: -[2025.03.25-12.56.27:209][692]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.56.27:209][692]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.56.27:209][692]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.56.27:209][692]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.56.27:209][692]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.56.29:994][ 6]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.56.29:994][ 6]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.56.29:995][ 6]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.384 ms (total: 35.018 ms) -[2025.03.25-12.56.29:996][ 6]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.56.29:996][ 6]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.56.29:999][ 6]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002253s) -[2025.03.25-12.56.29:999][ 6]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002275s) -[2025.03.25-12.56.30:015][ 6]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.25-12.56.30:023][ 6]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.56.30:024][ 6]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.56.30:024][ 6]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.56.30:024][ 6]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.56.30:024][ 6]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.56.30:025][ 6]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.56.30:025][ 6]LogWorldPartition: Display: WorldPartition initialize took 1.029 ms (total: 79.147 ms) -[2025.03.25-12.56.30:025][ 6]LogPlayLevel: PIE: World Init took: (0.001887s) -[2025.03.25-12.56.30:035][ 6]LogAudio: Display: Creating Audio Device: Id: 26, Scope: Unique, Realtime: True -[2025.03.25-12.56.30:035][ 6]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.56.30:035][ 6]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.56.30:035][ 6]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.56.30:035][ 6]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.56.30:035][ 6]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.56.30:035][ 6]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.56.30:035][ 6]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.56.30:035][ 6]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.56.30:035][ 6]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.56.30:035][ 6]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.56.30:035][ 6]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.56.30:037][ 6]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.56.30:053][ 6]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.56.30:053][ 6]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.56.30:053][ 6]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.56.30:053][ 6]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.56.30:053][ 6]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=26 -[2025.03.25-12.56.30:053][ 6]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=26 -[2025.03.25-12.56.30:054][ 6]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=26 -[2025.03.25-12.56.30:054][ 6]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=26 -[2025.03.25-12.56.30:054][ 6]LogInit: FAudioDevice initialized with ID 26. -[2025.03.25-12.56.30:054][ 6]LogAudio: Display: Audio Device (ID: 26) registered with world 'ThirdPersonMap'. -[2025.03.25-12.56.30:055][ 6]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 26 -[2025.03.25-12.56.30:057][ 6]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.56.30:058][ 6]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.56.30 -[2025.03.25-12.56.30:058][ 6]LogWorld: Bringing up level for play took: 0.001108 -[2025.03.25-12.56.30:059][ 6]LogOnline: OSS: Created online subsystem instance for: :Context_48 -[2025.03.25-12.56.30:060][ 6]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.30:060][ 6]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.56.30:071][ 6]PIE: Server logged in -[2025.03.25-12.56.30:072][ 6]PIE: Play in editor total start time 0.081 seconds. -[2025.03.25-12.56.30:912][ 97]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-12.56.32:494][282]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.56.32:494][282]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.56.32:494][282]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.56.32:494][282]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.56.32:494][282]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.56.32:494][282]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.56.32:494][282]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.56.32:494][282]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.56.32:497][282]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.56.32:501][282]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.56.32:518][282]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.56.32:518][282]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 26 -[2025.03.25-12.56.32:518][282]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=26 -[2025.03.25-12.56.32:519][282]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=26 -[2025.03.25-12.56.32:522][282]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.56.32:524][282]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.25-12.56.32:598][283]LogPlayLevel: Display: Destroying online subsystem :Context_48 -[2025.03.25-12.56.53:000][481]LogUObjectHash: Compacting FUObjectHashTables data took 1.22ms -[2025.03.25-12.56.53:008][481]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.53:008][481]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.56.53:009][481]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.53:009][481]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.56.53:010][481]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.53:010][481]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_38.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.56.53:011][481]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.53:011][481]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_39.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.56.53:056][481]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.53:056][481]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.56.53:057][481]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.53:057][481]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.56.53:058][481]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.53:058][481]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_39.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.56.54:561][630]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.56.54:561][630]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.56.54:562][630]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.344 ms (total: 36.362 ms) -[2025.03.25-12.56.54:563][630]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.56.54:563][630]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.56.54:565][630]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002334s) -[2025.03.25-12.56.54:565][630]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002355s) -[2025.03.25-12.56.54:582][630]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.25-12.56.54:590][630]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.56.54:591][630]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.56.54:591][630]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.56.54:591][630]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.56.54:591][630]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.56.54:592][630]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.56.54:592][630]LogWorldPartition: Display: WorldPartition initialize took 1.003 ms (total: 80.151 ms) -[2025.03.25-12.56.54:592][630]LogPlayLevel: PIE: World Init took: (0.001867s) -[2025.03.25-12.56.54:602][630]LogAudio: Display: Creating Audio Device: Id: 27, Scope: Unique, Realtime: True -[2025.03.25-12.56.54:602][630]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.56.54:602][630]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.56.54:602][630]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.56.54:602][630]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.56.54:602][630]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.56.54:602][630]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.56.54:602][630]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.56.54:602][630]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.56.54:602][630]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.56.54:602][630]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.56.54:602][630]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.56.54:604][630]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.56.54:620][630]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.56.54:620][630]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.56.54:620][630]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.56.54:620][630]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.56.54:621][630]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=27 -[2025.03.25-12.56.54:621][630]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=27 -[2025.03.25-12.56.54:622][630]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=27 -[2025.03.25-12.56.54:622][630]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=27 -[2025.03.25-12.56.54:622][630]LogInit: FAudioDevice initialized with ID 27. -[2025.03.25-12.56.54:622][630]LogAudio: Display: Audio Device (ID: 27) registered with world 'ThirdPersonMap'. -[2025.03.25-12.56.54:622][630]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 27 -[2025.03.25-12.56.54:624][630]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.56.54:626][630]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.56.54 -[2025.03.25-12.56.54:626][630]LogWorld: Bringing up level for play took: 0.001303 -[2025.03.25-12.56.54:627][630]LogOnline: OSS: Created online subsystem instance for: :Context_49 -[2025.03.25-12.56.54:628][630]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.56.54:628][630]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.56.54:639][630]PIE: Server logged in -[2025.03.25-12.56.54:639][630]PIE: Play in editor total start time 0.08 seconds. -[2025.03.25-12.57.08:916][330]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.57.08:916][330]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.57.08:916][330]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.57.08:917][330]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.57.08:917][330]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.57.08:917][330]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.57.08:917][330]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.57.08:917][330]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.57.08:919][330]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.57.08:923][330]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.57.08:937][330]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.57.08:937][330]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 27 -[2025.03.25-12.57.08:937][330]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=27 -[2025.03.25-12.57.08:939][330]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=27 -[2025.03.25-12.57.08:942][330]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.57.08:944][330]LogUObjectHash: Compacting FUObjectHashTables data took 1.01ms -[2025.03.25-12.57.09:018][331]LogPlayLevel: Display: Destroying online subsystem :Context_49 -[2025.03.25-12.58.07:284][285]LogUObjectHash: Compacting FUObjectHashTables data took 1.37ms -[2025.03.25-12.58.07:294][285]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.58.07:294][285]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.58.07:295][285]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.58.07:295][285]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.58.07:297][285]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.58.07:297][285]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_39.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.58.07:297][285]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.58.07:297][285]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_40.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.58.07:346][285]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.58.07:346][285]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.58.07:347][285]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.58.07:347][285]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.58.07:348][285]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.58.07:348][285]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_40.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.58.08:087][359]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.58.08:113][359]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.58.08:165][359]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.58.08:165][359]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.58.08:192][359]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.58.08:192][359]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter1195FAA1437F803E271929AF3D2158FE.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.58.08:199][359]LogFileHelpers: InternalPromptForCheckoutAndSave took 112.154 ms (total: 4.20 sec) -[2025.03.25-12.58.08:231][359]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.58.08:231][359]LogContentValidation: Enabled validators: -[2025.03.25-12.58.08:231][359]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.58.08:231][359]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.58.08:231][359]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.58.08:231][359]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.58.08:231][359]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-12.58.09:482][490]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-12.58.09:482][490]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-12.58.09:483][490]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.350 ms (total: 37.713 ms) -[2025.03.25-12.58.09:484][490]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-12.58.09:484][490]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.58.09:487][490]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002236s) -[2025.03.25-12.58.09:487][490]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002257s) -[2025.03.25-12.58.09:504][490]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms -[2025.03.25-12.58.09:511][490]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-12.58.09:512][490]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-12.58.09:512][490]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-12.58.09:512][490]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-12.58.09:512][490]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-12.58.09:513][490]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-12.58.09:513][490]LogWorldPartition: Display: WorldPartition initialize took 1.026 ms (total: 81.177 ms) -[2025.03.25-12.58.09:513][490]LogPlayLevel: PIE: World Init took: (0.001894s) -[2025.03.25-12.58.09:524][490]LogAudio: Display: Creating Audio Device: Id: 28, Scope: Unique, Realtime: True -[2025.03.25-12.58.09:524][490]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-12.58.09:524][490]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-12.58.09:524][490]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-12.58.09:524][490]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-12.58.09:524][490]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-12.58.09:524][490]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-12.58.09:524][490]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-12.58.09:524][490]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-12.58.09:524][490]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-12.58.09:524][490]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-12.58.09:524][490]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-12.58.09:525][490]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-12.58.09:541][490]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-12.58.09:541][490]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-12.58.09:541][490]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-12.58.09:541][490]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-12.58.09:542][490]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=28 -[2025.03.25-12.58.09:542][490]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=28 -[2025.03.25-12.58.09:543][490]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=28 -[2025.03.25-12.58.09:543][490]LogInit: FAudioDevice initialized with ID 28. -[2025.03.25-12.58.09:543][490]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=28 -[2025.03.25-12.58.09:543][490]LogAudio: Display: Audio Device (ID: 28) registered with world 'ThirdPersonMap'. -[2025.03.25-12.58.09:543][490]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 28 -[2025.03.25-12.58.09:545][490]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-12.58.09:546][490]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-06.58.09 -[2025.03.25-12.58.09:546][490]LogWorld: Bringing up level for play took: 0.001117 -[2025.03.25-12.58.09:547][490]LogOnline: OSS: Created online subsystem instance for: :Context_50 -[2025.03.25-12.58.09:548][490]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.58.09:548][490]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.58.09:560][490]PIE: Server logged in -[2025.03.25-12.58.09:560][490]PIE: Play in editor total start time 0.081 seconds. -[2025.03.25-12.58.20:896][836]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.58.20:896][836]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-12.58.20:896][836]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-12.58.20:896][836]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.58.20:896][836]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-12.58.20:896][836]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-12.58.20:896][836]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-12.58.20:897][836]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-12.58.20:899][836]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-12.58.20:903][836]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-12.58.20:917][836]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-12.58.20:918][836]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 28 -[2025.03.25-12.58.20:918][836]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=28 -[2025.03.25-12.58.20:919][836]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=28 -[2025.03.25-12.58.20:922][836]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-12.58.20:924][836]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.25-12.58.20:999][837]LogPlayLevel: Display: Destroying online subsystem :Context_50 -[2025.03.25-12.58.52:428][583]LogUObjectHash: Compacting FUObjectHashTables data took 1.02ms -[2025.03.25-12.58.52:436][583]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.58.52:436][583]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.58.52:437][583]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.58.52:437][583]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.58.52:438][583]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.58.52:438][583]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_40.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.58.52:438][583]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.58.52:438][583]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_41.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.58.52:486][583]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.58.52:486][583]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.58.52:486][583]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.58.52:486][583]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-12.58.52:487][583]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-12.58.52:487][583]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_41.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-12.58.53:088][642]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-12.58.53:115][642]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-12.58.53:153][642]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-12.58.53:153][642]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-12.58.53:179][642]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-12.58.53:180][642]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter83EF684B4F6460016FC357B09AE9328D.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-12.58.53:187][642]LogFileHelpers: InternalPromptForCheckoutAndSave took 99.111 ms (total: 4.30 sec) -[2025.03.25-12.58.53:219][642]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-12.58.53:219][642]LogContentValidation: Enabled validators: -[2025.03.25-12.58.53:219][642]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-12.58.53:219][642]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-12.58.53:219][642]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-12.58.53:219][642]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-12.58.53:219][642]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-13.00.07:914][530]LogUObjectHash: Compacting FUObjectHashTables data took 1.05ms -[2025.03.25-13.00.07:922][530]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/56/FUY0VLK427B4Y7QMPZIR7U_Auto5 -[2025.03.25-13.00.07:922][530]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/FUY0VLK427B4Y7QMPZIR7U_Auto57386390E4DEB3200540F25ACFE873178.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/56/FUY0VLK427B4Y7QMPZIR7U_Auto5.uasset' -[2025.03.25-13.00.07:923][530]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/ThirdPerson/Maps/ThirdPersonMap' took 0.027 -[2025.03.25-13.00.07:923][530]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.027 -[2025.03.25-13.00.55:497][224]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.25-13.00.55:502][224]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-13.00.55:502][224]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-13.00.55:503][224]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-13.00.55:503][224]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-13.00.55:504][224]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-13.00.55:504][224]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_41.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-13.00.55:504][224]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-13.00.55:505][224]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_42.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-13.00.55:578][224]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-13.00.55:578][224]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-13.00.55:579][224]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-13.00.55:579][224]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-13.00.55:580][224]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-13.00.55:580][224]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_42.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-13.03.46:799][939]LogUObjectHash: Compacting FUObjectHashTables data took 1.23ms -[2025.03.25-13.03.46:805][939]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-13.03.46:805][939]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-13.03.46:806][939]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-13.03.46:806][939]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-13.03.46:807][939]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-13.03.46:807][939]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_42.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-13.03.46:807][939]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-13.03.46:807][939]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_43.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-13.03.46:884][939]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-13.03.46:884][939]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_16:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-13.03.46:885][939]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-13.03.46:885][939]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_22:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_1 -[2025.03.25-13.03.46:886][939]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-13.03.46:886][939]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Engine/Transient.World_14:PersistentLevel.BP_ThirdPersonCharacter_C_43.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-13.03.47:739][ 28]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-13.03.47:765][ 28]OBJ SavePackage: Generating thumbnails for [1] asset(s) in package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] ([2] browsable assets)... -[2025.03.25-13.03.47:808][ 28]OBJ SavePackage: Rendered thumbnail for [Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter] -[2025.03.25-13.03.47:808][ 28]OBJ SavePackage: Finished generating thumbnails for package [/Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter] -[2025.03.25-13.03.47:834][ 28]LogSavePackage: Moving output files for package: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter -[2025.03.25-13.03.47:834][ 28]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/BP_ThirdPersonCharacter00DDA8CC473061D178557C90D3768A35.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.uasset' -[2025.03.25-13.03.47:842][ 28]LogFileHelpers: InternalPromptForCheckoutAndSave took 103.814 ms (total: 4.41 sec) -[2025.03.25-13.03.47:868][ 28]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-13.03.47:868][ 28]LogContentValidation: Enabled validators: -[2025.03.25-13.03.47:869][ 28]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-13.03.47:869][ 28]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-13.03.47:869][ 28]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-13.03.47:869][ 28]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter -[2025.03.25-13.03.47:869][ 28]AssetCheck: /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter Validating asset -[2025.03.25-13.03.49:907][250]LogContentBundle: [ThirdPersonMap(Standalone)] Generating Streaming for 0 Content Bundles. -[2025.03.25-13.03.49:907][250]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' started... -[2025.03.25-13.03.49:908][250]LogWorldPartition: Display: GenerateStreaming for 'ThirdPersonMap' took 1.339 ms (total: 39.053 ms) -[2025.03.25-13.03.49:909][250]LogPlayLevel: PlayLevel: No blueprints needed recompiling -[2025.03.25-13.03.49:930][250]LogPlayLevel: Creating play world package: /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-13.03.49:932][250]LogPlayLevel: PIE: StaticDuplicateObject took: (0.002446s) -[2025.03.25-13.03.49:932][250]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap to /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap (0.002475s) -[2025.03.25-13.03.49:949][250]LogUObjectHash: Compacting FUObjectHashTables data took 0.99ms -[2025.03.25-13.03.49:960][250]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] -[2025.03.25-13.03.49:961][250]LogWorldPartition: ULevel::OnLevelLoaded(ThirdPersonMap)(bIsOwningWorldGameWorld=1, bIsOwningWorldPartitioned=1, InitializeForMainWorld=1, InitializeForEditor=0, InitializeForGame=1) -[2025.03.25-13.03.49:961][250]LogWorldPartition: Display: WorldPartition initialize started... -[2025.03.25-13.03.49:961][250]LogWorldPartition: UWorldPartition::Initialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap, World Type = PIE, IsMainWorldPartition = 1, Location = V(0), Rotation = R(0), IsEditor = 0, IsGame = 0, IsPIEWorldTravel = 0, IsCooking = 0 -[2025.03.25-13.03.49:961][250]LogWorldPartition: UWorldPartition::Initialize Context : World NetMode = Standalone, IsServer = 0, IsDedicatedServer = 0, IsServerStreamingEnabled = 0, IsServerStreamingOutEnabled = 0, IsUsingMakingVisibleTransaction = 0, IsUsingMakingInvisibleTransaction = 0 -[2025.03.25-13.03.49:962][250]LogContentBundle: [ThirdPersonMap(Standalone)] Creating new container. -[2025.03.25-13.03.49:962][250]LogWorldPartition: Display: WorldPartition initialize took 1.022 ms (total: 82.199 ms) -[2025.03.25-13.03.49:962][250]LogPlayLevel: PIE: World Init took: (0.001891s) -[2025.03.25-13.03.49:973][250]LogAudio: Display: Creating Audio Device: Id: 29, Scope: Unique, Realtime: True -[2025.03.25-13.03.49:973][250]LogAudioMixer: Display: Audio Mixer Platform Settings: -[2025.03.25-13.03.49:973][250]LogAudioMixer: Display: Sample Rate: 48000 -[2025.03.25-13.03.49:973][250]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 -[2025.03.25-13.03.49:973][250]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 -[2025.03.25-13.03.49:973][250]LogAudioMixer: Display: Number of buffers to queue: 1 -[2025.03.25-13.03.49:973][250]LogAudioMixer: Display: Max Channels (voices): 32 -[2025.03.25-13.03.49:973][250]LogAudioMixer: Display: Number of Async Source Workers: 4 -[2025.03.25-13.03.49:973][250]LogAudio: Display: AudioDevice MaxSources: 32 -[2025.03.25-13.03.49:973][250]LogAudio: Display: Audio Spatialization Plugin: None (built-in). -[2025.03.25-13.03.49:973][250]LogAudio: Display: Audio Reverb Plugin: None (built-in). -[2025.03.25-13.03.49:973][250]LogAudio: Display: Audio Occlusion Plugin: None (built-in). -[2025.03.25-13.03.49:974][250]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' -[2025.03.25-13.03.49:990][250]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) -[2025.03.25-13.03.49:991][250]LogAudioMixer: Display: Initializing Sound Submixes... -[2025.03.25-13.03.49:991][250]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' -[2025.03.25-13.03.49:991][250]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' -[2025.03.25-13.03.49:991][250]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=29 -[2025.03.25-13.03.49:991][250]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=29 -[2025.03.25-13.03.49:992][250]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=29 -[2025.03.25-13.03.49:992][250]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=29 -[2025.03.25-13.03.49:992][250]LogInit: FAudioDevice initialized with ID 29. -[2025.03.25-13.03.49:992][250]LogAudio: Display: Audio Device (ID: 29) registered with world 'ThirdPersonMap'. -[2025.03.25-13.03.49:992][250]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 29 -[2025.03.25-13.03.49:994][250]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' -[2025.03.25-13.03.49:996][250]LogWorld: Bringing World /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap up for play (max tick rate 0) at 2025.03.25-07.03.49 -[2025.03.25-13.03.49:996][250]LogWorld: Bringing up level for play took: 0.001142 -[2025.03.25-13.03.49:997][250]LogOnline: OSS: Created online subsystem instance for: :Context_51 -[2025.03.25-13.03.49:998][250]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble -[2025.03.25-13.03.49:998][250]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 -[2025.03.25-13.03.50:010][250]PIE: Server logged in -[2025.03.25-13.03.50:011][250]PIE: Play in editor total start time 0.106 seconds. -[2025.03.25-13.04.22:708][163]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-13.04.24:974][435]LogBlueprintUserMessages: [BP_ThirdPersonCharacter_C_0] Hello -[2025.03.25-13.04.36:741][842]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-13.04.36:741][842]LogWorld: BeginTearingDown for /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap -[2025.03.25-13.04.36:741][842]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-13.04.36:741][842]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-13.04.36:741][842]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/UEDPIE_0_ThirdPersonMap.ThirdPersonMap -[2025.03.25-13.04.36:741][842]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-13.04.36:741][842]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-13.04.36:741][842]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-13.04.36:744][842]LogPlayLevel: Display: Shutting down PIE online subsystems -[2025.03.25-13.04.36:748][842]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-13.04.36:764][842]LogAudio: Display: Audio Device unregistered from world 'None'. -[2025.03.25-13.04.36:764][842]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 29 -[2025.03.25-13.04.36:764][842]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=29 -[2025.03.25-13.04.36:765][842]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=29 -[2025.03.25-13.04.36:771][842]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden -[2025.03.25-13.04.36:774][842]LogUObjectHash: Compacting FUObjectHashTables data took 1.03ms -[2025.03.25-13.04.36:847][843]LogPlayLevel: Display: Destroying online subsystem :Context_51 -[2025.03.25-13.04.37:945][968]LogFileHelpers: InternalPromptForCheckoutAndSave started... -[2025.03.25-13.04.37:986][968]LogUObjectHash: Compacting FUObjectHashTables data took 0.97ms -[2025.03.25-13.04.38:004][968]LogUObjectHash: Compacting FUObjectHashTables data took 0.46ms -[2025.03.25-13.04.38:020][968]LogUObjectHash: Compacting FUObjectHashTables data took 0.47ms -[2025.03.25-13.04.38:024][968]LogSavePackage: Moving output files for package: /Game/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/56/FUY0VLK427B4Y7QMPZIR7U -[2025.03.25-13.04.38:024][968]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/FUY0VLK427B4Y7QMPZIR7U478386584ABA3733F76310AFECFCB096.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/6/56/FUY0VLK427B4Y7QMPZIR7U.uasset' -[2025.03.25-13.04.38:042][968]LogFileHelpers: InternalPromptForCheckoutAndSave took 96.526 ms (total: 4.50 sec) -[2025.03.25-13.04.38:072][968]LogContentValidation: Display: Starting to validate 1 assets -[2025.03.25-13.04.38:073][968]LogContentValidation: Enabled validators: -[2025.03.25-13.04.38:073][968]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator -[2025.03.25-13.04.38:073][968]LogContentValidation: /Script/DataValidation.EditorValidator_Localization -[2025.03.25-13.04.38:073][968]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator -[2025.03.25-13.04.38:073][968]LogContentValidation: Display: Validating asset /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap -[2025.03.25-13.04.38:073][968]AssetCheck: /Game/ThirdPerson/Maps/ThirdPersonMap Validating asset -[2025.03.25-13.05.18:372][936]LogUObjectHash: Compacting FUObjectHashTables data took 0.54ms -[2025.03.25-13.05.18:399][936]LogStall: Shutdown... -[2025.03.25-13.05.18:404][936]LogStall: Shutdown complete. -[2025.03.25-13.05.18:474][936]LogWorld: UWorld::CleanupWorld for World_22, bSessionEnded=true, bCleanupResources=true -[2025.03.25-13.05.18:474][936]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-13.05.18:519][936]LogSlate: Window 'Elistria_Calling - Unreal Editor' being destroyed -[2025.03.25-13.05.18:664][936]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.25-13.05.18:698][936]Cmd: QUIT_EDITOR -[2025.03.25-13.05.18:698][937]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) -[2025.03.25-13.05.18:699][937]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) -[2025.03.25-13.05.18:700][937]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown -[2025.03.25-13.05.18:700][937]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown -[2025.03.25-13.05.18:700][937]LogWorld: UWorld::CleanupWorld for ThirdPersonMap, bSessionEnded=true, bCleanupResources=true -[2025.03.25-13.05.18:700][937]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-13.05.18:700][937]LogWorldPartition: UWorldPartition::Uninitialize : World = /Game/ThirdPerson/Maps/ThirdPersonMap.ThirdPersonMap -[2025.03.25-13.05.18:700][937]LogContentBundle: [ThirdPersonMap(Standalone)] Deleting container. -[2025.03.25-13.05.18:700][937]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] -[2025.03.25-13.05.18:700][937]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] -[2025.03.25-13.05.18:703][937]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. -[2025.03.25-13.05.18:719][937]LogWorld: UWorld::CleanupWorld for World_14, bSessionEnded=true, bCleanupResources=true -[2025.03.25-13.05.18:719][937]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-13.05.18:722][937]LogWorld: UWorld::CleanupWorld for World_7, bSessionEnded=true, bCleanupResources=true -[2025.03.25-13.05.18:722][937]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-13.05.18:724][937]LogWorld: UWorld::CleanupWorld for World_4, bSessionEnded=true, bCleanupResources=true -[2025.03.25-13.05.18:724][937]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-13.05.18:726][937]LogWorld: UWorld::CleanupWorld for World_3, bSessionEnded=true, bCleanupResources=true -[2025.03.25-13.05.18:726][937]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-13.05.18:735][937]LogWorld: UWorld::CleanupWorld for World_2, bSessionEnded=true, bCleanupResources=true -[2025.03.25-13.05.18:735][937]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-13.05.18:737][937]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true -[2025.03.25-13.05.18:737][937]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-13.05.18:739][937]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true -[2025.03.25-13.05.18:739][937]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-13.05.18:741][937]LogWorld: UWorld::CleanupWorld for World_17, bSessionEnded=true, bCleanupResources=true -[2025.03.25-13.05.18:741][937]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-13.05.18:743][937]LogWorld: UWorld::CleanupWorld for World_16, bSessionEnded=true, bCleanupResources=true -[2025.03.25-13.05.18:743][937]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated -[2025.03.25-13.05.18:863][937]LogStudioTelemetry: Ended StudioTelemetry Session -[2025.03.25-13.05.18:865][937]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider -[2025.03.25-13.05.18:865][937]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session -[2025.03.25-13.05.18:865][937]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider -[2025.03.25-13.05.19:556][937]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... -[2025.03.25-13.05.19:556][937]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... -[2025.03.25-13.05.19:556][937]LogAudio: Display: Audio Device unregistered from world 'ThirdPersonMap'. -[2025.03.25-13.05.19:556][937]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. -[2025.03.25-13.05.19:556][937]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 -[2025.03.25-13.05.19:557][937]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 -[2025.03.25-13.05.19:560][937]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 -[2025.03.25-13.05.19:560][937]LogAudio: Display: Audio Device Manager Shutdown -[2025.03.25-13.05.19:560][937]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). -[2025.03.25-13.05.19:562][937]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 -[2025.03.25-13.05.19:563][937]LogExit: Preparing to exit. -[2025.03.25-13.05.19:587][937]LogUObjectHash: Compacting FUObjectHashTables data took 1.06ms -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.add_controls_for_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.add_null_above_selected' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.align_translation_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.align_translation_all' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.align_translation_x' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.align_translation_y' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.align_translation_z' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.align_rotation' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.align_scale' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.search_replace_name_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.search_replace_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.add_prefix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.add_suffix_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.do_rename_dialog' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.do_rename_entry' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.set_bone_reference_pose' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.import_ik_rig_options' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.19:590][937]LogPython: Display: Object '/Engine/PythonTypes.ControlOutputFormat' was externally referenced when shutting down Python. Forcibly releasing its Python resources! -[2025.03.25-13.05.20:298][937]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled -[2025.03.25-13.05.20:309][937]LogExit: Editor shut down -[2025.03.25-13.05.20:310][937]LogExit: Transaction tracking system shut down -[2025.03.25-13.05.20:410][937]LogExit: Object subsystem successfully closed. -[2025.03.25-13.05.20:489][937]LogShaderCompilers: Display: Shaders left to compile 0 -[2025.03.25-13.05.20:574][937]MemoryProfiler: Shutdown -[2025.03.25-13.05.20:574][937]NetworkingProfiler: Shutdown -[2025.03.25-13.05.20:574][937]LoadingProfiler: Shutdown -[2025.03.25-13.05.20:574][937]TimingProfiler: Shutdown -[2025.03.25-13.05.20:685][937]LogOpenImageDenoise: OIDN shutting down -[2025.03.25-13.05.20:937][937]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests: -[2025.03.25-13.05.20:937][937]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7B91B7B6DA-414B-84C6-0154-618F07CDE116%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.4.4-35576357%2B%2B%2BUE5%2BRelease-5.4&UserID=046a422842307c5389fcfb85fdde73f2%7Cd8a41001870d437292af770c7edf75b9%7Cfb76c1c7-d567-45aa-9d4b-8a81fa7e1fef&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing -[2025.03.25-13.05.20:965][937]RenderDocPlugin: plugin has been unloaded. -[2025.03.25-13.05.20:965][937]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module -[2025.03.25-13.05.20:966][937]LogPakFile: Destroying PakPlatformFile -[2025.03.25-13.05.21:075][937]LogD3D12RHI: ~FD3D12DynamicRHI -[2025.03.25-13.05.21:105][937]LogExit: Exiting. -[2025.03.25-13.05.21:122][937]Log file closed, 03/25/25 07:05:21 +Reference List: + +Landscape +[2025.04.02-13.59.41:109][312]LogEditorActor: Deleted Actor: CustomBrush_Landmass_C +[2025.04.02-13.59.41:174][312]LogUObjectHash: Compacting FUObjectHashTables data took 0.61ms +[2025.04.02-13.59.41:177][312]LogEditorActor: Deleted 1 Actors (0.077 secs) +[2025.04.02-14.01.21:420][680]Cmd: DUPLICATE +[2025.04.02-14.01.21:420][680]Cmd: ACTOR DUPLICATE +[2025.04.02-14.01.21:423][680]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_13 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-14.01.21:423][680]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_13 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-14.01.21:423][680]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_13 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-14.01.21:423][680]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_13 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-14.01.21:423][680]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_13 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-14.01.21:423][680]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_13 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-14.01.21:423][680]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_13 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-14.01.21:423][680]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_13 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-14.01.21:423][680]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_13 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-14.01.21:423][680]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_13 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-14.01.21:423][680]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_13 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-14.01.21:423][680]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_13 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-14.01.21:465][680]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_13.MID_LandmassBrush_Angle_1). Import failed... +[2025.04.02-14.01.21:465][680]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-14.01.21:466][680]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_13.MID_LandmassBrush_Weightmap_2). Import failed... +[2025.04.02-14.01.21:466][680]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-14.01.22:931][680]LogSlate: Window 'Message' being destroyed +[2025.04.02-14.01.22:937][680]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-14.01.23:525][680]LogSlate: Window 'Message' being destroyed +[2025.04.02-14.01.23:531][680]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-14.01.24:005][680]LogSlate: Window 'Message' being destroyed +[2025.04.02-14.01.24:011][680]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-14.01.24:585][680]LogSlate: Window 'Message' being destroyed +[2025.04.02-14.01.24:591][680]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-14.01.24:716][680]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_13] Brush Initialize +[2025.04.02-14.02.15:725][398]LogUObjectHash: Compacting FUObjectHashTables data took 0.60ms +[2025.04.02-14.02.15:740][398]LogPackageLocalizationCache: Processed 54 localized package path(s) for 1 prioritized culture(s) in 0.005553 seconds +[2025.04.02-14.02.16:172][398]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto1 +[2025.04.02-14.02.16:172][398]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/OpenWorld_01_Auto18EFCCC1E485E0F45E56A32A6CC22069D.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto1.umap' +[2025.04.02-14.02.16:173][398]LogAssetRegistry: Warning: ScanPathsSynchronous: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto1.umap is in the /Temp path, will not scan. +[2025.04.02-14.02.16:173][398]LogAssetRegistry: Warning: ScanPathsSynchronous: /Temp/__ExternalActors__/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto1 is in the /Temp path, will not scan. +[2025.04.02-14.02.16:173][398]LogAssetRegistry: Warning: ScanPathsSynchronous: /Temp/__ExternalObjects__/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto1 is in the /Temp path, will not scan. +[2025.04.02-14.02.16:173][398]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/MAIN_CONTENT/Levels/OpenWorld_01' took 0.462 +[2025.04.02-14.02.16:173][398]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.462 +[2025.04.02-14.03.01:932][721]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-14.04.59:771][234]Cmd: DUPLICATE +[2025.04.02-14.04.59:771][234]Cmd: ACTOR DUPLICATE +[2025.04.02-14.04.59:774][234]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_14 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-14.04.59:774][234]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_14 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-14.04.59:774][234]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_14 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-14.04.59:774][234]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_14 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-14.04.59:774][234]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_14 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-14.04.59:774][234]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_14 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-14.04.59:774][234]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_14 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-14.04.59:774][234]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_14 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-14.04.59:774][234]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_14 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-14.04.59:774][234]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_14 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-14.04.59:774][234]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_14 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-14.04.59:774][234]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_14 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-14.04.59:816][234]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_14.MID_LandmassBrush_Angle_1). Import failed... +[2025.04.02-14.04.59:816][234]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-14.04.59:817][234]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_14.MID_LandmassBrush_Weightmap_2). Import failed... +[2025.04.02-14.04.59:817][234]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-14.05.00:819][234]LogSlate: Window 'Message' being destroyed +[2025.04.02-14.05.00:824][234]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-14.05.01:526][234]LogSlate: Window 'Message' being destroyed +[2025.04.02-14.05.01:552][234]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-14.05.02:073][234]LogSlate: Window 'Message' being destroyed +[2025.04.02-14.05.02:078][234]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-14.05.02:601][234]LogSlate: Window 'Message' being destroyed +[2025.04.02-14.05.02:606][234]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-14.05.03:262][234]LogSlate: Window 'Message' being destroyed +[2025.04.02-14.05.03:267][234]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-14.05.03:388][234]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_14] Brush Initialize +[2025.04.02-14.06.23:239][ 76]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_15 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-14.06.23:239][ 76]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_15 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-14.06.23:239][ 76]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_15 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-14.06.23:239][ 76]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_15 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-14.06.23:239][ 76]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_15 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-14.06.23:239][ 76]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_15 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-14.06.23:239][ 76]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_15 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-14.06.23:239][ 76]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_15 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-14.06.23:239][ 76]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_15 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-14.06.23:239][ 76]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_15 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-14.06.23:239][ 76]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_15 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-14.06.23:239][ 76]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_15 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-14.06.23:280][ 76]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_15 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-14.06.23:280][ 76]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_15 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-14.06.23:280][ 76]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_15 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-14.06.23:280][ 76]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_15 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-14.06.23:335][ 76]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_15] Brush Initialize +[2025.04.02-14.06.24:259][162]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-14.06.52:385][538]Cmd: TRANSACTION UNDO +[2025.04.02-14.06.52:385][538]LogEditorTransaction: Undo Move Elements +[2025.04.02-14.06.52:799][542]Cmd: TRANSACTION UNDO +[2025.04.02-14.06.52:799][542]LogEditorTransaction: Undo Move Elements +[2025.04.02-14.06.53:299][558]Cmd: TRANSACTION UNDO +[2025.04.02-14.06.53:299][558]LogEditorTransaction: Undo Move Elements +[2025.04.02-14.07.54:552][391]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_16 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-14.07.54:552][391]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_16 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-14.07.54:552][391]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_16 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-14.07.54:552][391]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_16 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-14.07.54:552][391]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_16 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-14.07.54:552][391]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_16 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-14.07.54:552][391]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_16 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-14.07.54:552][391]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_16 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-14.07.54:552][391]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_16 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-14.07.54:552][391]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_16 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-14.07.54:552][391]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_16 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-14.07.54:552][391]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_16 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-14.07.54:592][391]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_16.MID_LandmassBrush_Angle_1). Import failed... +[2025.04.02-14.07.54:592][391]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-14.07.54:592][391]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_16.MID_LandmassBrush_Weightmap_2). Import failed... +[2025.04.02-14.07.54:592][391]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-14.07.55:933][391]LogSlate: Window 'Message' being destroyed +[2025.04.02-14.07.55:938][391]Message dialog closed, result: No, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-14.07.56:069][392]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_16] Brush Initialize +[2025.04.02-14.07.57:320][498]Cmd: TRANSACTION UNDO +[2025.04.02-14.07.57:320][498]LogEditorTransaction: Undo Move Elements +[2025.04.02-14.07.58:459][498]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_1] Brush Initialize +[2025.04.02-14.07.58:459][498]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_2] Brush Initialize +[2025.04.02-14.07.58:460][498]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_3] Brush Initialize +[2025.04.02-14.07.58:460][498]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_4] Brush Initialize +[2025.04.02-14.07.58:461][498]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_5] Brush Initialize +[2025.04.02-14.07.58:461][498]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_6] Brush Initialize +[2025.04.02-14.07.58:461][498]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_7] Brush Initialize +[2025.04.02-14.07.58:462][498]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_8] Brush Initialize +[2025.04.02-14.07.58:462][498]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_9] Brush Initialize +[2025.04.02-14.07.58:463][498]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_10] Brush Initialize +[2025.04.02-14.07.58:463][498]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_11] Brush Initialize +[2025.04.02-14.07.58:463][498]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_13] Brush Initialize +[2025.04.02-14.07.58:464][498]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_14] Brush Initialize +[2025.04.02-14.07.58:464][498]LogBlueprintUserMessages: [Landscape_CustomBrush_Landmass_C_15] Brush Initialize +[2025.04.02-14.09.01:057][ 29]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-14.10.08:555][376]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-14.10.48:539][752]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-14.10.53:432][309]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-14.11.09:023][ 0]Cmd: CAMERA ALIGN ACTIVEVIEWPORTONLY +[2025.04.02-14.12.16:134][647]LogUObjectHash: Compacting FUObjectHashTables data took 0.68ms +[2025.04.02-14.12.16:568][647]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto2 +[2025.04.02-14.12.16:568][647]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/OpenWorld_01_Auto22CB8DA2C4441F4A6DC176EA2187E9A60.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto2.umap' +[2025.04.02-14.12.16:569][647]LogAssetRegistry: Warning: ScanPathsSynchronous: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto2.umap is in the /Temp path, will not scan. +[2025.04.02-14.12.16:569][647]LogAssetRegistry: Warning: ScanPathsSynchronous: /Temp/__ExternalActors__/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto2 is in the /Temp path, will not scan. +[2025.04.02-14.12.16:569][647]LogAssetRegistry: Warning: ScanPathsSynchronous: /Temp/__ExternalObjects__/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto2 is in the /Temp path, will not scan. +[2025.04.02-14.12.16:569][647]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/MAIN_CONTENT/Levels/OpenWorld_01' took 0.454 +[2025.04.02-14.12.16:569][647]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.454 +[2025.04.02-14.22.33:984][686]LogActorFactory: Actor Factory attempting to spawn Class /Script/Water.WaterBodyOcean +[2025.04.02-14.22.33:984][686]LogActorFactory: Actor Factory attempting to spawn Class /Script/Water.WaterBodyOcean +[2025.04.02-14.22.33:988][686]LogActorFactory: Actor Factory spawned Class /Script/Water.WaterBodyOcean as actor: WaterBodyOcean /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.WaterBodyOcean_0 +[2025.04.02-14.22.34:069][686]LogTextureFormatOodle: Display: Oodle Texture loading DLL: oo2tex_win64_2.9.10.dll +[2025.04.02-14.22.34:174][686]LogActorFactory: Actor Factory spawned Class /Script/Water.WaterBodyOcean as actor: WaterBodyOcean /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.WaterBodyOcean_0 +[2025.04.02-14.22.34:888][760]LogUObjectHash: Compacting FUObjectHashTables data took 0.63ms +[2025.04.02-14.22.34:890][760]LogEditorActor: Deleted 0 Actors (0.025 secs) +[2025.04.02-14.22.34:898][760]LogActorFactory: Actor Factory attempting to spawn Class /Script/Water.WaterBodyOcean +[2025.04.02-14.22.34:898][760]LogActorFactory: Actor Factory attempting to spawn Class /Script/Water.WaterBodyOcean +[2025.04.02-14.22.34:995][760]LogActorFactory: Actor Factory attempting to spawn Class /Script/WaterEditor.WaterBrushManager +[2025.04.02-14.22.35:036][760]LogActorFactory: Actor Factory spawned Class /Script/WaterEditor.WaterBrushManager as actor: WaterBrushManager /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_WaterBrushManager_0 +[2025.04.02-14.22.35:118][760]LogActorFactory: Actor Factory attempting to spawn Class /Script/Water.WaterZone +[2025.04.02-14.22.35:119][760]LogActorFactory: Actor Factory spawned Class /Script/Water.WaterZone as actor: WaterZone /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.WaterZone_0 +[2025.04.02-14.22.35:127][760]LogActorFactory: Actor Factory spawned Class /Script/Water.WaterBodyOcean as actor: WaterBodyOcean /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.WaterBodyOcean_1 +[2025.04.02-14.22.35:139][760]LogStaticMesh: Display: Building static mesh WaterInfoDilatedMesh_1 (Required Memory Estimate: 0.053246 MB)... +[2025.04.02-14.22.35:139][760]LogStaticMesh: Display: Building static mesh WaterInfoMesh_0 (Required Memory Estimate: 0.201393 MB)... +[2025.04.02-14.22.35:140][760]LogStaticMesh: Built static mesh [0.00s] /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.WaterBodyOcean_1.WaterInfoDilatedMesh_1 +[2025.04.02-14.22.35:140][760]LogStaticMesh: Built static mesh [0.00s] /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.WaterBodyOcean_1.WaterInfoMesh_0 +[2025.04.02-14.22.35:140][760]LogStaticMesh: Warning: WaterInfoMesh_0 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.35:140][760]LogStaticMesh: Warning: WaterInfoMesh_0 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.35:142][760]LogStaticMesh: Display: Building static mesh WaterInfoMesh_2 (Required Memory Estimate: 0.323105 MB)... +[2025.04.02-14.22.35:142][760]LogStaticMesh: Display: Building static mesh WaterInfoDilatedMesh_3 (Required Memory Estimate: 0.17724 MB)... +[2025.04.02-14.22.35:143][760]LogStaticMesh: Built static mesh [0.00s] /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.WaterBodyOcean_1.WaterInfoDilatedMesh_3 +[2025.04.02-14.22.35:143][760]LogStaticMesh: Built static mesh [0.00s] /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.WaterBodyOcean_1.WaterInfoMesh_2 +[2025.04.02-14.22.35:143][760]LogStaticMesh: Warning: WaterInfoMesh_2 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.35:143][760]LogStaticMesh: Warning: WaterInfoMesh_2 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.35:145][760]LogStaticMesh: Warning: WaterInfoMesh_4 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.35:145][760]LogStaticMesh: Warning: WaterInfoMesh_4 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.35:148][760]LogActorFactory: Actor Factory spawned Class /Script/Water.WaterBodyOcean as actor: WaterBodyOcean /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.WaterBodyOcean_1 +[2025.04.02-14.22.35:149][760]LogStaticMesh: Warning: WaterInfoMesh_6 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.35:149][760]LogStaticMesh: Warning: WaterInfoMesh_6 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.35:152][760]LogStaticMesh: Warning: WaterInfoMesh_8 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.35:152][760]LogStaticMesh: Warning: WaterInfoMesh_8 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.35:155][760]LogStaticMesh: Warning: WaterInfoMesh_10 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.35:155][760]LogStaticMesh: Warning: WaterInfoMesh_10 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.35:158][760]LogStaticMesh: Warning: WaterInfoMesh_12 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.35:158][760]LogStaticMesh: Warning: WaterInfoMesh_12 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.35:161][760]LogStaticMesh: Warning: WaterInfoMesh_14 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.35:161][760]LogStaticMesh: Warning: WaterInfoMesh_14 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.58:895][935]LogStaticMesh: Warning: WaterInfoMesh_16 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.22.58:895][935]LogStaticMesh: Warning: WaterInfoMesh_16 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.08:305][868]LogStaticMesh: Warning: WaterInfoMesh_18 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.08:305][868]LogStaticMesh: Warning: WaterInfoMesh_18 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.17:703][931]LogStaticMesh: Warning: WaterInfoMesh_20 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.17:703][931]LogStaticMesh: Warning: WaterInfoMesh_20 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.31:098][283]LogStaticMesh: Warning: WaterInfoMesh_22 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.31:098][283]LogStaticMesh: Warning: WaterInfoMesh_22 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.38:618][111]LogStaticMesh: Warning: WaterInfoMesh_24 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.38:618][111]LogStaticMesh: Warning: WaterInfoMesh_24 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.41:560][418]LogStaticMesh: Warning: WaterInfoMesh_26 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.41:560][418]LogStaticMesh: Warning: WaterInfoMesh_26 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.44:438][720]LogStaticMesh: Warning: WaterInfoMesh_28 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.44:438][720]LogStaticMesh: Warning: WaterInfoMesh_28 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.45:674][848]LogStaticMesh: Warning: WaterInfoMesh_30 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.45:674][848]LogStaticMesh: Warning: WaterInfoMesh_30 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.54:835][842]LogStaticMesh: Warning: WaterInfoMesh_32 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.54:835][842]LogStaticMesh: Warning: WaterInfoMesh_32 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.56:844][ 55]LogStaticMesh: Warning: WaterInfoMesh_34 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.23.56:844][ 55]LogStaticMesh: Warning: WaterInfoMesh_34 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.24.00:564][449]LogStaticMesh: Warning: WaterInfoMesh_36 has some nearly zero tangents which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.24.00:564][449]LogStaticMesh: Warning: WaterInfoMesh_36 has some nearly zero bi-normals which can create some issues. (Tolerance of 1E-4) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: ================================================ +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Total job queries 1,853, among them cache hits 277 (14.95%), DDC hits 1,206 (65.08%), Duplicates 134 (7.23%) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Tracking 1,442 distinct input hashes that result in 1,063 distinct outputs (73.72%) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: RAM used: 26.40 MiB of 3.20 GiB budget. Usage: 0.81% +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Shaders Compiled: 236 +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Jobs assigned 236, completed 236 (100%) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Average time worker was idle: 191.05 s +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Time job spent in pending queue: average 2.81 s, longest 7.62 s +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Job execution time: average 1.31 s, max 5.58 s +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Job life time (pending + execution): average 4.13 s, max 8.18 +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Shader code size: average 31.131 KiB, min 2.418 KiB, max 86.516 KiB +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 21.15 s +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.01% +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Jobs were issued in 176 batches (only local compilation was used), average 1.34 jobs/batch +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Average processing rate: 11.16 jobs/sec +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Total thread time: 92.351 s +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Total thread preprocess time: 22.844 s +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Percentage time preprocessing: 24.74% +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Effective parallelization: 4.37 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: FDebugViewModePS (compiled 22 times, average 1.32 sec, max 1.69 sec, min 0.65 sec) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight (compiled 7 times, average 1.29 sec, max 3.43 sec, min 0.29 sec) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 22 times, average 0.55 sec, max 0.62 sec, min 0.28 sec) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: FDepthOnlyPS (compiled 2 times, average 0.41 sec, max 0.46 sec, min 0.36 sec) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: FLumenCardPS (compiled 18 times, average 0.39 sec, max 0.59 sec, min 0.22 sec) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: FDebugViewModePS - 31.36% of total time (compiled 22 times, average 1.32 sec, max 1.69 sec, min 0.65 sec) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 13.02% of total time (compiled 22 times, average 0.55 sec, max 0.62 sec, min 0.28 sec) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 9.74% of total time (compiled 7 times, average 1.29 sec, max 3.43 sec, min 0.29 sec) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 7.94% of total time (compiled 27 times, average 0.27 sec, max 0.39 sec, min 0.14 sec) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: FLumenCardPS - 7.67% of total time (compiled 18 times, average 0.39 sec, max 0.59 sec, min 0.22 sec) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: === Material stats === +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Materials Translated: 231 +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Material Total Translate Time: 0.16 s +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Material Translation Only: 0.11 s (65%) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (3%) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: Material Cache Hits: 79 (34%) +[2025.04.02-14.24.04:640][887]LogShaderCompilers: Display: ================================================ +[2025.04.02-14.24.09:724][369]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-14.24.09:751][369]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-14.24.09:779][369]LogPlayLevel: PIE: StaticDuplicateObject took: (0.027559s) +[2025.04.02-14.24.09:779][369]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.027599s) +[2025.04.02-14.24.09:803][369]LogUObjectHash: Compacting FUObjectHashTables data took 0.54ms +[2025.04.02-14.24.09:805][369]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-14.24.09:806][369]LogPlayLevel: PIE: World Init took: (0.000922s) +[2025.04.02-14.24.09:818][369]LogAudio: Display: Creating Audio Device: Id: 4, Scope: Unique, Realtime: True +[2025.04.02-14.24.09:818][369]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-14.24.09:818][369]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-14.24.09:818][369]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-14.24.09:818][369]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-14.24.09:818][369]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-14.24.09:818][369]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-14.24.09:818][369]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-14.24.09:818][369]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-14.24.09:818][369]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-14.24.09:818][369]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-14.24.09:818][369]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-14.24.09:820][369]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-14.24.09:837][369]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-14.24.09:837][369]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-14.24.09:837][369]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-14.24.09:837][369]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-14.24.09:838][369]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=4 +[2025.04.02-14.24.09:838][369]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=4 +[2025.04.02-14.24.09:839][369]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=4 +[2025.04.02-14.24.09:839][369]LogInit: FAudioDevice initialized with ID 4. +[2025.04.02-14.24.09:839][369]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=4 +[2025.04.02-14.24.09:839][369]LogAudio: Display: Audio Device (ID: 4) registered with world 'OpenWorld_01'. +[2025.04.02-14.24.09:839][369]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 4 +[2025.04.02-14.24.09:842][369]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-14.24.09:847][369]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-08.24.09 +[2025.04.02-14.24.09:847][369]LogWorld: Bringing up level for play took: 0.004862 +[2025.04.02-14.24.09:849][369]LogOnline: OSS: Created online subsystem instance for: :Context_6 +[2025.04.02-14.24.09:850][369]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-14.24.09:850][369]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-14.24.09:864][369]PIE: Server logged in +[2025.04.02-14.24.09:865][369]PIE: Play in editor total start time 0.145 seconds. +[2025.04.02-14.24.40:282][482]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.24.40:282][482]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-14.24.40:282][482]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.24.40:283][482]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.24.40:283][482]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-14.24.40:283][482]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-14.24.40:286][482]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-14.24.40:289][482]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.24.40:305][482]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.24.40:306][482]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 4 +[2025.04.02-14.24.40:306][482]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 +[2025.04.02-14.24.40:307][482]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=4 +[2025.04.02-14.24.40:313][482]LogUObjectHash: Compacting FUObjectHashTables data took 0.55ms +[2025.04.02-14.24.40:386][483]LogPlayLevel: Display: Destroying online subsystem :Context_6 +[2025.04.02-14.24.49:921][401]LogPlayLevel: PlayLevel: No blueprints needed recompiling +[2025.04.02-14.24.49:921][401]LogPlayLevel: Creating play world package: /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-14.24.49:946][401]LogPlayLevel: PIE: StaticDuplicateObject took: (0.025373s) +[2025.04.02-14.24.49:946][401]LogPlayLevel: PIE: Created PIE world by copying editor world from /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 to /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 (0.025408s) +[2025.04.02-14.24.49:960][401]LogUObjectHash: Compacting FUObjectHashTables data took 0.67ms +[2025.04.02-14.24.49:964][401]LogWorldMetrics: [UWorldMetricsSubsystem::Initialize] +[2025.04.02-14.24.49:965][401]LogPlayLevel: PIE: World Init took: (0.000843s) +[2025.04.02-14.24.49:976][401]LogAudio: Display: Creating Audio Device: Id: 5, Scope: Unique, Realtime: True +[2025.04.02-14.24.49:976][401]LogAudioMixer: Display: Audio Mixer Platform Settings: +[2025.04.02-14.24.49:976][401]LogAudioMixer: Display: Sample Rate: 48000 +[2025.04.02-14.24.49:976][401]LogAudioMixer: Display: Callback Buffer Frame Size Requested: 1024 +[2025.04.02-14.24.49:976][401]LogAudioMixer: Display: Callback Buffer Frame Size To Use: 1024 +[2025.04.02-14.24.49:976][401]LogAudioMixer: Display: Number of buffers to queue: 1 +[2025.04.02-14.24.49:976][401]LogAudioMixer: Display: Max Channels (voices): 32 +[2025.04.02-14.24.49:976][401]LogAudioMixer: Display: Number of Async Source Workers: 4 +[2025.04.02-14.24.49:976][401]LogAudio: Display: AudioDevice MaxSources: 32 +[2025.04.02-14.24.49:976][401]LogAudio: Display: Audio Spatialization Plugin: None (built-in). +[2025.04.02-14.24.49:976][401]LogAudio: Display: Audio Reverb Plugin: None (built-in). +[2025.04.02-14.24.49:976][401]LogAudio: Display: Audio Occlusion Plugin: None (built-in). +[2025.04.02-14.24.49:978][401]LogAudioMixer: Display: Initializing audio mixer using platform API: 'XAudio2' +[2025.04.02-14.24.49:994][401]LogAudioMixer: Display: Using Audio Hardware Device Speakers (Razer Kraken V3 X) +[2025.04.02-14.24.49:994][401]LogAudioMixer: Display: Initializing Sound Submixes... +[2025.04.02-14.24.49:994][401]LogAudioMixer: Display: Creating Master Submix 'MasterSubmixDefault' +[2025.04.02-14.24.49:994][401]LogAudioMixer: Display: Creating Master Submix 'MasterReverbSubmixDefault' +[2025.04.02-14.24.49:995][401]LogAudioMixer: FMixerPlatformXAudio2::StartAudioStream() called. InstanceID=5 +[2025.04.02-14.24.49:995][401]LogAudioMixer: Display: Output buffers initialized: Frames=1024, Channels=2, Samples=2048, InstanceID=5 +[2025.04.02-14.24.49:996][401]LogAudioMixer: Display: Starting AudioMixerPlatformInterface::RunInternal(), InstanceID=5 +[2025.04.02-14.24.49:996][401]LogAudioMixer: Display: FMixerPlatformXAudio2::SubmitBuffer() called for the first time. InstanceID=5 +[2025.04.02-14.24.49:996][401]LogInit: FAudioDevice initialized with ID 5. +[2025.04.02-14.24.49:996][401]LogAudio: Display: Audio Device (ID: 5) registered with world 'OpenWorld_01'. +[2025.04.02-14.24.49:996][401]LogAudioMixer: Initializing Audio Bus Subsystem for audio device with ID 5 +[2025.04.02-14.24.49:999][401]LogLoad: Game class is 'BP_ThirdPersonGameMode_C' +[2025.04.02-14.24.50:004][401]LogWorld: Bringing World /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01 up for play (max tick rate 0) at 2025.04.02-08.24.50 +[2025.04.02-14.24.50:004][401]LogWorld: Bringing up level for play took: 0.005264 +[2025.04.02-14.24.50:006][401]LogOnline: OSS: Created online subsystem instance for: :Context_7 +[2025.04.02-14.24.50:007][401]LogScript: Warning: Script Msg: Divide by zero: Divide_DoubleDouble +[2025.04.02-14.24.50:007][401]LogScript: Warning: Script Msg called by: ABP_RPGCharacter_C /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01.OpenWorld_01:PersistentLevel.BP_ThirdPersonCharacter_C_0.CharacterMesh0.ABP_RPGCharacter_C_0 +[2025.04.02-14.24.50:021][401]PIE: Server logged in +[2025.04.02-14.24.50:022][401]PIE: Play in editor total start time 0.106 seconds. +[2025.04.02-14.24.58:084][949]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.24.58:084][949]LogWorld: BeginTearingDown for /Game/MAIN_CONTENT/Levels/UEDPIE_0_OpenWorld_01 +[2025.04.02-14.24.58:084][949]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.24.58:086][949]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.24.58:086][949]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-14.24.58:086][949]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-14.24.58:089][949]LogPlayLevel: Display: Shutting down PIE online subsystems +[2025.04.02-14.24.58:092][949]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.24.58:109][949]LogSlate: Updating window title bar state: overlay mode, drag disabled, window buttons hidden, title bar hidden +[2025.04.02-14.24.58:110][949]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID 5 +[2025.04.02-14.24.58:110][949]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 +[2025.04.02-14.24.58:111][949]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=5 +[2025.04.02-14.24.58:116][949]LogUObjectHash: Compacting FUObjectHashTables data took 0.57ms +[2025.04.02-14.24.58:190][950]LogPlayLevel: Display: Destroying online subsystem :Context_7 +[2025.04.02-14.25.20:547][133]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_17 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:0921 +[2025.04.02-14.25.20:547][133]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_17 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B54 +[2025.04.02-14.25.20:547][133]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_17 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B69 +[2025.04.02-14.25.20:547][133]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_17 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B7C +[2025.04.02-14.25.20:547][133]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_17 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:2B91 +[2025.04.02-14.25.20:547][133]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_17 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35B5 +[2025.04.02-14.25.20:547][133]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_17 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:35FA +[2025.04.02-14.25.20:547][133]LogScript: Warning: Accessed None reading structure X + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_17 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:360F +[2025.04.02-14.25.20:547][133]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_17 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3622 +[2025.04.02-14.25.20:547][133]LogScript: Warning: Accessed None reading structure Y + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_17 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3637 +[2025.04.02-14.25.20:547][133]LogScript: Warning: Accessed None trying to read property BrushManager + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_17 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:3796 +[2025.04.02-14.25.20:547][133]LogScript: Warning: Accessed None + CustomBrush_Landmass_C /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_17 + Function /Landmass/Landscape/BlueprintBrushes/CustomBrush_Landmass.CustomBrush_Landmass_C:Brush Setup:37AB +[2025.04.02-14.25.20:556][133]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_17.MID_LandmassBrush_Angle_1). Import failed... +[2025.04.02-14.25.20:557][133]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-14.25.20:557][133]LogProperty: Warning: Illegal TEXT reference to a private object in external package (TextureRenderTarget2D /Engine/Transient.Heightmap RT Combined Non Atlas_1) from referencer (MaterialInstanceDynamic /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_CustomBrush_Landmass_C_17.MID_LandmassBrush_Weightmap_2). Import failed... +[2025.04.02-14.25.20:557][133]LogProperty: Warning: ObjectProperty /Script/Engine.TextureParameterValue:ParameterValue: unresolved reference to '"/Script/Engine.TextureRenderTarget2D'/Engine/Transient.Heightmap RT Combined Non Atlas_1'")' +[2025.04.02-14.25.22:810][133]LogSlate: Window 'Message' being destroyed +[2025.04.02-14.25.22:817][133]Message dialog closed, result: Yes, title: Message, text: A TextureRenderTarget2D of size 4,096x4,096 will use 64Mb, which may result in extremely poor performance or an Out Of Video Memory crash. +Are you sure? +[2025.04.02-14.25.23:447][141]Cmd: TRANSACTION UNDO +[2025.04.02-14.25.23:447][141]LogEditorTransaction: Undo Move Elements +[2025.04.02-14.25.47:284][586]LogEditorViewport: Clicking Background +[2025.04.02-14.26.37:477][459]LogEditorViewport: Clicking Background +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: ================================================ +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: === FShaderJobCache stats === +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Total job queries 1,855, among them cache hits 277 (14.93%), DDC hits 1,206 (65.01%), Duplicates 134 (7.22%) +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Tracking 1,444 distinct input hashes that result in 1,065 distinct outputs (73.75%) +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: RAM used: 26.42 MiB of 3.20 GiB budget. Usage: 0.81% +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: === Shader Compilation stats === +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Shaders Compiled: 238 +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Jobs assigned 238, completed 238 (100%) +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Average time worker was idle: 190.17 s +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Time job spent in pending queue: average 2.79 s, longest 7.62 s +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Job execution time: average 1.31 s, max 5.58 s +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Job life time (pending + execution): average 4.10 s, max 8.18 +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Shader code size: average 31.03 KiB, min 2.418 KiB, max 86.516 KiB +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Time at least one job was in flight (either pending or executed): 22.30 s +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Mutex wait stall in FShaderJobCache::SubmitJobs: 0.01% +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Jobs were issued in 178 batches (only local compilation was used), average 1.34 jobs/batch +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Average processing rate: 10.67 jobs/sec +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Total thread time: 92.725 s +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Total thread preprocess time: 22.857 s +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Percentage time preprocessing: 24.65% +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Effective parallelization: 4.16 (times faster than compiling all shaders on one thread). Compare with number of workers: 12 +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Top 5 most expensive shader types by average time: +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: FDebugViewModePS (compiled 22 times, average 1.32 sec, max 1.69 sec, min 0.65 sec) +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight (compiled 7 times, average 1.29 sec, max 3.43 sec, min 0.29 sec) +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy (compiled 22 times, average 0.55 sec, max 0.62 sec, min 0.28 sec) +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: FDepthOnlyPS (compiled 2 times, average 0.41 sec, max 0.46 sec, min 0.36 sec) +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: FLumenCardPS (compiled 18 times, average 0.39 sec, max 0.59 sec, min 0.22 sec) +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Top 5 shader types by total compile time: +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: FDebugViewModePS - 31.23% of total time (compiled 22 times, average 1.32 sec, max 1.69 sec, min 0.65 sec) +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicy - 12.96% of total time (compiled 22 times, average 0.55 sec, max 0.62 sec, min 0.28 sec) +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: TBasePassPSFNoLightMapPolicySkylight - 9.70% of total time (compiled 7 times, average 1.29 sec, max 3.43 sec, min 0.29 sec) +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: TBasePassVSFNoLightMapPolicy - 7.90% of total time (compiled 27 times, average 0.27 sec, max 0.39 sec, min 0.14 sec) +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: FLumenCardPS - 7.64% of total time (compiled 18 times, average 0.39 sec, max 0.59 sec, min 0.22 sec) +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: === Material stats === +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Materials Cooked: 0 +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Materials Translated: 231 +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Material Total Translate Time: 0.16 s +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Material Translation Only: 0.11 s (65%) +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Material DDC Serialization Only: 0.00 s (3%) +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: Material Cache Hits: 79 (34%) +[2025.04.02-14.27.04:960][ 49]LogShaderCompilers: Display: ================================================ +[2025.04.02-14.27.15:341][ 80]LogUObjectHash: Compacting FUObjectHashTables data took 0.60ms +[2025.04.02-14.27.15:819][ 80]LogSavePackage: Moving output files for package: /Temp/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto3 +[2025.04.02-14.27.15:819][ 80]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/OpenWorld_01_Auto3B5F4AD70445415A283F8FE88DBC935CF.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto3.umap' +[2025.04.02-14.27.15:820][ 80]LogAssetRegistry: Warning: ScanPathsSynchronous: ../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto3.umap is in the /Temp path, will not scan. +[2025.04.02-14.27.15:820][ 80]LogAssetRegistry: Warning: ScanPathsSynchronous: /Temp/__ExternalActors__/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto3 is in the /Temp path, will not scan. +[2025.04.02-14.27.15:820][ 80]LogAssetRegistry: Warning: ScanPathsSynchronous: /Temp/__ExternalObjects__/Autosaves/Game/MAIN_CONTENT/Levels/OpenWorld_01_Auto3 is in the /Temp path, will not scan. +[2025.04.02-14.27.15:820][ 80]LogFileHelpers: Editor autosave (incl. external actors) for '/Game/MAIN_CONTENT/Levels/OpenWorld_01' took 0.495 +[2025.04.02-14.27.15:820][ 80]LogFileHelpers: Editor autosave (incl. sublevels & external actors) for all levels took 0.495 +[2025.04.02-14.31.47:216][717]LogFileHelpers: InternalPromptForCheckoutAndSave started... +[2025.04.02-14.31.47:255][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_0 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:256][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_1 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:256][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_11 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:256][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_15 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:256][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_17 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:256][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_14 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:256][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_18 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:257][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_16 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:257][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_12 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:257][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_13 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:257][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_10 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:270][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_19 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:278][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_20 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:278][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_2 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:279][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_23 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:279][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_22 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:279][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_21 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:282][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_26 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:282][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_27 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:282][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_28 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:283][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_25 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:284][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_29 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:284][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_24 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:295][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_3 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:296][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_30 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:298][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_31 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:299][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_32 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:300][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_33 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:300][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_4 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:300][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_35 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:300][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_34 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:304][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_5 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:306][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_6 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:306][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_7 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:308][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_8 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:309][717]LogTexture: Display: Building textures: /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01:PersistentLevel.Landscape_0.Heightmap_9 (BGRA8, 512x512 x1x1x1) (Required Memory Estimate: 8.062492 MB), EncodeSpeed: Fast +[2025.04.02-14.31.47:343][717]LogUObjectHash: Compacting FUObjectHashTables data took 0.48ms +[2025.04.02-14.31.48:017][717]LogSavePackage: Moving output files for package: /Game/MAIN_CONTENT/Levels/OpenWorld_01 +[2025.04.02-14.31.48:018][717]LogSavePackage: Moving '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Saved/OpenWorld_01FED66D4E4BD80890504128847294C0D3.tmp' to '../../../../Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap' +[2025.04.02-14.31.48:027][717]LogFileHelpers: Saving map 'OpenWorld_01' took 0.736 +[2025.04.02-14.31.48:034][717]LogFileHelpers: InternalPromptForCheckoutAndSave took 817.939 ms +[2025.04.02-14.31.48:067][717]LogContentValidation: Display: Starting to validate 1 assets +[2025.04.02-14.31.48:067][717]LogContentValidation: Enabled validators: +[2025.04.02-14.31.48:067][717]LogContentValidation: /Script/DataValidation.DirtyFilesChangelistValidator +[2025.04.02-14.31.48:067][717]LogContentValidation: /Script/DataValidation.EditorValidator_Localization +[2025.04.02-14.31.48:067][717]LogContentValidation: /Script/DataValidation.WorldPartitionChangelistValidator +[2025.04.02-14.31.48:067][717]LogContentValidation: Display: Validating asset /Game/MAIN_CONTENT/Levels/OpenWorld_01.OpenWorld_01 +[2025.04.02-14.31.48:067][717]AssetCheck: /Game/MAIN_CONTENT/Levels/OpenWorld_01 Validating asset +[2025.04.02-14.31.49:368][867]LogUObjectHash: Compacting FUObjectHashTables data took 0.29ms +[2025.04.02-14.31.49:392][867]LogStall: Shutdown... +[2025.04.02-14.31.49:396][867]LogStall: Shutdown complete. +[2025.04.02-14.31.49:431][867]LogSlate: Window 'Elistria_Calling - Unreal Editor' being destroyed +[2025.04.02-14.31.49:496][867]Cmd: QUIT_EDITOR +[2025.04.02-14.31.49:496][868]LogCore: Engine exit requested (reason: UUnrealEdEngine::CloseEditor()) +[2025.04.02-14.31.49:497][868]LogCore: Engine exit requested (reason: EngineExit() was called; note: exit was already requested) +[2025.04.02-14.31.49:497][868]LogStaticMesh: Abandoning remaining async distance field tasks for shutdown +[2025.04.02-14.31.49:497][868]LogStaticMesh: Abandoning remaining async card representation tasks for shutdown +[2025.04.02-14.31.49:499][868]LogWorld: UWorld::CleanupWorld for OpenWorld_01, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.31.49:499][868]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.31.49:499][868]LogWorldMetrics: [UWorldMetricsSubsystem::Deinitialize] +[2025.04.02-14.31.49:499][868]LogWorldMetrics: [UWorldMetricsSubsystem::Clear] +[2025.04.02-14.31.49:503][868]LogLevelSequenceEditor: LevelSequenceEditor subsystem deinitialized. +[2025.04.02-14.31.49:506][868]LogWorld: UWorld::CleanupWorld for World_0, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.31.49:506][868]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.31.49:507][868]LogWorld: UWorld::CleanupWorld for World_1, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.31.49:507][868]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.31.49:507][868]LogWorld: UWorld::CleanupWorld for World_2, bSessionEnded=true, bCleanupResources=true +[2025.04.02-14.31.49:507][868]LogSlate: InvalidateAllWidgets triggered. All widgets were invalidated +[2025.04.02-14.31.49:616][868]LogStudioTelemetry: Ended StudioTelemetry Session +[2025.04.02-14.31.49:618][868]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroying ET Analytics provider +[2025.04.02-14.31.49:618][868]LogAnalytics: Display: [UEEditor.Rocket.Release] Ended ET Analytics provider session +[2025.04.02-14.31.49:618][868]LogAnalytics: Display: [UEEditor.Rocket.Release] Destroyed ET Analytics provider +[2025.04.02-14.31.50:289][868]LogAudio: Display: Beginning Audio Device Manager Shutdown (Module: AudioMixerXAudio2)... +[2025.04.02-14.31.50:289][868]LogAudio: Display: Destroying 1 Remaining Audio Device(s)... +[2025.04.02-14.31.50:289][868]LogAudio: Display: Audio Device unregistered from world 'OpenWorld_01'. +[2025.04.02-14.31.50:289][868]LogAudio: Display: Shutting down audio device while 1 references to it are still alive. For more information, compile with INSTRUMENT_AUDIODEVICE_HANDLES. +[2025.04.02-14.31.50:289][868]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.02-14.31.50:290][868]LogAudioMixer: FMixerPlatformXAudio2::StopAudioStream() called. InstanceID=1 +[2025.04.02-14.31.50:293][868]LogAudioMixer: Deinitializing Audio Bus Subsystem for audio device with ID -1 +[2025.04.02-14.31.50:293][868]LogAudio: Display: Audio Device Manager Shutdown +[2025.04.02-14.31.50:294][868]LogWindowsTextInputMethodSystem: Activated input method: English (United States) - (Keyboard). +[2025.04.02-14.31.50:296][868]LogSlate: Slate User Destroyed. User Index 0, Is Virtual User: 0 +[2025.04.02-14.31.50:297][868]LogExit: Preparing to exit. +[2025.04.02-14.31.50:314][868]LogUObjectHash: Compacting FUObjectHashTables data took 0.55ms +[2025.04.02-14.31.51:475][868]LogDemo: Cleaned up 0 splitscreen connections, owner deletion: enabled +[2025.04.02-14.31.51:490][868]LogExit: Editor shut down +[2025.04.02-14.31.51:492][868]LogExit: Transaction tracking system shut down +[2025.04.02-14.31.51:572][868]LogExit: Object subsystem successfully closed. +[2025.04.02-14.31.51:586][868]LogShaderCompilers: Display: Shaders left to compile 0 +[2025.04.02-14.31.52:516][868]MemoryProfiler: Shutdown +[2025.04.02-14.31.52:516][868]NetworkingProfiler: Shutdown +[2025.04.02-14.31.52:516][868]LoadingProfiler: Shutdown +[2025.04.02-14.31.52:516][868]TimingProfiler: Shutdown +[2025.04.02-14.31.52:567][868]LogOpenImageDenoise: OIDN shutting down +[2025.04.02-14.31.52:801][868]RenderDocPlugin: plugin has been unloaded. +[2025.04.02-14.31.52:804][868]LogStudioTelemetry: Display: Shutdown StudioTelemetry Module +[2025.04.02-14.31.52:833][868]LogHttp: Warning: [FHttpManager::Shutdown] Unbinding delegates for 1 outstanding Http Requests: +[2025.04.02-14.31.52:833][868]LogHttp: Warning: verb=[POST] url=[https://datarouter.ol.epicgames.com/datarouter/api/v1/public/data?SessionID=%7B3AEB0276-4EB2-FE29-E236-3AAC1A65C04B%7D&AppID=UEEditor.Rocket.Release&AppVersion=5.4.4-35576357%2B%2B%2BUE5%2BRelease-5.4&UserID=046a422842307c5389fcfb85fdde73f2%7Cd8a41001870d437292af770c7edf75b9%7Cfb76c1c7-d567-45aa-9d4b-8a81fa7e1fef&AppEnvironment=datacollector-binary&UploadType=eteventstream] refs=[2] status=Processing +[2025.04.02-14.31.52:868][868]LogPakFile: Destroying PakPlatformFile +[2025.04.02-14.31.53:050][868]LogD3D12RHI: ~FD3D12DynamicRHI +[2025.04.02-14.31.53:083][868]LogExit: Exiting. +[2025.04.02-14.31.53:106][868]Log file closed, 04/02/25 08:31:53 diff --git a/Elistria_Calling/Saved/ShaderDebugInfo/PCD3D_SM6/WorldGridMaterial_1d5b1535d0f29b71/Default/DDCKey-Editor.txt b/Elistria_Calling/Saved/ShaderDebugInfo/PCD3D_SM6/WorldGridMaterial_1d5b1535d0f29b71/Default/DDCKey-Editor.txt new file mode 100644 index 0000000..fb1ea13 --- /dev/null +++ b/Elistria_Calling/Saved/ShaderDebugInfo/PCD3D_SM6/WorldGridMaterial_1d5b1535d0f29b71/Default/DDCKey-Editor.txt @@ -0,0 +1,2 @@ +MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCESPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; +_MatTransl_3B7A55D3409170328211A060FC2E3BB1E263C720_BBD650804D314CE7A44ADF9BB4F3F5F9_ \ No newline at end of file diff --git a/Elistria_Calling/Saved/ShaderDebugInfo/PCD3D_SM6/WorldGridMaterial_c925e61f0ea16b47/Default/DDCKey-Editor.txt b/Elistria_Calling/Saved/ShaderDebugInfo/PCD3D_SM6/WorldGridMaterial_c925e61f0ea16b47/Default/DDCKey-Editor.txt new file mode 100644 index 0000000..91f0ea3 --- /dev/null +++ b/Elistria_Calling/Saved/ShaderDebugInfo/PCD3D_SM6/WorldGridMaterial_c925e61f0ea16b47/Default/DDCKey-Editor.txt @@ -0,0 +1,2 @@ +MATSM_F352F674A0D503790A5235582FBA6412_PCD3D_SM6_-467229472__BC5N_NoCCBN_NoIris_DEV_SL_LWC2_PreExp_DBuf_UnInt_DXC1_VFO_LFV_LTRRT_SKYATM_SKYHF_SLWSMDLT_STRDSTRIP_gs1_sdct_VRS_VT-0-0-1-0_MIN_PJC_SHRC_DF_MS_T0_MS_T1_VED_Aniso-1_ComprOodle_Compr2_Lev4_ExclNonPipSh-1_LWC-2097152_2613239799_SLWDP_SKPassThrough0_Nanite-Tess0CSMat1PSMat1DB6FCC63A5C44EA751315CBC3EF5DDED_Num_SM6_FL_0000000d_MFA_00000008_V_B6A0A753ED62499D8F30931E61FCAB05_0_DB3E993F4E2E98B305AD13B92D8C5DA5_9107FBCE4C95329989F3AF1F988A1B948D5415DB___TShadowDepthPSPixelShadowDepth_PerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0DC42029D3A7877F6520B43A3D0406C57469EABB8F_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050BC4CE29BE25F7A4B1586CA4C1685BCF80731FE636_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5BAA7BEC98F764475D732E99CBF54AC272E7E1B0_TShadowDepthPSPixelShadowDepth_NonPerspectiveCorrect0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D9FC66713AD9ABF570AFA2305B93FC5C738D84F68_TBasePassCSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA10FAD6B0AF33452512BCC17223D6E15F730B5448_TShadowDepthVSVertexShadowDepth_OutputDepthPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378BB459A7F0DBAC5232AC3C6813D7A1C9C1E037A6F_FMicropolyRasterizeCS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS256_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS257_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS258_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS259_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS260_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS261_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS262_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS263_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS264_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS265_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS266_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS267_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS268_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS269_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS270_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS271_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS272_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS273_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS274_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS275_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS276_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS277_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS278_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS279_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS280_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS281_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS282_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS283_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS284_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS285_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS286_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS287_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS288_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS289_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS290_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS291_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS292_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS293_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS294_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS295_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS296_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS297_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS298_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS299_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS300_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS301_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS302_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS303_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS304_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS305_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS306_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS307_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS308_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS309_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS310_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS311_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS312_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS313_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS314_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS315_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS316_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS317_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS318_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS319_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS320_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS321_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS322_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS323_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS324_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS325_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS326_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS327_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS328_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS329_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS330_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS331_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS332_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS333_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS334_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS335_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS336_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS337_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS338_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS339_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS340_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS341_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS342_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS343_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS344_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS345_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS346_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS347_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS348_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS349_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS350_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS351_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS352_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS353_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS354_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS355_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS356_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS357_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS358_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS359_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS360_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS361_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS362_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS363_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS364_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS365_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS366_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS367_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS368_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS369_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS370_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS371_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS372_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS373_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS374_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS375_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS376_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS377_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS378_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS379_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS380_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS381_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS382_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS383_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS384_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS385_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS386_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS387_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS388_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS389_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS390_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS391_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS392_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS393_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS394_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS395_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS396_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS397_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS398_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS399_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS400_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS401_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS402_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS403_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS404_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS405_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS406_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS407_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS408_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS409_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS410_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS411_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS412_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS413_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS414_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS415_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS416_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS417_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS418_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS419_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS420_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS421_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS422_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS423_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS424_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS425_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS426_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS427_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS428_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS429_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS430_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS431_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS432_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS433_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS434_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS435_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS436_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS437_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS438_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS439_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS440_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS441_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS442_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS443_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS444_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS445_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS446_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS447_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS448_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS449_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS450_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS451_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS452_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS453_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS454_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS455_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS456_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS457_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS458_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS459_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS460_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS461_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS462_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS463_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS464_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS465_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS466_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS467_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS468_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS469_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS470_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS471_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS472_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS473_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS474_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS475_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS476_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS477_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS478_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS479_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS480_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS481_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS482_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS483_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS484_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS485_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS486_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS487_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS488_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS489_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS490_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS491_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS492_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS493_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS494_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS495_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS496_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS497_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS498_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS499_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS500_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS501_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS502_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS503_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS504_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS505_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS506_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS507_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS508_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS509_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS510_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_FMicropolyRasterizeCS511_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCC4CF70EE3E9D2361C4B0CCCB0C8655C5681D2719_TLightMapDensityPSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AA270EEF413621E0C116C79AC656F988F24413AF_TBasePassCSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF62472048A5E16C3CBF33ED0FD5D68D095CFF9C2_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA1885C6BD5C13C615A2D1CC7B629C1649D7904633_TBasePassPSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_TBasePassPSTLightMapPolicyLQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA5B3BB4576FCE1858D2FA513C5CF3DFFA9D6231E6_FLandscapeGrassWeightVS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA1F4AE6CD573C588EA0E0A5701A067C736DB871F2_TBasePassCSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA8D7073ED51131A1D51B71F1E395D180C8D86505D_TBasePassCSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAF4FB311566AE8F6DFE7AB4096D5758200F66028D_TLightMapDensityVSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400E68740D56C01795CB8F3A41716DC323A4B0E4A02_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA58C0ACF387F70E172DF585AA01C84B8418428E2B_FHWRasterizeVS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHWRasterizeVS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCAE68DA4B25EFEFA26644774180E6251B931D8D30_FHitProxyVS0_0_0E4C9B6397777DE153A14DB50DC6BC36366094557B310836A0A5C4DC6F9C6787D82A95787504887EA_FHitProxyPS0_0_00B92DFC1B903E7D52866045E7E066F0D424133E398FD96E02A532D7E415E04CB58A1437B3DE55B9E_TBasePassCSTLightMapPolicyLQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAC99AA8DA6866F0CAC845FA4EC09F90254C3FC957_FLandscapeGrassWeightPS0_0_048D8060A4E964C5C787E9DD6490BE40950B996DA06AC8289474264FCB183613EA9196A3F141417F9_TBasePassCSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA24FA8EB12306802CDCB1C8854B6802D350A9DE4E_TBasePassPSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassPSFNoLightMapPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA79B90F6A1A762E35DCA6B7044315B042B3A9DE8B_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA82D5FE621DAEABFC2A60179EE290F06C7DDEEE5C_FHWRasterizePS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS64_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS65_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS66_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS67_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS68_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS69_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS70_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS71_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS72_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS73_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS74_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS75_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS76_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS77_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS78_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS79_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS80_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS81_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS82_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS83_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS84_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS85_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS86_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS87_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS88_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS89_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS90_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS91_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS92_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS93_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS94_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS95_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS96_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS97_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS98_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS99_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS100_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS101_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS102_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS103_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS104_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS105_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS106_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS107_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS108_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS109_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS110_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS111_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS112_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS113_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS114_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS115_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS116_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS117_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS118_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS119_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS120_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS121_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS122_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS123_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS124_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS125_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS126_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS127_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS128_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS129_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS130_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS131_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS132_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS133_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS134_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS135_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS136_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS137_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS138_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS139_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS140_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS141_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS142_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS143_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS144_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS145_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS146_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS147_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS148_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS149_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS150_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS151_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS152_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS153_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS154_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS155_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS156_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS157_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS158_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS159_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS160_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS161_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS162_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS163_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS164_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS165_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS166_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS167_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS168_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS169_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS170_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS171_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS172_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS173_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS174_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS175_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS176_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS177_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS178_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS179_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS180_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS181_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS182_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS183_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS184_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS185_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS186_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS187_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS188_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS189_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS190_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS191_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS192_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS193_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS194_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS195_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS196_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS197_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS198_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS199_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS200_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS201_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS202_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS203_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS204_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS205_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS206_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS207_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS208_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS209_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS210_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS211_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS212_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS213_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS214_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS215_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS216_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS217_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS218_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS219_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS220_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS221_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS222_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS223_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS224_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS225_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS226_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS227_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS228_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS229_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS230_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS231_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS232_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS233_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS234_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS235_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS236_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS237_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS238_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS239_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS240_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS241_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS242_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS243_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS244_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS245_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS246_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS247_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS248_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS249_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS250_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS251_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS252_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS253_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS254_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_FHWRasterizePS255_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCC9C130E689B3132814C20D8BE52E9E3E559C3B15E_TShadowDepthVSVertexShadowDepth_OutputDepth0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF378D282FE23662B6F8212138E16FD40FFF30C979CA0_TDepthOnlyVS0_0_03809D327566D79B7D003D609F3FFBC28CB24CA5DBE22A860DB786AA9A7DE7C711953CC3F484404A4_FLandscapePhysicalMaterialPS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D1989E524D02800C279740896F656A4B888BE14513_TBasePassCSFPrecomputedVolumetricLightmapLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA83CAF2761B69086FAFC74A14A2412E5D27743EA1_TLightMapDensityVSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840018803B83B28CDED9C48845B0B2ABC57FE549565C_FLumenCardVS0_0_009BA6531C9DF6B65C5602013A7552F40E0F93A69ABD0E94E9F2FDE303EA0054320ED4096AB87BEA7_TShadowDepthPSPixelShadowDepth_VirtualShadowMap0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D0F80ED0D9DD10768D803FB60ECF1149D03939C33_TBasePassVSFPrecomputedVolumetricLightmapLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE68F0B29CECEC60752AD4E2F4479E3479A9544217_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSTDistanceFieldShadowsAndLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAD125B9380CFE1C82C03BB907DBE95DE267E4AA1F_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSFPrecomputedVolumetricLightmapLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACA38D76CBB88E8E35C9A8EC7B1CB5EB263A39605_TBasePassPSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_TBasePassPSTLightMapPolicyHQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA804894D114BDC7D7CCA483C383426229EB505ECB_FLumenCardPS0_0_03E16DC0C5BF41EC01552ED84CD1509555C29050B1AF1B19445283C34D121B7362E8009A5D5541AB8_TLightMapDensityPSFDummyLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400155D979E9D1F3559A69AB78660BE10F9E4ABAB2D_TBasePassPSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_TBasePassPSFCachedPointIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDACBB5826133D9E53D0E6872AEE7FE4451B5DA3340_FTranslucentLightingInjectPS0_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS1_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS2_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS3_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS4_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS5_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS6_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS7_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS8_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS9_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS10_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS11_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS12_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS13_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS14_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS15_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS16_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS17_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS18_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS19_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS20_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS21_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS22_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS23_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS24_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS25_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS26_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS27_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS28_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS29_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS30_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_FTranslucentLightingInjectPS31_0_0F7BEB51EF1AB4ADCC04A1AC0202D1951EA605A291C6338A978F9356F36802E13F8A3E50683C0C140_TBasePassVSFCachedPointIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBC455CF5461179D683FC22723024276683512BF2_FHWRasterizeMS0_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS1_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS2_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS3_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS4_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS5_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS6_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS7_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS8_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS9_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS10_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS11_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS12_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS13_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS14_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS15_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS16_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS17_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS18_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS19_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS20_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS21_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS22_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS23_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS24_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS25_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS26_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS27_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS28_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS29_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS30_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS31_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS32_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS33_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS34_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS35_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS36_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS37_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS38_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS39_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS40_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS41_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS42_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS43_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS44_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS45_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS46_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS47_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS48_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS49_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS50_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS51_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS52_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS53_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS54_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS55_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS56_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS57_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS58_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS59_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS60_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS61_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS62_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_FHWRasterizeMS63_0_002C4366D99330C457B947CA0DC2AB1C7E2F20DCCCD5E985AAFF8C6C3B50AA6E6DB0D2F39915796C5_TBasePassPSFCachedPointIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_TBasePassPSFCachedPointIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA567497BE8A730EE9D61E10D7F18B32D891846AC8_FVelocityPS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BC71766E222D75D9042433F7E54424227CD4AF7F85_TBasePassPSFCachedVolumeIndirectLightingPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TBasePassPSFCachedVolumeIndirectLightingPolicy1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDAE8E63E50D815609BA40DD40A8C088E2387FA3BF0_TShadowDepthVSVertexShadowDepth_PerspectiveCorrect0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3787188663C9C337316BBABCDC605C6F3CE449BB27D_TBasePassCSFCachedPointIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA0C7FD39629725BF10F5002E314BB3E867EF677C5_TBasePassCSTLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA9BAF65E5209CF99A77340822E17460F228CC1592_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TBasePassPSFCachedVolumeIndirectLightingPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA27C2A77E6D84B54989B82D51CEC865B004FB6010_TLightMapDensityPSFNoLightMapPolicy0_0_07222847C70AF7BEA9FD37D98F0C14F49953E840076F07DBCFA0AC7DA5684426030FD7E2B83F8BFEB_TLightMapDensityVSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400AEC27E29B9DAB2C6DACEED2C9FEB36BF92895105_TBasePassCSFNoLightMapPolicy0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA807FB3714E5A3A9E3E0EEA1A4840CB803FBA9C62_TBasePassVSTLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE5F272A7585E9FFDC79C7571A81C3C439883833B4_FLandscapePhysicalMaterialVS0_0_01BFCB38015EA018875516BDAB9AA63886CC221D130384436A244F15C2A1AC2311008523E497AAEF3_TBasePassPSFNoLightMapPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassPSFNoLightMapPolicySkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABA5E9450E4A86AA1AF225295A8E1A3A9DBADD643_TBasePassVSFCachedVolumeIndirectLightingPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE131E76D986983209B45EA2D142B5BD6EC0D7641E_TShadowDepthPSPixelShadowDepth_OnePassPointLight0_0_00BA6C9B8E198325012E7CF76CB7C5291CF229D0D3C048F707CE1A01E3684B1A19B1BE149828CE519_TBasePassCSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA6E6C9AE012081A60817E6B7ADB8E5B3E3B3380EC_TShadowDepthVSVertexShadowDepth_PerspectiveCorrectPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3786F63A2867FA005A1D9974353C1F05C64FB02CAA1_TBasePassVSTDistanceFieldShadowsAndLightMapPolicyHQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AEBB50094D0051C52FF7242BC71DAD0BEFD0CC10E9_TShadowDepthVSVertexShadowDepth_VirtualShadowMap0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3789C66C30DD52CE816CB3314A5C799E41309269280_TShadowDepthVSVertexShadowDepth_OnePassPointLight0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37879BBC5F9C26CAC4ECD0A28D008BDC971EA966340_TBasePassCSFCachedVolumeIndirectLightingPolicySkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA63E8D85622155FEAEC018E134E09795EC767E3D8_TBasePassPSTLightMapPolicyLQ0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TBasePassPSTLightMapPolicyLQ1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDABB2FAE6C3703A6FD3741EA0B7E1660D21FC30A92_TLightMapDensityPSTLightMapPolicyLQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E84005D8ED7FF1587BDFFD7ADCB8D75DD623ADF66D618_TBasePassVSTLightMapPolicyLQ0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE78D60CAF7896988BA3EE748764C473DF7D87A225_TLightMapDensityVSTLightMapPolicyHQ0_0_07222847C70AF7BEA9FD37D98F0C14F49953E8400D34D34F5B8BAE168699B8A5F94ABC294AED01E82_TShadowDepthVSVertexShadowDepth_VirtualShadowMapPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF37854CCF0F0329BEB98E3834B9B0E1CAAB6B4587848_FDebugViewModePS0_0_0E42838508A53E1FED4CE1CF8514B114D784FFBCDDF0CA379DEB49D5A761AF88AFBFA2D788472C2A8_TBasePassPSTLightMapPolicyHQSkylight0_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TBasePassPSTLightMapPolicyHQSkylight1_0_03517BACA44D85EF64B75C82220BE571DFDE6FEDA7EB3FD4458D6647359B2220BD6EF34740007D430_TDepthOnlyVS0_0_0BB7F1C2084BC625A88ECD1AF94860160E1D3B695B3153FF105D7471808BB3B136D47DA9F9C9D7EB3_FVelocityVS0_0_0E7FCCF430B01758CCFED8AA8F94A4AEF0020B7BCC5B3590AE58B27781A1B627B03D72564730B8C51_FDebugViewModeVS0_0_0958E8C037DDBBDC48ADD101352D6EA76BD79C59798A189555FB5DFA3B16EC9000FC35B7613C050B9_TShadowDepthVSVertexShadowDepth_OnePassPointLightPositionOnly0_0_0FDDDD7613D94ED7AF910F85982311631DB4EF3784449D1779A17BA029521B676974C013CAD4F1D63_TBasePassVSFNoLightMapPolicy0_0_04309B802513C0E1FA208A859F63E1C63721CF5AE2FFFCF4957148C3B70889CC78A43EF8951CBB13C_DepthPosOnlyNoPixelPipeline3809D327566D79B7D003D609F3FFBC28CB24CA5D_VelocityPipelineEC3AE026EDE631CE2396DB75C122B625C60F6328_DepthNoPixelPipelineBB7F1C2084BC625A88ECD1AF94860160E1D3B695_FGPUSpriteVertexFactory245FB466A2A94E1A1436B691BFD0A7AD3AAB15226F4AA5ED14228FB7E8DA60EA4B587BD3239FAD94B9CA513CCBA4F1E3AF7D9556DD0F2FF45E951E1A_FNiagaraRibbonVertexFactoryD19292AE439B9BA2AF405539D8C979D72ADDB9DAA5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966DE03DD13CEAD2D60503F2AAC85D4762994EF4025A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966A5C2BD7C8E1CB8C2C0438E13767AF67A0D5B5966_TGPUSkinAPEXClothVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FParticleSpriteVertexFactory50F1F3C21861C59B390701CCEFB63753852D229FF99E1B0FB635933CEEAC41CF9441DF5EA4A994CA9DAE5A7C55936FD50BC3B20BD063C1832A4D4247_TGPUSkinVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_FWaterVertexFactoryNoSelectionNonIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C4058CE4C30F9DE1CD80C479994EA859BC47CB8F8FDC1CE4C30F9DE1CD80C479994EA859BC47CB8F8FDC1CE4C30F9DE1CD80C479994EA859BC47CB8F8FDC1_FVectorFieldVisualizationVertexFactory36404C380DD96CD0872E9BBEDDFAD1A6E72AA01DCC854D8E74FEAEF90804D69AF6B78BD07A141ACC_FNiagaraMeshVertexFactoryF3FBD77A8F4B4A38338B697D58BDAC7AB8D5B27C4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9571BD81B2CBA1F364F28A837532353718EB814537B4B3A20E0CA93D5CA5A60C16EF2EB14EA073FC9574B3A20E0CA93D5CA5A60C16EF2EB14EA073FC957_FParticleBeamTrailVertexFactory9B4864381849C227417F59C2CD595ADF65DE8972378BBDDEC2CEAC35A309C357B38D702E7981D5D3_FNaniteVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_TGPUSkinVertexFactoryDefault0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7180376A7171B50BD465E9983F32BCB5A07542FE7_TGPUSkinAPEXClothVertexFactoryUnlimited0F340724BA3C76DE470CCD6BD08D3B137D0CF9D7BBEDF5F2F99060D3A4E705A02AFC0D4CFF550703_FGeometryCollectionVertexFactory74DF12C20858E13A6E65317951D0E79E184025DB49D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC4149D716CAD02F0AC031CC93ACB2AFCB9C42E7DC41_FLandscapeXYOffsetVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FWaterVertexFactoryWithSelectionWithIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C4058FFF1837A5730F4CB2E1C8D75C2A9C8B36A4E5D26_FMeshParticleVertexFactory8E5462CD108F3ACF9C2D93B79DB64B3906833D1AF773920348F231C490A74B1A551F8CE3ABF04791_FInstancedStaticMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869739A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD39A00A3AF8434811E9EA9890B934C37C364D15CD_FSplineMeshVertexFactory1808145E713BFCB3CC3257922C12D5C1B3218697A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965A747D67BD07743C1BEA1DE549F682B82EB7B9965_FLocalVertexFactory1808145E713BFCB3CC3257922C12D5C1B321869781418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E81418F8992AC49B8E2AFD31AF3B57530A23E085E_FWaterVertexFactoryWithSelectionNonIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C405848877CD88D79D6BFCD2BD8C6E787616490DC058648877CD88D79D6BFCD2BD8C6E787616490DC058648877CD88D79D6BFCD2BD8C6E787616490DC0586_FLandscapeVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCEB1684FBEF19B946A8709F4309D7CC4E5FC6044ADB1684FBEF19B946A8709F4309D7CC4E5FC6044AD_FNiagaraSpriteVertexFactoryACB1629DF3CA3124277348B8C5E6DFA8BCE4390C5957CFEE095AEFFBA7F83F09F020F15CF6555718EFF166204144512228FF7A163011544EEF3FD2265957CFEE095AEFFBA7F83F09F020F15CF65557185957CFEE095AEFFBA7F83F09F020F15CF6555718_Nanite::FVertexFactoryCE87BE868444FAE47D331D246D86B99B2795BDC9_FGeometryCacheVertexVertexFactory74ADC0A3F4354AA5B6F6B8CDE88F0843E005C5DD76143182082C57C6F98756E7AE927ED26DD4479A76143182082C57C6F98756E7AE927ED26DD4479A_FLandscapeFixedGridVertexFactory9C72E626AD265877B69662468B699912974F62553F5F45F5620EF6411E27211E3D675CEA50B38DFBEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE3F5F45F5620EF6411E27211E3D675CEA50B38DFB3F5F45F5620EF6411E27211E3D675CEA50B38DFB_FLandscapeTileVertexFactory9C72E626AD265877B69662468B699912974F6255B1684FBEF19B946A8709F4309D7CC4E5FC6044ADEBA49461CECB1EA5D21E2BF8918B91C7C3994DCE_FWaterVertexFactoryNoSelectionWithIndirectC5746E15D6AF88B3C8967DC47D7FF57AA98C4058E1931902F9B59C87875A57E269C11B3919CFA33ASPM_d0dd0cfdf09b3e581937333562ee3ff1fabbcfe52ef2e02d62fb52ae9e62c317SPM_89d2e11bbb81b3f9ca7deb28b92d425dba5b46b2826ca1b3f62062fb141a9055SPM_4313f3f49766b482d25abee0729864e2637caaa2c8359ca9a5ec5e52b19a4a74SPM_9ad64688c87d417670bf84d9164b7ff0c7fd5648d64f90605d4f5ccd62b1582fSPM_2c57d0a836509d36c7c166415bfeb15e0ef573dcd9b4603cf1538f7314f9243dSPM_6317586e85ff33e53f3e2a8924a75b9a477bf2856e71b76add6e9afa5b77a4b4SPM_e6cac58906497aa6a3240ec32a5b52a2e9e97391b9a24e44a022e67fcade440bSPM_86d0c84beb6cce721197426e35f24a231b8d3b3dcfaad4ac7e7cb5869ec16cb2SPM_ff7b878748b7492a8bfbb1d213e0de922e7d1ad4e5c007d89539a25e116fe2a5SPM_f246e4150b5da0c4990d8d9cde3e7bc9ee28109026282556e7079fb5bfdac477SPM_aa661c84dbf8f659fa074577f1cbf28605bf282f383c32fbea060da3d871c48bSPM_54a1312cf73db2c90c5ed5f36724cf7f386b575e0cdac7da6333551840860f28SPM_b902cb58365a597ab0b6fe8cf87ae04d551e6747d32c37d928b8157fd3eba5c0SPM_8067665b18a33a3fe76b4d2cb7efaae4a7d5d674bfcd16014ec75d22aa43e477SPM_e2f081515cc3d0ef0996e2c8f9e1a75166b3cc6cdf0f28a7851d4ec175056c74SPM_36d1d796bf3fb73ccd892afb1b779f503d696f05fd480468b72f5ef66020825cSPM_83dbf399e330e02ba06c94ef9626063f802e7dad4acecf70bd8dc6046d1c22bbSPM_4a9d07239f86cc5310d60e8af0f25edf06a7d9ea4a2cac6d8cec6a1602c017a9SPM_16580fe885dc965c263d5eaad54b525a074fe46b65804a2a9a8eeb6c60d81eccSPM_1da6a996912903dde41c496fbb90ab8b7a56a37d91e64fd22c93b23c3291cf38SPM_39378479a4394fe666719b48f96d91dd0fee16fbd4d833039c8057d35bfe994eSPM_117e6119542e172878eb8d8df821dc98b3b1a14df286a76bb6d7944757abb01cSPM_1abdcf528b27ee15ea112606f7deb0e2bf1615c76e72788521d73027ce1f58d5SPM_d7362c400bb066129c0a26e9fd812e883f0c4289c0407b8538c36ce3ffffc6beSPM_558881d4ac12138fcbcdfe48514387b4d97e3917d7af9d06e82d66a738436156SPM_c950e2748d33543963b877521828efae284bd631b6d3208cb86d15e3d6ac302fSPM_9cdc2e108d4933f77f45b419a1ff9766781d1e07d02f2ea021820a33f42561adSPM_8f2515f426db488db7287a059c05dc2cec22cfd7015d224934fbfbdf45e2c2fdSPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_555ae49bc0bf3433782cfddb991b9368a60e332df25860d228a3a8a615d5a301SPM_eb8cf9f28765a64d7c29571f94e23818d215aa32f207f5e51332108f6fb34b41SPM_9429704e8be195f35baecc89e09a1d838ba2a5bd5531c47e77f0c1021d0ea3faSPM_f848405a4bb32d0fbb35c92b345a9c5ffbd711de556a9112d23792383b0ae532SPM_44cfd7856989e0d50b86ae467107f8cb1927d4c4ac69e4400cc83861f7c2587fSPM_5ba0c5b7c5677cfc80f9c206abf3f2281b0c59cf7534bc2c0c3040647bc959d3SPM_0f404960686934579767c414c4832022399bdada3fdee85648dd5ddc66cdc18bSPM_32f96e6e78e74918b7a804031de07f41b26a0f4e028cfbf2d1f67a366b3b4653SPM_35ddf07c29b7ba174b82f284a0659e75175dffbdb1e5bcfbb8be87ef8e1351f9SPM_1cb9f91b85bc88250891e97b8ee57a007548ecc77f178fd11b011f742ada03c3SPM_3b8fafd4358c1af5a086884104678b1dfd2e193bfae2d80ab85be9b6ad7bd2f2SPM_8668a6a7bc90628c6b9b7bc642165f78499f54c0bad7054bd40be5d5b16027a9SPM_1b6a9f1a9b735e886581d6d6dcf008a2c7fc72bafbf9099d1f86d7fbd8c9844cSPM_d325b6eff66cabe6e04198f43035cf6635b9b462dff8ae44df5c0cbe3de6cf30SPM_039985d77c1c1471b03049c2bf8ef2d29fea7464cb33519e9049b37ddcda731fSPM_2379ae40c9a93d1354f571759773506590e9bd6d2be3b959dc2ab0dca7e60fe4SPM_f6481c86c24d5e8e86b711ed96952ba756b1b40357dd9cadb41c22ae0d52834bSPM_a2ca952d5d0c16a12b0eca91df068d9ce926000b17be062f97ba31ac64039a67SPM_e99122b96c86762ba069e73393d36dd9e7886cd1e40a4c23c10949dc4144ff77SPM_c4fd33b245ca554105394a55a3b11ebe5ab14de075817620e79925a15f1d4e79SPM_43a005e78e6f2c8487fe442a8b0f2ecb2a8396fdd0dd05d0d6830486fa5280c9SPM_debd3b9cc3bd312d9214df237fa1d9744029bd0edcad0840bb3b5c8029fcd238SPM_729f279cb55c14a86674481c57e40fb61e9dd97072c662bfef60a2a568940f4eSPM_bb4e74f7221fb542e41cb3df0f9f9e4a99fd5f726e8d57fbd7664cc2c2b4d227SPM_212dd557778bf53736b95bebf4695b9895831af7743bf4f024d9b511e0c2d54bSPM_c1b18e33b7dee0ef9484fb4cee1d3ba679afd1eda5bbd346e54a3cd3e78c744aSPM_48630cd959fe3e36f7956b88e42d315bae59f4c944e73ebc00038e7f30cdd0b2SPM_8aba731ad44e3a707b51569410dec477ae09100f5bc6b0ad01ae6ac470b3876aSPM_caf44f3686659bb5161b05d968c1b10a21cd0bf51ac06bc73dc9d1492630313bSPM_5ca6927bd2331ea4a166686786263efa114a15c4a923633fb1e6b2fbca1005f0SPM_7a8859af6bf08dbff30fc6fcf3aa44eae2b5708485554da1535146f5ab7d1e6cSPM_1abeee29937f4f1f7bcbd889e379941b812ccb972f89fc23883577de1d19934eSPM_79a3f872f11713ceb40a20a8ae2879efe8627b56b619c57fe7eaba8446f9cb7aSPM_83c91dc56084b394948dc5f6a1c235b7d1705b51e910473043ea3e465b2aebc6SPM_8917a03e1e52e3b2c09594c402821ccaaabba029aebfa0f444faeb2c184f9501SPM_98e11b36ef3d6e4dc166bfc6020842cb5ad6481ef73003a086fd4cdf34885068SPM_b1aea2149ccb4b0d4c0ab0341778dc129f23e5e950bac882f27aec0133e7868aSPM_9495972c6977dcdfbe9b612c8d4675322b440b71427e749eb2ec568af89d8126SPM_dab238b1b2d52a66c17a2ac261384aaf7ace7ffc6cecacd7b12495131d73b305SPM_db11416980d7f513dc0e1e08a8df85b346a02b99b3dfcc1a6c49176898f046c7SPM_541c1655b0d68ad383b066d35023f38d7a2cce3fb8721a555664c6c209d5210bSPM_ff1dbf153d71c358113cfa5bf6cb96774cf6bd6258a13262cea51a28b5b08912SPM_04bf5f913cd2a55868da0204e0aa7584733762a5902695d780f8734a6285efc6SPM_2c221d12e4150dbc11b221f7fdae98b1da2e9f47dafcde1b8d7f49cca04404ff433AFC833894B7681A1D3DDBA35F7F5A9509A899DA39A3EE5E6B4B0D3255BFEF95601890AFD8070900000000000000000000000000000000000000006E2AD9D86FE73F9DF5783D7E68BD0915331357DA_001_101_5; +_MatTransl_3B7A55D3409170328211A060FC2E3BB1E263C720_BBD650804D314CE7A44ADF9BB4F3F5F9_ \ No newline at end of file diff --git a/Elistria_Calling/Saved/SourceControl/UncontrolledChangelists.json b/Elistria_Calling/Saved/SourceControl/UncontrolledChangelists.json index 803da8f..56a0495 100644 --- a/Elistria_Calling/Saved/SourceControl/UncontrolledChangelists.json +++ b/Elistria_Calling/Saved/SourceControl/UncontrolledChangelists.json @@ -217,8 +217,6 @@ "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Mesh/Armor/Mats/NewHelm/DefaultMaterial_albedo.uasset", "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Mesh/Armor/Mats/NewHelm/DefaultMaterial_AO.uasset", "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Mesh/Armor/Mats/NewHelm/DefaultMaterial_normal.uasset", - "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/TB/WEQUFDBH95TBLDZ0B7PL5J.uasset", - "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/1W/LV58JY78573TXQ5N3UDAY1.uasset", "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Mesh/Armor/Mats/NewHelm/NewHelm.uasset", "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Mesh/Armor/Assets/casque_low_PhysicsAsset.uasset", "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Mesh/Armor/Assets/casque_low_Skeleton.uasset", @@ -229,8 +227,36 @@ "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Mesh/Armor/Assets/corne_low_PhysicsAsset.uasset", "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Mesh/Armor/Assets/corne_low_Skeleton.uasset", "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Textures/Icons/vecteezy_pixel-illustration-folded-shirt-pixelated-folded-clothes_53240584.uasset", - "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/23/SZ2Z4B3M1A6W6T3HVXU5RM.uasset", "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/1/M7/5CYUI8GROQC1LWR8AE76LS.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Levels/OpenWorld_01.umap", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MWLandscapeAutoMaterial/Maps/Source/LandscapeAutoMaterial_Example_sharedassets/RemoveFoliage_LayerInfo.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Desert_Example.umap", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_Island_Example.umap", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MWLandscapeAutoMaterial/Maps/LandscapeAutoMaterial_MountainRange_Example.umap", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Maps/Asset_Scene.umap", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Maps/dirt_LayerInfo.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Maps/Grass_01_LayerInfo.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Maps/Grass_02_LayerInfo.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Maps/Rock_LayerInfo.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Maps/Stylized_Nature_ExampleScene.umap", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MWLandscapeAutoMaterial/Materials/Landscape/MTL_MWAM_Landscape_MountainRangeExample.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Terrain/M_Water_Basic.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Bush_FoliageType.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_01_FoliageType.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_02_FoliageType.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_03_FoliageType.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_04_FoliageType.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_05_FoliageType.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_06_FoliageType.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_07_FoliageType.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_08_FoliageType.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_09_FoliageType.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_10_FoliageType.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/Stylized_PBR_Nature/Foliage/Assets/SM_Common_Tree_11_FoliageType.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Quest_System/BP_QuestGiver.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/TB/WEQUFDBH95TBLDZ0B7PL5J.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/4/1W/LV58JY78573TXQ5N3UDAY1.uasset", + "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/__ExternalActors__/ThirdPerson/Maps/ThirdPersonMap/D/23/SZ2Z4B3M1A6W6T3HVXU5RM.uasset", "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Mesh/Armor/13_-_Default.uasset", "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Mesh/Armor/14_-_Default.uasset", "F:/Elistria's Calling/ElistriaCalling/Elistria_Calling/Content/MAIN_CONTENT/Mesh/Armor/15_-_Default.uasset", diff --git a/Elistria_Calling/Saved/Telemetry/Telemetry.json b/Elistria_Calling/Saved/Telemetry/Telemetry.json index 3237085..9476cbe 100644 --- a/Elistria_Calling/Saved/Telemetry/Telemetry.json +++ b/Elistria_Calling/Saved/Telemetry/Telemetry.json @@ -1,506 +1,732 @@ -{"EventName":"StartSession","TimestampUTC":1743583680.135000,"RecordId":0,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false} -{"EventName":"Editor.AssetRegistry.Startup","TimestampUTC":1743583683.213000,"RecordId":1,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"Duration":0.001616,"StartedAsyncGather":true} -{"EventName":"Span","TimestampUTC":1743583686.516000,"RecordId":2,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":1,"Span_Name":"Editor.Boot","Span_GUID":"34A859AC4B7028CBD9746A988BC0312F","Span_ParentName":"Editor","Span_ThreadId":32996,"Span_Depth":2,"Span_StartUTC":1743583680.136,"Span_EndUTC":1743583686.516,"Span_TimeInSec":6.38} -{"EventName":"Core.Loading","TimestampUTC":1743583686.518000,"RecordId":3,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","LoadingSeconds":6.38,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":904.0,"DDC_Summary_TotalGetMisses":80.0,"DDC_Summary_TotalGets":984.0,"DDC_Summary_TotalGetHitPct":0.918699,"DDC_Summary_GetMissPct":0.081301,"DDC_Summary_TotalPutHits":74.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":74.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":591.0,"DDC_Summary_ZenLocalGetTotal":670.0,"DDC_Summary_ZenLocalGetHitPct":0.88209,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583686.518000,"RecordId":4,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"Texture (Inline)","Load_Count":98,"Load_TimeSec":0.011691,"Load_SizeMB":52.432806,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":98,"Total_TimeSec":0.011691,"Total_SizeMB":52,"Efficiency":1.0,"Thread_TimeSec":0.011691} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583686.519000,"RecordId":5,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"Texture (Streaming)","Load_Count":30,"Load_TimeSec":0.004112,"Load_SizeMB":8.521484,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":30,"Total_TimeSec":0.004112,"Total_SizeMB":8,"Efficiency":1.0,"Thread_TimeSec":0.004112} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583686.519000,"RecordId":6,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"StaticMesh","Load_Count":35,"Load_TimeSec":0.008399,"Load_SizeMB":4.230455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.008399,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583686.520000,"RecordId":7,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583686.521000,"RecordId":8,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001454,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001454,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583686.521000,"RecordId":9,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"CardRepresentation","Load_Count":35,"Load_TimeSec":0.001951,"Load_SizeMB":0.009989,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.001951,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583686.522000,"RecordId":10,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":4,"Total_TimeSec":0.007399,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.007399} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583686.522000,"RecordId":11,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"DistanceField","Load_Count":35,"Load_TimeSec":0.007691,"Load_SizeMB":3.866115,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.007691,"Total_SizeMB":3,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583686.523000,"RecordId":12,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.00367,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.00367,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.00367} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583686.523000,"RecordId":13,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"NavCollision","Load_Count":35,"Load_TimeSec":0.0016,"Load_SizeMB":0.044932,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.0016,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583686.524000,"RecordId":14,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"Total","Load_Count":627,"Load_TimeSec":0.0917,"Load_SizeMB":194.654664,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":627,"Total_TimeSec":0.0917,"Total_SizeMB":194,"Efficiency":1.0,"Thread_TimeSec":0.089651} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743583686.524000,"RecordId":15,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":904.0,"TotalGetMisses":80.0,"TotalGets":984.0,"TotalGetHitPct":0.918699,"GetMissPct":0.081301,"TotalPutHits":74.0,"TotalPutMisses":0.0,"TotalPuts":74.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":591.0,"ZenLocalGetTotal":670.0,"ZenLocalGetHitPct":0.88209,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743583686.525000,"RecordId":16,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":1,"LoadingName":"BootEditor","Zen_Enabled":true,"Zen_Cache_Size_Disk":838582406.0,"Zen_Cache_Size_Memory":0.0,"Zen_Cache_Hits":0,"Zen_Cache_Misses":0,"Zen_Cache_Writes":0,"Zen_Cache_HitRatio":0.0,"Zen_Cache_Cas_Hits":0,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":0,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":0,"Zen_Cache_Requests_RateMean":0.0,"Zen_Cache_Requests_TAverage":0.0,"Zen_Cache_Requests_TMin":0.0,"Zen_Cache_Requests_TMax":0.0,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4766517,"Zen_Cas_Size_Total":651287606,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743583687.978000,"RecordId":17,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"Editor.LoadMap","Span_GUID":"A8381A8F48F27A56B23609A0F0B520DD","Span_ParentName":"Editor","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743583686.526,"Span_EndUTC":1743583687.978,"Span_TimeInSec":1.452} -{"EventName":"Core.Loading","TimestampUTC":1743583687.980000,"RecordId":18,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","LoadingSeconds":1.452,"Zen_Enabled":true,"Zen_Cache_Size_Disk":838582406.0,"Zen_Cache_Size_Memory":0.0,"Zen_Cache_Hits":0,"Zen_Cache_Misses":0,"Zen_Cache_Writes":0,"Zen_Cache_HitRatio":0.0,"Zen_Cache_Cas_Hits":0,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":0,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":0,"Zen_Cache_Requests_RateMean":0.0,"Zen_Cache_Requests_TAverage":0.0,"Zen_Cache_Requests_TMin":0.0,"Zen_Cache_Requests_TMax":0.0,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4766517,"Zen_Cas_Size_Total":651287606,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1090.0,"DDC_Summary_TotalGetMisses":158.0,"DDC_Summary_TotalGets":1248.0,"DDC_Summary_TotalGetHitPct":0.873397,"DDC_Summary_GetMissPct":0.126603,"DDC_Summary_TotalPutHits":198.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":198.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":770.0,"DDC_Summary_ZenLocalGetTotal":927.0,"DDC_Summary_ZenLocalGetHitPct":0.830636,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583687.981000,"RecordId":19,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Inline)","Load_Count":98,"Load_TimeSec":0.011691,"Load_SizeMB":52.432806,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":98,"Total_TimeSec":0.011691,"Total_SizeMB":52,"Efficiency":1.0,"Thread_TimeSec":0.011691} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583687.981000,"RecordId":20,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Streaming)","Load_Count":30,"Load_TimeSec":0.004112,"Load_SizeMB":8.521484,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":30,"Total_TimeSec":0.004112,"Total_SizeMB":8,"Efficiency":1.0,"Thread_TimeSec":0.004112} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583687.982000,"RecordId":21,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"StaticMesh","Load_Count":46,"Load_TimeSec":0.046818,"Load_SizeMB":9.317492,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":46,"Total_TimeSec":0.046818,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583687.982000,"RecordId":22,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583687.983000,"RecordId":23,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583687.983000,"RecordId":24,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583687.984000,"RecordId":25,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"CardRepresentation","Load_Count":46,"Load_TimeSec":0.009759,"Load_SizeMB":0.013088,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":46,"Total_TimeSec":0.009759,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583687.985000,"RecordId":26,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":4,"Total_TimeSec":0.007399,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.007399} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583687.985000,"RecordId":27,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"DistanceField","Load_Count":46,"Load_TimeSec":0.027643,"Load_SizeMB":3.913214,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":46,"Total_TimeSec":0.027643,"Total_SizeMB":3,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583687.986000,"RecordId":28,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.00367,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.00367,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.00367} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583687.986000,"RecordId":29,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":15,"Build_TimeSec":0.363015,"Build_SizeMB":0.192347,"Total_Count":22,"Total_TimeSec":0.364302,"Total_SizeMB":0,"Efficiency":0.318182,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583687.987000,"RecordId":30,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"NavCollision","Load_Count":45,"Load_TimeSec":0.006853,"Load_SizeMB":0.058661,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":46,"Total_TimeSec":0.007253,"Total_SizeMB":0,"Efficiency":0.978261,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583687.987000,"RecordId":31,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Total","Load_Count":688,"Load_TimeSec":0.25298,"Load_SizeMB":216.515558,"Build_Count":16,"Build_TimeSec":0.363415,"Build_SizeMB":0.193837,"Total_Count":704,"Total_TimeSec":0.616395,"Total_SizeMB":216,"Efficiency":0.977273,"Thread_TimeSec":0.089651} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743583687.988000,"RecordId":32,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1090.0,"TotalGetMisses":158.0,"TotalGets":1248.0,"TotalGetHitPct":0.873397,"GetMissPct":0.126603,"TotalPutHits":198.0,"TotalPutMisses":0.0,"TotalPuts":198.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":770.0,"ZenLocalGetTotal":927.0,"ZenLocalGetHitPct":0.830636,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743583687.989000,"RecordId":33,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"LoadingName":"LoadMap","Zen_Enabled":true,"Zen_Cache_Size_Disk":838582406.0,"Zen_Cache_Size_Memory":0.0,"Zen_Cache_Hits":0,"Zen_Cache_Misses":0,"Zen_Cache_Writes":0,"Zen_Cache_HitRatio":0.0,"Zen_Cache_Cas_Hits":0,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":0,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":0,"Zen_Cache_Requests_RateMean":0.0,"Zen_Cache_Requests_TAverage":0.0,"Zen_Cache_Requests_TMin":0.0,"Zen_Cache_Requests_TMax":0.0,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4766517,"Zen_Cas_Size_Total":651287606,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743583687.998000,"RecordId":34,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"Editor.Initialize","Span_GUID":"E49497574CD9E97BEA8C339CF3C47761","Span_ParentName":"Editor","Span_ThreadId":32996,"Span_Depth":2,"Span_StartUTC":1743583686.526,"Span_EndUTC":1743583687.998,"Span_TimeInSec":1.472} -{"EventName":"Core.Loading","TimestampUTC":1743583687.999000,"RecordId":35,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","LoadingSeconds":8.531053,"Zen_Enabled":true,"Zen_Cache_Size_Disk":860489043.0,"Zen_Cache_Size_Memory":74472.0,"Zen_Cache_Hits":855,"Zen_Cache_Misses":72,"Zen_Cache_Writes":205,"Zen_Cache_HitRatio":0.92233,"Zen_Cache_Cas_Hits":620,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":806,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":806,"Zen_Cache_Requests_RateMean":126.899529,"Zen_Cache_Requests_TAverage":0.000119,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.002855,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1091.0,"DDC_Summary_TotalGetMisses":158.0,"DDC_Summary_TotalGets":1249.0,"DDC_Summary_TotalGetHitPct":0.873499,"DDC_Summary_GetMissPct":0.126501,"DDC_Summary_TotalPutHits":205.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":205.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":771.0,"DDC_Summary_ZenLocalGetTotal":928.0,"DDC_Summary_ZenLocalGetHitPct":0.830819,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583688.000000,"RecordId":36,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"Texture (Inline)","Load_Count":98,"Load_TimeSec":0.011691,"Load_SizeMB":52.432806,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":98,"Total_TimeSec":0.011691,"Total_SizeMB":52,"Efficiency":1.0,"Thread_TimeSec":0.011691} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583688.001000,"RecordId":37,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"Texture (Streaming)","Load_Count":30,"Load_TimeSec":0.004112,"Load_SizeMB":8.521484,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":30,"Total_TimeSec":0.004112,"Total_SizeMB":8,"Efficiency":1.0,"Thread_TimeSec":0.004112} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583688.001000,"RecordId":38,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"StaticMesh","Load_Count":46,"Load_TimeSec":0.046818,"Load_SizeMB":9.317492,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":46,"Total_TimeSec":0.046818,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583688.002000,"RecordId":39,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583688.002000,"RecordId":40,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583688.003000,"RecordId":41,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583688.004000,"RecordId":42,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"CardRepresentation","Load_Count":46,"Load_TimeSec":0.009759,"Load_SizeMB":0.013088,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":46,"Total_TimeSec":0.009759,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583688.004000,"RecordId":43,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":4,"Total_TimeSec":0.007399,"Total_SizeMB":17,"Efficiency":1.0,"Thread_TimeSec":0.007399} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583688.005000,"RecordId":44,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"DistanceField","Load_Count":46,"Load_TimeSec":0.027643,"Load_SizeMB":3.913214,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":46,"Total_TimeSec":0.027643,"Total_SizeMB":3,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583688.005000,"RecordId":45,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.00367,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.00367,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.00367} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583688.006000,"RecordId":46,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":16,"Build_TimeSec":0.463179,"Build_SizeMB":0.204263,"Total_Count":23,"Total_TimeSec":0.464466,"Total_SizeMB":0,"Efficiency":0.304348,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583688.006000,"RecordId":47,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"NavCollision","Load_Count":45,"Load_TimeSec":0.006853,"Load_SizeMB":0.058661,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":46,"Total_TimeSec":0.007253,"Total_SizeMB":0,"Efficiency":0.978261,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583688.007000,"RecordId":48,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"Total","Load_Count":688,"Load_TimeSec":0.25298,"Load_SizeMB":216.515558,"Build_Count":17,"Build_TimeSec":0.463579,"Build_SizeMB":0.205753,"Total_Count":705,"Total_TimeSec":0.716559,"Total_SizeMB":216,"Efficiency":0.975887,"Thread_TimeSec":0.089651} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743583688.008000,"RecordId":49,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1091.0,"TotalGetMisses":158.0,"TotalGets":1249.0,"TotalGetHitPct":0.873499,"GetMissPct":0.126501,"TotalPutHits":205.0,"TotalPutMisses":0.0,"TotalPuts":205.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":771.0,"ZenLocalGetTotal":928.0,"ZenLocalGetHitPct":0.830819,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743583688.009000,"RecordId":50,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"LoadingName":"TotalEditorStartup","Zen_Enabled":true,"Zen_Cache_Size_Disk":860489043.0,"Zen_Cache_Size_Memory":74472.0,"Zen_Cache_Hits":855,"Zen_Cache_Misses":72,"Zen_Cache_Writes":205,"Zen_Cache_HitRatio":0.92233,"Zen_Cache_Cas_Hits":620,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":806,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":806,"Zen_Cache_Requests_RateMean":126.899529,"Zen_Cache_Requests_TAverage":0.000119,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.002855,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Editor.AssetRegistry.InitialScan","TimestampUTC":1743583689.293000,"RecordId":51,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"TotalDurationSeconds":6.081372,"TotalWorkSeconds":0.106422,"DiscoverySeconds":0.021016,"GatherSeconds":0.020705,"StoreSeconds":0.064701,"NumCachedDirectories":0,"NumUncachedDirectories":1626,"NumCachedAssetFiles":7904,"NumUncachedAssetFiles":85} -{"EventName":"Span","TimestampUTC":1743583690.081000,"RecordId":52,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":18.931452,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"3A595C364C0E18528631D5BF5DF78518","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743583689.575,"Span_EndUTC":1743583690.081,"Span_TimeInSec":0.506} -{"EventName":"Span","TimestampUTC":1743583690.084000,"RecordId":53,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":18.931452,"SchemaVersion":1,"Span_Name":"Asset Registry Scan","Span_GUID":"82C9E92B4BB1A0E9BD20B89E92A50F6F","Span_ParentName":"Hitching","Span_ThreadId":32996,"Span_Depth":4,"Span_StartUTC":1743583689.575,"Span_EndUTC":1743583690.084,"Span_TimeInSec":0.509} -{"EventName":"Core.Hitch","TimestampUTC":1743583690.085000,"RecordId":54,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":18.931452} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583690.085000,"RecordId":55,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":175,"Load_TimeSec":0.011842,"Load_SizeMB":108.617188,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":195,"Total_TimeSec":0.011877,"Total_SizeMB":279,"Efficiency":0.897436,"Thread_TimeSec":0.011877} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583690.086000,"RecordId":56,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583690.086000,"RecordId":57,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":50,"Load_TimeSec":0.048506,"Load_SizeMB":9.550978,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":50,"Total_TimeSec":0.048506,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583690.087000,"RecordId":58,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583690.088000,"RecordId":59,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583690.088000,"RecordId":60,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583690.089000,"RecordId":61,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":50,"Load_TimeSec":0.010165,"Load_SizeMB":0.014353,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":50,"Total_TimeSec":0.010165,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583690.089000,"RecordId":62,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583690.090000,"RecordId":63,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":50,"Load_TimeSec":0.034583,"Load_SizeMB":5.826693,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":50,"Total_TimeSec":0.034583,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583690.090000,"RecordId":64,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583690.091000,"RecordId":65,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583690.091000,"RecordId":66,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":49,"Load_TimeSec":0.008226,"Load_SizeMB":0.060908,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":50,"Total_TimeSec":0.008626,"Total_SizeMB":0,"Efficiency":0.98,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583690.092000,"RecordId":67,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":794,"Load_TimeSec":0.264317,"Load_SizeMB":275.826253,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":836,"Total_TimeSec":1.432065,"Total_SizeMB":450,"Efficiency":0.949761,"Thread_TimeSec":0.107225} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743583690.093000,"RecordId":68,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1428.0,"TotalGetMisses":165.0,"TotalGets":1593.0,"TotalGetHitPct":0.896422,"GetMissPct":0.103578,"TotalPutHits":270.0,"TotalPutMisses":0.0,"TotalPuts":270.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1045.0,"ZenLocalGetTotal":1209.0,"ZenLocalGetHitPct":0.864351,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743583690.093000,"RecordId":69,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":860489043.0,"Zen_Cache_Size_Memory":74472.0,"Zen_Cache_Hits":855,"Zen_Cache_Misses":72,"Zen_Cache_Writes":205,"Zen_Cache_HitRatio":0.92233,"Zen_Cache_Cas_Hits":620,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":806,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":806,"Zen_Cache_Requests_RateMean":126.899529,"Zen_Cache_Requests_TAverage":0.000119,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.002855,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743583691.687000,"RecordId":70,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"72C5E1AF485AF4468AF7C2A949ADE077","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.00345,"NumBackendItems":7,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743583691.689000,"RecordId":71,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"72C5E1AF485AF4468AF7C2A949ADE077","TotalItemsToFilter":7,"PriorityItemsToFilter":0,"TotalResults":7,"AmortizeDurationSeconds":0.00004,"WorkDurationSeconds":0.00004,"ResultLatency":"0.000031","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743583695.530000,"RecordId":72,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"7FE2FB2D410D102750B0BCBC760AFF4D","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.003034,"NumBackendItems":3,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743583695.533000,"RecordId":73,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"7FE2FB2D410D102750B0BCBC760AFF4D","TotalItemsToFilter":3,"PriorityItemsToFilter":0,"TotalResults":3,"AmortizeDurationSeconds":0.000016,"WorkDurationSeconds":0.000016,"ResultLatency":"0.00001","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743583696.372000,"RecordId":74,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"DA5910C44722588639C679AD748469D9","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.003425,"NumBackendItems":2,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743583696.376000,"RecordId":75,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"DA5910C44722588639C679AD748469D9","TotalItemsToFilter":2,"PriorityItemsToFilter":0,"TotalResults":2,"AmortizeDurationSeconds":0.000021,"WorkDurationSeconds":0.000021,"ResultLatency":"0.000016","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Core.Loading","TimestampUTC":1743583697.018000,"RecordId":76,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","AssetPath":"Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter","AssetClass":"Blueprint","SchemaVersion":3,"LoadingName":"OpenAssetEditor","LoadingSeconds":0.017632,"Zen_Enabled":true,"Zen_Cache_Size_Disk":936230457.0,"Zen_Cache_Size_Memory":113820.0,"Zen_Cache_Hits":1129,"Zen_Cache_Misses":79,"Zen_Cache_Writes":270,"Zen_Cache_HitRatio":0.934603,"Zen_Cache_Cas_Hits":816,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1128,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1128,"Zen_Cache_Requests_RateMean":133.547625,"Zen_Cache_Requests_TAverage":0.000172,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1437.0,"DDC_Summary_TotalGetMisses":165.0,"DDC_Summary_TotalGets":1602.0,"DDC_Summary_TotalGetHitPct":0.897004,"DDC_Summary_GetMissPct":0.102996,"DDC_Summary_TotalPutHits":270.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":270.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1054.0,"DDC_Summary_ZenLocalGetTotal":1218.0,"DDC_Summary_ZenLocalGetHitPct":0.865353,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Span","TimestampUTC":1743583697.019000,"RecordId":77,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","AssetPath":"Blueprint /Game/ThirdPerson/Blueprints/BP_ThirdPersonCharacter.BP_ThirdPersonCharacter","AssetClass":"Blueprint","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"1D929ACF4580772503BE40A603FDC5DE","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743583697.0,"Span_EndUTC":1743583697.019,"Span_TimeInSec":0.019} -{"EventName":"Span","TimestampUTC":1743583697.619000,"RecordId":78,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","TaskName":"Loading BP_ThirdPersonCharacter...","SchemaVersion":1,"Span_Name":"ST Loading BP_ThirdPersonCharacter...","Span_GUID":"56DF45F947F0DC6F1BCEACAC322A4BAF","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743583697.431,"Span_EndUTC":1743583697.619,"Span_TimeInSec":0.188} -{"EventName":"Span","TimestampUTC":1743583698.572000,"RecordId":79,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":3,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":74.621826,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"9DE2115041C91B741A3CD682CB0B37AE","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743583698.126,"Span_EndUTC":1743583698.572,"Span_TimeInSec":0.446} -{"EventName":"Core.Hitch","TimestampUTC":1743583698.573000,"RecordId":80,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":3,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":74.621826} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583698.574000,"RecordId":81,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583698.574000,"RecordId":82,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583698.575000,"RecordId":83,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583698.575000,"RecordId":84,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583698.576000,"RecordId":85,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583698.577000,"RecordId":86,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583698.577000,"RecordId":87,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583698.578000,"RecordId":88,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583698.578000,"RecordId":89,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583698.579000,"RecordId":90,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583698.579000,"RecordId":91,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583698.580000,"RecordId":92,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583698.580000,"RecordId":93,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743583698.581000,"RecordId":94,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1528.0,"TotalGetMisses":166.0,"TotalGets":1694.0,"TotalGetHitPct":0.902007,"GetMissPct":0.097993,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1132.0,"ZenLocalGetTotal":1297.0,"ZenLocalGetHitPct":0.872783,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743583698.582000,"RecordId":95,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230457.0,"Zen_Cache_Size_Memory":113820.0,"Zen_Cache_Hits":1129,"Zen_Cache_Misses":79,"Zen_Cache_Writes":270,"Zen_Cache_HitRatio":0.934603,"Zen_Cache_Cas_Hits":816,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1128,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1128,"Zen_Cache_Requests_RateMean":133.547625,"Zen_Cache_Requests_TAverage":0.000172,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743583726.567000,"RecordId":96,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":5,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":116.203987,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"8FD9C7944499FE935F57849DC73AB1F9","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743583724.186,"Span_EndUTC":1743583726.567,"Span_TimeInSec":2.381} -{"EventName":"Core.Hitch","TimestampUTC":1743583726.571000,"RecordId":97,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":5,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":116.203987} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583726.572000,"RecordId":98,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583726.572000,"RecordId":99,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583726.573000,"RecordId":100,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583726.574000,"RecordId":101,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583726.574000,"RecordId":102,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583726.575000,"RecordId":103,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583726.575000,"RecordId":104,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583726.576000,"RecordId":105,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583726.576000,"RecordId":106,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583726.577000,"RecordId":107,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583726.577000,"RecordId":108,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583726.578000,"RecordId":109,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583726.579000,"RecordId":110,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743583726.579000,"RecordId":111,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1582.0,"TotalGetMisses":166.0,"TotalGets":1748.0,"TotalGetHitPct":0.905034,"GetMissPct":0.094966,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1186.0,"ZenLocalGetTotal":1351.0,"ZenLocalGetHitPct":0.877868,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743583726.580000,"RecordId":112,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":121020.0,"Zen_Cache_Hits":1217,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.939043,"Zen_Cache_Cas_Hits":849,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1175,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1175,"Zen_Cache_Requests_RateMean":69.384073,"Zen_Cache_Requests_TAverage":0.000169,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743583728.807000,"RecordId":113,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"AB19F3C84C5DF7B278832EA2925B1AD8","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004887,"NumBackendItems":7,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743583728.808000,"RecordId":114,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"AB19F3C84C5DF7B278832EA2925B1AD8","TotalItemsToFilter":7,"PriorityItemsToFilter":0,"TotalResults":7,"AmortizeDurationSeconds":0.000021,"WorkDurationSeconds":0.000021,"ResultLatency":"0.000016","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Core.Loading","TimestampUTC":1743583731.686000,"RecordId":115,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","AssetPath":"DataTable /Game/MAIN_CONTENT/Equipment_System/DB_Weapons.DB_Weapons","AssetClass":"DataTable","SchemaVersion":3,"LoadingName":"OpenAssetEditor","LoadingSeconds":0.019168,"Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":121020.0,"Zen_Cache_Hits":1217,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.939043,"Zen_Cache_Cas_Hits":849,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1175,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1175,"Zen_Cache_Requests_RateMean":69.384073,"Zen_Cache_Requests_TAverage":0.000169,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1582.0,"DDC_Summary_TotalGetMisses":166.0,"DDC_Summary_TotalGets":1748.0,"DDC_Summary_TotalGetHitPct":0.905034,"DDC_Summary_GetMissPct":0.094966,"DDC_Summary_TotalPutHits":271.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":271.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1186.0,"DDC_Summary_ZenLocalGetTotal":1351.0,"DDC_Summary_ZenLocalGetHitPct":0.877868,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Span","TimestampUTC":1743583731.686000,"RecordId":116,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","AssetPath":"DataTable /Game/MAIN_CONTENT/Equipment_System/DB_Weapons.DB_Weapons","AssetClass":"DataTable","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"9490339F4858F53C25C26C844FC88FDD","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743583731.666,"Span_EndUTC":1743583731.686,"Span_TimeInSec":0.02} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743583744.414000,"RecordId":117,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"8DEFBAA340934BB87526F4A106C3A9E4","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004835,"NumBackendItems":4,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743583744.415000,"RecordId":118,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"8DEFBAA340934BB87526F4A106C3A9E4","TotalItemsToFilter":4,"PriorityItemsToFilter":0,"TotalResults":4,"AmortizeDurationSeconds":0.000016,"WorkDurationSeconds":0.000016,"ResultLatency":"0.000009","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743583748.289000,"RecordId":119,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"25A82049434DED1A52DE85890A7BEA41","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004723,"NumBackendItems":3,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743583748.290000,"RecordId":120,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"25A82049434DED1A52DE85890A7BEA41","TotalItemsToFilter":3,"PriorityItemsToFilter":0,"TotalResults":3,"AmortizeDurationSeconds":0.000018,"WorkDurationSeconds":0.000018,"ResultLatency":"0.000011","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743583749.330000,"RecordId":121,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"4D0521D24047D073717728884379E2D7","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004989,"NumBackendItems":14,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743583749.333000,"RecordId":122,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"4D0521D24047D073717728884379E2D7","TotalItemsToFilter":14,"PriorityItemsToFilter":0,"TotalResults":14,"AmortizeDurationSeconds":0.000034,"WorkDurationSeconds":0.000034,"ResultLatency":"0.000023","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743583760.432000,"RecordId":123,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"875477D14FDF011C324A50B2D513F287","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.005015,"NumBackendItems":7,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743583760.432000,"RecordId":124,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"875477D14FDF011C324A50B2D513F287","TotalItemsToFilter":7,"PriorityItemsToFilter":0,"TotalResults":7,"AmortizeDurationSeconds":0.000021,"WorkDurationSeconds":0.000021,"ResultLatency":"0.000016","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743583761.268000,"RecordId":125,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"FD6B6E3A4B146AC68C1C5198E290C9CB","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.00497,"NumBackendItems":5,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743583761.269000,"RecordId":126,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"FD6B6E3A4B146AC68C1C5198E290C9CB","TotalItemsToFilter":5,"PriorityItemsToFilter":0,"TotalResults":5,"AmortizeDurationSeconds":0.000018,"WorkDurationSeconds":0.000018,"ResultLatency":"0.000014","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Core.Loading","TimestampUTC":1743583762.132000,"RecordId":127,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","AssetPath":"WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment","AssetClass":"WidgetBlueprint","SchemaVersion":3,"LoadingName":"OpenAssetEditor","LoadingSeconds":0.01788,"Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":121020.0,"Zen_Cache_Hits":1271,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.941481,"Zen_Cache_Cas_Hits":849,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1189,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1189,"Zen_Cache_Requests_RateMean":23.761665,"Zen_Cache_Requests_TAverage":0.000169,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1639.0,"DDC_Summary_TotalGetMisses":166.0,"DDC_Summary_TotalGets":1805.0,"DDC_Summary_TotalGetHitPct":0.908033,"DDC_Summary_GetMissPct":0.091967,"DDC_Summary_TotalPutHits":271.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":271.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1243.0,"DDC_Summary_ZenLocalGetTotal":1408.0,"DDC_Summary_ZenLocalGetHitPct":0.882812,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Span","TimestampUTC":1743583762.133000,"RecordId":128,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","AssetPath":"WidgetBlueprint /Game/MAIN_CONTENT/Equipment_System/UI/WB_Equipment.WB_Equipment","AssetClass":"WidgetBlueprint","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"0A3EC9BF4495E363EA05FF96271B11BD","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743583762.114,"Span_EndUTC":1743583762.133,"Span_TimeInSec":0.019} -{"EventName":"Span","TimestampUTC":1743583884.069000,"RecordId":129,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":233,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":106.782028,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"55071B474F0A3B2159AD90ADA159A85F","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743583767.893,"Span_EndUTC":1743583884.069,"Span_TimeInSec":116.176} -{"EventName":"Core.Hitch","TimestampUTC":1743583884.069000,"RecordId":130,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":233,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":106.782028} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583884.070000,"RecordId":131,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583884.071000,"RecordId":132,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583884.071000,"RecordId":133,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583884.072000,"RecordId":134,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583884.073000,"RecordId":135,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583884.073000,"RecordId":136,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583884.074000,"RecordId":137,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583884.074000,"RecordId":138,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583884.075000,"RecordId":139,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583884.075000,"RecordId":140,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583884.076000,"RecordId":141,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583884.076000,"RecordId":142,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583884.077000,"RecordId":143,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743583884.078000,"RecordId":144,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1639.0,"TotalGetMisses":166.0,"TotalGets":1805.0,"TotalGetHitPct":0.908033,"GetMissPct":0.091967,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1243.0,"ZenLocalGetTotal":1408.0,"ZenLocalGetHitPct":0.882812,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743583884.078000,"RecordId":145,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":122640.0,"Zen_Cache_Hits":1328,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.943852,"Zen_Cache_Cas_Hits":858,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1206,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1206,"Zen_Cache_Requests_RateMean":14.984114,"Zen_Cache_Requests_TAverage":0.000168,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743583892.567000,"RecordId":146,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":10,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":30.340302,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"551809414EE18BE2279DECBD53F5751A","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743583887.811,"Span_EndUTC":1743583892.567,"Span_TimeInSec":4.756} -{"EventName":"Core.Hitch","TimestampUTC":1743583892.571000,"RecordId":147,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":10,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":30.340302} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583892.571000,"RecordId":148,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583892.572000,"RecordId":149,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583892.573000,"RecordId":150,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583892.573000,"RecordId":151,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583892.574000,"RecordId":152,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583892.574000,"RecordId":153,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583892.575000,"RecordId":154,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583892.575000,"RecordId":155,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583892.576000,"RecordId":156,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583892.576000,"RecordId":157,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583892.577000,"RecordId":158,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583892.577000,"RecordId":159,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583892.578000,"RecordId":160,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743583892.579000,"RecordId":161,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1639.0,"TotalGetMisses":166.0,"TotalGets":1805.0,"TotalGetHitPct":0.908033,"GetMissPct":0.091967,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1243.0,"ZenLocalGetTotal":1408.0,"ZenLocalGetHitPct":0.882812,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743583892.579000,"RecordId":162,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":122640.0,"Zen_Cache_Hits":1328,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.943852,"Zen_Cache_Cas_Hits":858,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1206,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1206,"Zen_Cache_Requests_RateMean":14.984114,"Zen_Cache_Requests_TAverage":0.000168,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743583901.073000,"RecordId":163,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":3,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.898849,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"CB1B2CEC431F451BC1096A9AC633DEB2","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743583899.764,"Span_EndUTC":1743583901.073,"Span_TimeInSec":1.309} -{"EventName":"Core.Hitch","TimestampUTC":1743583901.074000,"RecordId":164,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":3,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.898849} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583901.074000,"RecordId":165,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583901.075000,"RecordId":166,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583901.075000,"RecordId":167,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583901.076000,"RecordId":168,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583901.076000,"RecordId":169,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583901.077000,"RecordId":170,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583901.077000,"RecordId":171,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583901.078000,"RecordId":172,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583901.079000,"RecordId":173,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583901.079000,"RecordId":174,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583901.080000,"RecordId":175,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583901.080000,"RecordId":176,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583901.081000,"RecordId":177,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743583901.081000,"RecordId":178,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1639.0,"TotalGetMisses":166.0,"TotalGets":1805.0,"TotalGetHitPct":0.908033,"GetMissPct":0.091967,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1243.0,"ZenLocalGetTotal":1408.0,"ZenLocalGetHitPct":0.882812,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743583901.082000,"RecordId":179,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":122640.0,"Zen_Cache_Hits":1328,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.943852,"Zen_Cache_Cas_Hits":858,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1206,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1206,"Zen_Cache_Requests_RateMean":5.717466,"Zen_Cache_Requests_TAverage":0.000168,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743583958.074000,"RecordId":180,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":70,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":112.006004,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"D367D5F04529C690F1B5428E1BC9A7A9","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743583923.197,"Span_EndUTC":1743583958.074,"Span_TimeInSec":34.877} -{"EventName":"Core.Hitch","TimestampUTC":1743583958.077000,"RecordId":181,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":70,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":112.006004} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583958.078000,"RecordId":182,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583958.079000,"RecordId":183,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583958.079000,"RecordId":184,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583958.080000,"RecordId":185,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583958.080000,"RecordId":186,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583958.081000,"RecordId":187,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583958.081000,"RecordId":188,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583958.082000,"RecordId":189,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583958.083000,"RecordId":190,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583958.083000,"RecordId":191,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583958.084000,"RecordId":192,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583958.084000,"RecordId":193,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583958.085000,"RecordId":194,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743583958.085000,"RecordId":195,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1639.0,"TotalGetMisses":166.0,"TotalGets":1805.0,"TotalGetHitPct":0.908033,"GetMissPct":0.091967,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1243.0,"ZenLocalGetTotal":1408.0,"ZenLocalGetHitPct":0.882812,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743583958.086000,"RecordId":196,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":122640.0,"Zen_Cache_Hits":1328,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.943852,"Zen_Cache_Cas_Hits":858,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1206,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1206,"Zen_Cache_Requests_RateMean":5.717466,"Zen_Cache_Requests_TAverage":0.000168,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743583966.570000,"RecordId":197,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":4,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":118.424423,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"3543954940943BBC366105BAE64892FA","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743583964.858,"Span_EndUTC":1743583966.57,"Span_TimeInSec":1.712} -{"EventName":"Core.Hitch","TimestampUTC":1743583966.573000,"RecordId":198,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":4,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":118.424423} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583966.574000,"RecordId":199,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583966.575000,"RecordId":200,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583966.575000,"RecordId":201,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583966.576000,"RecordId":202,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583966.576000,"RecordId":203,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583966.577000,"RecordId":204,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583966.578000,"RecordId":205,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583966.578000,"RecordId":206,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583966.579000,"RecordId":207,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583966.579000,"RecordId":208,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583966.580000,"RecordId":209,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583966.580000,"RecordId":210,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583966.581000,"RecordId":211,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743583966.581000,"RecordId":212,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1639.0,"TotalGetMisses":166.0,"TotalGets":1805.0,"TotalGetHitPct":0.908033,"GetMissPct":0.091967,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1243.0,"ZenLocalGetTotal":1408.0,"ZenLocalGetHitPct":0.882812,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743583966.582000,"RecordId":213,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":122640.0,"Zen_Cache_Hits":1328,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.943852,"Zen_Cache_Cas_Hits":858,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1206,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1206,"Zen_Cache_Requests_RateMean":4.362624,"Zen_Cache_Requests_TAverage":0.000168,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743583977.575000,"RecordId":214,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":19,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":114.045242,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"358864914B4CC0A4C5BDCB9AC2A2103F","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743583968.382,"Span_EndUTC":1743583977.575,"Span_TimeInSec":9.193} -{"EventName":"Core.Hitch","TimestampUTC":1743583977.576000,"RecordId":215,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":19,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":114.045242} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583977.576000,"RecordId":216,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583977.577000,"RecordId":217,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583977.577000,"RecordId":218,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583977.578000,"RecordId":219,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583977.579000,"RecordId":220,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583977.579000,"RecordId":221,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583977.580000,"RecordId":222,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583977.580000,"RecordId":223,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583977.581000,"RecordId":224,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583977.581000,"RecordId":225,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583977.582000,"RecordId":226,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583977.582000,"RecordId":227,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743583977.583000,"RecordId":228,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743583977.584000,"RecordId":229,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1639.0,"TotalGetMisses":166.0,"TotalGets":1805.0,"TotalGetHitPct":0.908033,"GetMissPct":0.091967,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1243.0,"ZenLocalGetTotal":1408.0,"ZenLocalGetHitPct":0.882812,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743583977.584000,"RecordId":230,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":122640.0,"Zen_Cache_Hits":1328,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.943852,"Zen_Cache_Cas_Hits":858,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1206,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1206,"Zen_Cache_Requests_RateMean":4.362624,"Zen_Cache_Requests_TAverage":0.000168,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743584007.573000,"RecordId":231,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":9,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":114.829735,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"7AEAD23A452B08E31E4252B75A46A177","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584003.347,"Span_EndUTC":1743584007.573,"Span_TimeInSec":4.226} -{"EventName":"Core.Hitch","TimestampUTC":1743584007.577000,"RecordId":232,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":9,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":114.829735} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584007.577000,"RecordId":233,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584007.578000,"RecordId":234,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584007.578000,"RecordId":235,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584007.579000,"RecordId":236,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584007.579000,"RecordId":237,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584007.580000,"RecordId":238,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584007.581000,"RecordId":239,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584007.581000,"RecordId":240,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584007.582000,"RecordId":241,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584007.582000,"RecordId":242,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584007.583000,"RecordId":243,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584007.583000,"RecordId":244,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584007.584000,"RecordId":245,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743584007.584000,"RecordId":246,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1639.0,"TotalGetMisses":166.0,"TotalGets":1805.0,"TotalGetHitPct":0.908033,"GetMissPct":0.091967,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1243.0,"ZenLocalGetTotal":1408.0,"ZenLocalGetHitPct":0.882812,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743584007.585000,"RecordId":247,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":122640.0,"Zen_Cache_Hits":1328,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.943852,"Zen_Cache_Cas_Hits":858,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1206,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1206,"Zen_Cache_Requests_RateMean":4.075183,"Zen_Cache_Requests_TAverage":0.000168,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743584047.575000,"RecordId":248,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":10,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":118.274948,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"1784D23E4010F56C0753238E339FA963","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584042.626,"Span_EndUTC":1743584047.575,"Span_TimeInSec":4.949} -{"EventName":"Core.Hitch","TimestampUTC":1743584047.576000,"RecordId":249,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":10,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":118.274948} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584047.576000,"RecordId":250,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584047.577000,"RecordId":251,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584047.578000,"RecordId":252,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584047.578000,"RecordId":253,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584047.579000,"RecordId":254,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584047.579000,"RecordId":255,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584047.580000,"RecordId":256,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584047.580000,"RecordId":257,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584047.581000,"RecordId":258,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584047.582000,"RecordId":259,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584047.582000,"RecordId":260,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584047.582000,"RecordId":261,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584047.583000,"RecordId":262,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743584047.584000,"RecordId":263,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1639.0,"TotalGetMisses":166.0,"TotalGets":1805.0,"TotalGetHitPct":0.908033,"GetMissPct":0.091967,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1243.0,"ZenLocalGetTotal":1408.0,"ZenLocalGetHitPct":0.882812,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743584047.585000,"RecordId":264,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":122640.0,"Zen_Cache_Hits":1328,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.943852,"Zen_Cache_Cas_Hits":858,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1206,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1206,"Zen_Cache_Requests_RateMean":4.075183,"Zen_Cache_Requests_TAverage":0.000168,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743584132.070000,"RecordId":265,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":70,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.008575,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"196D5E3E4778E4CC232AB496E0C747CC","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584097.246,"Span_EndUTC":1743584132.07,"Span_TimeInSec":34.824} -{"EventName":"Core.Hitch","TimestampUTC":1743584132.071000,"RecordId":266,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":70,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.008575} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584132.072000,"RecordId":267,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584132.072000,"RecordId":268,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584132.073000,"RecordId":269,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584132.074000,"RecordId":270,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584132.074000,"RecordId":271,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584132.075000,"RecordId":272,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584132.075000,"RecordId":273,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584132.076000,"RecordId":274,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584132.076000,"RecordId":275,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584132.077000,"RecordId":276,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584132.077000,"RecordId":277,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584132.078000,"RecordId":278,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584132.078000,"RecordId":279,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743584132.079000,"RecordId":280,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1639.0,"TotalGetMisses":166.0,"TotalGets":1805.0,"TotalGetHitPct":0.908033,"GetMissPct":0.091967,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1243.0,"ZenLocalGetTotal":1408.0,"ZenLocalGetHitPct":0.882812,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743584132.080000,"RecordId":281,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":122640.0,"Zen_Cache_Hits":1328,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.943852,"Zen_Cache_Cas_Hits":858,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1206,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1206,"Zen_Cache_Requests_RateMean":3.295643,"Zen_Cache_Requests_TAverage":0.000168,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743584135.223000,"RecordId":282,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","TaskName":"Saving packages...","SchemaVersion":1,"Span_Name":"ST Saving packages...","Span_GUID":"ADD3EAD3496DB4F5A32F6A85D1CBD0EA","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584135.032,"Span_EndUTC":1743584135.223,"Span_TimeInSec":0.191} -{"EventName":"Span","TimestampUTC":1743584135.254000,"RecordId":283,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","TaskName":"Validating Assets","SchemaVersion":1,"Span_Name":"ST Validating Assets","Span_GUID":"38E1D48C435B726BF7E461AF2A26C211","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584135.226,"Span_EndUTC":1743584135.254,"Span_TimeInSec":0.028} -{"EventName":"Span","TimestampUTC":1743584146.612000,"RecordId":284,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":19,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":11.059466,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"D591228046B07E60895446B763B3F96B","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584137.075,"Span_EndUTC":1743584146.612,"Span_TimeInSec":9.537} -{"EventName":"Core.Hitch","TimestampUTC":1743584146.615000,"RecordId":285,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":19,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":11.059466} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584146.616000,"RecordId":286,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584146.617000,"RecordId":287,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584146.617000,"RecordId":288,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584146.618000,"RecordId":289,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584146.618000,"RecordId":290,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584146.619000,"RecordId":291,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584146.619000,"RecordId":292,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584146.620000,"RecordId":293,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584146.620000,"RecordId":294,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584146.621000,"RecordId":295,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584146.622000,"RecordId":296,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584146.622000,"RecordId":297,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584146.623000,"RecordId":298,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743584146.624000,"RecordId":299,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1639.0,"TotalGetMisses":166.0,"TotalGets":1805.0,"TotalGetHitPct":0.908033,"GetMissPct":0.091967,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1243.0,"ZenLocalGetTotal":1408.0,"ZenLocalGetHitPct":0.882812,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743584146.624000,"RecordId":300,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":122640.0,"Zen_Cache_Hits":1328,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.943852,"Zen_Cache_Cas_Hits":858,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1206,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1206,"Zen_Cache_Requests_RateMean":3.295643,"Zen_Cache_Requests_TAverage":0.000168,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743584172.086000,"RecordId":301,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"0515F83C4D8E09D813238FABE5CB082A","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.005368,"NumBackendItems":7,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} -{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743584172.090000,"RecordId":302,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"939EA3C041C3829F0451EDAC2F650F32","FilterSessionCorrelationGuid":"0515F83C4D8E09D813238FABE5CB082A","TotalItemsToFilter":7,"PriorityItemsToFilter":0,"TotalResults":7,"AmortizeDurationSeconds":0.000024,"WorkDurationSeconds":0.000024,"ResultLatency":"0.000018","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} -{"EventName":"Span","TimestampUTC":1743584190.157000,"RecordId":303,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","TaskName":"Saving packages...","SchemaVersion":1,"Span_Name":"ST Saving packages...","Span_GUID":"B3F92BF04FF90E248C337BB9C0888613","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584190.064,"Span_EndUTC":1743584190.157,"Span_TimeInSec":0.093} -{"EventName":"Span","TimestampUTC":1743584190.189000,"RecordId":304,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","TaskName":"Validating Assets","SchemaVersion":1,"Span_Name":"ST Validating Assets","Span_GUID":"927078884D5F86A6AB2C9088D74965E8","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584190.159,"Span_EndUTC":1743584190.189,"Span_TimeInSec":0.03} -{"EventName":"Span","TimestampUTC":1743584197.067000,"RecordId":305,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":8,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.860588,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"7ADC0C7B47B84F2179720EBAC35ED1E3","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584193.26,"Span_EndUTC":1743584197.067,"Span_TimeInSec":3.807} -{"EventName":"Core.Hitch","TimestampUTC":1743584197.067000,"RecordId":306,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":8,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.860588} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.068000,"RecordId":307,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.069000,"RecordId":308,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.069000,"RecordId":309,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.070000,"RecordId":310,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.070000,"RecordId":311,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.071000,"RecordId":312,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.071000,"RecordId":313,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.072000,"RecordId":314,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.073000,"RecordId":315,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.073000,"RecordId":316,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.074000,"RecordId":317,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.074000,"RecordId":318,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.075000,"RecordId":319,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743584197.075000,"RecordId":320,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1674.0,"TotalGetMisses":166.0,"TotalGets":1840.0,"TotalGetHitPct":0.909783,"GetMissPct":0.090217,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1278.0,"ZenLocalGetTotal":1443.0,"ZenLocalGetHitPct":0.885655,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743584197.076000,"RecordId":321,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":123540.0,"Zen_Cache_Hits":1349,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.944678,"Zen_Cache_Cas_Hits":866,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1225,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1225,"Zen_Cache_Requests_RateMean":2.470285,"Zen_Cache_Requests_TAverage":0.000167,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743584197.154000,"RecordId":322,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"2EDBD3C24C5B83B23F39C38F2C8F4CA4","Span_ParentName":"Session","Span_ThreadId":32996,"Span_Depth":1,"Span_StartUTC":1743583680.136,"Span_EndUTC":1743584197.154,"Span_TimeInSec":517.018} -{"EventName":"Span","TimestampUTC":1743584197.155000,"RecordId":323,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"846FFAF149B4D452D48C99A845EBC419","Span_ParentName":"Editor","Span_ThreadId":32996,"Span_Depth":2,"Span_StartUTC":1743583687.999,"Span_EndUTC":1743584197.155,"Span_TimeInSec":509.156} -{"EventName":"Span","TimestampUTC":1743584197.157000,"RecordId":324,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"D5F802564BB349106187A38D07B2FDBB","Span_ParentName":"PIE.Startup","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584197.157,"Span_EndUTC":1743584197.157,"Span_TimeInSec":0.0} -{"EventName":"Span","TimestampUTC":1743584197.188000,"RecordId":325,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"68EDCF1F4A3767FC89DE64B9FF291954","Span_ParentName":"PIE.Startup","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584197.161,"Span_EndUTC":1743584197.188,"Span_TimeInSec":0.027} -{"EventName":"Core.Loading","TimestampUTC":1743584197.189000,"RecordId":326,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.027,"Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":123540.0,"Zen_Cache_Hits":1349,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.944678,"Zen_Cache_Cas_Hits":866,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1225,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1225,"Zen_Cache_Requests_RateMean":2.470285,"Zen_Cache_Requests_TAverage":0.000167,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1674.0,"DDC_Summary_TotalGetMisses":166.0,"DDC_Summary_TotalGets":1840.0,"DDC_Summary_TotalGetHitPct":0.909783,"DDC_Summary_GetMissPct":0.090217,"DDC_Summary_TotalPutHits":271.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":271.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1278.0,"DDC_Summary_ZenLocalGetTotal":1443.0,"DDC_Summary_ZenLocalGetHitPct":0.885655,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.190000,"RecordId":327,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.191000,"RecordId":328,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.191000,"RecordId":329,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.192000,"RecordId":330,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.193000,"RecordId":331,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.193000,"RecordId":332,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.194000,"RecordId":333,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.194000,"RecordId":334,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.195000,"RecordId":335,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.195000,"RecordId":336,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.196000,"RecordId":337,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.196000,"RecordId":338,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.197000,"RecordId":339,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743584197.198000,"RecordId":340,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1674.0,"TotalGetMisses":166.0,"TotalGets":1840.0,"TotalGetHitPct":0.909783,"GetMissPct":0.090217,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1278.0,"ZenLocalGetTotal":1443.0,"ZenLocalGetHitPct":0.885655,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743584197.198000,"RecordId":341,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":123540.0,"Zen_Cache_Hits":1349,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.944678,"Zen_Cache_Cas_Hits":866,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1225,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1225,"Zen_Cache_Requests_RateMean":2.470285,"Zen_Cache_Requests_TAverage":0.000167,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743584197.230000,"RecordId":342,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"7014B2434E5877F7323DA3A23481181A","Span_ParentName":"PIE","Span_ThreadId":32996,"Span_Depth":2,"Span_StartUTC":1743584197.155,"Span_EndUTC":1743584197.23,"Span_TimeInSec":0.075} -{"EventName":"Core.Loading","TimestampUTC":1743584197.231000,"RecordId":343,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.075,"Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":123540.0,"Zen_Cache_Hits":1349,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.944678,"Zen_Cache_Cas_Hits":866,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1225,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1225,"Zen_Cache_Requests_RateMean":2.470285,"Zen_Cache_Requests_TAverage":0.000167,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1674.0,"DDC_Summary_TotalGetMisses":166.0,"DDC_Summary_TotalGets":1840.0,"DDC_Summary_TotalGetHitPct":0.909783,"DDC_Summary_GetMissPct":0.090217,"DDC_Summary_TotalPutHits":271.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":271.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1278.0,"DDC_Summary_ZenLocalGetTotal":1443.0,"DDC_Summary_ZenLocalGetHitPct":0.885655,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.232000,"RecordId":344,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.233000,"RecordId":345,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.233000,"RecordId":346,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.234000,"RecordId":347,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.234000,"RecordId":348,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.235000,"RecordId":349,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.235000,"RecordId":350,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.236000,"RecordId":351,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.236000,"RecordId":352,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.237000,"RecordId":353,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.237000,"RecordId":354,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.238000,"RecordId":355,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.239000,"RecordId":356,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743584197.239000,"RecordId":357,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1674.0,"TotalGetMisses":166.0,"TotalGets":1840.0,"TotalGetHitPct":0.909783,"GetMissPct":0.090217,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1278.0,"ZenLocalGetTotal":1443.0,"ZenLocalGetHitPct":0.885655,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743584197.240000,"RecordId":358,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":123540.0,"Zen_Cache_Hits":1349,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.944678,"Zen_Cache_Cas_Hits":866,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1225,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1225,"Zen_Cache_Requests_RateMean":2.470285,"Zen_Cache_Requests_TAverage":0.000167,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Core.Loading","TimestampUTC":1743584197.241000,"RecordId":359,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TimeToPIE","LoadingSeconds":10.058053,"Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":123540.0,"Zen_Cache_Hits":1349,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.944678,"Zen_Cache_Cas_Hits":866,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1225,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1225,"Zen_Cache_Requests_RateMean":2.470285,"Zen_Cache_Requests_TAverage":0.000167,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1674.0,"DDC_Summary_TotalGetMisses":166.0,"DDC_Summary_TotalGets":1840.0,"DDC_Summary_TotalGetHitPct":0.909783,"DDC_Summary_GetMissPct":0.090217,"DDC_Summary_TotalPutHits":271.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":271.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1278.0,"DDC_Summary_ZenLocalGetTotal":1443.0,"DDC_Summary_ZenLocalGetHitPct":0.885655,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.241000,"RecordId":360,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.242000,"RecordId":361,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.242000,"RecordId":362,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.243000,"RecordId":363,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.243000,"RecordId":364,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.244000,"RecordId":365,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.244000,"RecordId":366,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.245000,"RecordId":367,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.246000,"RecordId":368,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.246000,"RecordId":369,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.247000,"RecordId":370,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.247000,"RecordId":371,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584197.248000,"RecordId":372,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743584197.249000,"RecordId":373,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TimeToPIE","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1674.0,"TotalGetMisses":166.0,"TotalGets":1840.0,"TotalGetHitPct":0.909783,"GetMissPct":0.090217,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1278.0,"ZenLocalGetTotal":1443.0,"ZenLocalGetHitPct":0.885655,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743584197.249000,"RecordId":374,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"LoadingName":"TimeToPIE","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":123540.0,"Zen_Cache_Hits":1349,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.944678,"Zen_Cache_Cas_Hits":866,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1225,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1225,"Zen_Cache_Requests_RateMean":2.470285,"Zen_Cache_Requests_TAverage":0.000167,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743584247.181000,"RecordId":375,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"1B756DD649A07BF648A616885E1476AD","Span_ParentName":"PIE","Span_ThreadId":32996,"Span_Depth":2,"Span_StartUTC":1743584197.25,"Span_EndUTC":1743584247.181,"Span_TimeInSec":49.931} -{"EventName":"Span","TimestampUTC":1743584247.228000,"RecordId":376,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"F1AE66E84F2185CDB14F2FB6114CB8A3","Span_ParentName":"Session","Span_ThreadId":32996,"Span_Depth":1,"Span_StartUTC":1743584197.155,"Span_EndUTC":1743584247.228,"Span_TimeInSec":50.073} -{"EventName":"Span","TimestampUTC":1743584247.229000,"RecordId":377,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"75904CDC468E002C6C7CED8B8F6F2AAB","Span_ParentName":"PIE","Span_ThreadId":32996,"Span_Depth":2,"Span_StartUTC":1743584247.185,"Span_EndUTC":1743584247.229,"Span_TimeInSec":0.044} -{"EventName":"Core.Loading","TimestampUTC":1743584247.230000,"RecordId":378,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":50.073,"Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":125424.0,"Zen_Cache_Hits":1380,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.945853,"Zen_Cache_Cas_Hits":867,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1238,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1238,"Zen_Cache_Requests_RateMean":2.337282,"Zen_Cache_Requests_TAverage":0.000166,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1703.0,"DDC_Summary_TotalGetMisses":166.0,"DDC_Summary_TotalGets":1869.0,"DDC_Summary_TotalGetHitPct":0.911182,"DDC_Summary_GetMissPct":0.088818,"DDC_Summary_TotalPutHits":271.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":271.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1307.0,"DDC_Summary_ZenLocalGetTotal":1472.0,"DDC_Summary_ZenLocalGetHitPct":0.887908,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584247.231000,"RecordId":379,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584247.231000,"RecordId":380,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584247.232000,"RecordId":381,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584247.232000,"RecordId":382,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584247.233000,"RecordId":383,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584247.233000,"RecordId":384,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584247.234000,"RecordId":385,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584247.234000,"RecordId":386,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584247.235000,"RecordId":387,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584247.236000,"RecordId":388,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584247.236000,"RecordId":389,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584247.237000,"RecordId":390,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584247.237000,"RecordId":391,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743584247.238000,"RecordId":392,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1703.0,"TotalGetMisses":166.0,"TotalGets":1869.0,"TotalGetHitPct":0.911182,"GetMissPct":0.088818,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1307.0,"ZenLocalGetTotal":1472.0,"ZenLocalGetHitPct":0.887908,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743584247.239000,"RecordId":393,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":125424.0,"Zen_Cache_Hits":1392,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.946295,"Zen_Cache_Cas_Hits":867,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1250,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1250,"Zen_Cache_Requests_RateMean":2.21011,"Zen_Cache_Requests_TAverage":0.000165,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743584250.738000,"RecordId":394,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","TaskName":"Saving packages...","SchemaVersion":1,"Span_Name":"ST Saving packages...","Span_GUID":"A61EA7234836F516F7ED1787BA826F30","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584250.608,"Span_EndUTC":1743584250.738,"Span_TimeInSec":0.13} -{"EventName":"Span","TimestampUTC":1743584258.070000,"RecordId":395,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":10,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.409866,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"446942E34010E8070F9057B6731E0847","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584253.272,"Span_EndUTC":1743584258.07,"Span_TimeInSec":4.798} -{"EventName":"Core.Hitch","TimestampUTC":1743584258.071000,"RecordId":396,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":10,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.409866} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584258.072000,"RecordId":397,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584258.072000,"RecordId":398,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584258.073000,"RecordId":399,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584258.073000,"RecordId":400,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584258.074000,"RecordId":401,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584258.075000,"RecordId":402,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584258.075000,"RecordId":403,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584258.076000,"RecordId":404,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584258.076000,"RecordId":405,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584258.077000,"RecordId":406,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584258.077000,"RecordId":407,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584258.078000,"RecordId":408,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584258.079000,"RecordId":409,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743584258.079000,"RecordId":410,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1705.0,"TotalGetMisses":166.0,"TotalGets":1871.0,"TotalGetHitPct":0.911277,"GetMissPct":0.088723,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1307.0,"ZenLocalGetTotal":1472.0,"ZenLocalGetHitPct":0.887908,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743584258.080000,"RecordId":411,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":125424.0,"Zen_Cache_Hits":1392,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.946295,"Zen_Cache_Cas_Hits":867,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1250,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1250,"Zen_Cache_Requests_RateMean":2.21011,"Zen_Cache_Requests_TAverage":0.000165,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743584272.067000,"RecordId":412,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":20,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.689117,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"B6BC65784DF5F699E795A8B6699A38FB","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584262.243,"Span_EndUTC":1743584272.067,"Span_TimeInSec":9.824} -{"EventName":"Core.Hitch","TimestampUTC":1743584272.068000,"RecordId":413,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":20,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":119.689117} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584272.069000,"RecordId":414,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584272.070000,"RecordId":415,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584272.070000,"RecordId":416,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584272.071000,"RecordId":417,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584272.071000,"RecordId":418,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584272.072000,"RecordId":419,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584272.072000,"RecordId":420,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584272.073000,"RecordId":421,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584272.073000,"RecordId":422,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584272.074000,"RecordId":423,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584272.075000,"RecordId":424,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584272.075000,"RecordId":425,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584272.076000,"RecordId":426,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743584272.076000,"RecordId":427,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1705.0,"TotalGetMisses":166.0,"TotalGets":1871.0,"TotalGetHitPct":0.911277,"GetMissPct":0.088723,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1307.0,"ZenLocalGetTotal":1472.0,"ZenLocalGetHitPct":0.887908,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743584272.077000,"RecordId":428,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":125424.0,"Zen_Cache_Hits":1392,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.946295,"Zen_Cache_Cas_Hits":867,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1250,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1250,"Zen_Cache_Requests_RateMean":2.168507,"Zen_Cache_Requests_TAverage":0.000165,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743584277.438000,"RecordId":429,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"6D14B8B943834E6C0732E09E0B3D58A6","Span_ParentName":"Session","Span_ThreadId":32996,"Span_Depth":1,"Span_StartUTC":1743584247.239,"Span_EndUTC":1743584277.438,"Span_TimeInSec":30.199} -{"EventName":"Span","TimestampUTC":1743584277.439000,"RecordId":430,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"355DD8E64AE1C5C2E9940CB381DB92E0","Span_ParentName":"Editor","Span_ThreadId":32996,"Span_Depth":2,"Span_StartUTC":1743584247.239,"Span_EndUTC":1743584277.439,"Span_TimeInSec":30.2} -{"EventName":"Span","TimestampUTC":1743584277.441000,"RecordId":431,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"450F8B324B66B594659D98AE3AB701D6","Span_ParentName":"PIE.Startup","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584277.441,"Span_EndUTC":1743584277.441,"Span_TimeInSec":0.0} -{"EventName":"Span","TimestampUTC":1743584277.467000,"RecordId":432,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"264FC3ED45783D74943BDEBE28AE310B","Span_ParentName":"PIE.Startup","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584277.442,"Span_EndUTC":1743584277.467,"Span_TimeInSec":0.025} -{"EventName":"Core.Loading","TimestampUTC":1743584277.468000,"RecordId":433,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.025,"Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":125424.0,"Zen_Cache_Hits":1392,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.946295,"Zen_Cache_Cas_Hits":867,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1250,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1250,"Zen_Cache_Requests_RateMean":2.168507,"Zen_Cache_Requests_TAverage":0.000165,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1705.0,"DDC_Summary_TotalGetMisses":166.0,"DDC_Summary_TotalGets":1871.0,"DDC_Summary_TotalGetHitPct":0.911277,"DDC_Summary_GetMissPct":0.088723,"DDC_Summary_TotalPutHits":271.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":271.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1307.0,"DDC_Summary_ZenLocalGetTotal":1472.0,"DDC_Summary_ZenLocalGetHitPct":0.887908,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.469000,"RecordId":434,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.469000,"RecordId":435,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.470000,"RecordId":436,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.470000,"RecordId":437,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.471000,"RecordId":438,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.471000,"RecordId":439,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.472000,"RecordId":440,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.473000,"RecordId":441,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.473000,"RecordId":442,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.474000,"RecordId":443,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.474000,"RecordId":444,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.475000,"RecordId":445,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.475000,"RecordId":446,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743584277.476000,"RecordId":447,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1705.0,"TotalGetMisses":166.0,"TotalGets":1871.0,"TotalGetHitPct":0.911277,"GetMissPct":0.088723,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1307.0,"ZenLocalGetTotal":1472.0,"ZenLocalGetHitPct":0.887908,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743584277.477000,"RecordId":448,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","PIE_MapName":"UEDPIE_0_ThirdPersonMap","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":125424.0,"Zen_Cache_Hits":1392,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.946295,"Zen_Cache_Cas_Hits":867,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1250,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1250,"Zen_Cache_Requests_RateMean":2.097946,"Zen_Cache_Requests_TAverage":0.000165,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743584277.510000,"RecordId":449,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"997604BF41EF83228CD79A85B85B5BC0","Span_ParentName":"PIE","Span_ThreadId":32996,"Span_Depth":2,"Span_StartUTC":1743584277.44,"Span_EndUTC":1743584277.51,"Span_TimeInSec":0.07} -{"EventName":"Core.Loading","TimestampUTC":1743584277.511000,"RecordId":450,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.07,"Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":125424.0,"Zen_Cache_Hits":1392,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.946295,"Zen_Cache_Cas_Hits":867,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1250,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1250,"Zen_Cache_Requests_RateMean":2.097946,"Zen_Cache_Requests_TAverage":0.000165,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1705.0,"DDC_Summary_TotalGetMisses":166.0,"DDC_Summary_TotalGets":1871.0,"DDC_Summary_TotalGetHitPct":0.911277,"DDC_Summary_GetMissPct":0.088723,"DDC_Summary_TotalPutHits":271.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":271.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1307.0,"DDC_Summary_ZenLocalGetTotal":1472.0,"DDC_Summary_ZenLocalGetHitPct":0.887908,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.512000,"RecordId":451,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.512000,"RecordId":452,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.513000,"RecordId":453,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.514000,"RecordId":454,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.514000,"RecordId":455,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.515000,"RecordId":456,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.515000,"RecordId":457,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.516000,"RecordId":458,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.516000,"RecordId":459,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.517000,"RecordId":460,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.517000,"RecordId":461,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.518000,"RecordId":462,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584277.518000,"RecordId":463,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743584277.519000,"RecordId":464,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1705.0,"TotalGetMisses":166.0,"TotalGets":1871.0,"TotalGetHitPct":0.911277,"GetMissPct":0.088723,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1307.0,"ZenLocalGetTotal":1472.0,"ZenLocalGetHitPct":0.887908,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743584277.520000,"RecordId":465,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":125424.0,"Zen_Cache_Hits":1392,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.946295,"Zen_Cache_Cas_Hits":867,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1250,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1250,"Zen_Cache_Requests_RateMean":2.097946,"Zen_Cache_Requests_TAverage":0.000165,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743584370.700000,"RecordId":466,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"661D861241D117634F57FF923A346D9E","Span_ParentName":"PIE","Span_ThreadId":32996,"Span_Depth":2,"Span_StartUTC":1743584277.52,"Span_EndUTC":1743584370.7,"Span_TimeInSec":93.18} -{"EventName":"Span","TimestampUTC":1743584370.786000,"RecordId":467,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"17FC57244B8C320AF4520282CF7BBC10","Span_ParentName":"Session","Span_ThreadId":32996,"Span_Depth":1,"Span_StartUTC":1743584277.44,"Span_EndUTC":1743584370.786,"Span_TimeInSec":93.346} -{"EventName":"Span","TimestampUTC":1743584370.787000,"RecordId":468,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"F415BB3A4FEAB609A269079FCB6BFB6A","Span_ParentName":"PIE","Span_ThreadId":32996,"Span_Depth":2,"Span_StartUTC":1743584370.701,"Span_EndUTC":1743584370.787,"Span_TimeInSec":0.086} -{"EventName":"Core.Loading","TimestampUTC":1743584370.788000,"RecordId":469,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":93.346,"Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":125424.0,"Zen_Cache_Hits":1393,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.946332,"Zen_Cache_Cas_Hits":867,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1251,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1251,"Zen_Cache_Requests_RateMean":2.045349,"Zen_Cache_Requests_TAverage":0.000165,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1732.0,"DDC_Summary_TotalGetMisses":166.0,"DDC_Summary_TotalGets":1898.0,"DDC_Summary_TotalGetHitPct":0.91254,"DDC_Summary_GetMissPct":0.08746,"DDC_Summary_TotalPutHits":271.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":271.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1334.0,"DDC_Summary_ZenLocalGetTotal":1499.0,"DDC_Summary_ZenLocalGetHitPct":0.889927,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584370.789000,"RecordId":470,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584370.789000,"RecordId":471,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584370.790000,"RecordId":472,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584370.790000,"RecordId":473,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584370.791000,"RecordId":474,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584370.791000,"RecordId":475,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584370.792000,"RecordId":476,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584370.792000,"RecordId":477,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584370.793000,"RecordId":478,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584370.794000,"RecordId":479,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584370.795000,"RecordId":480,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584370.795000,"RecordId":481,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584370.796000,"RecordId":482,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743584370.796000,"RecordId":483,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1732.0,"TotalGetMisses":166.0,"TotalGets":1898.0,"TotalGetHitPct":0.91254,"GetMissPct":0.08746,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1334.0,"ZenLocalGetTotal":1499.0,"ZenLocalGetHitPct":0.889927,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743584370.797000,"RecordId":484,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":127224.0,"Zen_Cache_Hits":1419,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.947263,"Zen_Cache_Cas_Hits":877,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1274,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1274,"Zen_Cache_Requests_RateMean":1.848679,"Zen_Cache_Requests_TAverage":0.000163,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743584527.072000,"RecordId":485,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":302,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":80.836769,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"61C57A8049E8D12FB5EE689E11CB5ADF","Span_ParentName":"Editor.Interact","Span_ThreadId":32996,"Span_Depth":3,"Span_StartUTC":1743584376.386,"Span_EndUTC":1743584527.072,"Span_TimeInSec":150.686} -{"EventName":"Core.Hitch","TimestampUTC":1743584527.073000,"RecordId":486,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":302,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":80.836769} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584527.074000,"RecordId":487,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":177,"Load_TimeSec":0.011843,"Load_SizeMB":108.628421,"Build_Count":20,"Build_TimeSec":0.000035,"Build_SizeMB":170.676412,"Total_Count":197,"Total_TimeSec":0.011878,"Total_SizeMB":279,"Efficiency":0.898477,"Thread_TimeSec":0.011878} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584527.075000,"RecordId":488,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004861,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004861,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004861} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584527.075000,"RecordId":489,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":51,"Load_TimeSec":0.048616,"Load_SizeMB":9.552461,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.048616,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.007643} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584527.076000,"RecordId":490,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.072595,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.072595,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584527.076000,"RecordId":491,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":346,"Load_TimeSec":0.043733,"Load_SizeMB":106.153169,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":346,"Total_TimeSec":0.043733,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.043733} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584527.077000,"RecordId":492,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.01742,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.01742,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001454} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584527.078000,"RecordId":493,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":51,"Load_TimeSec":0.010332,"Load_SizeMB":0.014756,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.010332,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001786} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584527.078000,"RecordId":494,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007399,"Load_SizeMB":17.932115,"Build_Count":1,"Build_TimeSec":0.016609,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.024008,"Total_SizeMB":22,"Efficiency":0.8,"Thread_TimeSec":0.024008} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584527.079000,"RecordId":495,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":51,"Load_TimeSec":0.035136,"Load_SizeMB":6.397243,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":51,"Total_TimeSec":0.035136,"Total_SizeMB":6,"Efficiency":1.0,"Thread_TimeSec":0.006884} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584527.079000,"RecordId":496,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.0037,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.0037,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0037} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584527.080000,"RecordId":497,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":7,"Load_TimeSec":0.001287,"Load_SizeMB":0.217114,"Build_Count":20,"Build_TimeSec":1.150704,"Build_SizeMB":0.307218,"Total_Count":27,"Total_TimeSec":1.151991,"Total_SizeMB":0,"Efficiency":0.259259,"Thread_TimeSec":0.0} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584527.080000,"RecordId":498,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":50,"Load_TimeSec":0.008268,"Load_SizeMB":0.061299,"Build_Count":1,"Build_TimeSec":0.0004,"Build_SizeMB":0.00149,"Total_Count":51,"Total_TimeSec":0.008668,"Total_SizeMB":0,"Efficiency":0.980392,"Thread_TimeSec":0.001279} -{"EventName":"Core.DDC.Resource","TimestampUTC":1743584527.081000,"RecordId":499,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":800,"Load_TimeSec":0.26519,"Load_SizeMB":276.410313,"Build_Count":42,"Build_TimeSec":1.167748,"Build_SizeMB":175.146857,"Total_Count":842,"Total_TimeSec":1.432938,"Total_SizeMB":451,"Efficiency":0.950119,"Thread_TimeSec":0.107226} -{"EventName":"Core.DDC.Summary","TimestampUTC":1743584527.082000,"RecordId":500,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1732.0,"TotalGetMisses":166.0,"TotalGets":1898.0,"TotalGetHitPct":0.91254,"GetMissPct":0.08746,"TotalPutHits":271.0,"TotalPutMisses":0.0,"TotalPuts":271.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1334.0,"ZenLocalGetTotal":1499.0,"ZenLocalGetHitPct":0.889927,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} -{"EventName":"Core.Zen","TimestampUTC":1743584527.082000,"RecordId":501,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":936230713.0,"Zen_Cache_Size_Memory":127224.0,"Zen_Cache_Hits":1419,"Zen_Cache_Misses":79,"Zen_Cache_Writes":271,"Zen_Cache_HitRatio":0.947263,"Zen_Cache_Cas_Hits":877,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":32,"Zen_Cache_Requests":1274,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":1274,"Zen_Cache_Requests_RateMean":1.848679,"Zen_Cache_Requests_TAverage":0.000163,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.01381,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":290222462,"Zen_Cas_Size_Small":356298627,"Zen_Cas_Size_Tiny":4772712,"Zen_Cas_Size_Total":651293801,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} -{"EventName":"Span","TimestampUTC":1743584530.630000,"RecordId":502,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"Span_Name":"Session","Span_GUID":"FE57F30C46FECD8C25850391637C4BD3","Span_ParentName":"","Span_ThreadId":32996,"Span_Depth":0,"Span_StartUTC":1743583680.136,"Span_EndUTC":1743584530.63,"Span_TimeInSec":850.494} -{"EventName":"Span","TimestampUTC":1743584530.631000,"RecordId":503,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"00D76038452C7A9D6828B5A72AC1CA53","Span_ParentName":"Session","Span_ThreadId":32996,"Span_Depth":1,"Span_StartUTC":1743584370.798,"Span_EndUTC":1743584530.631,"Span_TimeInSec":159.833} -{"EventName":"Span","TimestampUTC":1743584530.631000,"RecordId":504,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"2D1F36784B69DDF94A198D982E49E904","Span_ParentName":"Editor","Span_ThreadId":32996,"Span_Depth":2,"Span_StartUTC":1743584370.798,"Span_EndUTC":1743584530.631,"Span_TimeInSec":159.833} -{"EventName":"EndSession","TimestampUTC":1743584530.632000,"RecordId":505,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{E49D754A-4A1C-F45D-B7EC-B092B4867845}","Session_Label":"","Session_StartUTC":1743583680.135,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false} +{"EventName":"StartSession","TimestampUTC":1743611355.685000,"RecordId":0,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false} +{"EventName":"Editor.AssetRegistry.Startup","TimestampUTC":1743611358.620000,"RecordId":1,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"Duration":0.001487,"StartedAsyncGather":true} +{"EventName":"Span","TimestampUTC":1743611361.681000,"RecordId":2,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":1,"Span_Name":"Editor.Boot","Span_GUID":"C79741B74208BDD4AD0D3EB4BE6AF454","Span_ParentName":"Editor","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611355.69,"Span_EndUTC":1743611361.681,"Span_TimeInSec":5.991} +{"EventName":"Core.Loading","TimestampUTC":1743611361.682000,"RecordId":3,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","LoadingSeconds":5.991,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":942.0,"DDC_Summary_TotalGetMisses":80.0,"DDC_Summary_TotalGets":1022.0,"DDC_Summary_TotalGetHitPct":0.921722,"DDC_Summary_GetMissPct":0.078278,"DDC_Summary_TotalPutHits":74.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":74.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":627.0,"DDC_Summary_ZenLocalGetTotal":707.0,"DDC_Summary_ZenLocalGetHitPct":0.886846,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611361.682000,"RecordId":4,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"Texture (Inline)","Load_Count":105,"Load_TimeSec":0.013626,"Load_SizeMB":52.564868,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":105,"Total_TimeSec":0.013626,"Total_SizeMB":52,"Efficiency":1.0,"Thread_TimeSec":0.013626} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611361.683000,"RecordId":5,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"Texture (Streaming)","Load_Count":30,"Load_TimeSec":0.003703,"Load_SizeMB":8.521484,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":30,"Total_TimeSec":0.003703,"Total_SizeMB":8,"Efficiency":1.0,"Thread_TimeSec":0.003703} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611361.683000,"RecordId":6,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"StaticMesh","Load_Count":38,"Load_TimeSec":0.009419,"Load_SizeMB":4.240617,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":38,"Total_TimeSec":0.009419,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611361.684000,"RecordId":7,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611361.685000,"RecordId":8,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"BodySetup","Load_Count":1,"Load_TimeSec":0.001489,"Load_SizeMB":1.456863,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":1,"Total_TimeSec":0.001489,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611361.685000,"RecordId":9,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"CardRepresentation","Load_Count":38,"Load_TimeSec":0.002435,"Load_SizeMB":0.01021,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":38,"Total_TimeSec":0.002435,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002071} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611361.686000,"RecordId":10,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":4,"Total_TimeSec":0.007128,"Total_SizeMB":19,"Efficiency":1.0,"Thread_TimeSec":0.007128} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611361.686000,"RecordId":11,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"DistanceField","Load_Count":38,"Load_TimeSec":0.008757,"Load_SizeMB":3.876589,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":38,"Total_TimeSec":0.008757,"Total_SizeMB":3,"Efficiency":1.0,"Thread_TimeSec":0.007666} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611361.687000,"RecordId":12,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002508,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002508,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002508} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611361.687000,"RecordId":13,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"NavCollision","Load_Count":38,"Load_TimeSec":0.00195,"Load_SizeMB":0.045781,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":38,"Total_TimeSec":0.00195,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611361.688000,"RecordId":14,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","AssetType":"Total","Load_Count":653,"Load_TimeSec":0.096642,"Load_SizeMB":196.136205,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":653,"Total_TimeSec":0.096642,"Total_SizeMB":196,"Efficiency":1.0,"Thread_TimeSec":0.093828} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611361.689000,"RecordId":15,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":3,"LoadingName":"BootEditor","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":942.0,"TotalGetMisses":80.0,"TotalGets":1022.0,"TotalGetHitPct":0.921722,"GetMissPct":0.078278,"TotalPutHits":74.0,"TotalPutMisses":0.0,"TotalPuts":74.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":627.0,"ZenLocalGetTotal":707.0,"ZenLocalGetHitPct":0.886846,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611361.689000,"RecordId":16,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"None","SchemaVersion":1,"LoadingName":"BootEditor","Zen_Enabled":true,"Zen_Cache_Size_Disk":1449443875.0,"Zen_Cache_Size_Memory":0.0,"Zen_Cache_Hits":0,"Zen_Cache_Misses":0,"Zen_Cache_Writes":0,"Zen_Cache_HitRatio":0.0,"Zen_Cache_Cas_Hits":0,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":0,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":0,"Zen_Cache_Requests_RateMean":0.0,"Zen_Cache_Requests_TAverage":0.0,"Zen_Cache_Requests_TMin":0.0,"Zen_Cache_Requests_TMax":0.0,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380571041,"Zen_Cas_Size_Tiny":4815496,"Zen_Cas_Size_Total":809905561,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611362.611000,"RecordId":17,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"Editor.LoadMap","Span_GUID":"72A7A7884F0D746501D16EA92A18B27A","Span_ParentName":"Editor","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611361.69,"Span_EndUTC":1743611362.611,"Span_TimeInSec":0.921} +{"EventName":"Core.Loading","TimestampUTC":1743611362.612000,"RecordId":18,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","LoadingSeconds":0.921,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1449443875.0,"Zen_Cache_Size_Memory":0.0,"Zen_Cache_Hits":0,"Zen_Cache_Misses":0,"Zen_Cache_Writes":0,"Zen_Cache_HitRatio":0.0,"Zen_Cache_Cas_Hits":0,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":0,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":0,"Zen_Cache_Requests_RateMean":0.0,"Zen_Cache_Requests_TAverage":0.0,"Zen_Cache_Requests_TMin":0.0,"Zen_Cache_Requests_TMax":0.0,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380571041,"Zen_Cas_Size_Tiny":4815496,"Zen_Cas_Size_Total":809905561,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1275.0,"DDC_Summary_TotalGetMisses":93.0,"DDC_Summary_TotalGets":1368.0,"DDC_Summary_TotalGetHitPct":0.932018,"DDC_Summary_GetMissPct":0.067982,"DDC_Summary_TotalPutHits":87.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":87.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":930.0,"DDC_Summary_ZenLocalGetTotal":1023.0,"DDC_Summary_ZenLocalGetHitPct":0.909091,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.613000,"RecordId":19,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Inline)","Load_Count":105,"Load_TimeSec":0.013626,"Load_SizeMB":52.564868,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":105,"Total_TimeSec":0.013626,"Total_SizeMB":52,"Efficiency":1.0,"Thread_TimeSec":0.013626} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.614000,"RecordId":20,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Streaming)","Load_Count":30,"Load_TimeSec":0.003703,"Load_SizeMB":8.521484,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":30,"Total_TimeSec":0.003703,"Total_SizeMB":8,"Efficiency":1.0,"Thread_TimeSec":0.003703} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.614000,"RecordId":21,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"StaticMesh","Load_Count":53,"Load_TimeSec":0.022994,"Load_SizeMB":9.561141,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":53,"Total_TimeSec":0.022994,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.615000,"RecordId":22,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.615000,"RecordId":23,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.616000,"RecordId":24,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.00579,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.00579,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.616000,"RecordId":25,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"CardRepresentation","Load_Count":53,"Load_TimeSec":0.005072,"Load_SizeMB":0.014574,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":53,"Total_TimeSec":0.005072,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002071} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.617000,"RecordId":26,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":4,"Total_TimeSec":0.007128,"Total_SizeMB":19,"Efficiency":1.0,"Thread_TimeSec":0.007128} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.617000,"RecordId":27,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"DistanceField","Load_Count":53,"Load_TimeSec":0.016341,"Load_SizeMB":5.837167,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":53,"Total_TimeSec":0.016341,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.007666} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.618000,"RecordId":28,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002508,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002508,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002508} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.618000,"RecordId":29,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.619000,"RecordId":30,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"NavCollision","Load_Count":53,"Load_TimeSec":0.004831,"Load_SizeMB":0.063246,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":53,"Total_TimeSec":0.004831,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.620000,"RecordId":31,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Total","Load_Count":751,"Load_TimeSec":0.163878,"Load_SizeMB":220.456284,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":751,"Total_TimeSec":0.163878,"Total_SizeMB":220,"Efficiency":1.0,"Thread_TimeSec":0.093828} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611362.620000,"RecordId":32,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"LoadMap","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1275.0,"TotalGetMisses":93.0,"TotalGets":1368.0,"TotalGetHitPct":0.932018,"GetMissPct":0.067982,"TotalPutHits":87.0,"TotalPutMisses":0.0,"TotalPuts":87.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":930.0,"ZenLocalGetTotal":1023.0,"ZenLocalGetHitPct":0.909091,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611362.621000,"RecordId":33,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"LoadingName":"LoadMap","Zen_Enabled":true,"Zen_Cache_Size_Disk":1449466137.0,"Zen_Cache_Size_Memory":92520.0,"Zen_Cache_Hits":1009,"Zen_Cache_Misses":6,"Zen_Cache_Writes":87,"Zen_Cache_HitRatio":0.994089,"Zen_Cache_Cas_Hits":654,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":760,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":760,"Zen_Cache_Requests_RateMean":138.04496,"Zen_Cache_Requests_TAverage":0.000164,"Zen_Cache_Requests_TMin":0.000011,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380571041,"Zen_Cas_Size_Tiny":4815496,"Zen_Cas_Size_Total":809905561,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611362.626000,"RecordId":34,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"Editor.Initialize","Span_GUID":"5797DEA7483496DDDE09CD912F7D89B0","Span_ParentName":"Editor","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611361.69,"Span_EndUTC":1743611362.626,"Span_TimeInSec":0.936} +{"EventName":"Core.Loading","TimestampUTC":1743611362.627000,"RecordId":35,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","LoadingSeconds":7.577189,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1449466137.0,"Zen_Cache_Size_Memory":92520.0,"Zen_Cache_Hits":1009,"Zen_Cache_Misses":6,"Zen_Cache_Writes":87,"Zen_Cache_HitRatio":0.994089,"Zen_Cache_Cas_Hits":654,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":760,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":760,"Zen_Cache_Requests_RateMean":138.04496,"Zen_Cache_Requests_TAverage":0.000164,"Zen_Cache_Requests_TMin":0.000011,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380571041,"Zen_Cas_Size_Tiny":4815496,"Zen_Cas_Size_Total":809905561,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":1275.0,"DDC_Summary_TotalGetMisses":93.0,"DDC_Summary_TotalGets":1368.0,"DDC_Summary_TotalGetHitPct":0.932018,"DDC_Summary_GetMissPct":0.067982,"DDC_Summary_TotalPutHits":87.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":87.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":930.0,"DDC_Summary_ZenLocalGetTotal":1023.0,"DDC_Summary_ZenLocalGetHitPct":0.909091,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.627000,"RecordId":36,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"Texture (Inline)","Load_Count":105,"Load_TimeSec":0.013626,"Load_SizeMB":52.564868,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":105,"Total_TimeSec":0.013626,"Total_SizeMB":52,"Efficiency":1.0,"Thread_TimeSec":0.013626} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.628000,"RecordId":37,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"Texture (Streaming)","Load_Count":30,"Load_TimeSec":0.003703,"Load_SizeMB":8.521484,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":30,"Total_TimeSec":0.003703,"Total_SizeMB":8,"Efficiency":1.0,"Thread_TimeSec":0.003703} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.628000,"RecordId":38,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"StaticMesh","Load_Count":53,"Load_TimeSec":0.022994,"Load_SizeMB":9.561141,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":53,"Total_TimeSec":0.022994,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.629000,"RecordId":39,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.630000,"RecordId":40,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.630000,"RecordId":41,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.00579,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.00579,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.631000,"RecordId":42,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"CardRepresentation","Load_Count":53,"Load_TimeSec":0.005072,"Load_SizeMB":0.014574,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":53,"Total_TimeSec":0.005072,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002071} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.631000,"RecordId":43,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":4,"Total_TimeSec":0.007128,"Total_SizeMB":19,"Efficiency":1.0,"Thread_TimeSec":0.007128} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.632000,"RecordId":44,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"DistanceField","Load_Count":53,"Load_TimeSec":0.016341,"Load_SizeMB":5.837167,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":53,"Total_TimeSec":0.016341,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.007666} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.632000,"RecordId":45,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"Audio (Inline)","Load_Count":8,"Load_TimeSec":0.002508,"Load_SizeMB":0.006736,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.002508,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002508} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.633000,"RecordId":46,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.633000,"RecordId":47,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"NavCollision","Load_Count":53,"Load_TimeSec":0.004831,"Load_SizeMB":0.063246,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":53,"Total_TimeSec":0.004831,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611362.634000,"RecordId":48,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","AssetType":"Total","Load_Count":751,"Load_TimeSec":0.163878,"Load_SizeMB":220.456284,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":751,"Total_TimeSec":0.163878,"Total_SizeMB":220,"Efficiency":1.0,"Thread_TimeSec":0.093828} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611362.635000,"RecordId":49,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":3,"LoadingName":"TotalEditorStartup","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1275.0,"TotalGetMisses":93.0,"TotalGets":1368.0,"TotalGetHitPct":0.932018,"GetMissPct":0.067982,"TotalPutHits":87.0,"TotalPutMisses":0.0,"TotalPuts":87.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":930.0,"ZenLocalGetTotal":1023.0,"ZenLocalGetHitPct":0.909091,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611362.635000,"RecordId":50,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"LoadingName":"TotalEditorStartup","Zen_Enabled":true,"Zen_Cache_Size_Disk":1449466137.0,"Zen_Cache_Size_Memory":92520.0,"Zen_Cache_Hits":1009,"Zen_Cache_Misses":6,"Zen_Cache_Writes":87,"Zen_Cache_HitRatio":0.994089,"Zen_Cache_Cas_Hits":654,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":760,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":760,"Zen_Cache_Requests_RateMean":138.04496,"Zen_Cache_Requests_TAverage":0.000164,"Zen_Cache_Requests_TMin":0.000011,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380571041,"Zen_Cas_Size_Tiny":4815496,"Zen_Cas_Size_Total":809905561,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Editor.AssetRegistry.InitialScan","TimestampUTC":1743611363.291000,"RecordId":51,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"TotalDurationSeconds":4.672021,"TotalWorkSeconds":0.06429,"DiscoverySeconds":0.01566,"GatherSeconds":0.015071,"StoreSeconds":0.033558,"NumCachedDirectories":0,"NumUncachedDirectories":1814,"NumCachedAssetFiles":8850,"NumUncachedAssetFiles":0} +{"EventName":"Span","TimestampUTC":1743611364.248000,"RecordId":52,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":47.968697,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"2103B0304E56FCBFB1BCFFA9BB5B7B7D","Span_ParentName":"Editor.Interact","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611363.748,"Span_EndUTC":1743611364.248,"Span_TimeInSec":0.5} +{"EventName":"Span","TimestampUTC":1743611364.248000,"RecordId":53,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":47.968697,"SchemaVersion":1,"Span_Name":"Asset Registry Scan","Span_GUID":"62004EDB42C908B5A4FF62AB927A6928","Span_ParentName":"Hitching","Span_ThreadId":22728,"Span_Depth":4,"Span_StartUTC":1743611363.748,"Span_EndUTC":1743611364.248,"Span_TimeInSec":0.5} +{"EventName":"Core.Hitch","TimestampUTC":1743611364.249000,"RecordId":54,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":47.968697} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611364.250000,"RecordId":55,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":203,"Load_TimeSec":0.013762,"Load_SizeMB":108.896712,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":203,"Total_TimeSec":0.013762,"Total_SizeMB":108,"Efficiency":1.0,"Thread_TimeSec":0.013762} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611364.250000,"RecordId":56,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004255,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004255,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004255} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611364.251000,"RecordId":57,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":53,"Load_TimeSec":0.022994,"Load_SizeMB":9.561141,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":53,"Total_TimeSec":0.022994,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611364.251000,"RecordId":58,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611364.252000,"RecordId":59,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611364.253000,"RecordId":60,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":6,"Load_TimeSec":0.00579,"Load_SizeMB":4.335201,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.00579,"Total_SizeMB":4,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611364.254000,"RecordId":61,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":53,"Load_TimeSec":0.005072,"Load_SizeMB":0.014574,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":53,"Total_TimeSec":0.005072,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002071} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611364.255000,"RecordId":62,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":1,"Build_TimeSec":0.013635,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.020763,"Total_SizeMB":23,"Efficiency":0.8,"Thread_TimeSec":0.020763} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611364.256000,"RecordId":63,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":53,"Load_TimeSec":0.016341,"Load_SizeMB":5.837167,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":53,"Total_TimeSec":0.016341,"Total_SizeMB":5,"Efficiency":1.0,"Thread_TimeSec":0.007666} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611364.257000,"RecordId":64,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611364.257000,"RecordId":65,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611364.257000,"RecordId":66,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":53,"Load_TimeSec":0.004831,"Load_SizeMB":0.063246,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":53,"Total_TimeSec":0.004831,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611364.258000,"RecordId":67,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":862,"Load_TimeSec":0.164594,"Load_SizeMB":277.763964,"Build_Count":1,"Build_TimeSec":0.013635,"Build_SizeMB":4.161737,"Total_Count":863,"Total_TimeSec":0.178229,"Total_SizeMB":281,"Efficiency":0.998841,"Thread_TimeSec":0.108179} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611364.259000,"RecordId":68,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":1528.0,"TotalGetMisses":93.0,"TotalGets":1621.0,"TotalGetHitPct":0.942628,"GetMissPct":0.057372,"TotalPutHits":88.0,"TotalPutMisses":0.0,"TotalPuts":88.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1143.0,"ZenLocalGetTotal":1236.0,"ZenLocalGetHitPct":0.924757,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611364.259000,"RecordId":69,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":1449466137.0,"Zen_Cache_Size_Memory":92520.0,"Zen_Cache_Hits":1009,"Zen_Cache_Misses":6,"Zen_Cache_Writes":87,"Zen_Cache_HitRatio":0.994089,"Zen_Cache_Cas_Hits":654,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":760,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":760,"Zen_Cache_Requests_RateMean":138.04496,"Zen_Cache_Requests_TAverage":0.000164,"Zen_Cache_Requests_TMin":0.000011,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380571041,"Zen_Cas_Size_Tiny":4815496,"Zen_Cas_Size_Total":809905561,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611368.556000,"RecordId":70,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"C9FC3A4C4E1E2F62BB28FF89EBFFF962","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.003188,"NumBackendItems":1,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611368.560000,"RecordId":71,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"C9FC3A4C4E1E2F62BB28FF89EBFFF962","TotalItemsToFilter":1,"PriorityItemsToFilter":0,"TotalResults":1,"AmortizeDurationSeconds":0.000029,"WorkDurationSeconds":0.000029,"ResultLatency":"0.000025","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Span","TimestampUTC":1743611373.762000,"RecordId":72,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"Editor.LoadMap","Span_GUID":"0EEF631249A837AF8B98249D44F01D3D","Span_ParentName":"Editor","Span_ThreadId":22728,"Span_Depth":5,"Span_StartUTC":1743611371.994,"Span_EndUTC":1743611373.762,"Span_TimeInSec":1.768} +{"EventName":"Core.Loading","TimestampUTC":1743611373.763000,"RecordId":73,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"LoadMap","LoadingSeconds":1.768,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1453367683.0,"Zen_Cache_Size_Memory":127708.0,"Zen_Cache_Hits":1222,"Zen_Cache_Misses":6,"Zen_Cache_Writes":88,"Zen_Cache_HitRatio":0.995114,"Zen_Cache_Cas_Hits":854,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":972,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":972,"Zen_Cache_Requests_RateMean":135.895206,"Zen_Cache_Requests_TAverage":0.000142,"Zen_Cache_Requests_TMin":0.000011,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380571041,"Zen_Cas_Size_Tiny":4815496,"Zen_Cas_Size_Total":809905561,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":2241.0,"DDC_Summary_TotalGetMisses":105.0,"DDC_Summary_TotalGets":2346.0,"DDC_Summary_TotalGetHitPct":0.955243,"DDC_Summary_GetMissPct":0.044757,"DDC_Summary_TotalPutHits":100.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":100.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":1842.0,"DDC_Summary_ZenLocalGetTotal":1947.0,"DDC_Summary_ZenLocalGetHitPct":0.946071,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611373.764000,"RecordId":74,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Inline)","Load_Count":311,"Load_TimeSec":0.013791,"Load_SizeMB":181.665618,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":311,"Total_TimeSec":0.013791,"Total_SizeMB":181,"Efficiency":1.0,"Thread_TimeSec":0.013791} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611373.764000,"RecordId":75,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Texture (Streaming)","Load_Count":34,"Load_TimeSec":0.004255,"Load_SizeMB":9.489746,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":34,"Total_TimeSec":0.004255,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004255} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611373.765000,"RecordId":76,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":106,"Total_TimeSec":0.106961,"Total_SizeMB":43,"Efficiency":1.0,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611373.765000,"RecordId":77,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611373.766000,"RecordId":78,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611373.766000,"RecordId":79,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611373.767000,"RecordId":80,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":106,"Total_TimeSec":0.053904,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002071} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611373.767000,"RecordId":81,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":1,"Build_TimeSec":0.013635,"Build_SizeMB":4.161737,"Total_Count":5,"Total_TimeSec":0.020763,"Total_SizeMB":23,"Efficiency":0.8,"Thread_TimeSec":0.020763} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611373.768000,"RecordId":82,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":106,"Total_TimeSec":0.212946,"Total_SizeMB":65,"Efficiency":1.0,"Thread_TimeSec":0.007666} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611373.769000,"RecordId":83,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611373.769000,"RecordId":84,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611373.770000,"RecordId":85,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611373.770000,"RecordId":86,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":102,"Total_TimeSec":0.039353,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611373.771000,"RecordId":87,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"LoadMap","AssetType":"Total","Load_Count":1180,"Load_TimeSec":0.538555,"Load_SizeMB":462.090775,"Build_Count":289,"Build_TimeSec":0.592294,"Build_SizeMB":60.097803,"Total_Count":1469,"Total_TimeSec":1.130849,"Total_SizeMB":522,"Efficiency":0.803268,"Thread_TimeSec":0.686867} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611373.771000,"RecordId":88,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"LoadMap","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":2241.0,"TotalGetMisses":105.0,"TotalGets":2346.0,"TotalGetHitPct":0.955243,"GetMissPct":0.044757,"TotalPutHits":100.0,"TotalPutMisses":0.0,"TotalPuts":100.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":1842.0,"ZenLocalGetTotal":1947.0,"ZenLocalGetHitPct":0.946071,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611373.772000,"RecordId":89,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"LoadingName":"LoadMap","Zen_Enabled":true,"Zen_Cache_Size_Disk":1453367683.0,"Zen_Cache_Size_Memory":127708.0,"Zen_Cache_Hits":1222,"Zen_Cache_Misses":6,"Zen_Cache_Writes":88,"Zen_Cache_HitRatio":0.995114,"Zen_Cache_Cas_Hits":854,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":972,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":972,"Zen_Cache_Requests_RateMean":135.895206,"Zen_Cache_Requests_TAverage":0.000142,"Zen_Cache_Requests_TMin":0.000011,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380571041,"Zen_Cas_Size_Tiny":4815496,"Zen_Cas_Size_Total":809905561,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611373.789000,"RecordId":90,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","TaskName":"Loading OpenWorld_01...","SchemaVersion":1,"Span_Name":"ST Loading OpenWorld_01...","Span_GUID":"5F92D5EA4D43C5A2CA98DAA37FB747C6","Span_ParentName":"Editor.Interact","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611369.64,"Span_EndUTC":1743611373.789,"Span_TimeInSec":4.149} +{"EventName":"Span","TimestampUTC":1743611373.790000,"RecordId":91,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","TaskName":"Loading OpenWorld_01...","SchemaVersion":1,"Span_Name":"Open Asset Editor","Span_GUID":"321191DD414AE7793A0B48954E96131D","Span_ParentName":"ST Loading OpenWorld_01...","Span_ThreadId":22728,"Span_Depth":4,"Span_StartUTC":1743611371.994,"Span_EndUTC":1743611373.79,"Span_TimeInSec":1.796} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611374.515000,"RecordId":92,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"731D5239423096634616958CF0A07336","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004889,"NumBackendItems":1,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611374.516000,"RecordId":93,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"731D5239423096634616958CF0A07336","TotalItemsToFilter":1,"PriorityItemsToFilter":0,"TotalResults":1,"AmortizeDurationSeconds":0.000012,"WorkDurationSeconds":0.000012,"ResultLatency":"0.000009","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Span","TimestampUTC":1743611375.289000,"RecordId":94,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":11,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":38.132378,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"82FB3145433995BE46E5E99CD009795F","Span_ParentName":"Editor.Interact","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611374.318,"Span_EndUTC":1743611375.289,"Span_TimeInSec":0.971} +{"EventName":"Core.Hitch","TimestampUTC":1743611375.290000,"RecordId":95,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":11,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":38.132378} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611375.291000,"RecordId":96,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":507,"Load_TimeSec":0.014143,"Load_SizeMB":259.873053,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":507,"Total_TimeSec":0.014143,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014143} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611375.291000,"RecordId":97,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611375.292000,"RecordId":98,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":106,"Total_TimeSec":0.106961,"Total_SizeMB":43,"Efficiency":1.0,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611375.292000,"RecordId":99,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611375.293000,"RecordId":100,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611375.293000,"RecordId":101,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611375.294000,"RecordId":102,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":106,"Total_TimeSec":0.053904,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002071} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611375.294000,"RecordId":103,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611375.295000,"RecordId":104,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":106,"Total_TimeSec":0.212946,"Total_SizeMB":65,"Efficiency":1.0,"Thread_TimeSec":0.007666} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611375.295000,"RecordId":105,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611375.296000,"RecordId":106,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611375.297000,"RecordId":107,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611375.297000,"RecordId":108,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":102,"Total_TimeSec":0.039353,"Total_SizeMB":1,"Efficiency":1.0,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611375.298000,"RecordId":109,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":1377,"Load_TimeSec":0.53899,"Load_SizeMB":540.299919,"Build_Count":309,"Build_TimeSec":0.614582,"Build_SizeMB":65.048139,"Total_Count":1686,"Total_TimeSec":1.153572,"Total_SizeMB":605,"Efficiency":0.816726,"Thread_TimeSec":0.70959} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611375.298000,"RecordId":110,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":2658.0,"TotalGetMisses":105.0,"TotalGets":2763.0,"TotalGetHitPct":0.961998,"GetMissPct":0.038002,"TotalPutHits":120.0,"TotalPutMisses":0.0,"TotalPuts":120.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2253.0,"ZenLocalGetTotal":2358.0,"ZenLocalGetHitPct":0.955471,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611375.299000,"RecordId":111,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":1453367683.0,"Zen_Cache_Size_Memory":127708.0,"Zen_Cache_Hits":1222,"Zen_Cache_Misses":6,"Zen_Cache_Writes":88,"Zen_Cache_HitRatio":0.995114,"Zen_Cache_Cas_Hits":854,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":0,"Zen_Cache_Requests":972,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":972,"Zen_Cache_Requests_RateMean":135.895206,"Zen_Cache_Requests_TAverage":0.000142,"Zen_Cache_Requests_TMin":0.000011,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380571041,"Zen_Cas_Size_Tiny":4815496,"Zen_Cas_Size_Total":809905561,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611390.234000,"RecordId":112,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"9905CC6C4F52D0EB1A95C3B26643DFE7","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004718,"NumBackendItems":3,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611390.234000,"RecordId":113,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"9905CC6C4F52D0EB1A95C3B26643DFE7","TotalItemsToFilter":3,"PriorityItemsToFilter":0,"TotalResults":3,"AmortizeDurationSeconds":0.00002,"WorkDurationSeconds":0.00002,"ResultLatency":"0.000012","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611391.237000,"RecordId":114,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"50B0B08F42652940EF385D8837391F8E","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004481,"NumBackendItems":4,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611391.240000,"RecordId":115,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"50B0B08F42652940EF385D8837391F8E","TotalItemsToFilter":4,"PriorityItemsToFilter":0,"TotalResults":4,"AmortizeDurationSeconds":0.00002,"WorkDurationSeconds":0.00002,"ResultLatency":"0.000012","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611394.299000,"RecordId":116,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"AFA5300A49A349830FDBC791EDC8EA35","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004516,"NumBackendItems":6,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611394.299000,"RecordId":117,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"AFA5300A49A349830FDBC791EDC8EA35","TotalItemsToFilter":6,"PriorityItemsToFilter":0,"TotalResults":6,"AmortizeDurationSeconds":0.000021,"WorkDurationSeconds":0.000021,"ResultLatency":"0.000016","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611396.693000,"RecordId":118,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"FDEDEB134F3765A95EF498B83EEE433C","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004523,"NumBackendItems":3,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611396.696000,"RecordId":119,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"FDEDEB134F3765A95EF498B83EEE433C","TotalItemsToFilter":3,"PriorityItemsToFilter":0,"TotalResults":3,"AmortizeDurationSeconds":0.00003,"WorkDurationSeconds":0.00003,"ResultLatency":"0.000017","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611397.168000,"RecordId":120,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"CCB97CC44EB9DF9F62F3CFBAE6BC49E6","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004852,"NumBackendItems":4,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611397.171000,"RecordId":121,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"CCB97CC44EB9DF9F62F3CFBAE6BC49E6","TotalItemsToFilter":4,"PriorityItemsToFilter":0,"TotalResults":4,"AmortizeDurationSeconds":0.000041,"WorkDurationSeconds":0.000041,"ResultLatency":"0.000024","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611398.852000,"RecordId":122,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"80724953475384EFDD7491B669816A6A","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.005167,"NumBackendItems":31,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611398.856000,"RecordId":123,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"80724953475384EFDD7491B669816A6A","TotalItemsToFilter":31,"PriorityItemsToFilter":0,"TotalResults":31,"AmortizeDurationSeconds":0.000069,"WorkDurationSeconds":0.000069,"ResultLatency":"0.000048","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611401.711000,"RecordId":124,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"B6C2D6CD4D20301F21FF0F99E5A22BFA","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004473,"NumBackendItems":4,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611401.715000,"RecordId":125,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"B6C2D6CD4D20301F21FF0F99E5A22BFA","TotalItemsToFilter":4,"PriorityItemsToFilter":0,"TotalResults":4,"AmortizeDurationSeconds":0.000018,"WorkDurationSeconds":0.000018,"ResultLatency":"0.000011","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611403.449000,"RecordId":126,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"467AF80A48F8E995C4D1CBB030015892","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.005466,"NumBackendItems":3,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611403.450000,"RecordId":127,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"467AF80A48F8E995C4D1CBB030015892","TotalItemsToFilter":3,"PriorityItemsToFilter":0,"TotalResults":3,"AmortizeDurationSeconds":0.000033,"WorkDurationSeconds":0.000033,"ResultLatency":"0.000018","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611404.732000,"RecordId":128,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"B0074B52498CB65BF9BFC1B5D7EC7B05","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004671,"NumBackendItems":3,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611404.736000,"RecordId":129,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"B0074B52498CB65BF9BFC1B5D7EC7B05","TotalItemsToFilter":3,"PriorityItemsToFilter":0,"TotalResults":3,"AmortizeDurationSeconds":0.000018,"WorkDurationSeconds":0.000018,"ResultLatency":"0.000011","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611406.447000,"RecordId":130,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"D82CCF094DCAAF4881A358AAD1D8CDF9","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004338,"NumBackendItems":2,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611406.448000,"RecordId":131,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"D82CCF094DCAAF4881A358AAD1D8CDF9","TotalItemsToFilter":2,"PriorityItemsToFilter":0,"TotalResults":2,"AmortizeDurationSeconds":0.000015,"WorkDurationSeconds":0.000015,"ResultLatency":"0.000009","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611408.300000,"RecordId":132,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"C44B33F34AE828D90E55049C0BE92F3C","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004651,"NumBackendItems":3,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611408.304000,"RecordId":133,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"C44B33F34AE828D90E55049C0BE92F3C","TotalItemsToFilter":3,"PriorityItemsToFilter":0,"TotalResults":3,"AmortizeDurationSeconds":0.000026,"WorkDurationSeconds":0.000026,"ResultLatency":"0.000017","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611409.028000,"RecordId":134,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"D80895884B5D4D393EA3AEB39F3EF23F","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004674,"NumBackendItems":8,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611409.032000,"RecordId":135,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"D80895884B5D4D393EA3AEB39F3EF23F","TotalItemsToFilter":8,"PriorityItemsToFilter":0,"TotalResults":8,"AmortizeDurationSeconds":0.000036,"WorkDurationSeconds":0.000037,"ResultLatency":"0.000025","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611411.076000,"RecordId":136,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"C90741BA4C9E34366E8EF5BC46FBF3B7","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.00517,"NumBackendItems":3,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611411.079000,"RecordId":137,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"C90741BA4C9E34366E8EF5BC46FBF3B7","TotalItemsToFilter":3,"PriorityItemsToFilter":0,"TotalResults":3,"AmortizeDurationSeconds":0.000021,"WorkDurationSeconds":0.000021,"ResultLatency":"0.000013","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611411.670000,"RecordId":138,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"4F920C13400773AF349B17B21BBA1D40","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004474,"NumBackendItems":2,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611411.671000,"RecordId":139,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"4F920C13400773AF349B17B21BBA1D40","TotalItemsToFilter":2,"PriorityItemsToFilter":0,"TotalResults":2,"AmortizeDurationSeconds":0.000017,"WorkDurationSeconds":0.000017,"ResultLatency":"0.00001","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611413.112000,"RecordId":140,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"5093AC764404D6AF92BE19B436B2BD87","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004515,"NumBackendItems":2,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611413.113000,"RecordId":141,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"5093AC764404D6AF92BE19B436B2BD87","TotalItemsToFilter":2,"PriorityItemsToFilter":0,"TotalResults":2,"AmortizeDurationSeconds":0.000015,"WorkDurationSeconds":0.000015,"ResultLatency":"0.000012","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Span","TimestampUTC":1743611457.286000,"RecordId":142,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":4,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":11.550551,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"0826BF6F498350C5565E028AEA7DBB44","Span_ParentName":"Editor.Interact","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611455.264,"Span_EndUTC":1743611457.286,"Span_TimeInSec":2.022} +{"EventName":"Core.Hitch","TimestampUTC":1743611457.289000,"RecordId":143,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":4,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":11.550551} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611457.290000,"RecordId":144,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611457.290000,"RecordId":145,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611457.291000,"RecordId":146,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611457.291000,"RecordId":147,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611457.292000,"RecordId":148,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611457.292000,"RecordId":149,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611457.294000,"RecordId":150,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611457.294000,"RecordId":151,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611457.295000,"RecordId":152,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611457.295000,"RecordId":153,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611457.296000,"RecordId":154,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611457.296000,"RecordId":155,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611457.297000,"RecordId":156,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611457.297000,"RecordId":157,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611457.298000,"RecordId":158,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":2989.0,"TotalGetMisses":110.0,"TotalGets":3099.0,"TotalGetHitPct":0.964505,"GetMissPct":0.035495,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2581.0,"ZenLocalGetTotal":2691.0,"ZenLocalGetHitPct":0.959123,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611457.299000,"RecordId":159,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":250640.0,"Zen_Cache_Hits":2672,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996271,"Zen_Cache_Cas_Hits":1526,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2132,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2132,"Zen_Cache_Requests_RateMean":24.837799,"Zen_Cache_Requests_TAverage":0.000105,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611459.938000,"RecordId":160,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"DB62CB5F45013ECD5C76EC81FB7B7F26","Span_ParentName":"Session","Span_ThreadId":22728,"Span_Depth":1,"Span_StartUTC":1743611355.69,"Span_EndUTC":1743611459.938,"Span_TimeInSec":104.248} +{"EventName":"Span","TimestampUTC":1743611459.939000,"RecordId":161,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"ThirdPersonMap","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"F6729FA64160AD97B17F4BA2419EA487","Span_ParentName":"Editor","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611362.626,"Span_EndUTC":1743611459.939,"Span_TimeInSec":97.313} +{"EventName":"Span","TimestampUTC":1743611459.939000,"RecordId":162,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"93B074E44A3B533EABE3638A116D5775","Span_ParentName":"PIE.Startup","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611459.939,"Span_EndUTC":1743611459.939,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1743611460.245000,"RecordId":163,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"86EF876E448E06F162E8B78771D25F58","Span_ParentName":"PIE.Startup","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611459.943,"Span_EndUTC":1743611460.245,"Span_TimeInSec":0.302} +{"EventName":"Core.Loading","TimestampUTC":1743611460.246000,"RecordId":164,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.302,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":250640.0,"Zen_Cache_Hits":2672,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996271,"Zen_Cache_Cas_Hits":1526,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2132,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2132,"Zen_Cache_Requests_RateMean":24.837799,"Zen_Cache_Requests_TAverage":0.000105,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":2989.0,"DDC_Summary_TotalGetMisses":110.0,"DDC_Summary_TotalGets":3099.0,"DDC_Summary_TotalGetHitPct":0.964505,"DDC_Summary_GetMissPct":0.035495,"DDC_Summary_TotalPutHits":126.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":126.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2581.0,"DDC_Summary_ZenLocalGetTotal":2691.0,"DDC_Summary_ZenLocalGetHitPct":0.959123,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.247000,"RecordId":165,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.247000,"RecordId":166,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.248000,"RecordId":167,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.248000,"RecordId":168,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.249000,"RecordId":169,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.249000,"RecordId":170,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.250000,"RecordId":171,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.251000,"RecordId":172,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.251000,"RecordId":173,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.252000,"RecordId":174,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.252000,"RecordId":175,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.253000,"RecordId":176,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.253000,"RecordId":177,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.254000,"RecordId":178,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611460.254000,"RecordId":179,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":2989.0,"TotalGetMisses":110.0,"TotalGets":3099.0,"TotalGetHitPct":0.964505,"GetMissPct":0.035495,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2581.0,"ZenLocalGetTotal":2691.0,"ZenLocalGetHitPct":0.959123,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611460.255000,"RecordId":180,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":250640.0,"Zen_Cache_Hits":2672,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996271,"Zen_Cache_Cas_Hits":1526,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2132,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2132,"Zen_Cache_Requests_RateMean":20.671124,"Zen_Cache_Requests_TAverage":0.000105,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611460.461000,"RecordId":181,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"449997834BEF7AD6DA86B2AD8F98A6C7","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611459.939,"Span_EndUTC":1743611460.461,"Span_TimeInSec":0.522} +{"EventName":"Core.Loading","TimestampUTC":1743611460.462000,"RecordId":182,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.522,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":250640.0,"Zen_Cache_Hits":2672,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996271,"Zen_Cache_Cas_Hits":1526,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2132,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2132,"Zen_Cache_Requests_RateMean":20.671124,"Zen_Cache_Requests_TAverage":0.000105,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":2989.0,"DDC_Summary_TotalGetMisses":110.0,"DDC_Summary_TotalGets":3099.0,"DDC_Summary_TotalGetHitPct":0.964505,"DDC_Summary_GetMissPct":0.035495,"DDC_Summary_TotalPutHits":126.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":126.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2581.0,"DDC_Summary_ZenLocalGetTotal":2691.0,"DDC_Summary_ZenLocalGetHitPct":0.959123,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.463000,"RecordId":183,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.463000,"RecordId":184,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.464000,"RecordId":185,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.464000,"RecordId":186,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.465000,"RecordId":187,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.466000,"RecordId":188,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.466000,"RecordId":189,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.467000,"RecordId":190,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.467000,"RecordId":191,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.468000,"RecordId":192,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.468000,"RecordId":193,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.469000,"RecordId":194,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.470000,"RecordId":195,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.470000,"RecordId":196,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611460.471000,"RecordId":197,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":2989.0,"TotalGetMisses":110.0,"TotalGets":3099.0,"TotalGetHitPct":0.964505,"GetMissPct":0.035495,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2581.0,"ZenLocalGetTotal":2691.0,"ZenLocalGetHitPct":0.959123,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611460.471000,"RecordId":198,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":250640.0,"Zen_Cache_Hits":2672,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996271,"Zen_Cache_Cas_Hits":1526,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2132,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2132,"Zen_Cache_Requests_RateMean":20.671124,"Zen_Cache_Requests_TAverage":0.000105,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Core.Loading","TimestampUTC":1743611460.472000,"RecordId":199,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"TimeToPIE","LoadingSeconds":9.867189,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":250640.0,"Zen_Cache_Hits":2672,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996271,"Zen_Cache_Cas_Hits":1526,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2132,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2132,"Zen_Cache_Requests_RateMean":20.671124,"Zen_Cache_Requests_TAverage":0.000105,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":2989.0,"DDC_Summary_TotalGetMisses":110.0,"DDC_Summary_TotalGets":3099.0,"DDC_Summary_TotalGetHitPct":0.964505,"DDC_Summary_GetMissPct":0.035495,"DDC_Summary_TotalPutHits":126.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":126.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2581.0,"DDC_Summary_ZenLocalGetTotal":2691.0,"DDC_Summary_ZenLocalGetHitPct":0.959123,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.473000,"RecordId":200,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.473000,"RecordId":201,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.474000,"RecordId":202,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.474000,"RecordId":203,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.475000,"RecordId":204,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.476000,"RecordId":205,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.476000,"RecordId":206,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.477000,"RecordId":207,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.477000,"RecordId":208,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.478000,"RecordId":209,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.478000,"RecordId":210,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.479000,"RecordId":211,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.479000,"RecordId":212,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611460.480000,"RecordId":213,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"TimeToPIE","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611460.481000,"RecordId":214,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"TimeToPIE","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":2989.0,"TotalGetMisses":110.0,"TotalGets":3099.0,"TotalGetHitPct":0.964505,"GetMissPct":0.035495,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2581.0,"ZenLocalGetTotal":2691.0,"ZenLocalGetHitPct":0.959123,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611460.481000,"RecordId":215,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"LoadingName":"TimeToPIE","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":250640.0,"Zen_Cache_Hits":2672,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996271,"Zen_Cache_Cas_Hits":1526,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2132,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2132,"Zen_Cache_Requests_RateMean":20.671124,"Zen_Cache_Requests_TAverage":0.000105,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611461.243000,"RecordId":216,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":2,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":54.121567,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"38DDB44F46EA51D1DD4016A752075745","Span_ParentName":"PIE.Interact","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611460.724,"Span_EndUTC":1743611461.243,"Span_TimeInSec":0.519} +{"EventName":"Core.Hitch","TimestampUTC":1743611461.247000,"RecordId":217,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":2,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":54.121567} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611461.247000,"RecordId":218,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611461.248000,"RecordId":219,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611461.249000,"RecordId":220,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611461.249000,"RecordId":221,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611461.250000,"RecordId":222,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611461.250000,"RecordId":223,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611461.251000,"RecordId":224,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611461.251000,"RecordId":225,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611461.252000,"RecordId":226,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611461.253000,"RecordId":227,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611461.253000,"RecordId":228,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611461.254000,"RecordId":229,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611461.254000,"RecordId":230,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611461.255000,"RecordId":231,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611461.256000,"RecordId":232,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3025.0,"TotalGetMisses":110.0,"TotalGets":3135.0,"TotalGetHitPct":0.964912,"GetMissPct":0.035088,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2617.0,"ZenLocalGetTotal":2727.0,"ZenLocalGetHitPct":0.959663,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611461.256000,"RecordId":233,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":250640.0,"Zen_Cache_Hits":2672,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996271,"Zen_Cache_Cas_Hits":1526,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2132,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2132,"Zen_Cache_Requests_RateMean":20.671124,"Zen_Cache_Requests_TAverage":0.000105,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611518.190000,"RecordId":234,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"2E3F81C941EF22DDBEB43D9179A616FB","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611460.482,"Span_EndUTC":1743611518.19,"Span_TimeInSec":57.708} +{"EventName":"Span","TimestampUTC":1743611518.317000,"RecordId":235,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"1E98437247E9264BBB4AA6B993AF7FF5","Span_ParentName":"Session","Span_ThreadId":22728,"Span_Depth":1,"Span_StartUTC":1743611459.939,"Span_EndUTC":1743611518.317,"Span_TimeInSec":58.378} +{"EventName":"Span","TimestampUTC":1743611518.318000,"RecordId":236,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"7984C5CF4755BA43BD4E898D8A5CFC00","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611518.193,"Span_EndUTC":1743611518.318,"Span_TimeInSec":0.125} +{"EventName":"Core.Loading","TimestampUTC":1743611518.319000,"RecordId":237,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":58.378,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":254832.0,"Zen_Cache_Hits":2819,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996465,"Zen_Cache_Cas_Hits":1538,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2246,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2246,"Zen_Cache_Requests_RateMean":14.692797,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3140.0,"DDC_Summary_TotalGetMisses":110.0,"DDC_Summary_TotalGets":3250.0,"DDC_Summary_TotalGetHitPct":0.966154,"DDC_Summary_GetMissPct":0.033846,"DDC_Summary_TotalPutHits":126.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":126.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2732.0,"DDC_Summary_ZenLocalGetTotal":2842.0,"DDC_Summary_ZenLocalGetHitPct":0.961295,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611518.320000,"RecordId":238,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611518.321000,"RecordId":239,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611518.321000,"RecordId":240,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611518.322000,"RecordId":241,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611518.323000,"RecordId":242,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611518.323000,"RecordId":243,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611518.324000,"RecordId":244,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611518.324000,"RecordId":245,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611518.325000,"RecordId":246,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611518.325000,"RecordId":247,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611518.326000,"RecordId":248,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611518.326000,"RecordId":249,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611518.327000,"RecordId":250,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611518.328000,"RecordId":251,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611518.328000,"RecordId":252,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3140.0,"TotalGetMisses":110.0,"TotalGets":3250.0,"TotalGetHitPct":0.966154,"GetMissPct":0.033846,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2732.0,"ZenLocalGetTotal":2842.0,"ZenLocalGetHitPct":0.961295,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611518.329000,"RecordId":253,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":254832.0,"Zen_Cache_Hits":2819,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996465,"Zen_Cache_Cas_Hits":1538,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2246,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2246,"Zen_Cache_Requests_RateMean":14.692797,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611529.261000,"RecordId":254,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"9611FD8D4C9668DE28CFAFBB419F0CBC","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.005701,"NumBackendItems":2,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611529.261000,"RecordId":255,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"9611FD8D4C9668DE28CFAFBB419F0CBC","TotalItemsToFilter":2,"PriorityItemsToFilter":0,"TotalResults":2,"AmortizeDurationSeconds":0.000016,"WorkDurationSeconds":0.000016,"ResultLatency":"0.000012","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611536.164000,"RecordId":256,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"A18CC5744C996EBFC9CDDF97CEB78C2D","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004748,"NumBackendItems":3,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611536.165000,"RecordId":257,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"A18CC5744C996EBFC9CDDF97CEB78C2D","TotalItemsToFilter":3,"PriorityItemsToFilter":0,"TotalResults":3,"AmortizeDurationSeconds":0.000019,"WorkDurationSeconds":0.000019,"ResultLatency":"0.000011","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611548.993000,"RecordId":258,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"80EC9F2C452D1121793B2E846A428CF1","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.005246,"NumBackendItems":2,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611548.997000,"RecordId":259,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"80EC9F2C452D1121793B2E846A428CF1","TotalItemsToFilter":2,"PriorityItemsToFilter":0,"TotalResults":2,"AmortizeDurationSeconds":0.000018,"WorkDurationSeconds":0.000018,"ResultLatency":"0.000011","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611550.289000,"RecordId":260,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"5C34F38F4841279F8E0A3CBB5D456319","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.005552,"NumBackendItems":2,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611550.293000,"RecordId":261,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"5C34F38F4841279F8E0A3CBB5D456319","TotalItemsToFilter":2,"PriorityItemsToFilter":0,"TotalResults":2,"AmortizeDurationSeconds":0.000018,"WorkDurationSeconds":0.000018,"ResultLatency":"0.000014","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611551.662000,"RecordId":262,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"679BA9664FEB56A78BAE798D66D23CDB","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.00465,"NumBackendItems":2,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611551.663000,"RecordId":263,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"679BA9664FEB56A78BAE798D66D23CDB","TotalItemsToFilter":2,"PriorityItemsToFilter":0,"TotalResults":2,"AmortizeDurationSeconds":0.000032,"WorkDurationSeconds":0.000032,"ResultLatency":"0.00002","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611552.131000,"RecordId":264,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"B56EA4B3489BBD551FEF6AAA9989CDC1","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004526,"NumBackendItems":3,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611552.134000,"RecordId":265,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"B56EA4B3489BBD551FEF6AAA9989CDC1","TotalItemsToFilter":3,"PriorityItemsToFilter":0,"TotalResults":3,"AmortizeDurationSeconds":0.000016,"WorkDurationSeconds":0.000016,"ResultLatency":"0.000009","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611555.024000,"RecordId":266,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"1458CA79412430AED6AE5CB1FC448D8C","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.005301,"NumBackendItems":4,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611555.027000,"RecordId":267,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"1458CA79412430AED6AE5CB1FC448D8C","TotalItemsToFilter":4,"PriorityItemsToFilter":0,"TotalResults":4,"AmortizeDurationSeconds":0.000021,"WorkDurationSeconds":0.000022,"ResultLatency":"0.000013","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Span","TimestampUTC":1743611596.427000,"RecordId":268,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"0CAFAAEA46F1CF41A347D9B1AE2661CB","Span_ParentName":"Session","Span_ThreadId":22728,"Span_Depth":1,"Span_StartUTC":1743611518.329,"Span_EndUTC":1743611596.427,"Span_TimeInSec":78.098} +{"EventName":"Span","TimestampUTC":1743611596.428000,"RecordId":269,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"0500283545D271DEA1CF7C962E534360","Span_ParentName":"Editor","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611518.329,"Span_EndUTC":1743611596.428,"Span_TimeInSec":78.099} +{"EventName":"Span","TimestampUTC":1743611596.428000,"RecordId":270,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"7C031B01487ABE569D3101939802AC7C","Span_ParentName":"PIE.Startup","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611596.428,"Span_EndUTC":1743611596.428,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1743611596.677000,"RecordId":271,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"9297107E40095EBC26AF3281E5BDB9C0","Span_ParentName":"PIE.Startup","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611596.429,"Span_EndUTC":1743611596.677,"Span_TimeInSec":0.248} +{"EventName":"Core.Loading","TimestampUTC":1743611596.678000,"RecordId":272,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.248,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2824,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996471,"Zen_Cache_Cas_Hits":1539,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2251,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2251,"Zen_Cache_Requests_RateMean":10.594166,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3142.0,"DDC_Summary_TotalGetMisses":110.0,"DDC_Summary_TotalGets":3252.0,"DDC_Summary_TotalGetHitPct":0.966175,"DDC_Summary_GetMissPct":0.033825,"DDC_Summary_TotalPutHits":126.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":126.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2734.0,"DDC_Summary_ZenLocalGetTotal":2844.0,"DDC_Summary_ZenLocalGetHitPct":0.961322,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.679000,"RecordId":273,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.679000,"RecordId":274,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.680000,"RecordId":275,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.680000,"RecordId":276,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.681000,"RecordId":277,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.682000,"RecordId":278,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.682000,"RecordId":279,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.683000,"RecordId":280,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.683000,"RecordId":281,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.684000,"RecordId":282,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.684000,"RecordId":283,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.685000,"RecordId":284,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.685000,"RecordId":285,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.686000,"RecordId":286,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611596.687000,"RecordId":287,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3142.0,"TotalGetMisses":110.0,"TotalGets":3252.0,"TotalGetHitPct":0.966175,"GetMissPct":0.033825,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2734.0,"ZenLocalGetTotal":2844.0,"ZenLocalGetHitPct":0.961322,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611596.687000,"RecordId":288,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2824,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996471,"Zen_Cache_Cas_Hits":1539,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2251,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2251,"Zen_Cache_Requests_RateMean":10.594166,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611596.893000,"RecordId":289,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"A86C11B2436756640F46C2A9C4A8ADCB","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611596.428,"Span_EndUTC":1743611596.893,"Span_TimeInSec":0.465} +{"EventName":"Core.Loading","TimestampUTC":1743611596.894000,"RecordId":290,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.465,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2824,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996471,"Zen_Cache_Cas_Hits":1539,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2251,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2251,"Zen_Cache_Requests_RateMean":10.594166,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3142.0,"DDC_Summary_TotalGetMisses":110.0,"DDC_Summary_TotalGets":3252.0,"DDC_Summary_TotalGetHitPct":0.966175,"DDC_Summary_GetMissPct":0.033825,"DDC_Summary_TotalPutHits":126.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":126.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2734.0,"DDC_Summary_ZenLocalGetTotal":2844.0,"DDC_Summary_ZenLocalGetHitPct":0.961322,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.895000,"RecordId":291,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.895000,"RecordId":292,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.896000,"RecordId":293,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.897000,"RecordId":294,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.897000,"RecordId":295,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.898000,"RecordId":296,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.898000,"RecordId":297,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.899000,"RecordId":298,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.900000,"RecordId":299,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.900000,"RecordId":300,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.901000,"RecordId":301,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.901000,"RecordId":302,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.902000,"RecordId":303,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611596.902000,"RecordId":304,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611596.903000,"RecordId":305,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3142.0,"TotalGetMisses":110.0,"TotalGets":3252.0,"TotalGetHitPct":0.966175,"GetMissPct":0.033825,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2734.0,"ZenLocalGetTotal":2844.0,"ZenLocalGetHitPct":0.961322,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611596.904000,"RecordId":306,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2824,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996471,"Zen_Cache_Cas_Hits":1539,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2251,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2251,"Zen_Cache_Requests_RateMean":10.594166,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611597.243000,"RecordId":307,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":7.157363,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"F81F735A492A641412FBCA88CB62A7E0","Span_ParentName":"PIE.Interact","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611597.132,"Span_EndUTC":1743611597.243,"Span_TimeInSec":0.111} +{"EventName":"Core.Hitch","TimestampUTC":1743611597.243000,"RecordId":308,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":7.157363} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611597.244000,"RecordId":309,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611597.245000,"RecordId":310,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611597.245000,"RecordId":311,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611597.246000,"RecordId":312,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611597.246000,"RecordId":313,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611597.247000,"RecordId":314,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611597.247000,"RecordId":315,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611597.248000,"RecordId":316,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611597.249000,"RecordId":317,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611597.249000,"RecordId":318,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611597.250000,"RecordId":319,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611597.250000,"RecordId":320,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611597.251000,"RecordId":321,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611597.251000,"RecordId":322,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611597.252000,"RecordId":323,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3142.0,"TotalGetMisses":110.0,"TotalGets":3252.0,"TotalGetHitPct":0.966175,"GetMissPct":0.033825,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2734.0,"ZenLocalGetTotal":2844.0,"ZenLocalGetHitPct":0.961322,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611597.252000,"RecordId":324,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2824,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996471,"Zen_Cache_Cas_Hits":1539,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2251,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2251,"Zen_Cache_Requests_RateMean":10.594166,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611602.139000,"RecordId":325,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"9D450C8B4B89DE59C657C1930D9C9578","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611596.904,"Span_EndUTC":1743611602.139,"Span_TimeInSec":5.235} +{"EventName":"Span","TimestampUTC":1743611602.261000,"RecordId":326,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"FFC98F094D271C7C2A91AEBD822E2A10","Span_ParentName":"Session","Span_ThreadId":22728,"Span_Depth":1,"Span_StartUTC":1743611596.428,"Span_EndUTC":1743611602.261,"Span_TimeInSec":5.833} +{"EventName":"Span","TimestampUTC":1743611602.261000,"RecordId":327,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"7A001EDA48E5F29C4236EABAA5F697B2","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611602.14,"Span_EndUTC":1743611602.261,"Span_TimeInSec":0.121} +{"EventName":"Core.Loading","TimestampUTC":1743611602.262000,"RecordId":328,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":5.833,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2825,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996473,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2252,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2252,"Zen_Cache_Requests_RateMean":9.377649,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3142.0,"DDC_Summary_TotalGetMisses":110.0,"DDC_Summary_TotalGets":3252.0,"DDC_Summary_TotalGetHitPct":0.966175,"DDC_Summary_GetMissPct":0.033825,"DDC_Summary_TotalPutHits":126.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":126.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2734.0,"DDC_Summary_ZenLocalGetTotal":2844.0,"DDC_Summary_ZenLocalGetHitPct":0.961322,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611602.263000,"RecordId":329,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611602.264000,"RecordId":330,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611602.264000,"RecordId":331,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611602.265000,"RecordId":332,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611602.265000,"RecordId":333,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611602.266000,"RecordId":334,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611602.266000,"RecordId":335,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611602.267000,"RecordId":336,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611602.267000,"RecordId":337,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611602.268000,"RecordId":338,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611602.268000,"RecordId":339,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611602.269000,"RecordId":340,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611602.270000,"RecordId":341,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611602.270000,"RecordId":342,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611602.271000,"RecordId":343,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3142.0,"TotalGetMisses":110.0,"TotalGets":3252.0,"TotalGetHitPct":0.966175,"GetMissPct":0.033825,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2734.0,"ZenLocalGetTotal":2844.0,"ZenLocalGetHitPct":0.961322,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611602.271000,"RecordId":344,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2825,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996473,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2252,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2252,"Zen_Cache_Requests_RateMean":9.377649,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611613.369000,"RecordId":345,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"91798C06437B7F68E091679E73CCF0CD","Span_ParentName":"Session","Span_ThreadId":22728,"Span_Depth":1,"Span_StartUTC":1743611602.272,"Span_EndUTC":1743611613.369,"Span_TimeInSec":11.097} +{"EventName":"Span","TimestampUTC":1743611613.370000,"RecordId":346,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"1F5C378744D799B1B6B11EBD6E321D85","Span_ParentName":"Editor","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611602.272,"Span_EndUTC":1743611613.37,"Span_TimeInSec":11.098} +{"EventName":"Span","TimestampUTC":1743611613.370000,"RecordId":347,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"AC54326C4D2228A9C47BB8A4552552F3","Span_ParentName":"PIE.Startup","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611613.37,"Span_EndUTC":1743611613.37,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1743611613.607000,"RecordId":348,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"5B70B9D642A3DBBD54D8248F21370648","Span_ParentName":"PIE.Startup","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611613.371,"Span_EndUTC":1743611613.607,"Span_TimeInSec":0.236} +{"EventName":"Core.Loading","TimestampUTC":1743611613.608000,"RecordId":349,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.236,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2825,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996473,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2252,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2252,"Zen_Cache_Requests_RateMean":9.377649,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3142.0,"DDC_Summary_TotalGetMisses":110.0,"DDC_Summary_TotalGets":3252.0,"DDC_Summary_TotalGetHitPct":0.966175,"DDC_Summary_GetMissPct":0.033825,"DDC_Summary_TotalPutHits":126.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":126.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2734.0,"DDC_Summary_ZenLocalGetTotal":2844.0,"DDC_Summary_ZenLocalGetHitPct":0.961322,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.609000,"RecordId":350,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.609000,"RecordId":351,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.610000,"RecordId":352,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.610000,"RecordId":353,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.611000,"RecordId":354,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.611000,"RecordId":355,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.612000,"RecordId":356,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.612000,"RecordId":357,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.613000,"RecordId":358,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.614000,"RecordId":359,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.614000,"RecordId":360,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.615000,"RecordId":361,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.615000,"RecordId":362,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.616000,"RecordId":363,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611613.616000,"RecordId":364,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3142.0,"TotalGetMisses":110.0,"TotalGets":3252.0,"TotalGetHitPct":0.966175,"GetMissPct":0.033825,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2734.0,"ZenLocalGetTotal":2844.0,"ZenLocalGetHitPct":0.961322,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611613.617000,"RecordId":365,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2825,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996473,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2252,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2252,"Zen_Cache_Requests_RateMean":8.779689,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611613.834000,"RecordId":366,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"E6CC77DC424340B0DC9122B64BD21C18","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611613.37,"Span_EndUTC":1743611613.834,"Span_TimeInSec":0.464} +{"EventName":"Core.Loading","TimestampUTC":1743611613.835000,"RecordId":367,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.464,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2825,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996473,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2252,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2252,"Zen_Cache_Requests_RateMean":8.779689,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3142.0,"DDC_Summary_TotalGetMisses":110.0,"DDC_Summary_TotalGets":3252.0,"DDC_Summary_TotalGetHitPct":0.966175,"DDC_Summary_GetMissPct":0.033825,"DDC_Summary_TotalPutHits":126.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":126.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2734.0,"DDC_Summary_ZenLocalGetTotal":2844.0,"DDC_Summary_ZenLocalGetHitPct":0.961322,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.836000,"RecordId":368,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.836000,"RecordId":369,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.837000,"RecordId":370,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.837000,"RecordId":371,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.838000,"RecordId":372,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.838000,"RecordId":373,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.839000,"RecordId":374,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.840000,"RecordId":375,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.840000,"RecordId":376,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.841000,"RecordId":377,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.841000,"RecordId":378,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.842000,"RecordId":379,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.842000,"RecordId":380,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611613.843000,"RecordId":381,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611613.843000,"RecordId":382,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3142.0,"TotalGetMisses":110.0,"TotalGets":3252.0,"TotalGetHitPct":0.966175,"GetMissPct":0.033825,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2734.0,"ZenLocalGetTotal":2844.0,"ZenLocalGetHitPct":0.961322,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611613.844000,"RecordId":383,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2825,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996473,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2252,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2252,"Zen_Cache_Requests_RateMean":8.779689,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611614.244000,"RecordId":384,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":14.532707,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"ACEFBA8F47174077634CE8AC9DD8D6B6","Span_ParentName":"PIE.Interact","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611614.074,"Span_EndUTC":1743611614.244,"Span_TimeInSec":0.17} +{"EventName":"Core.Hitch","TimestampUTC":1743611614.245000,"RecordId":385,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":14.532707} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611614.245000,"RecordId":386,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611614.246000,"RecordId":387,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611614.247000,"RecordId":388,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611614.247000,"RecordId":389,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611614.248000,"RecordId":390,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611614.248000,"RecordId":391,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611614.249000,"RecordId":392,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611614.250000,"RecordId":393,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611614.250000,"RecordId":394,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611614.251000,"RecordId":395,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611614.251000,"RecordId":396,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611614.252000,"RecordId":397,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611614.252000,"RecordId":398,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611614.253000,"RecordId":399,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611614.254000,"RecordId":400,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3142.0,"TotalGetMisses":110.0,"TotalGets":3252.0,"TotalGetHitPct":0.966175,"GetMissPct":0.033825,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2734.0,"ZenLocalGetTotal":2844.0,"ZenLocalGetHitPct":0.961322,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611614.254000,"RecordId":401,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2825,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996473,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2252,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2252,"Zen_Cache_Requests_RateMean":8.779689,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611627.669000,"RecordId":402,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"B7F1C70949654F2D7C8BB1A5E9503A80","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611613.845,"Span_EndUTC":1743611627.669,"Span_TimeInSec":13.824} +{"EventName":"Span","TimestampUTC":1743611627.791000,"RecordId":403,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"07B59E2B4E2C27F1757161884B4FD599","Span_ParentName":"Session","Span_ThreadId":22728,"Span_Depth":1,"Span_StartUTC":1743611613.37,"Span_EndUTC":1743611627.791,"Span_TimeInSec":14.421} +{"EventName":"Span","TimestampUTC":1743611627.792000,"RecordId":404,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"9D9785EE4FD840ABE0433A8DFC6EADF4","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611627.673,"Span_EndUTC":1743611627.792,"Span_TimeInSec":0.119} +{"EventName":"Core.Loading","TimestampUTC":1743611627.793000,"RecordId":405,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":14.421,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2825,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996473,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2252,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2252,"Zen_Cache_Requests_RateMean":8.757626,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3144.0,"DDC_Summary_TotalGetMisses":110.0,"DDC_Summary_TotalGets":3254.0,"DDC_Summary_TotalGetHitPct":0.966195,"DDC_Summary_GetMissPct":0.033805,"DDC_Summary_TotalPutHits":126.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":126.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2736.0,"DDC_Summary_ZenLocalGetTotal":2846.0,"DDC_Summary_ZenLocalGetHitPct":0.961349,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611627.794000,"RecordId":406,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611627.794000,"RecordId":407,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611627.795000,"RecordId":408,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611627.795000,"RecordId":409,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611627.796000,"RecordId":410,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611627.797000,"RecordId":411,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611627.797000,"RecordId":412,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611627.798000,"RecordId":413,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611627.798000,"RecordId":414,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611627.799000,"RecordId":415,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611627.799000,"RecordId":416,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611627.800000,"RecordId":417,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611627.801000,"RecordId":418,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611627.801000,"RecordId":419,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611627.802000,"RecordId":420,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3144.0,"TotalGetMisses":110.0,"TotalGets":3254.0,"TotalGetHitPct":0.966195,"GetMissPct":0.033805,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2736.0,"ZenLocalGetTotal":2846.0,"ZenLocalGetHitPct":0.961349,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611627.802000,"RecordId":421,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2827,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996475,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2254,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2254,"Zen_Cache_Requests_RateMean":8.326991,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611634.394000,"RecordId":422,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"700340BF46A95CC14567C287FAC4AA60","Span_ParentName":"Session","Span_ThreadId":22728,"Span_Depth":1,"Span_StartUTC":1743611627.803,"Span_EndUTC":1743611634.394,"Span_TimeInSec":6.591} +{"EventName":"Span","TimestampUTC":1743611634.397000,"RecordId":423,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"E314837540C28EAC3901899CBCEA5B25","Span_ParentName":"Editor","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611627.803,"Span_EndUTC":1743611634.397,"Span_TimeInSec":6.594} +{"EventName":"Span","TimestampUTC":1743611634.398000,"RecordId":424,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"3A5B7EE8467B25B69E31B39EF11A172A","Span_ParentName":"PIE.Startup","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611634.398,"Span_EndUTC":1743611634.398,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1743611634.631000,"RecordId":425,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"0DD274CD4DDBAF4CBD63BE8C2F30BEF6","Span_ParentName":"PIE.Startup","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611634.399,"Span_EndUTC":1743611634.631,"Span_TimeInSec":0.232} +{"EventName":"Core.Loading","TimestampUTC":1743611634.632000,"RecordId":426,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.232,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2827,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996475,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2254,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2254,"Zen_Cache_Requests_RateMean":8.326991,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3144.0,"DDC_Summary_TotalGetMisses":110.0,"DDC_Summary_TotalGets":3254.0,"DDC_Summary_TotalGetHitPct":0.966195,"DDC_Summary_GetMissPct":0.033805,"DDC_Summary_TotalPutHits":126.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":126.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2736.0,"DDC_Summary_ZenLocalGetTotal":2846.0,"DDC_Summary_ZenLocalGetHitPct":0.961349,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.633000,"RecordId":427,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.633000,"RecordId":428,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.634000,"RecordId":429,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.634000,"RecordId":430,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.635000,"RecordId":431,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.635000,"RecordId":432,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.636000,"RecordId":433,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.637000,"RecordId":434,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.637000,"RecordId":435,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.638000,"RecordId":436,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.638000,"RecordId":437,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.639000,"RecordId":438,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.639000,"RecordId":439,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.640000,"RecordId":440,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611634.640000,"RecordId":441,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3144.0,"TotalGetMisses":110.0,"TotalGets":3254.0,"TotalGetHitPct":0.966195,"GetMissPct":0.033805,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2736.0,"ZenLocalGetTotal":2846.0,"ZenLocalGetHitPct":0.961349,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611634.641000,"RecordId":442,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2827,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996475,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2254,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2254,"Zen_Cache_Requests_RateMean":8.121797,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611634.857000,"RecordId":443,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"7F9FA21A44EAC50ACB38BE8F4FE2B3EC","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611634.398,"Span_EndUTC":1743611634.857,"Span_TimeInSec":0.459} +{"EventName":"Core.Loading","TimestampUTC":1743611634.858000,"RecordId":444,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.459,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2827,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996475,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2254,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2254,"Zen_Cache_Requests_RateMean":8.121797,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3144.0,"DDC_Summary_TotalGetMisses":110.0,"DDC_Summary_TotalGets":3254.0,"DDC_Summary_TotalGetHitPct":0.966195,"DDC_Summary_GetMissPct":0.033805,"DDC_Summary_TotalPutHits":126.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":126.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2736.0,"DDC_Summary_ZenLocalGetTotal":2846.0,"DDC_Summary_ZenLocalGetHitPct":0.961349,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.859000,"RecordId":445,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.859000,"RecordId":446,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.860000,"RecordId":447,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.860000,"RecordId":448,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.861000,"RecordId":449,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.861000,"RecordId":450,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.862000,"RecordId":451,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.862000,"RecordId":452,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.863000,"RecordId":453,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.864000,"RecordId":454,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.864000,"RecordId":455,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.865000,"RecordId":456,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.865000,"RecordId":457,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611634.866000,"RecordId":458,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611634.866000,"RecordId":459,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3144.0,"TotalGetMisses":110.0,"TotalGets":3254.0,"TotalGetHitPct":0.966195,"GetMissPct":0.033805,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2736.0,"ZenLocalGetTotal":2846.0,"ZenLocalGetHitPct":0.961349,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611634.867000,"RecordId":460,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2827,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996475,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2254,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2254,"Zen_Cache_Requests_RateMean":8.121797,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611635.244000,"RecordId":461,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":9.163136,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"4928647643AFD5584DDDD7AA11816BA2","Span_ParentName":"PIE.Interact","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611635.099,"Span_EndUTC":1743611635.244,"Span_TimeInSec":0.145} +{"EventName":"Core.Hitch","TimestampUTC":1743611635.248000,"RecordId":462,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":9.163136} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611635.248000,"RecordId":463,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611635.249000,"RecordId":464,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611635.250000,"RecordId":465,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611635.250000,"RecordId":466,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611635.251000,"RecordId":467,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611635.251000,"RecordId":468,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611635.252000,"RecordId":469,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611635.252000,"RecordId":470,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611635.253000,"RecordId":471,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611635.253000,"RecordId":472,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611635.254000,"RecordId":473,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611635.254000,"RecordId":474,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611635.255000,"RecordId":475,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611635.256000,"RecordId":476,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611635.256000,"RecordId":477,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3144.0,"TotalGetMisses":110.0,"TotalGets":3254.0,"TotalGetHitPct":0.966195,"GetMissPct":0.033805,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2736.0,"ZenLocalGetTotal":2846.0,"ZenLocalGetHitPct":0.961349,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611635.257000,"RecordId":478,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2827,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996475,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2254,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2254,"Zen_Cache_Requests_RateMean":8.121797,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611648.659000,"RecordId":479,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"FBD0BE124033BD14944B18904D1961F5","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611634.868,"Span_EndUTC":1743611648.659,"Span_TimeInSec":13.791} +{"EventName":"Span","TimestampUTC":1743611648.777000,"RecordId":480,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"0694A3EB4949684AF4A284BF135DEF9F","Span_ParentName":"Session","Span_ThreadId":22728,"Span_Depth":1,"Span_StartUTC":1743611634.398,"Span_EndUTC":1743611648.777,"Span_TimeInSec":14.379} +{"EventName":"Span","TimestampUTC":1743611648.778000,"RecordId":481,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"CD3299D4407692463CE560BCFE57989A","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611648.663,"Span_EndUTC":1743611648.778,"Span_TimeInSec":0.115} +{"EventName":"Core.Loading","TimestampUTC":1743611648.778000,"RecordId":482,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":14.379,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2827,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996475,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2254,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2254,"Zen_Cache_Requests_RateMean":8.103541,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3144.0,"DDC_Summary_TotalGetMisses":110.0,"DDC_Summary_TotalGets":3254.0,"DDC_Summary_TotalGetHitPct":0.966195,"DDC_Summary_GetMissPct":0.033805,"DDC_Summary_TotalPutHits":126.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":126.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2736.0,"DDC_Summary_ZenLocalGetTotal":2846.0,"DDC_Summary_ZenLocalGetHitPct":0.961349,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611648.779000,"RecordId":483,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":509,"Load_TimeSec":0.014146,"Load_SizeMB":259.878983,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":509,"Total_TimeSec":0.014146,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014146} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611648.780000,"RecordId":484,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":35,"Load_TimeSec":0.004338,"Load_SizeMB":9.491455,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":35,"Total_TimeSec":0.004338,"Total_SizeMB":9,"Efficiency":1.0,"Thread_TimeSec":0.004338} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611648.780000,"RecordId":485,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611648.781000,"RecordId":486,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611648.781000,"RecordId":487,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611648.782000,"RecordId":488,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611648.782000,"RecordId":489,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611648.783000,"RecordId":490,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611648.784000,"RecordId":491,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611648.784000,"RecordId":492,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611648.785000,"RecordId":493,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611648.785000,"RecordId":494,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611648.786000,"RecordId":495,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611648.786000,"RecordId":496,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":1379,"Load_TimeSec":0.538993,"Load_SizeMB":540.305849,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1692,"Total_TimeSec":1.16356,"Total_SizeMB":605,"Efficiency":0.815012,"Thread_TimeSec":0.710822} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611648.787000,"RecordId":497,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3144.0,"TotalGetMisses":110.0,"TotalGets":3254.0,"TotalGetHitPct":0.966195,"GetMissPct":0.033805,"TotalPutHits":126.0,"TotalPutMisses":0.0,"TotalPuts":126.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2736.0,"ZenLocalGetTotal":2846.0,"ZenLocalGetHitPct":0.961349,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611648.788000,"RecordId":498,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2827,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.996475,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2254,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2254,"Zen_Cache_Requests_RateMean":8.103541,"Zen_Cache_Requests_TAverage":0.000103,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611654.642000,"RecordId":499,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"294EA3AC474931744FD945BC0D4CE600","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.005526,"NumBackendItems":3,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611654.643000,"RecordId":500,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"294EA3AC474931744FD945BC0D4CE600","TotalItemsToFilter":3,"PriorityItemsToFilter":0,"TotalResults":3,"AmortizeDurationSeconds":0.000019,"WorkDurationSeconds":0.000019,"ResultLatency":"0.000011","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611655.559000,"RecordId":501,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"1D31EB674C558E74C0C27DB39F968658","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004808,"NumBackendItems":9,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611655.560000,"RecordId":502,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"1D31EB674C558E74C0C27DB39F968658","TotalItemsToFilter":9,"PriorityItemsToFilter":0,"TotalResults":9,"AmortizeDurationSeconds":0.000025,"WorkDurationSeconds":0.000025,"ResultLatency":"0.000018","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611656.762000,"RecordId":503,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"8C1ED5F74A83C2039365AA8C83400881","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004448,"NumBackendItems":3,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611656.766000,"RecordId":504,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"8C1ED5F74A83C2039365AA8C83400881","TotalItemsToFilter":3,"PriorityItemsToFilter":0,"TotalResults":3,"AmortizeDurationSeconds":0.000016,"WorkDurationSeconds":0.000016,"ResultLatency":"0.000009","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611657.368000,"RecordId":505,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"BCCE256C426FBE30188615B1B330AA27","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004837,"NumBackendItems":4,"DataFilter":{"RecursivePaths":false,"ItemTypeFilter":"IncludeFolders | IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections | IncludeMisc","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins"}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611657.369000,"RecordId":506,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"9755146A47C4E3079268E8A8E08FCE71","FilterSessionCorrelationGuid":"BCCE256C426FBE30188615B1B330AA27","TotalItemsToFilter":4,"PriorityItemsToFilter":0,"TotalResults":4,"AmortizeDurationSeconds":0.000019,"WorkDurationSeconds":0.000019,"ResultLatency":"0.000015","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","ShowRedirectors"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611665.669000,"RecordId":507,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"0317B32B4843C4953639C48636CD8D05","FilterSessionCorrelationGuid":"192DE9A14AAC3569CB26D7AED11EA098","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004437,"NumBackendItems":1144,"DataFilter":{"RecursivePaths":true,"ItemTypeFilter":"IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins","FilterTypes":["/Script/ContentBrowserData.ContentBrowserDataClassFilter"]}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611665.672000,"RecordId":508,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"0317B32B4843C4953639C48636CD8D05","FilterSessionCorrelationGuid":"192DE9A14AAC3569CB26D7AED11EA098","TotalItemsToFilter":1144,"PriorityItemsToFilter":0,"TotalResults":1144,"AmortizeDurationSeconds":0.001727,"WorkDurationSeconds":0.001727,"ResultLatency":"0.000762","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611671.460000,"RecordId":509,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"0317B32B4843C4953639C48636CD8D05","FilterSessionCorrelationGuid":"BAD0EB884BA25E00A2E6A38E0102CF9C","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.005436,"NumBackendItems":1144,"DataFilter":{"RecursivePaths":true,"ItemTypeFilter":"IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins","FilterTypes":["/Script/ContentBrowserData.ContentBrowserDataClassFilter"]}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611671.466000,"RecordId":510,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"0317B32B4843C4953639C48636CD8D05","FilterSessionCorrelationGuid":"BAD0EB884BA25E00A2E6A38E0102CF9C","TotalItemsToFilter":1144,"PriorityItemsToFilter":0,"TotalResults":12,"AmortizeDurationSeconds":0.002602,"WorkDurationSeconds":0.002602,"ResultLatency":"0.002595","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers","TextFilter"]} +{"EventName":"Editor.AssetView.BackendFilter","TimestampUTC":1743611680.844000,"RecordId":511,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"98B5F1F944AB089DFD6F47A12D912BB8","FilterSessionCorrelationGuid":"2F7161BA4342909E9859BE81DDA8ECA7","HasCustomItemSources":false,"RefreshSourceItemsDurationSeconds":0.004819,"NumBackendItems":1144,"DataFilter":{"RecursivePaths":true,"ItemTypeFilter":"IncludeFiles","ItemCategoryFilter":"IncludeAssets | IncludeClasses | IncludeCollections","ItemAttributeFilter":"IncludeProject | IncludeEngine | IncludePlugins","FilterTypes":["/Script/ContentBrowserData.ContentBrowserDataClassFilter"]}} +{"EventName":"Editor.AssetView.FrontendFilter","TimestampUTC":1743611680.847000,"RecordId":512,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"ViewCorrelationGuid":"98B5F1F944AB089DFD6F47A12D912BB8","FilterSessionCorrelationGuid":"2F7161BA4342909E9859BE81DDA8ECA7","TotalItemsToFilter":1144,"PriorityItemsToFilter":0,"TotalResults":1144,"AmortizeDurationSeconds":0.001923,"WorkDurationSeconds":0.001923,"ResultLatency":"0.00086","TimeUntilInteractionSeconds":"null","Completed":true,"FrontendFilters":["ShowOtherDevelopers"]} +{"EventName":"Span","TimestampUTC":1743611709.242000,"RecordId":513,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":62.784733,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"3572632F456397BD6F48B183E754CE40","Span_ParentName":"Editor.Interact","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611708.832,"Span_EndUTC":1743611709.242,"Span_TimeInSec":0.41} +{"EventName":"Core.Hitch","TimestampUTC":1743611709.243000,"RecordId":514,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":1,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":62.784733} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611709.243000,"RecordId":515,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":513,"Load_TimeSec":0.014192,"Load_SizeMB":259.896499,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":513,"Total_TimeSec":0.014192,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014192} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611709.244000,"RecordId":516,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":36,"Load_TimeSec":0.011568,"Load_SizeMB":12.155518,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":36,"Total_TimeSec":0.011568,"Total_SizeMB":12,"Efficiency":1.0,"Thread_TimeSec":0.011568} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611709.245000,"RecordId":517,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611709.245000,"RecordId":518,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611709.246000,"RecordId":519,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611709.246000,"RecordId":520,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611709.247000,"RecordId":521,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611709.247000,"RecordId":522,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611709.248000,"RecordId":523,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611709.249000,"RecordId":524,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611709.249000,"RecordId":525,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611709.250000,"RecordId":526,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611709.250000,"RecordId":527,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611709.251000,"RecordId":528,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":1384,"Load_TimeSec":0.546269,"Load_SizeMB":542.987428,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1697,"Total_TimeSec":1.170836,"Total_SizeMB":608,"Efficiency":0.815557,"Thread_TimeSec":0.718098} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611709.252000,"RecordId":529,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3253.0,"TotalGetMisses":135.0,"TotalGets":3388.0,"TotalGetHitPct":0.960153,"GetMissPct":0.039847,"TotalPutHits":151.0,"TotalPutMisses":0.0,"TotalPuts":151.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2808.0,"ZenLocalGetTotal":2943.0,"ZenLocalGetHitPct":0.954128,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611709.252000,"RecordId":530,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457484270.0,"Zen_Cache_Size_Memory":255192.0,"Zen_Cache_Hits":2872,"Zen_Cache_Misses":10,"Zen_Cache_Writes":126,"Zen_Cache_HitRatio":0.99653,"Zen_Cache_Cas_Hits":1540,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":2,"Zen_Cache_Requests":2263,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2263,"Zen_Cache_Requests_RateMean":7.572853,"Zen_Cache_Requests_TAverage":0.000104,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.013065,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":380587390,"Zen_Cas_Size_Tiny":4815699,"Zen_Cas_Size_Total":809922113,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611713.121000,"RecordId":531,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"1A8035E14B2283AB1A5F5692FB26FC10","Span_ParentName":"Session","Span_ThreadId":22728,"Span_Depth":1,"Span_StartUTC":1743611648.788,"Span_EndUTC":1743611713.121,"Span_TimeInSec":64.333} +{"EventName":"Span","TimestampUTC":1743611713.124000,"RecordId":532,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"AFA94B874E645ABCE2621A962FA808E1","Span_ParentName":"Editor","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611648.788,"Span_EndUTC":1743611713.124,"Span_TimeInSec":64.336} +{"EventName":"Span","TimestampUTC":1743611713.125000,"RecordId":533,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"74CB32AF42CC2B95D5EC438ED1B023C6","Span_ParentName":"PIE.Startup","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611713.125,"Span_EndUTC":1743611713.125,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1743611713.364000,"RecordId":534,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"553624FC42E39737F79F97A41C313DF7","Span_ParentName":"PIE.Startup","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611713.125,"Span_EndUTC":1743611713.364,"Span_TimeInSec":0.239} +{"EventName":"Core.Loading","TimestampUTC":1743611713.365000,"RecordId":535,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.239,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":6.644983,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3253.0,"DDC_Summary_TotalGetMisses":135.0,"DDC_Summary_TotalGets":3388.0,"DDC_Summary_TotalGetHitPct":0.960153,"DDC_Summary_GetMissPct":0.039847,"DDC_Summary_TotalPutHits":151.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":151.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2808.0,"DDC_Summary_ZenLocalGetTotal":2943.0,"DDC_Summary_ZenLocalGetHitPct":0.954128,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.366000,"RecordId":536,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":513,"Load_TimeSec":0.014192,"Load_SizeMB":259.896499,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":513,"Total_TimeSec":0.014192,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014192} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.367000,"RecordId":537,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":36,"Load_TimeSec":0.011568,"Load_SizeMB":12.155518,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":36,"Total_TimeSec":0.011568,"Total_SizeMB":12,"Efficiency":1.0,"Thread_TimeSec":0.011568} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.367000,"RecordId":538,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.368000,"RecordId":539,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.368000,"RecordId":540,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.369000,"RecordId":541,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.369000,"RecordId":542,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.370000,"RecordId":543,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.371000,"RecordId":544,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.371000,"RecordId":545,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.372000,"RecordId":546,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.372000,"RecordId":547,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.373000,"RecordId":548,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.373000,"RecordId":549,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":1384,"Load_TimeSec":0.546269,"Load_SizeMB":542.987428,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1697,"Total_TimeSec":1.170836,"Total_SizeMB":608,"Efficiency":0.815557,"Thread_TimeSec":0.718098} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611713.374000,"RecordId":550,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3253.0,"TotalGetMisses":135.0,"TotalGets":3388.0,"TotalGetHitPct":0.960153,"GetMissPct":0.039847,"TotalPutHits":151.0,"TotalPutMisses":0.0,"TotalPuts":151.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2808.0,"ZenLocalGetTotal":2943.0,"ZenLocalGetHitPct":0.954128,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611713.374000,"RecordId":551,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":6.644983,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611713.581000,"RecordId":552,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"92E836CA4872720C9310D38AFF005008","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611713.125,"Span_EndUTC":1743611713.581,"Span_TimeInSec":0.456} +{"EventName":"Core.Loading","TimestampUTC":1743611713.582000,"RecordId":553,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.456,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":6.644983,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3253.0,"DDC_Summary_TotalGetMisses":135.0,"DDC_Summary_TotalGets":3388.0,"DDC_Summary_TotalGetHitPct":0.960153,"DDC_Summary_GetMissPct":0.039847,"DDC_Summary_TotalPutHits":151.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":151.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2808.0,"DDC_Summary_ZenLocalGetTotal":2943.0,"DDC_Summary_ZenLocalGetHitPct":0.954128,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.583000,"RecordId":554,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":513,"Load_TimeSec":0.014192,"Load_SizeMB":259.896499,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":513,"Total_TimeSec":0.014192,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014192} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.583000,"RecordId":555,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":36,"Load_TimeSec":0.011568,"Load_SizeMB":12.155518,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":36,"Total_TimeSec":0.011568,"Total_SizeMB":12,"Efficiency":1.0,"Thread_TimeSec":0.011568} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.584000,"RecordId":556,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.584000,"RecordId":557,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.585000,"RecordId":558,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.586000,"RecordId":559,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.586000,"RecordId":560,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.587000,"RecordId":561,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.587000,"RecordId":562,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.588000,"RecordId":563,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.589000,"RecordId":564,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.589000,"RecordId":565,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.590000,"RecordId":566,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611713.590000,"RecordId":567,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":1384,"Load_TimeSec":0.546269,"Load_SizeMB":542.987428,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1697,"Total_TimeSec":1.170836,"Total_SizeMB":608,"Efficiency":0.815557,"Thread_TimeSec":0.718098} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611713.591000,"RecordId":568,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3253.0,"TotalGetMisses":135.0,"TotalGets":3388.0,"TotalGetHitPct":0.960153,"GetMissPct":0.039847,"TotalPutHits":151.0,"TotalPutMisses":0.0,"TotalPuts":151.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2808.0,"ZenLocalGetTotal":2943.0,"ZenLocalGetHitPct":0.954128,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611713.591000,"RecordId":569,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":6.644983,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611715.269000,"RecordId":570,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"CF95A30347A87C01555C31A8C64EBC46","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611713.592,"Span_EndUTC":1743611715.269,"Span_TimeInSec":1.677} +{"EventName":"Span","TimestampUTC":1743611715.365000,"RecordId":571,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"240C3DAE4E7F61EB273142964417B420","Span_ParentName":"Session","Span_ThreadId":22728,"Span_Depth":1,"Span_StartUTC":1743611713.125,"Span_EndUTC":1743611715.365,"Span_TimeInSec":2.24} +{"EventName":"Span","TimestampUTC":1743611715.366000,"RecordId":572,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"570BD19944F81E3180CC368804E22663","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611715.273,"Span_EndUTC":1743611715.366,"Span_TimeInSec":0.093} +{"EventName":"Core.Loading","TimestampUTC":1743611715.366000,"RecordId":573,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":2.24,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":6.644983,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3253.0,"DDC_Summary_TotalGetMisses":135.0,"DDC_Summary_TotalGets":3388.0,"DDC_Summary_TotalGetHitPct":0.960153,"DDC_Summary_GetMissPct":0.039847,"DDC_Summary_TotalPutHits":151.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":151.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2808.0,"DDC_Summary_ZenLocalGetTotal":2943.0,"DDC_Summary_ZenLocalGetHitPct":0.954128,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611715.367000,"RecordId":574,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":513,"Load_TimeSec":0.014192,"Load_SizeMB":259.896499,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":513,"Total_TimeSec":0.014192,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014192} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611715.368000,"RecordId":575,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":36,"Load_TimeSec":0.011568,"Load_SizeMB":12.155518,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":36,"Total_TimeSec":0.011568,"Total_SizeMB":12,"Efficiency":1.0,"Thread_TimeSec":0.011568} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611715.368000,"RecordId":576,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611715.369000,"RecordId":577,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611715.369000,"RecordId":578,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611715.370000,"RecordId":579,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611715.371000,"RecordId":580,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611715.371000,"RecordId":581,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611715.372000,"RecordId":582,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611715.372000,"RecordId":583,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611715.373000,"RecordId":584,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611715.373000,"RecordId":585,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611715.374000,"RecordId":586,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611715.374000,"RecordId":587,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":1384,"Load_TimeSec":0.546269,"Load_SizeMB":542.987428,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1697,"Total_TimeSec":1.170836,"Total_SizeMB":608,"Efficiency":0.815557,"Thread_TimeSec":0.718098} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611715.375000,"RecordId":588,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3253.0,"TotalGetMisses":135.0,"TotalGets":3388.0,"TotalGetHitPct":0.960153,"GetMissPct":0.039847,"TotalPutHits":151.0,"TotalPutMisses":0.0,"TotalPuts":151.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2808.0,"ZenLocalGetTotal":2943.0,"ZenLocalGetHitPct":0.954128,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611715.376000,"RecordId":589,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":6.531581,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611718.593000,"RecordId":590,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"0BD945A148E9CE561AA16BB49D0693FB","Span_ParentName":"Session","Span_ThreadId":22728,"Span_Depth":1,"Span_StartUTC":1743611715.376,"Span_EndUTC":1743611718.593,"Span_TimeInSec":3.217} +{"EventName":"Span","TimestampUTC":1743611718.597000,"RecordId":591,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"A18DD24C45AD61B0F8D120A8003C3DFD","Span_ParentName":"Editor","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611715.376,"Span_EndUTC":1743611718.597,"Span_TimeInSec":3.221} +{"EventName":"Span","TimestampUTC":1743611718.598000,"RecordId":592,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"16A16FC0479F7F7D09559F9E013A4552","Span_ParentName":"PIE.Startup","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611718.598,"Span_EndUTC":1743611718.598,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1743611718.836000,"RecordId":593,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"9732D1654AE8639BEFECE9805276856A","Span_ParentName":"PIE.Startup","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611718.599,"Span_EndUTC":1743611718.836,"Span_TimeInSec":0.237} +{"EventName":"Core.Loading","TimestampUTC":1743611718.837000,"RecordId":594,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.237,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":6.531581,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3253.0,"DDC_Summary_TotalGetMisses":135.0,"DDC_Summary_TotalGets":3388.0,"DDC_Summary_TotalGetHitPct":0.960153,"DDC_Summary_GetMissPct":0.039847,"DDC_Summary_TotalPutHits":151.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":151.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2808.0,"DDC_Summary_ZenLocalGetTotal":2943.0,"DDC_Summary_ZenLocalGetHitPct":0.954128,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611718.838000,"RecordId":595,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":513,"Load_TimeSec":0.014192,"Load_SizeMB":259.896499,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":513,"Total_TimeSec":0.014192,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014192} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611718.838000,"RecordId":596,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":36,"Load_TimeSec":0.011568,"Load_SizeMB":12.155518,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":36,"Total_TimeSec":0.011568,"Total_SizeMB":12,"Efficiency":1.0,"Thread_TimeSec":0.011568} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611718.839000,"RecordId":597,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611718.839000,"RecordId":598,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611718.840000,"RecordId":599,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611718.840000,"RecordId":600,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611718.841000,"RecordId":601,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611718.842000,"RecordId":602,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611718.842000,"RecordId":603,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611718.843000,"RecordId":604,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611718.843000,"RecordId":605,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611718.844000,"RecordId":606,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611718.844000,"RecordId":607,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611718.845000,"RecordId":608,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":1384,"Load_TimeSec":0.546269,"Load_SizeMB":542.987428,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1697,"Total_TimeSec":1.170836,"Total_SizeMB":608,"Efficiency":0.815557,"Thread_TimeSec":0.718098} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611718.845000,"RecordId":609,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3253.0,"TotalGetMisses":135.0,"TotalGets":3388.0,"TotalGetHitPct":0.960153,"GetMissPct":0.039847,"TotalPutHits":151.0,"TotalPutMisses":0.0,"TotalPuts":151.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2808.0,"ZenLocalGetTotal":2943.0,"ZenLocalGetHitPct":0.954128,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611718.846000,"RecordId":610,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":6.468917,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611719.055000,"RecordId":611,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"ABBB8FCF412264512EE9E3BDD685FF23","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611718.597,"Span_EndUTC":1743611719.055,"Span_TimeInSec":0.458} +{"EventName":"Core.Loading","TimestampUTC":1743611719.056000,"RecordId":612,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.458,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":6.468917,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3253.0,"DDC_Summary_TotalGetMisses":135.0,"DDC_Summary_TotalGets":3388.0,"DDC_Summary_TotalGetHitPct":0.960153,"DDC_Summary_GetMissPct":0.039847,"DDC_Summary_TotalPutHits":151.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":151.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2808.0,"DDC_Summary_ZenLocalGetTotal":2943.0,"DDC_Summary_ZenLocalGetHitPct":0.954128,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611719.056000,"RecordId":613,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":513,"Load_TimeSec":0.014192,"Load_SizeMB":259.896499,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":513,"Total_TimeSec":0.014192,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014192} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611719.057000,"RecordId":614,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":36,"Load_TimeSec":0.011568,"Load_SizeMB":12.155518,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":36,"Total_TimeSec":0.011568,"Total_SizeMB":12,"Efficiency":1.0,"Thread_TimeSec":0.011568} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611719.058000,"RecordId":615,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611719.058000,"RecordId":616,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611719.059000,"RecordId":617,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611719.059000,"RecordId":618,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611719.060000,"RecordId":619,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611719.061000,"RecordId":620,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611719.061000,"RecordId":621,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611719.062000,"RecordId":622,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611719.063000,"RecordId":623,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611719.063000,"RecordId":624,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611719.063000,"RecordId":625,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611719.064000,"RecordId":626,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":1384,"Load_TimeSec":0.546269,"Load_SizeMB":542.987428,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1697,"Total_TimeSec":1.170836,"Total_SizeMB":608,"Efficiency":0.815557,"Thread_TimeSec":0.718098} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611719.065000,"RecordId":627,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3253.0,"TotalGetMisses":135.0,"TotalGets":3388.0,"TotalGetHitPct":0.960153,"GetMissPct":0.039847,"TotalPutHits":151.0,"TotalPutMisses":0.0,"TotalPuts":151.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2808.0,"ZenLocalGetTotal":2943.0,"ZenLocalGetHitPct":0.954128,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611719.065000,"RecordId":628,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":6.468917,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611795.959000,"RecordId":629,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"53BA021E4345D3C4C37E25AD6E8696E7","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611719.066,"Span_EndUTC":1743611795.959,"Span_TimeInSec":76.893} +{"EventName":"Span","TimestampUTC":1743611796.109000,"RecordId":630,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"733249384CC193EDDC5F91820327592A","Span_ParentName":"Session","Span_ThreadId":22728,"Span_Depth":1,"Span_StartUTC":1743611718.597,"Span_EndUTC":1743611796.109,"Span_TimeInSec":77.512} +{"EventName":"Span","TimestampUTC":1743611796.110000,"RecordId":631,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"774D22C14A25A8EBEEA8DA970AA735A7","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611795.96,"Span_EndUTC":1743611796.11,"Span_TimeInSec":0.15} +{"EventName":"Core.Loading","TimestampUTC":1743611796.111000,"RecordId":632,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":77.512,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":6.468917,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3259.0,"DDC_Summary_TotalGetMisses":135.0,"DDC_Summary_TotalGets":3394.0,"DDC_Summary_TotalGetHitPct":0.960224,"DDC_Summary_GetMissPct":0.039776,"DDC_Summary_TotalPutHits":151.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":151.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2808.0,"DDC_Summary_ZenLocalGetTotal":2943.0,"DDC_Summary_ZenLocalGetHitPct":0.954128,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611796.112000,"RecordId":633,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":513,"Load_TimeSec":0.014192,"Load_SizeMB":259.896499,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":513,"Total_TimeSec":0.014192,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014192} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611796.112000,"RecordId":634,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":36,"Load_TimeSec":0.011568,"Load_SizeMB":12.155518,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":36,"Total_TimeSec":0.011568,"Total_SizeMB":12,"Efficiency":1.0,"Thread_TimeSec":0.011568} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611796.113000,"RecordId":635,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611796.113000,"RecordId":636,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611796.114000,"RecordId":637,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611796.114000,"RecordId":638,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611796.115000,"RecordId":639,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611796.115000,"RecordId":640,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611796.116000,"RecordId":641,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611796.117000,"RecordId":642,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611796.117000,"RecordId":643,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611796.118000,"RecordId":644,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611796.118000,"RecordId":645,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611796.119000,"RecordId":646,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":1384,"Load_TimeSec":0.546269,"Load_SizeMB":542.987428,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1697,"Total_TimeSec":1.170836,"Total_SizeMB":608,"Efficiency":0.815557,"Thread_TimeSec":0.718098} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611796.119000,"RecordId":647,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3259.0,"TotalGetMisses":135.0,"TotalGets":3394.0,"TotalGetHitPct":0.960224,"GetMissPct":0.039776,"TotalPutHits":151.0,"TotalPutMisses":0.0,"TotalPuts":151.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2808.0,"ZenLocalGetTotal":2943.0,"ZenLocalGetHitPct":0.954128,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611796.120000,"RecordId":648,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":5.33025,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611834.103000,"RecordId":649,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"8F45C228481ADC99A028E6AE556D45F2","Span_ParentName":"Session","Span_ThreadId":22728,"Span_Depth":1,"Span_StartUTC":1743611796.121,"Span_EndUTC":1743611834.103,"Span_TimeInSec":37.982} +{"EventName":"Span","TimestampUTC":1743611834.106000,"RecordId":650,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"04F0A02343C094D14B420187FF828920","Span_ParentName":"Editor","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611796.121,"Span_EndUTC":1743611834.106,"Span_TimeInSec":37.985} +{"EventName":"Span","TimestampUTC":1743611834.107000,"RecordId":651,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"Span_Name":"PIE.PreBegin","Span_GUID":"8710739549DB014843C8528C60EB7287","Span_ParentName":"PIE.Startup","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611834.107,"Span_EndUTC":1743611834.107,"Span_TimeInSec":0.0} +{"EventName":"Span","TimestampUTC":1743611834.361000,"RecordId":652,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.LoadMap","Span_GUID":"D17D028149CE5F8487BC4DBDE726A2DA","Span_ParentName":"PIE.Startup","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611834.108,"Span_EndUTC":1743611834.361,"Span_TimeInSec":0.253} +{"EventName":"Core.Loading","TimestampUTC":1743611834.362000,"RecordId":653,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","LoadingSeconds":0.253,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":5.33025,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3259.0,"DDC_Summary_TotalGetMisses":135.0,"DDC_Summary_TotalGets":3394.0,"DDC_Summary_TotalGetHitPct":0.960224,"DDC_Summary_GetMissPct":0.039776,"DDC_Summary_TotalPutHits":151.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":151.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2808.0,"DDC_Summary_ZenLocalGetTotal":2943.0,"DDC_Summary_ZenLocalGetHitPct":0.954128,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.363000,"RecordId":654,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Inline)","Load_Count":513,"Load_TimeSec":0.014192,"Load_SizeMB":259.896499,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":513,"Total_TimeSec":0.014192,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014192} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.364000,"RecordId":655,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Texture (Streaming)","Load_Count":36,"Load_TimeSec":0.011568,"Load_SizeMB":12.155518,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":36,"Total_TimeSec":0.011568,"Total_SizeMB":12,"Efficiency":1.0,"Thread_TimeSec":0.011568} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.364000,"RecordId":656,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.365000,"RecordId":657,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.365000,"RecordId":658,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.366000,"RecordId":659,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.366000,"RecordId":660,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.367000,"RecordId":661,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.368000,"RecordId":662,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.368000,"RecordId":663,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.369000,"RecordId":664,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.369000,"RecordId":665,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.370000,"RecordId":666,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.370000,"RecordId":667,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","AssetType":"Total","Load_Count":1384,"Load_TimeSec":0.546269,"Load_SizeMB":542.987428,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1697,"Total_TimeSec":1.170836,"Total_SizeMB":608,"Efficiency":0.815557,"Thread_TimeSec":0.718098} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611834.371000,"RecordId":668,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.LoadMapTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3259.0,"TotalGetMisses":135.0,"TotalGets":3394.0,"TotalGetHitPct":0.960224,"GetMissPct":0.039776,"TotalPutHits":151.0,"TotalPutMisses":0.0,"TotalPuts":151.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2808.0,"ZenLocalGetTotal":2943.0,"ZenLocalGetHitPct":0.954128,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611834.371000,"RecordId":669,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","PIE_MapName":"UEDPIE_0_OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.LoadMapTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":4.903037,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611834.582000,"RecordId":670,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Startup","Span_GUID":"0D74EC804D24244913D3DF9BE2AD12A9","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611834.107,"Span_EndUTC":1743611834.582,"Span_TimeInSec":0.475} +{"EventName":"Core.Loading","TimestampUTC":1743611834.583000,"RecordId":671,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","LoadingSeconds":0.475,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":4.903037,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3259.0,"DDC_Summary_TotalGetMisses":135.0,"DDC_Summary_TotalGets":3394.0,"DDC_Summary_TotalGetHitPct":0.960224,"DDC_Summary_GetMissPct":0.039776,"DDC_Summary_TotalPutHits":151.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":151.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2808.0,"DDC_Summary_ZenLocalGetTotal":2943.0,"DDC_Summary_ZenLocalGetHitPct":0.954128,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.584000,"RecordId":672,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Inline)","Load_Count":513,"Load_TimeSec":0.014192,"Load_SizeMB":259.896499,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":513,"Total_TimeSec":0.014192,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014192} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.585000,"RecordId":673,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Texture (Streaming)","Load_Count":36,"Load_TimeSec":0.011568,"Load_SizeMB":12.155518,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":36,"Total_TimeSec":0.011568,"Total_SizeMB":12,"Efficiency":1.0,"Thread_TimeSec":0.011568} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.585000,"RecordId":674,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.586000,"RecordId":675,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.586000,"RecordId":676,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.587000,"RecordId":677,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.587000,"RecordId":678,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.588000,"RecordId":679,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.589000,"RecordId":680,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.589000,"RecordId":681,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.590000,"RecordId":682,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.590000,"RecordId":683,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.591000,"RecordId":684,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611834.591000,"RecordId":685,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","AssetType":"Total","Load_Count":1384,"Load_TimeSec":0.546269,"Load_SizeMB":542.987428,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1697,"Total_TimeSec":1.170836,"Total_SizeMB":608,"Efficiency":0.815557,"Thread_TimeSec":0.718098} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611834.592000,"RecordId":686,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.TotalStartupTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3259.0,"TotalGetMisses":135.0,"TotalGets":3394.0,"TotalGetHitPct":0.960224,"GetMissPct":0.039776,"TotalPutHits":151.0,"TotalPutMisses":0.0,"TotalPuts":151.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2808.0,"ZenLocalGetTotal":2943.0,"ZenLocalGetHitPct":0.954128,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611834.593000,"RecordId":687,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.TotalStartupTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":4.903037,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611835.254000,"RecordId":688,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":2,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":42.065987,"SchemaVersion":1,"Span_Name":"Hitching","Span_GUID":"DB888D7A4D2E16F4810BB5A38EA9BA5D","Span_ParentName":"PIE.Interact","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611834.832,"Span_EndUTC":1743611835.254,"Span_TimeInSec":0.422} +{"EventName":"Core.Hitch","TimestampUTC":1743611835.257000,"RecordId":689,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"Hitch_Count":2,"Hitch_HitchesPerSecond":null,"Hitch_AverageFPS":42.065987} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611835.258000,"RecordId":690,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Inline)","Load_Count":513,"Load_TimeSec":0.014192,"Load_SizeMB":259.896499,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":513,"Total_TimeSec":0.014192,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014192} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611835.259000,"RecordId":691,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Texture (Streaming)","Load_Count":36,"Load_TimeSec":0.011568,"Load_SizeMB":12.155518,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":36,"Total_TimeSec":0.011568,"Total_SizeMB":12,"Efficiency":1.0,"Thread_TimeSec":0.011568} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611835.259000,"RecordId":692,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611835.260000,"RecordId":693,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611835.261000,"RecordId":694,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611835.261000,"RecordId":695,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611835.262000,"RecordId":696,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611835.262000,"RecordId":697,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611835.263000,"RecordId":698,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611835.263000,"RecordId":699,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611835.264000,"RecordId":700,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611835.264000,"RecordId":701,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611835.265000,"RecordId":702,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611835.266000,"RecordId":703,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","AssetType":"Total","Load_Count":1384,"Load_TimeSec":0.546269,"Load_SizeMB":542.987428,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1697,"Total_TimeSec":1.170836,"Total_SizeMB":608,"Efficiency":0.815557,"Thread_TimeSec":0.718098} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611835.266000,"RecordId":704,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":3,"LoadingName":"Hitch","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3259.0,"TotalGetMisses":135.0,"TotalGets":3394.0,"TotalGetHitPct":0.960224,"GetMissPct":0.039776,"TotalPutHits":151.0,"TotalPutMisses":0.0,"TotalPuts":151.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2808.0,"ZenLocalGetTotal":2943.0,"ZenLocalGetHitPct":0.954128,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611835.267000,"RecordId":705,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"LoadingName":"Hitch","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":4.903037,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611903.618000,"RecordId":706,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Interact","Span_GUID":"933F7CB74D811C93B151FFB498836DBA","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611834.593,"Span_EndUTC":1743611903.618,"Span_TimeInSec":69.025} +{"EventName":"Span","TimestampUTC":1743611903.760000,"RecordId":707,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE","Span_GUID":"81E0925C4E809AB0EB7752B1705E90F7","Span_ParentName":"Session","Span_ThreadId":22728,"Span_Depth":1,"Span_StartUTC":1743611834.107,"Span_EndUTC":1743611903.76,"Span_TimeInSec":69.653} +{"EventName":"Span","TimestampUTC":1743611903.760000,"RecordId":708,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"PIE.Shutdown","Span_GUID":"FE859DB64AD88941DB31D9A0FFC7F449","Span_ParentName":"PIE","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611903.619,"Span_EndUTC":1743611903.76,"Span_TimeInSec":0.141} +{"EventName":"Core.Loading","TimestampUTC":1743611903.761000,"RecordId":709,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","LoadingSeconds":69.653,"Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259152.0,"Zen_Cache_Hits":2899,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988071,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2340,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2340,"Zen_Cache_Requests_RateMean":4.893757,"Zen_Cache_Requests_TAverage":0.000162,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0,"DDC_Summary_BackEnd":"InstalledDerivedDataBackendGraph","DDC_Summary_HasLocalCache":"true","DDC_Summary_HasSharedCache":"false","DDC_Summary_HasCloudCache":"false","DDC_Summary_HasZenCache":"true","DDC_Summary_TotalGetHits":3288.0,"DDC_Summary_TotalGetMisses":135.0,"DDC_Summary_TotalGets":3423.0,"DDC_Summary_TotalGetHitPct":0.960561,"DDC_Summary_GetMissPct":0.039439,"DDC_Summary_TotalPutHits":151.0,"DDC_Summary_TotalPutMisses":0.0,"DDC_Summary_TotalPuts":151.0,"DDC_Summary_TotalPutHitPct":1.0,"DDC_Summary_PutMissPct":0.0,"DDC_Summary_LocalGetHits":0.0,"DDC_Summary_LocalGetTotal":0.0,"DDC_Summary_LocalGetHitPct":0.0,"DDC_Summary_SharedGetHits":0.0,"DDC_Summary_SharedGetTotal":0.0,"DDC_Summary_SharedGetHitPct":0.0,"DDC_Summary_ZenLocalGetHits":2837.0,"DDC_Summary_ZenLocalGetTotal":2972.0,"DDC_Summary_ZenLocalGetHitPct":0.954576,"DDC_Summary_ZenRemoteGetHits":0.0,"DDC_Summary_ZenRemoteGetTotal":0.0,"DDC_Summary_ZenRemoteGetHitPct":0.0,"DDC_Summary_CloudGetHits":0.0,"DDC_Summary_CloudGetTotal":0.0,"DDC_Summary_CloudGetHitPct":0.0,"DDC_Summary_LocalLatency":0.0,"DDC_Summary_LocalReadSpeed":0.0,"DDC_Summary_LocalWriteSpeed":0.0,"DDC_Summary_SharedLatency":0.0,"DDC_Summary_SharedReadSpeed":0.0,"DDC_Summary_SharedWriteSpeed":0.0,"DDC_Summary_CloudLatency":0.0,"DDC_Summary_CloudReadSpeed":0.0,"DDC_Summary_CloudWriteSpeed":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611903.762000,"RecordId":710,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Inline)","Load_Count":513,"Load_TimeSec":0.014192,"Load_SizeMB":259.896499,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":513,"Total_TimeSec":0.014192,"Total_SizeMB":259,"Efficiency":1.0,"Thread_TimeSec":0.014192} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611903.763000,"RecordId":711,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Texture (Streaming)","Load_Count":36,"Load_TimeSec":0.011568,"Load_SizeMB":12.155518,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":36,"Total_TimeSec":0.011568,"Total_SizeMB":12,"Efficiency":1.0,"Thread_TimeSec":0.011568} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611903.764000,"RecordId":712,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"StaticMesh","Load_Count":106,"Load_TimeSec":0.106961,"Load_SizeMB":43.465982,"Build_Count":1,"Build_TimeSec":0.008505,"Build_SizeMB":0.03765,"Total_Count":107,"Total_TimeSec":0.115466,"Total_SizeMB":43,"Efficiency":0.990654,"Thread_TimeSec":0.008466} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611903.764000,"RecordId":713,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"SkeletalMesh","Load_Count":6,"Load_TimeSec":0.034534,"Load_SizeMB":13.614478,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":6,"Total_TimeSec":0.034534,"Total_SizeMB":13,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611903.765000,"RecordId":714,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"GlobalShader","Load_Count":353,"Load_TimeSec":0.045627,"Load_SizeMB":106.339174,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":353,"Total_TimeSec":0.045627,"Total_SizeMB":106,"Efficiency":1.0,"Thread_TimeSec":0.045627} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611903.765000,"RecordId":715,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"BodySetup","Load_Count":8,"Load_TimeSec":0.015796,"Load_SizeMB":20.722099,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":8,"Total_TimeSec":0.015796,"Total_SizeMB":20,"Efficiency":1.0,"Thread_TimeSec":0.001489} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611903.766000,"RecordId":716,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"CardRepresentation","Load_Count":106,"Load_TimeSec":0.053904,"Load_SizeMB":0.03258,"Build_Count":1,"Build_TimeSec":0.000446,"Build_SizeMB":0.000636,"Total_Count":107,"Total_TimeSec":0.05435,"Total_SizeMB":0,"Efficiency":0.990654,"Thread_TimeSec":0.002517} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611903.766000,"RecordId":717,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"MaterialShader","Load_Count":4,"Load_TimeSec":0.007128,"Load_SizeMB":19.073883,"Build_Count":21,"Build_TimeSec":0.035923,"Build_SizeMB":9.112073,"Total_Count":25,"Total_TimeSec":0.043051,"Total_SizeMB":28,"Efficiency":0.16,"Thread_TimeSec":0.043051} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611903.767000,"RecordId":718,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"DistanceField","Load_Count":106,"Load_TimeSec":0.212946,"Load_SizeMB":65.59498,"Build_Count":1,"Build_TimeSec":0.000783,"Build_SizeMB":0.047467,"Total_Count":107,"Total_TimeSec":0.213729,"Total_SizeMB":65,"Efficiency":0.990654,"Thread_TimeSec":0.008449} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611903.767000,"RecordId":719,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Audio (Inline)","Load_Count":17,"Load_TimeSec":0.002536,"Load_SizeMB":0.01431,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":17,"Total_TimeSec":0.002536,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.002536} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611903.768000,"RecordId":720,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"AnimSequence","Load_Count":27,"Load_TimeSec":0.001724,"Load_SizeMB":0.524332,"Build_Count":0,"Build_TimeSec":0.0,"Build_SizeMB":0.0,"Total_Count":27,"Total_TimeSec":0.001724,"Total_SizeMB":0,"Efficiency":1.0,"Thread_TimeSec":0.0} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611903.769000,"RecordId":721,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"LandscapeCollision (Heightfield)","Load_Count":0,"Load_TimeSec":0.0,"Load_SizeMB":0.0,"Build_Count":288,"Build_TimeSec":0.578659,"Build_SizeMB":55.936066,"Total_Count":288,"Total_TimeSec":0.578659,"Total_SizeMB":55,"Efficiency":0.0,"Thread_TimeSec":0.578659} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611903.769000,"RecordId":722,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"NavCollision","Load_Count":102,"Load_TimeSec":0.039353,"Load_SizeMB":1.553593,"Build_Count":1,"Build_TimeSec":0.000251,"Build_SizeMB":0.004259,"Total_Count":103,"Total_TimeSec":0.039604,"Total_SizeMB":1,"Efficiency":0.990291,"Thread_TimeSec":0.001544} +{"EventName":"Core.DDC.Resource","TimestampUTC":1743611903.770000,"RecordId":723,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","AssetType":"Total","Load_Count":1384,"Load_TimeSec":0.546269,"Load_SizeMB":542.987428,"Build_Count":313,"Build_TimeSec":0.624567,"Build_SizeMB":65.138151,"Total_Count":1697,"Total_TimeSec":1.170836,"Total_SizeMB":608,"Efficiency":0.815557,"Thread_TimeSec":0.718098} +{"EventName":"Core.DDC.Summary","TimestampUTC":1743611903.771000,"RecordId":724,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":3,"LoadingName":"PIE.EndTime","BackEnd":"InstalledDerivedDataBackendGraph","HasLocalCache":"true","HasSharedCache":"false","HasCloudCache":"false","HasZenCache":"true","TotalGetHits":3288.0,"TotalGetMisses":135.0,"TotalGets":3423.0,"TotalGetHitPct":0.960561,"GetMissPct":0.039439,"TotalPutHits":151.0,"TotalPutMisses":0.0,"TotalPuts":151.0,"TotalPutHitPct":1.0,"PutMissPct":0.0,"LocalGetHits":0.0,"LocalGetTotal":0.0,"LocalGetHitPct":0.0,"SharedGetHits":0.0,"SharedGetTotal":0.0,"SharedGetHitPct":0.0,"ZenLocalGetHits":2837.0,"ZenLocalGetTotal":2972.0,"ZenLocalGetHitPct":0.954576,"ZenRemoteGetHits":0.0,"ZenRemoteGetTotal":0.0,"ZenRemoteGetHitPct":0.0,"CloudGetHits":0.0,"CloudGetTotal":0.0,"CloudGetHitPct":0.0,"LocalLatency":0.0,"LocalReadSpeed":0.0,"LocalWriteSpeed":0.0,"SharedLatency":0.0,"SharedReadSpeed":0.0,"SharedWriteSpeed":0.0,"CloudLatency":0.0,"CloudReadSpeed":0.0,"CloudWriteSpeed":0.0} +{"EventName":"Core.Zen","TimestampUTC":1743611903.771000,"RecordId":725,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"LoadingName":"PIE.EndTime","Zen_Enabled":true,"Zen_Cache_Size_Disk":1457487904.0,"Zen_Cache_Size_Memory":259324.0,"Zen_Cache_Hits":2928,"Zen_Cache_Misses":35,"Zen_Cache_Writes":151,"Zen_Cache_HitRatio":0.988188,"Zen_Cache_Cas_Hits":1562,"Zen_Cache_Cas_Misses":0,"Zen_Cache_Cas_Writes":20,"Zen_Cache_Requests":2369,"Zen_Cache_BadRequests":0,"Zen_Cache_Requests_Count":2369,"Zen_Cache_Requests_RateMean":4.333633,"Zen_Cache_Requests_TAverage":0.000161,"Zen_Cache_Requests_TMin":0.000005,"Zen_Cache_Requests_TMax":0.043542,"Zen_Cache_TotalUploadedMB":0.0,"Zen_Upstream_TotalDownloadedMB":0.0,"Zen_Upstream_TotalUploadedMB":0.0,"Zen_Upstream_Requests_Count":0,"Zen_Upstream_Requests_RateMean":0.0,"Zen_Upstream_Requests_TAverage":0.0,"Zen_Upstream_Requests_TMin":0.0,"Zen_Upstream_Requests_TMax":0.0,"Zen_Cas_Size_Large":424519024,"Zen_Cas_Size_Small":381014482,"Zen_Cas_Size_Tiny":4816977,"Zen_Cas_Size_Total":810350483,"Zen_Project_Size_Disk":0.0,"Zen_Project_Size_Memory":0.0,"Zen_Project_WriteCount":0,"Zen_Project_ReadCount":0,"Zen_Project_DeleteCount":0,"Zen_Project_Oplog_WriteCount":0,"Zen_Project_Oplog_ReadCount":0,"Zen_Project_Oplog_DeleteCount":0,"Zen_Project_Op_Hits":0,"Zen_Project_Op_Misses":0,"Zen_Project_Op_Writes":0,"Zen_Project_Chunk_Hits":0,"Zen_Project_Chunk_Misses":0,"Zen_Project_Chunk_Writes":0,"Zen_Project_Requests":0,"Zen_Project_BadRequests":0,"Zen_Project_Op_HitRatio":0.0,"Zen_Project_Chunk_HitRatio":0.0} +{"EventName":"Span","TimestampUTC":1743611907.282000,"RecordId":726,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","TaskName":"Saving packages...","SchemaVersion":1,"Span_Name":"ST Saving packages...","Span_GUID":"496B3A4642E438F13C537AB1A868D6EA","Span_ParentName":"Editor.Interact","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611906.013,"Span_EndUTC":1743611907.282,"Span_TimeInSec":1.269} +{"EventName":"Span","TimestampUTC":1743611907.410000,"RecordId":727,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","TaskName":"Validating Assets","SchemaVersion":1,"Span_Name":"ST Validating Assets","Span_GUID":"64F16A9D4C91CF6410CBABBDCDFEF36E","Span_ParentName":"Editor.Interact","Span_ThreadId":22728,"Span_Depth":3,"Span_StartUTC":1743611907.409,"Span_EndUTC":1743611907.41,"Span_TimeInSec":0.001} +{"EventName":"Span","TimestampUTC":1743611907.504000,"RecordId":728,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"SchemaVersion":1,"Span_Name":"Session","Span_GUID":"3E302EE94A2F0CB02940B8B625BF8D81","Span_ParentName":"","Span_ThreadId":22728,"Span_Depth":0,"Span_StartUTC":1743611355.69,"Span_EndUTC":1743611907.504,"Span_TimeInSec":551.814} +{"EventName":"Span","TimestampUTC":1743611907.505000,"RecordId":729,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"Editor","Span_GUID":"312D36714DA7C5481C1826A07B8AFDCF","Span_ParentName":"Session","Span_ThreadId":22728,"Span_Depth":1,"Span_StartUTC":1743611903.772,"Span_EndUTC":1743611907.505,"Span_TimeInSec":3.733} +{"EventName":"Span","TimestampUTC":1743611907.506000,"RecordId":730,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false,"MapName":"OpenWorld_01","SchemaVersion":1,"Span_Name":"Editor.Interact","Span_GUID":"C16FF38242C102F9E708F2B7600B0ADB","Span_ParentName":"Editor","Span_ThreadId":22728,"Span_Depth":2,"Span_StartUTC":1743611903.772,"Span_EndUTC":1743611907.506,"Span_TimeInSec":3.734} +{"EventName":"EndSession","TimestampUTC":1743611907.507000,"RecordId":731,"ProjectName":"Elistria_Calling","ProjectID":"00000000000000000000000000000000","Session_ID":"{B3899AE1-4737-40D2-51DC-ADA19097BA7C}","Session_Label":"","Session_StartUTC":1743611355.685,"Build_Configuration":"Development","Build_IsInternalBuild":false,"Build_IsPerforceBuild":false,"Build_IsPromotedBuild":true,"Build_BranchName":"++ue5+release-5.4","Build_Changelist":35576357,"Hardware_Platform":"Windows","Hardware_GPU":"","Hardware_CPU":"AMD Ryzen 9 5900X 12-Core Processor ","Hardware_CPU_Cores_Physical":12,"Hardware_CPU_Cores_Logical":24,"Hardware_RAM":68641247232,"Hardware_ComputerName":"DESKTOP-KTQTHKD","Config_IsEditor":true,"Config_IsUnattended":false,"Config_IsBuildMachine":false,"Config_IsRunningCommandlet":false,"Config_IsDebuggerPresent":false}