FLocTextWordCounts::GetRow

Get the data for a row from its index.

Windows
MacOS
Linux

References

Module

Localization

Header

/Engine/Source/Developer/Localization/Public/LocTextHelper.h

Include

#include "LocTextHelper.h"

Source

/Engine/Source/Developer/Localization/Private/LocTextHelper.cpp

Syntax

FRowData * GetRow
(
    const int32 InIndex
)

Remarks

Get the data for a row from its index.

Returns

The row data, or null if no row exists with that index.

Parameters

Parameter

Description

InIndex

Index of the row to find.

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