Navigation
Unreal Engine C++ API Reference > Editor > UnrealEd > FContentHelper
References
Module | UnrealEd |
Header | /Engine/Source/Editor/UnrealEd/Public/PackageHelperFunctions.h |
Include | #include "PackageHelperFunctions.h" |
Source | /Engine/Source/Editor/UnrealEd/Private/Commandlets/PackageUtilities.cpp |
bool UpdateCollection
&40;
FName InCollectionName,
ECollectionShareType::Type InType,
const TArray< FSoftObjectPath > & InAddList,
const TArray< FSoftObjectPath > & InRemoveList
&41;
Remarks
Update the given collection with the lists of adds/removes bool true if successful, false if not.
Parameters
Name | Description |
---|---|
InCollectionName | The name of the collection to update |
InType | Type of collection |
InAddList | The list of items to ADD to the collection (can be empty) |
InRemoveList | The list of items to REMOVE from the collection (can be empty) |