-
Notifications
You must be signed in to change notification settings - Fork 256
New issue
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
utilities>array>sort does not do anything #56
Comments
found out why it isn't working, the function is not looking for the short name I assigned the value in the Struct, "Ammo" is the name. Instead it is looking for Ammo_5_19145E324396439F5c10A6941E12EBAC I'm not even sure how I would obtain that from a node if I didn't happen to hover over a populated array and notice the contents were that. |
I can think of times when you want to use the literal name of the variable, but I don't even know how to get that from within blueprint. if I want to pass in any object or variable and get the string literal of it's name or ID or whatever would I just use #variable in c++ |
The developer (Kris RedBeard) who did the original sort function did not ever update it for newer engine versions, if there is urgency for this I will try and get ahold of him on this matter :) ♥ Rama |
There's a distinction between the get authored name and get name -- and that's the difference from the one with the suffix versus that which was provided by the coder. |
I tried using the sort function to sort a struct and it doesn't seem to do anything or perhaps the sorted array isn't outputed? I tried looking through the code and it seems like there isn't anything there aside from a comment saying that you should just call the generic function instead. I can't access that in blueprint obviously. Am I doing something incorrectly with this?
The text was updated successfully, but these errors were encountered: