FColorList::GetFColorByIndex

Returns a color based on index. If index is invalid, returns White.

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 FColor & GetFColorByIndex
(
    int32 ColorIndex
) const

Remarks

Returns a color based on index. If index is invalid, returns White.

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