TProperty_Numeric::SetFloatingPointPropertyValue

Set the value of a floating point property type

Windows
MacOS
Linux

Override Hierarchy

FNumericProperty::SetFloatingPointPropertyValue()

TProperty_Numeric::SetFloatingPointPropertyValue()

References

Module

CoreUObject

Header

/Engine/Source/Runtime/CoreUObject/Public/UObject/UnrealType.h

Include

#include "UObject/UnrealType.h"

Syntax

virtual void SetFloatingPointPropertyValue
(
    void * Data,
    double Value
) const

Remarks

Set the value of a floating point property type

Parameters

Parameter

Description

Data

pointer to property data to set

Value

Value to set data to

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