ICollectionManager::UpdateCollection

Update the collection to make sure it's using the latest version from source control (if under SCC control)

Windows
MacOS
Linux

References

Module

CollectionManager

Header

/Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h

Include

#include "ICollectionManager.h"

Syntax

bool UpdateCollection
(
    FName CollectionName,
    ECollectionShareType::Type ShareType
)

Remarks

Update the collection to make sure it's using the latest version from source control (if under SCC control)

Generally you won't need to update collections manually as the collection manager takes care of that as collections are saved to disk.

Returns

true if the update was successful. If false, GetLastError will return a human readable string description of the error.

Parameters

Parameter

Description

CollectionName

The collection to update

ShareType

The way the collection is shared.

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