is it there a way to make an enum UProperty AssetRegistrySearchable? Obviously, I can give it the tag, but both GetTagValue and GetTagValueRef cause compiler errors if I use them with the enum itself, and they give the wrong value if I try to cast it to a uint8.
alternatively, is there a cleaner workaround than what I’ve got: an AssetRegistrySearchable uint8 that is set to match the enum value in PostEditChangeProperty. Is there a way for the property to be a uint8 in the code, but display as an enum in the editor?