FStructViewerFilterFuncs::IfInChildOfStructsSet

Checks if the given struct is a child-of any of the structs 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 IfInChildOfStructsSet
(
    TSet< const UScriptStruct * > & InSet,
    const UScriptStruct * InStruct
)

Remarks

Checks if the given struct is a child-of any of the structs in a set.

Returns

EFilterReturn::Passed if it is a child-of a struct 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