FSlateStyleSet::Set

Set [FLinearColor](API\Runtime\Core\Math\FLinearColor) property.

Choose your operating system:

Windows

macOS

Linux

References

Module

SlateCore

Header

/Engine/Source/Runtime/SlateCore/Public/Styling/SlateStyle.h

Include

#include "Styling/SlateStyle.h"

Syntax

void Set
(
    const FName PropertyName,
    const FLinearColor & InColor
)

Remarks

Set FLinearColor property.

Parameters

Parameter

Description

PropertyName

Name of the property to set.

InColor

The value to set.