Navigation
API > API/Developer > API/Developer/WidgetRegistration > API/Developer/WidgetRegistration/FCategoryDrivenContentBuilder
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void InitializeCategoryButtons () |
Initializes the category buttons with the given FBuilderInputs | Layout/CategoryDrivenContentBuilder.h | |
void InitializeCategoryButtons
(
TArray< UE::DisplayBuilders::FBuilderInput > InBuilderInputArray |
Initializes the category buttons with the given FBuilderInputs | Layout/CategoryDrivenContentBuilder.h |
InitializeCategoryButtons()
Description
Initializes the category buttons with the given FBuilderInputs
| Name | InitializeCategoryButtons |
| Type | function |
| Header File | /Engine/Source/Developer/WidgetRegistration/Public/Layout/CategoryDrivenContentBuilder.h |
| Include Path | #include "Layout/CategoryDrivenContentBuilder.h" |
| Source | /Engine/Source/Developer/WidgetRegistration/Private/Layout/CategoryDrivenContentBuilder.cpp |
void InitializeCategoryButtons()
InitializeCategoryButtons(TArray< UE::DisplayBuilders::FBuilderInput >)
Description
Initializes the category buttons with the given FBuilderInputs
| Name | InitializeCategoryButtons |
| Type | function |
| Header File | /Engine/Source/Developer/WidgetRegistration/Public/Layout/CategoryDrivenContentBuilder.h |
| Include Path | #include "Layout/CategoryDrivenContentBuilder.h" |
| Source | /Engine/Source/Developer/WidgetRegistration/Private/Layout/CategoryDrivenContentBuilder.cpp |
void InitializeCategoryButtons
(
TArray < UE::DisplayBuilders::FBuilderInput > InBuilderInputArray
)
Parameters
| Name | Remarks |
|---|---|
| InBuilderInputArray | the array of FBuilderInput instances that will initialize the Category buttons |