Navigation
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 OnSetColorFromColorPicker ( [FLinearColor](API\Runtime\Core\Math\FLinearColor) NewColor )
Remarks
Called when the property is set from the color picker
Parameters
Name | Description |
---|---|
NewColor | The new color value |