TNumericUnitTypeInterface::FromString

Attempt to parse a numeral with our units from the specified string.

Windows
MacOS
Linux

Override Hierarchy

References

Module

Slate

Header

/Engine/Source/Runtime/Slate/Public/Widgets/Input/NumericTypeInterface.h

Include

#include "Widgets/Input/NumericTypeInterface.h"

Source

/Engine/Source/Runtime/Slate/Public/Widgets/Input/NumericUnitTypeInterface.inl

Syntax

virtual TOptional< NumericType > FromString
(
    const FString & ValueString,
    const NumericType & InExistingValue
)

Remarks

Attempt to parse a numeral with our units from the specified string.

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