Describe the bug
Trying to load an uncooked UAsset results in a null reference exception.
To Reproduce
Steps to reproduce the behavior:
- Download LevelDefinition.zip (The asset is uncooked)
- Load the provided asset by doing
new UAsset("LevelDefinition.uasset", EngineVersion.VER_UE5_1);
- Null reference exception
Expected behavior
It should load.
Screenshots

Desktop (please complete the following information):
Additional context
The asset has been created using Unreal Engine 5.1.1
Describe the bug
Trying to load an uncooked UAsset results in a null reference exception.
To Reproduce
Steps to reproduce the behavior:
new UAsset("LevelDefinition.uasset", EngineVersion.VER_UE5_1);Expected behavior
It should load.
Screenshots

Desktop (please complete the following information):
Additional context
The asset has been created using Unreal Engine 5.1.1