Navigation
Unreal Engine C++ API Reference > Editor > StructViewer
Inheritance Hierarchy
- IStructViewerFilter
- FStructFilter
References
Module | StructViewer |
Header | /Engine/Source/Editor/StructViewer/Public/StructViewerFilter.h |
Include | #include "StructViewerFilter.h" |
Syntax
class IStructViewerFilter
Remarks
Interface class for creating filters for the Struct Viewer.
Destructors
Type | Name | Description | |
---|---|---|---|
Functions
Type | Name | Description | |
---|---|---|---|
bool | IsStructAllowed
(
const FStructViewerInitializationOptions& InInitOptions, |
Checks if a struct is allowed by this filter. | |
bool | IsUnloadedStructAllowed
(
const FStructViewerInitializationOptions& InInitOptions, |
Checks if a struct is allowed by this filter. |