FStructViewerFilterFuncs::IfInStructsSet

Checks if the struct is in the structs set.

Windows
MacOS
Linux

References

Module

StructViewer

Header

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

Include

#include "StructViewerFilter.h"

Source

/Engine/Source/Editor/StructViewer/Private/SStructViewer.cpp

Syntax

virtual EStructFilterReturn IfInStructsSet
(
    TSet< const UScriptStruct * > & InSet,
    const UScriptStruct * InStruct
)

Remarks

Checks if the struct is in the structs set.

Returns

EFilterReturn::Passed if the struct is in the structs set, EFilterReturn::Failed if it is not, EFilterReturn::NoItems if the set is empty.

Parameters

Parameter

Description

InSet

The set to test against.

InStruct

The struct to test against.

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