Skip to content
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

Config.h/FV8Config::GetAlias not using DisplayName metadata for typing generator #22

Open
itaib opened this issue Sep 1, 2017 · 1 comment

Comments

@itaib
Copy link
Contributor

itaib commented Sep 1, 2017

why was no_empty added to the if statement? with it there, the typing generator doesn't use the DisplayName metadata.
I wonder what is the use of no_empty at all in this function currently.

47473b5#diff-6493c194ff6b7537469318a8cd8f8ca8L120

@crocuis
Copy link
Contributor

crocuis commented Sep 2, 2017

Alias helps you use functions like KismetFunction or FunctionLibrary with more intuitive names. However, if there is another function with the same name as the DisplayName of the function, the existing function may be erased. So I removed the part that was created with DisplayName.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants