FMathStructCustomization::OnValueChanged

Called when the value is changed in 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 OnValueChanged
(
    NumericType NewValue,
    TWeakPtr< IPropertyHandle > WeakHandlePtr
)

Remarks

Called when the value is changed in the property editor

Parameters

Parameter

Description

NewValue

The new value of the property as a float

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