GalleryFavoriteManager class
GalleryFavoriteManager
Inheritance
Base: ink.WidgetLogicController
Derived
None.
Properties
| Property | Type | |
|---|---|---|
favoritesSettingGroup | CName | scripted |
favoritesSettingVar | CName | scripted |
systemHandler | WeakHandle<ink.ISystemRequestsHandler> | scripted |
favoritesValue | uint[] | scripted |
Functions
void Setup(WeakHandle<ink.ISystemRequestsHandler> systemHandler)RTTIvoid InitValues(uint[] values)RTTIbool IsFavorite(uint hash)RTTIvoid SetFavorite(uint hash, bool favorite)RTTIint CountFavorites(ink.GameScreenshotInfo[] screenshotInfos)RTTI