FClassViewerFilter::IsNodeAllowed

This function checks whether a node passes the filter defined by IsClassAllowed/IsUnloadedClassAllowed.

Windows
MacOS
Linux

References

Module

ClassViewer

Header

/Engine/Source/Editor/ClassViewer/Public/ClassViewerFilter.h

Include

#include "ClassViewerFilter.h"

Source

/Engine/Source/Editor/ClassViewer/Private/ClassViewerFilter.cpp

Syntax

virtual bool IsNodeAllowed
(
    const FClassViewerInitializationOptions & InInitOptions,
    const TSharedRef< FClassViewerNode > & Node,
    const bool bCheckTextFilter
)

Remarks

This function checks whether a node passes the filter defined by IsClassAllowed/IsUnloadedClassAllowed.

Parameters

Parameter

Description

InInitOptions

The Class Viewer/Picker options.

Node

The Node to check.

bCheckTextFilter

Whether to check the TextFilter. Disabling it could be useful e.g., to verify that the parent class of a IsNodeAllowed() object is also valid (regardless of the TextFilter, which will likely fail to pass).

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