AssetViewUtils::HasCustomColors

Checks to see if any folder has a custom color, optionally outputs them to a list

Windows
MacOS
Linux

References

Module

AssetTools

Header

/Engine/Source/Developer/AssetTools/Public/AssetViewUtils.h

Include

#include "AssetViewUtils.h"

Source

/Engine/Source/Developer/AssetTools/Private/AssetViewUtils.cpp

Syntax

namespace AssetViewUtils
{
    bool AssetViewUtils::HasCustomColors
    (
        TArray< 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

Returns

true, if custom colors are present

Parameters

Parameter

Description

OutColors

If specified, returns all the custom colors being used

OutColors

If specified, returns all the custom colors being used

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