FMathStructCustomization::OnValueCommitted

Called when the value is committed from the property editor

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

References

   
Module DetailCustomizations
Header /Engine/Source/Editor/DetailCustomizations/Public/Customizations/MathStructCustomizations.h
Include #include "Customizations/MathStructCustomizations.h"
Source /Engine/Source/Editor/DetailCustomizations/Private/MathStructCustomizations.cpp
template<typename NumericType>
void OnValueCommitted
(
    NumericType NewValue,
    [ETextCommit::Type](API\Runtime\SlateCore\Types\ETextCommit__Type) CommitType,
    [TWeakPtr](API\Runtime\Core\Templates\TWeakPtr)< [IPropertyHandle](API\Editor\PropertyEditor\IPropertyHandle) > WeakHandlePtr
)

Remarks

Called when the value is committed from the property editor

Parameters

Name Description
NewValue The new value of the property as a float
CommitType How the value was committed (unused)
WeakHandlePtr Handle to the property that the new value is for

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library