ICollectionManager::HasCollectionColors

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

Windows
MacOS
Linux

References

Module

CollectionManager

Header

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

Include

#include "ICollectionManager.h"

Syntax

bool HasCollectionColors
(
    TArray< FLinearColor > * OutColors
) const

Remarks

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

Returns

true if there are any custom colors in use, false otherwise.

Parameters

Parameter

Description

OutColors

The optional color array to populate.

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