Navigation
Unreal Engine C++ API Reference > Developer > CollectionManager > ICollectionManager
References
Module | CollectionManager |
Header | /Engine/Source/Developer/CollectionManager/Public/ICollectionManager.h |
Include | #include "ICollectionManager.h" |
bool HasCollectionColors
&40;
TArray< FLinearColor > &42; OutColors
&41; 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. |