IStructViewerFilter

Interface class for creating filters for the Struct Viewer.

Windows
MacOS
Linux

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

Name Description

Public function Virtual

~IStructViewerFilter()

Functions

Name Description

Public function

bool

 

IsStructAllowed

(
    const FStructViewerInitializationOp...,
    const UScriptStruct* InStruct,
    TSharedRef< class FStructViewerFilt...
)

Checks if a struct is allowed by this filter.

Public function

bool

 

IsUnloadedStructAllowed

(
    const FStructViewerInitializationOp...,
    const FName InStructPath,
    TSharedRef< class FStructViewerFilt...
)

Checks if a struct is allowed by this filter.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss