Navigation
Unreal Engine C++ API Reference > Editor > ContentBrowser > IContentBrowserSingleton
References
Module | ContentBrowser |
Header | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
Include | #include "IContentBrowserSingleton.h" |
void RefreshPathView ( [TSharedPtr](API\Runtime\Core\Templates\TSharedPtr)< [SWidget](API\Runtime\SlateCore\Widgets\SWidget) > PathPickerWidget )
Remarks
Force refresh on the path picker widget. You may need to do this if you have changed the filter on the path picker.
Parameters
Name | Description |
---|---|
PathPickerWidget | The path picker widget where we want to add an folder |