FNumericProperty::SetNumericPropertyValueFromString

Set the value of any numeric type from a string point

Windows
MacOS
Linux

Override Hierarchy

References

Module

CoreUObject

Header

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

Include

#include "UObject/UnrealType.h"

Source

/Engine/Source/Runtime/CoreUObject/Private/UObject/PropertyNumeric.cpp

Syntax

virtual void SetNumericPropertyValueFromString
(
    void * Data,
    TCHAR const * Value
) const

Remarks

Set the value of any numeric type from a string point

Parameters

Parameter

Description

Data

pointer to property data to set

Value

Value (as a string) to set CAUTION: This routine does not do enum name conversion

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