UCLASS Hidden flag
Closed this issue · 0 comments
benui-dev commented
Hey Ben , UCLASS specifier now actually accepts Hidden flag to hide it from any Class Browser , in case you want to add it to the UCLASS blog post page
From UE 5.0 changelog:
The UCLASS specifier now takes a Hidden flag. This maps directly to the ClassFlags Enum CLASS_Hidden flag. Adding this flag will hide the given class from any class browser in the editor.