Navigation
| Name | ClassViewer |
| Type | Editor |
| Location | /Engine/Source/Editor/ClassViewer/ |
| Module Build Rules | ClassViewer.Build.cs |
Classes
| Name | Remarks |
|---|---|
| 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 |
| FVerseCastableClassFilter | |
| FVerseConcreteClassFilter | |
| SClassViewer | |
| UClassViewerProjectSettings | Implements the settings for the Class Viewer Project Settings |
Structs
| Name | Remarks |
|---|---|
| FClassViewerSortElementInfo |
Interfaces
| Name | Remarks |
|---|---|
| IClassViewerFilter | Interface class for creating filters for the Class Viewer. |
| IUnloadedBlueprintData |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnClassPicked | TBaseDelegate_OneParam< void, UClass * > | Delegate used with the Class Viewer in 'class picking' mode. | ClassViewerModule.h |
| FOnClassViewerFilterOptionChanged | TBaseDelegate_OneParam< void, bool > | Delegate used to respond to a filter option change. | ClassViewerFilter.h |
| FOnShouldFilterClass | TBaseDelegate_OneParam< bool, const UClass * > | Called to check if a class should be filtered out by external code. | ClassViewerFilter.h |
Enums
Public
| Name | Remarks |
|---|---|
| EClassViewerDisplayMode::Type | |
| EClassViewerMode::Type | |
| EClassViewerNameTypeToDisplay | |
| EFilterReturn::Type |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
DEFINE_LOG_CATEGORY_STATIC
(
LogEditorClassViewer, |
ClassViewerModule.h |