CUE4Parse icon indicating copy to clipboard operation
CUE4Parse copied to clipboard

Results 30 CUE4Parse issues
Sort by recently updated
recently updated
newest added

Test example: [Paks.zip](https://github.com/FabianFG/CUE4Parse/files/10049838/Paks.zip) Packed with IOstore on 4.27.2. `MyAcotrClas.uasset` asset inside UCAS has 2 props `TestProp: Geschäft` `80 08 00 47 00 65 00 73 00 63 00 68 00...

Im trying to open umap from unreal engine 4.8.3 and i got this error: [ERR] One or more errors occurred. (Invalid FString length '1768714054') at System.Threading.Tasks.Task.ThrowIfExceptional(Boolean includeTaskCanceledExceptions) If it possible...

This partially resolves iAmAsval/FModel#204, where we only have the "oldest" (closer to "biggest" in my investigation) asset available, even when a newer one is there. I dug into this and...

I made a program that loops over every map and saves all the objects i want. This worked without any problems in earlier Fortnite versions. But since the 21.0 Fortnite...

This PR aims to remove the hardcoded limit of 4 bone weight influences. I have tested it manually on a few skeletal meshes from a game that use 8 bone...

Allows large files to be read. The issue occurs because these files (usually .umaps) are over 2 GB which is too big for an array. This new reader loads the...

I want to get the _chunkIndex of a file, but it is not possible to get it due to its access level [(in FIoChunkId)](https://github.com/FabianFG/CUE4Parse/blob/be3999f3889bd050c1ccd50781a8b941b7ba08c0/CUE4Parse/UE4/IO/Objects/FIoChunkId.cs#L56) Why this field is private?

This PR refactors: - PlatformDeswizzlers: Same convention as Detex (using Constant library name instead of literal name) - PlatformDeswizzlers.PrepareDllFile: modern dotnet APIs and early return on non-windows-64 - Detex: Use...

PPTH is used to give structs and enums paths. This is useful for when the name matches multiple structs. (i.e. most AnimGeneratedBlueprints) ENVP is used for non-linear enum values, usually...

Using `Ar.ReadFString()` is invalid (at least on the UE5.2 game I am testing with), it should be an `FName` excerpt from Unreal Code: ```cpp bool bShareCode = false; Ar