FColorStructCustomization::GetColorAsLinear

Get the color used by this struct as a linear color value

Windows
MacOS
Linux

References

Module

DetailCustomizations

Header

/Engine/Source/Editor/DetailCustomizations/Public/Customizations/ColorStructCustomization.h

Include

#include "Customizations/ColorStructCustomization.h"

Source

/Engine/Source/Editor/DetailCustomizations/Private/ColorStructCustomization.cpp

Syntax

FPropertyAccess::Result GetColorAsLinear
(
    FLinearColor & InColor
) const

Remarks

Get the color used by this struct as a linear color value

Returns

The result of trying to get the color value

Parameters

Parameter

Description

InColor

To be filled with the color value used by this struct, or white if this struct is being used to edit multiple values

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