Summary
Ok so i’m working on a map with custom assets that I’m importing from Blender. The assets that are getting imported into UEFN are GLTF2.0 files. I have imported 37 assets right now on my map and when I start a session i"m able to load in but as soon as I import 1 more asset i’m receiving a cooking error. I have already tried importing different assets from the custom ones I have and it didn’t matter so I don’t think it’s a specific asset thats the problem but moreso maybe a texture limit or something? Couple things I tried; starting a whole new project and the customs models there (didn’t work), using texture size cap of 1024 (didn’t work), deleting textures of the 38th asset and only importing the mesh (didn’t work). Not sure what else I can try. Down below are the errors im receiving in the output log when starting a session.
LogHotfixManager: Error: [Item: 252] /Game/Athena/Balance/DataTables/CashPricingItemDef.CashPricingItemDef: The curve table row for row name /Game/Athena/Items/Ammo/AthenaAmmoDataShells.AthenaAmmoDataBulletsHeavy was not found.
LogHotfixManager: Error: [Item: 253] /Game/Athena/Balance/DataTables/CashPricingItemDef.CashPricingItemDef: The curve table row for row name /Game/Athena/Items/Ammo/AthenaAmmoDataShells.AthenaAmmoDataBulletsHeavy was not found.
LogHotfixManager: Error: [Item: 254] /Game/Athena/Balance/DataTables/CashPricingItemDef.CashPricingItemDef: The curve table row for row name /Game/Athena/Items/Ammo/AthenaAmmoDataShells.AthenaAmmoDataBulletsHeavy was not found.
LogHotfixManager: Error: [Item: 255] /Game/Athena/Balance/DataTables/CashPricingItemDef.CashPricingItemDef: The curve table row for row name /Game/Athena/Items/Ammo/AthenaAmmoDataShells.AthenaAmmoDataBulletsHeavy was not found.
LogHotfixManager: Error: [Item: 256] /Game/Athena/Balance/DataTables/CashPricingItemDef.CashPricingItemDef: The curve table row for row name /Game/Athena/Items/Ammo/AthenaAmmoDataShells.AthenaAmmoDataBulletsHeavy was not found.
LogHotfixManager: Error: [Item: 257] /Game/Athena/Balance/DataTables/CashPricingItemDef.CashPricingItemDef: The curve table row for row name /Game/Athena/Items/Ammo/AthenaAmmoDataShells.AthenaAmmoDataBulletsHeavy was not found.
LogHotfixManager: Error: [Item: 440] Wasn’t able to parse the data with semicolon separated values. Expecting 3 or 5 arguments but parsed 4.
LogHotfixManager: Error: [Item: 442] Wasn’t able to parse the data with semicolon separated values. Expecting 3 or 5 arguments but parsed 4.
LogHotfixManager: Error: [Item: 444] Wasn’t able to parse the data with semicolon separated values. Expecting 3 or 5 arguments but parsed 4.
LogHotfixManager: Error: [Item: 465] Wasn’t able to parse the data with semicolon separated values. Expecting 3 or 5 arguments but parsed 4.
LogHotfixManager: Error: [Item: 252] /Game/Athena/Balance/DataTables/CashPricingItemDef.CashPricingItemDef: The curve table row for row name /Game/Athena/Items/Ammo/AthenaAmmoDataShells.AthenaAmmoDataBulletsHeavy was not found.
LogHotfixManager: Error: [Item: 253] /Game/Athena/Balance/DataTables/CashPricingItemDef.CashPricingItemDef: The curve table row for row name /Game/Athena/Items/Ammo/AthenaAmmoDataShells.AthenaAmmoDataBulletsHeavy was not found.
LogHotfixManager: Error: [Item: 254] /Game/Athena/Balance/DataTables/CashPricingItemDef.CashPricingItemDef: The curve table row for row name /Game/Athena/Items/Ammo/AthenaAmmoDataShells.AthenaAmmoDataBulletsHeavy was not found.
LogHotfixManager: Error: [Item: 255] /Game/Athena/Balance/DataTables/CashPricingItemDef.CashPricingItemDef: The curve table row for row name /Game/Athena/Items/Ammo/AthenaAmmoDataShells.AthenaAmmoDataBulletsHeavy was not found.
LogHotfixManager: Error: [Item: 256] /Game/Athena/Balance/DataTables/CashPricingItemDef.CashPricingItemDef: The curve table row for row name /Game/Athena/Items/Ammo/AthenaAmmoDataShells.AthenaAmmoDataBulletsHeavy was not found.
LogHotfixManager: Error: [Item: 257] /Game/Athena/Balance/DataTables/CashPricingItemDef.CashPricingItemDef: The curve table row for row name /Game/Athena/Items/Ammo/AthenaAmmoDataShells.AthenaAmmoDataBulletsHeavy was not found.
LogHotfixManager: Error: [Item: 440] Wasn’t able to parse the data with semicolon separated values. Expecting 3 or 5 arguments but parsed 4.
LogHotfixManager: Error: [Item: 442] Wasn’t able to parse the data with semicolon separated values. Expecting 3 or 5 arguments but parsed 4.
LogHotfixManager: Error: [Item: 444] Wasn’t able to parse the data with semicolon separated values. Expecting 3 or 5 arguments but parsed 4.
LogHotfixManager: Error: [Item: 465] Wasn’t able to parse the data with semicolon separated values. Expecting 3 or 5 arguments but parsed 4.
PlatformCook: Error: We hit an error while cooking this content
PlatformCook: Error: cook_failure
PlatformCook: Error: Output Sentry error: Docker container exited with non-zero exit code: 3221226505 (code: 3221226505).
Please select what you are reporting on:
Unreal Editor for Fortnite
What Type of Bug are you experiencing?
Assets
Steps to Reproduce
Not sure if this is easily reproduced, I have another map with similar custom assets but that map works fine even though it has less assets in general and is smaller in size.
Expected Result
Not sure
Observed Result
Not sure
Platform(s)
Pc UEFN
Island Code
Don’t have one yet
Video
Don’t have one but if needed can be provided
Additional Notes
Tried several things, didn’t seem to work. I feel like I crossed some kind of texture or mesh limit but output logs are a bit vague.