Navigation
| Name | StructViewer |
| Type | Editor |
| Location | /Engine/Source/Editor/StructViewer/ |
| Module Build Rules | StructViewer.Build.cs |
Classes
| Name | Remarks |
|---|---|
| FStructViewerFilterFuncs | |
| FStructViewerInitializationOptions | Settings for the Struct Viewer set by the programmer before spawning an instance of the widget. |
| FStructViewerModule | Struct Viewer module |
| UStructViewerProjectSettings | Implements the settings for the Struct Viewer Project Settings |
Interfaces
| Name | Remarks |
|---|---|
| IStructViewerFilter | Interface class for creating filters for the Struct Viewer. |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FOnStructPicked | TBaseDelegate_OneParam< void, const UScriptStruct * > | Delegate used with the Struct Viewer in 'struct picking' mode. | StructViewerModule.h |
| FOnStructPickerOpened | TBaseDelegate_OneParam< void, const UScriptStruct * > | Delegate used with the Struct Viewer in 'struct picking' mode. | StructViewerModule.h |