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
Is it possible the TextProperty has a bug? I try to apply the GVAS converter (excellent tool by the way) on a save file and I see this structure:
A TextProperty name DisplayName, then I get a string ginving a value Test1.
In the program a filed named Id is supposed to be in between the property type and the value.
Id = reader.ReadUEString(); Is this correct? Value = reader.ReadUEString();
It may be a quirck from the game I am working on, but I thought it may be useful to report it.
I appreciate your comments on this issue.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Is it possible the TextProperty has a bug? I try to apply the GVAS converter (excellent tool by the way) on a save file and I see this structure:
A TextProperty name DisplayName, then I get a string ginving a value Test1.
In the program a filed named Id is supposed to be in between the property type and the value.
It may be a quirck from the game I am working on, but I thought it may be useful to report it.
I appreciate your comments on this issue.
The text was updated successfully, but these errors were encountered: