We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm working with a asset that has a package name that I want to update, which apparently is a feature that is not available in all versions of UE4.
Here's how CUE4Parse handles this: https://github.com/FabianFG/CUE4Parse/blob/e05d309a9352cf8e6b6d1a78bfb9e009c5f41323/CUE4Parse/UE4/Objects/UObject/ObjectResource.cs#L288-L291
I can probably work around this by messing with the fnames map but it would be nice to have a more formal way of getting this FName.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm working with a asset that has a package name that I want to update, which apparently is a feature that is not available in all versions of UE4.
Here's how CUE4Parse handles this:
https://github.com/FabianFG/CUE4Parse/blob/e05d309a9352cf8e6b6d1a78bfb9e009c5f41323/CUE4Parse/UE4/Objects/UObject/ObjectResource.cs#L288-L291
I can probably work around this by messing with the fnames map but it would be nice to have a more formal way of getting this FName.
The text was updated successfully, but these errors were encountered: