IStructViewerFilter::IsStructAllowed

Checks if a struct is allowed by this filter.

Windows
MacOS
Linux

References

Module

StructViewer

Header

/Engine/Source/Editor/StructViewer/Public/StructViewerFilter.h

Include

#include "StructViewerFilter.h"

Syntax

bool IsStructAllowed
(
    const FStructViewerInitializationOptions & InInitOptions,
    const UScriptStruct * InStruct,
    TSharedRef< class FStructViewerFilterFuncs > InFilterFuncs
)

Remarks

Checks if a struct is allowed by this filter.

Parameters

Parameter

Description

InInitOptions

The Struct Viewer/Picker options.

InStruct

The struct to be tested.

InFilterFuncs

Useful functions for filtering.

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