Class USFCategoryTabButtonBase
ClassList > USFCategoryTabButtonBase
Base widget class for tab buttons used in the CategoryTabList of USFSettingsScreen andUSFCategoryTab_Branch .More...
#include "UI/Components/SFCategoryTabButtonBase.h"
Inherits the following classes: UCommonButtonBase
Public Functions
| Type | Name |
|---|---|
| void | SetCategoryData (const class USFSettingCategory * InCategory) |
| virtual void | SetCategoryData_Implementation (const class USFSettingCategory * InCategory) |
Detailed Description
Base widget class for tab buttons used in the CategoryTabList of USFSettingsScreen and USFCategoryTab_Branch. The widget blueprints implementing this class should be assigned to the RootTabButtonClass and BranchTabButtonClass in the Developer Settings at Project Settings > Plugins > SettingsFramework.
Note:
Abstract BlueprintType Blueprintable
Public Functions Documentation
function SetCategoryData
void USFCategoryTabButtonBase::SetCategoryData (
const class USFSettingCategory * InCategory
)
Sets the tab button's display provided the setting category it represents.
Parameters:
InCategoryThe setting category represented by this tab button.
Note:
BlueprintNativeEvent
function SetCategoryData_Implementation
inline virtual void USFCategoryTabButtonBase::SetCategoryData_Implementation (
const class USFSettingCategory * InCategory
)
Native implementation of SetCategoryData.
The documentation for this class was generated from the following file Source/SettingsFramework/Public/UI/Components/SFCategoryTabButtonBase.h