ICollectionManager::HasCollectionColors

Checks whether any collections have a custom color set, optionally retrieving the list of in-use colors

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
(
    [TArray](API\Runtime\Core\Containers\TArray)< [FLinearColor](API\Runtime\Core\Math\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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library