IStructViewerFilter::IsUnloadedStructAllowed

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 IsUnloadedStructAllowed
(
    const FStructViewerInitializationOptions & InInitOptions,
    const FName InStructPath,
    TSharedRef< class FStructViewerFilterFuncs > InFilterFuncs
)

Remarks

Checks if a struct is allowed by this filter.

Parameters

Parameter

Description

InInitOptions

The Struct Viewer/Picker options.

InStructPath

The path of the unloaded 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