Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/IContentBrowserSingleton
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FContentBrowserItemPath GetCurrentPath () |
Gets the current path if one exists, otherwise returns empty string. | IContentBrowserSingleton.h | |
FString GetCurrentPath
(
const EContentBrowserPathType PathType |
Gets the current path if one exists, otherwise returns empty string. | IContentBrowserSingleton.h |
GetCurrentPath()
Description
Gets the current path if one exists, otherwise returns empty string.
| Name | GetCurrentPath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include Path | #include "IContentBrowserSingleton.h" |
FContentBrowserItemPath GetCurrentPath()
GetCurrentPath(const EContentBrowserPathType)
Description
Gets the current path if one exists, otherwise returns empty string.
| Name | GetCurrentPath |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include Path | #include "IContentBrowserSingleton.h" |
FString GetCurrentPath
(
const EContentBrowserPathType PathType
)