04-17-2025, 01:17 PM
(04-12-2025, 07:16 AM)eliot Wrote: The one by Wormbo? I've never seen it released unfortunately :/ahhh i see ..
The best solution I can think of is to fork UELib yourself, analyze where a variable name is used, like say a BoolVariableToken, that alone should be a good indicator to write the name slightly different. Or loop over the names table and give each name a more distinguishable name instead.
so name table would distinguish between variables that are named the same being different variable types too? because i've seen in this code it has various var types and structs even using the same name. which makes it quite confusing. for example var int var string and var bool from inside a struct in the same class. are named the same.
If thats the case i will check the name table manually and do the changes then