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 HasCollectionColors
(
TArray< FLinearColor > * OutColors
) const
Remarks
Checks whether any collections have a custom color set, optionally retrieving the list of in-use colors true if there are any custom colors in use, false otherwise.
Parameters
| Name | Description |
|---|---|
| OutColors | The optional color array to populate. |