UpdateSetCollectionsForObjects

This will set the passed in tag name on the objects if they are not in the whitelist

Windows
MacOS
Linux

References

Module

UnrealEd

Header

/Engine/Source/Editor/UnrealEd/Public/PackageHelperFunctions.h

Include

#include "PackageHelperFunctions.h"

Syntax

void UpdateSetCollectionsForObjects
(
    TMap< FString, bool > & ObjectNames,
    const FString & CollectionName,
    const FString & CollectionNameWhitelist
)

Remarks

This will set the passed in tag name on the objects if they are not in the whitelist

Parameters

Parameter

Description

ObjectNames

The list of object names to tag

CollectionName

The tag to apply to the objects

CollectionNameWhitelist

The tag of objects that should not be tagged (whitelist)

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