Navigation
API > API/Editor > API/Editor/ContentBrowser > API/Editor/ContentBrowser/IContentBrowserSingleton
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FDelegateHandle RegisterOnFavoritesChangedHandler
(
FOnFavoritesChanged::FDelegate InOnFavoritesChanged |
Register a delegate to be called when the Favorites changes. | IContentBrowserSingleton.h | |
FDelegateHandle RegisterOnFavoritesChangedHandler
(
FSimpleDelegate OnFavoritesChanged |
Register a delegate to be called when the Favorites changes. | IContentBrowserSingleton.h |
RegisterOnFavoritesChangedHandler(FOnFavoritesChanged::FDelegate)
Description
Register a delegate to be called when the Favorites changes.
| Name | RegisterOnFavoritesChangedHandler |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include Path | #include "IContentBrowserSingleton.h" |
FDelegateHandle RegisterOnFavoritesChangedHandler
(
FOnFavoritesChanged::FDelegate InOnFavoritesChanged
)
RegisterOnFavoritesChangedHandler(FSimpleDelegate)
Description
Register a delegate to be called when the Favorites changes.
| Name | RegisterOnFavoritesChangedHandler |
| Type | function |
| Header File | /Engine/Source/Editor/ContentBrowser/Public/IContentBrowserSingleton.h |
| Include Path | #include "IContentBrowserSingleton.h" |
FDelegateHandle RegisterOnFavoritesChangedHandler
(
FSimpleDelegate OnFavoritesChanged
)