ICollectionManager::GetCollectionColor

Gets the optional color for the specified collection

Windows
MacOS
Linux

References

Module

CollectionManager

Header

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

Include

#include "ICollectionManager.h"

Syntax

bool GetCollectionColor
(
    FName CollectionName,
    ECollectionShareType::Type ShareType,
    TOptional< FLinearColor > & OutColor
) const

Remarks

Gets the optional color for the specified collection

Returns

true if the collection was found, and the color was optionally filled in. If false, GetLastError will return a human readable string description of the error.

Parameters

Parameter

Description

CollectionName

The collection to get the color for

ShareType

The way the collection is shared.

OutColor

The optional color 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