So I want to cache off some function within TMap, for quicker lookups. But I need some way to filter out functions, that I don't need.
I guess best way to do it, would be to add some custom meta data flag, into UFUNCTION(meta=()).
But How do I do declare custom meta data ?
I guess best way to do it, would be to add some custom meta data flag, into UFUNCTION(meta=()).
But How do I do declare custom meta data ?
Comment