FDefaultValueHelper::IsStringValidFloat

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 IsStringValidFloat
(
    const TCHAR * Start,
    const TCHAR * End
)

Parameters

Parameter

Description

Start

address of the first symbol of the checked string

End

address of the first symbol after of the checked string (also address of the terminating empty symbol)

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