/** The base directories to be considered Internal Only for the struct picker.*/
UPROPERTY(EditAnywhere,config,Category=StructVisibilityManagement,meta=(DisplayName="List of directories to consider Internal Only.",ContentDir,LongPackageName))
TArray<FDirectoryPath>InternalOnlyPaths;
/** The base classes to be considered Internal Only for the struct picker.*/
UPROPERTY(EditAnywhere,config,Category=StructVisibilityManagement,meta=(DisplayName="List of base structs to consider Internal Only.",ShowTreeView,HideViewOptions))