Are Name-variable values "Internalized" ignoring case in packaged builds?

I have an issue when calling CPP code from blueprints. The values of Name-type variables have different case (e.g. capitialized) then the values i provided in the call (lowercase).

The only explanation i have for this, if they use internalization (forcing equal values have equal address) on literal strings to reduce the size of packaged builds. But in case of Unreal they also do the internalization check ignoring the case.

Any ideas?

Isn’t the name variable meant for file names? So they would ignore upper/lower case?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.