Navigation
API > API/Editor > API/Editor/UnrealEd
| Name | SClassPickerDialog |
| Type | class |
| Header File | /Engine/Source/Editor/UnrealEd/Public/Kismet2/SClassPickerDialog.h |
| Include Path | #include "Kismet2/SClassPickerDialog.h" |
Syntax
class SClassPickerDialog : public SCompoundWidget
Inheritance Hierarchy
- FSharedFromThisBase → TSharedFromThis → SWidget → SCompoundWidget → SClassPickerDialog
- FSlateControlledConstruction → SWidget → SCompoundWidget → SClassPickerDialog
Structs
| Name | Remarks |
|---|---|
| FArguments |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| AssetDefaultClasses | TArray< TSharedPtr< FClassPickerDefaults > > | An array of default classes used in the dialog | Kismet2/SClassPickerDialog.h | |
| bAllowNone | bool | Determines if selecting no class is permitted | Kismet2/SClassPickerDialog.h | |
| bPressedOk | bool | A flag indicating that Ok was selected | Kismet2/SClassPickerDialog.h | |
| ChosenClass | UClass * | The class that was last clicked on | Kismet2/SClassPickerDialog.h | |
| ClassViewer | TSharedPtr< class SClassViewer > | A pointer to a class viewer | Kismet2/SClassPickerDialog.h | |
| WeakParentWindow | TWeakPtr< SWindow > | A pointer to the window that is asking the user to select a parent class | Kismet2/SClassPickerDialog.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
void Construct
(
const FArguments& InArgs |
Constructs this widget with InArgs | Kismet2/SClassPickerDialog.h |
Static
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
static bool PickClass
(
const FText& TitleText, |
Kismet2/SClassPickerDialog.h |