FColorStructCustomization::OnColorPickerCancelled

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

Unreal Engine C++ API Reference > Editor > DetailCustomizations > Customizations > FColorStructCustomization

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
void OnColorPickerCancelled
(
    [FLinearColor](API\Runtime\Core\Math\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

Name Description
OriginalColor Original color of the property

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library