FDefaultValueHelper::IsStringValidInteger

Following functions accept c++ style representations of numbers.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/DefaultValueHelper.h

Include

#include "Misc/DefaultValueHelper.h"

Source

/Engine/Source/Runtime/Core/Private/Misc/DefaultValueHelper.cpp

Syntax

static bool IsStringValidInteger
(
    const FString & Source
)

Remarks

Following functions accept c++ style representations of numbers. e.g. 13.5e-2f for float or -0x123 for int

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