UAssetTagsSubsystem::RemoveAssetPtrsFromCollection

Remove the given assets from the given collection.

Windows
MacOS
Linux

References

Module

AssetTags

Header

/Engine/Plugins/Runtime/AssetTags/Source/AssetTags/Public/AssetTagsSubsystem.h

Include

#include "AssetTagsSubsystem.h"

Source

/Engine/Plugins/Runtime/AssetTags/Source/AssetTags/Private/AssetTagsSubsystem.cpp

Syntax

[UFUNCTION](Programming/UnrealArchitecture/Reference/Functions)(BlueprintCallable, Category="AssetTags")
bool RemoveAssetPtrsFromCollection
(
    const FName Name,
    const TArray< UObject * > & AssetPtrs
)

Remarks

Remove the given assets from the given collection.

Returns

True if the collection was modified, false otherwise (see the output log for details on error).

Parameters

Parameter

Description

Name

Name of the collection to modify.

AssetPtrs

Assets to remove.

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