FDataBaseRecordSet::GetFloat

Returns a float associated with the passed in field/ column for the current row.

Windows
MacOS
Linux

Override Hierarchy

FDataBaseRecordSet::GetFloat()

FRemoteDataBaseRecordSet::GetFloat()

References

Module

DatabaseSupport

Header

/Engine/Plugins/Runtime/Database/DatabaseSupport/Source/DatabaseSupport/Public/Database.h

Include

#include "Database.h"

Syntax

virtual float GetFloat
(
    const TCHAR * Column
) const

Remarks

Returns a float associated with the passed in field/ column for the current row.

Parameters

Parameter

Description

Column

Name of column to retrieve data for in current row

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