UCanvas::SetLinearDrawColor

Set DrawColor with a [FLinearColor](API\Runtime\Core\Math\FLinearColor) and optional opacity override

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Engine/Canvas.h

Include

#include "Engine/Canvas.h"

Source

/Engine/Source/Runtime/Engine/Private/UserInterface/Canvas.cpp

Syntax

void SetLinearDrawColor
(
    FLinearColor InColor,
    float OpacityOverride
)

Remarks

Set DrawColor with a FLinearColor and optional opacity override

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