Navigation
API > API/Developer > API/Developer/CollectionManager > API/Developer/CollectionManager/ICollectionManager
References
| Module | CollectionManager |
| Header | /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h |
| Include | #include "ICollectionManager.h" |
bool SetCollectionColor
(
FName CollectionName,
ECollectionShareType::Type ShareType,
const TOptional< FLinearColor > & NewColor
)
Remarks
Sets the optional color for the specified collection true if the collection was found, and the color was set. If false, GetLastError will return a human readable string description of the error.
Parameters
| Name | Description |
|---|---|
| CollectionName | The collection to set the color for |
| ShareType | The way the collection is shared. |
| NewColor | The optional color to set. |