Choose your operating system:
Windows
macOS
Linux
Name |
Description |
|
---|---|---|
|
FClassViewerFilter |
Filter class that performs many common checks. |
|
FClassViewerFilterFuncs |
|
|
FClassViewerFilterOption |
Used to define a custom class viewer filter option. |
|
FClassViewerInitializationOptions |
Settings for the Class Viewer set by the programmer before spawning an instance of the widget. |
|
FClassViewerModule |
Class Viewer module |
|
IClassViewerFilter |
Interface class for creating filters for the Class Viewer. |
|
IUnloadedBlueprintData |
|
|
SClassViewer |
|
|
UClassViewerProjectSettings |
Implements the settings for the Class Viewer Project Settings |
Name |
Description |
---|---|
FOnClassPicked |
Delegate used with the Class Viewer in 'class picking' mode. |
FOnClassViewerFilterOptionChanged |
Delegate used to respond to a filter option change. |
Name | Description | ||
---|---|---|---|
|
~IClassViewerFilter() |
||
|
OutFilterOpt... |
Add ( |
|
|
param OutFil... |
GetFilterOptions ( |
|
|
IsClassAllowed ( |
Checks if a class is allowed by this filter. |
|
|
IsUnloadedClassAllowed ( |
Checks if a class is allowed by this filter. |
|
|
IClassViewer... |
OnOptionChanged ( |
Name | Description | ||
---|---|---|---|
|
MyFilterOption |
OnOptionChanged |
|
|
param OutFilter... |
output |
|
|
MyFilterOption |
ToolTipText |
Can be optionally implemented to gather additional filter flags. |