Navigation
Unreal Engine C++ API Reference > Developer > AssetTools
References
Module | AssetTools |
Header | /Engine/Source/Developer/AssetTools/Public/AssetViewUtils.h |
Include | #include "AssetViewUtils.h" |
Source | /Engine/Source/Developer/AssetTools/Private/AssetViewUtils.cpp |
namespace AssetViewUtils
{
bool AssetViewUtils::HasCustomColors
(
[TArray](API\Runtime\Core\Containers\TArray)< [FLinearColor](API\Runtime\Core\Math\FLinearColor) > * OutColors
)
}
Remarks
Checks to see if any folder has a custom color, optionally outputs them to a list
Checks to see if any collection has a custom color, optionally outputs them to a list true, if custom colors are present
Parameters
Name | Description |
---|---|
OutColors | If specified, returns all the custom colors being used |
OutColors | If specified, returns all the custom colors being used |