FStructViewerFilterFuncs

Windows
MacOS
Linux

References

Module

StructViewer

Header

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

Include

#include "StructViewerFilter.h"

Syntax

class FStructViewerFilterFuncs

Destructors

Name Description

Public function Virtual

~FStructViewerFilterFuncs()

Functions

Name Description

Public function Virtual

EStructFilte...

 

IfInChildOfStructsSet

(
    TSet< const UScriptStruct* >&...,
    const UScriptStruct* InStruct
)

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

Public function Virtual

EStructFilte...

 

IfInStructsSet

(
    TSet< const UScriptStruct* >&...,
    const UScriptStruct* InStruct
)

Checks if the struct is in the structs set.

Public function Virtual

EStructFilte...

 

IfMatchesAllInChildOfStructsSet

(
    TSet< const UScriptStruct* >&...,
    const UScriptStruct* InStruct
)

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

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