You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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
The text was updated successfully, but these errors were encountered: