FColorStructCustomization::OnColorPickerCancelled

Called when the user clicks cancel in the color picker The values are reset to their original state when this happens

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

void OnColorPickerCancelled
(
    FLinearColor OriginalColor
)

Remarks

Called when the user clicks cancel in the color picker The values are reset to their original state when this happens

Parameters

Parameter

Description

OriginalColor

Original color of the property

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