FMathStructCustomization::OnGetValue

Gets the value as a float for the provided 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>
TOptional< NumericType > OnGetValue
(
    TWeakPtr< IPropertyHandle > WeakHandlePtr
) const

Remarks

Gets the value as a float for the provided property handle

Returns

The value or unset if it could not be accessed

Parameters

Parameter

Description

WeakHandlePtr

Handle to the property to get the value from

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