Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/IContentBrowserSingleton
Description
Force refresh on the path picker widget. You may need to do this if you have changed the filter on the path picker.
| Name | RefreshPathView |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include Path | #include "IContentBrowserSingleton.h" |
void RefreshPathView
(
TSharedPtr< SWidget > PathPickerWidget
)
Parameters
| Name | Remarks |
|---|---|
| PathPickerWidget | The path picker widget where we want to add an folder |