FColorList::GetColorNameByIndex

Resturn color's name based on index. If index is invalid, returns BadIndex.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Math/ColorList.h

Include

#include "Math/ColorList.h"

Source

/Engine/Source/Runtime/Core/Private/Math/ColorList.cpp

Syntax

const FString & GetColorNameByIndex
(
    int32 ColorIndex
) const

Remarks

Resturn color's name based on index. If index is invalid, returns BadIndex.

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