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&58;&58;HasCustomColors
&40;
TArray< FLinearColor > &42; OutColors
&41;
}
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 |