 |
TArray< FAssetData > |
AdditionalReferencingAssets |
The passed in property handle will be used to gather referencing assets. |
 |
bool |
bAllowViewOptions |
True (the default) shows the view options at the bottom of the class picker |
 |
bool |
bEditorClassesOnly |
False by default, restricts the class picker to only showing editor module classes |
 |
bool |
bEnableClassDynamicLoading |
True allows class dynamic loading on selection |
 |
bool |
bExpandAllNodes |
If true, all nodes will be expanded by default. |
 |
bool |
bExpandRootNodes |
If true, root nodes will be expanded by default. |
 |
bool |
bIsActorsOnly |
Filters so only actors will be displayed. |
 |
bool |
bIsBlueprintBaseOnly |
Filters so only base blueprints will be displayed. |
 |
bool |
bIsPlaceableOnly |
Filters so only placeable actors will be displayed. Forces bIsActorsOnly to true. |
 |
bool |
bShowBackgroundBorder |
True (the default) shows a background border behind the class viewer widget. |
 |
bool |
bShowClassesViewer |
(true) Will show the classes viewer. |
 |
bool |
bShowDefaultClasses |
(true) Will show the default classes if they exist. |
 |
bool |
bShowNoneOption |
Shows a "None" option, only available in Picker mode. |
 |
bool |
bShowObjectRootClass |
True will show the UObject root class. |
 |
bool |
bShowUnloadedBlueprints |
Shows unloaded blueprints. Will not be filtered out based on non-bool filter options. |
 |
TArray< TSharedRef< IClassViewerFilter > > |
ClassFilters |
The filter(s) to use on classes in this instance. |
 |
EClassViewerDisplayMode::Type |
DisplayMode |
Mode to display the classes using. |
 |
TArray< UClass * > |
ExtraPickerCommonClasses |
Defines additional classes you want listed in the "Common Classes" section for the picker. |
 |
UClass * |
InitiallySelectedClass |
Will set the initially selected row, if possible, to this class when the viewer is created |
 |
EClassViewerMode::Type |
Mode |
Mode to operate in |
 |
EClassViewerNameTypeToDisplay |
NameTypeToDisplay |
Controls what name is shown for classes |
 |
TSharedPtr< IPropertyHandle > |
PropertyHandle |
The property this class viewer be working on. |
 |
FText |
ViewerTitleString |
The title string of the class viewer if required. |