FBlacklistPaths::UnregisterOwnersAndAppend

Unregisters specified owners then adds specified filters in one operation (to avoid multiple filters changed events).

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/BlacklistNames.h

Include

#include "Misc/BlacklistNames.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/BlacklistNames.cpp

Syntax

bool UnregisterOwnersAndAppend
(
    const TArray< FName > & OwnerNamesToRemove,
    const FBlacklistPaths & FiltersToAdd
)

Remarks

Unregisters specified owners then adds specified filters in one operation (to avoid multiple filters changed events).

Returns

whether the filters changed.

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