IDetailsView::SetIsCustomRowVisibilityFilteredDelegate

Sets a delegate to call to check if custom row visibility is filtered, i.e. whether the FIsCustomRowVisible delegate will always return true no matter the parameters.

Windows
MacOS
Linux

References

Module

PropertyEditor

Header

/Engine/Source/Editor/PropertyEditor/Public/IDetailsView.h

Include

#include "IDetailsView.h"

Syntax

void SetIsCustomRowVisibilityFilteredDelegate
(
    FIsCustomRowVisibilityFiltered InIsCustomRowVisibilityFiltered
)

Remarks

Sets a delegate to call to check if custom row visibility is filtered, i.e. whether the FIsCustomRowVisible delegate will always return true no matter the parameters.

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