FMathStructCustomization::SetValue

Called to set the value of the property handle.

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 SetValue
(
    NumericType NewValue,
    EPropertyValueSetFlags::Type Flags,
    TWeakPtr< IPropertyHandle > WeakHandlePtr
)

Remarks

Called to set the value of the property handle.

Parameters

Parameter

Description

NewValue

The new value of the property as a float

Flags

The flags to pass when setting the value on the property handle.

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