FStructViewerFilterFuncs::IfMatchesAllInChildOfStructsSet

Checks if the given struct is a child-of ALL of the classes in a 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 IfMatchesAllInChildOfStructsSet
(
    TSet< const UScriptStruct * > & InSet,
    const UScriptStruct * InStruct
)

Remarks

Checks if the given struct is a child-of ALL of the classes in a set.

Returns

EFilterReturn::Passed if it is a child-of ALL the structs in the 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