Navigation
API > API/Editor > API/Editor/Persona
| Name | SReferenceSectionSelectionWidget |
| Type | class |
| Header File | /Engine/Source/Editor/Persona/Public/ReferenceSectionSelectionWidget.h |
| Include Path | #include "ReferenceSectionSelectionWidget.h" |
Syntax
class SReferenceSectionSelectionWidget : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SReferenceSectionSelectionWidget
- FSlateControlledConstruction → SWidget → SCompoundWidget → SReferenceSectionSelectionWidget
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| bHideChunkedSections | bool | ReferenceSectionSelectionWidget.h | ||
| CacheSectionList | TArray< TSharedPtr< int32 > > | ReferenceSectionSelectionWidget.h | ||
| OnGetLodModel | FGetLodModel | ReferenceSectionSelectionWidget.h | ||
| OnGetSelectedSection | FGetSelectedSection | ReferenceSectionSelectionWidget.h | ||
| OnSectionSelectionChanged | FOnSectionSelectionChanged | Delegates | ReferenceSectionSelectionWidget.h | |
| SectionListView | TSharedPtr< SListView< TSharedPtr< int32 > > > | ReferenceSectionSelectionWidget.h | ||
| SectionPickerButton | TSharedPtr< SComboButton > | Base combo button. | ReferenceSectionSelectionWidget.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Construct this widget | ReferenceSectionSelectionWidget.h |