I have an UBlueprint object that is a BlueprintInterface.
It has TArray<TObjectPtr<UEdGraph>> FunctionGraphs
variable that contains all data about functions. But i can’t find the categories or any onther meta data
(i.e. UFUNCTION(..., Category = "Interface|Map"
).
Any ideas how can i get function category?