FMathStructCustomization::OnValueCommitted

Called when the value is committed from the property editor

Windows
MacOS
Linux

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

Syntax

template<typename NumericType>
void OnValueCommitted
(
    NumericType NewValue,
    ETextCommit::Type CommitType,
    TWeakPtr< IPropertyHandle > WeakHandlePtr
)

Remarks

Called when the value is committed from the property editor

Parameters

Parameter

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

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