Okay, searching in the source code of unreal I found the answer like this:
UFUNCTION(BlueprintPure, Category="MajorCategory|SubCategory")
The pipeline is the answer. But now I wonder: the in code doc is bad or I understand bad?
Okay, searching in the source code of unreal I found the answer like this:
UFUNCTION(BlueprintPure, Category="MajorCategory|SubCategory")
The pipeline is the answer. But now I wonder: the in code doc is bad or I understand bad?