Navigation
API > API/Editor > API/Editor/InternationalizationSettings
| Name | SCulturePicker |
| Type | class |
| Header File | /Engine/Source/Editor/InternationalizationSettings/Public/SCulturePicker.h |
| Include Path | #include "SCulturePicker.h" |
Syntax
class SCulturePicker : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SCulturePicker
- FSlateControlledConstruction → SWidget → SCompoundWidget → SCulturePicker
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
SCulturePicker() |
SCulturePicker.h |
Structs
| Name | Remarks |
|---|---|
| FArguments |
Enums
Public
| Name | Remarks |
|---|---|
| ECultureDisplayFormat | Different display name formats that can be used for a culture |
| ECulturesViewMode |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FIsCulturePickable | TBaseDelegate_OneParam< bool, FCulturePtr > | A delegate type invoked when a selection changes somewhere. | SCulturePicker.h |
| FOnSelectionChanged | TSlateDelegates< FCulturePtr >::FOnSelectionChanged | SCulturePicker.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| CanSelectNone | bool | Should a null culture option be available? | SCulturePicker.h | |
| DisplayNameFormat | ECultureDisplayFormat | How should we display culture names? | SCulturePicker.h | |
| FilterString | FString | The string by which to filter cultures names. | SCulturePicker.h | |
| IsCulturePickable | FIsCulturePickable | Delegate to invoke to set whether a culture is "pickable". | SCulturePicker.h | |
| OnCultureSelectionChanged | FOnSelectionChanged | Delegate to invoke when selection changes. | SCulturePicker.h | |
| RootEntries | TArray< TSharedPtr< FCultureEntry > > | The top level culture entries to be displayed in the tree view. | SCulturePicker.h | |
| StockEntries | TArray< TSharedPtr< FCultureEntry > > | The top level culture entries for all possible stock cultures. | SCulturePicker.h | |
| SuppressSelectionCallback | bool | Flags that the selection callback shouldn't be called when selecting - useful for initial selection, for instance. | SCulturePicker.h | |
| TreeView | TSharedPtr< STreeView< TSharedPtr< FCultureEntry > > > | SCulturePicker.h | ||
| ViewMode | ECulturesViewMode | How should we display the list of cultures? | SCulturePicker.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
SCulturePicker.h | ||
void RequestTreeRefresh() |
SCulturePicker.h |