Navigation
API > API/Developer > API/Developer/Localization > API/Developer/Localization/FLocTextWordCounts
Overloads
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Get the data for a row from its index. |
LocTextHelper.h |
|
|
|
LocTextHelper.h |
|
GetRow(const int32)
Description
Get the data for a row from its index.
| |
|
| Name |
GetRow |
| Type |
function |
| Header File |
/Engine/Source/Developer/Localization/Public/LocTextHelper.h |
| Include Path |
#include "LocTextHelper.h" |
| Source |
/Engine/Source/Developer/Localization/Private/LocTextHelper.cpp |
FRowData * GetRow
(
const int32 InIndex
)
The row data, or null if no row exists with that index.
Parameters
| Name |
Remarks |
| InIndex |
Index of the row to find. |
GetRow(const int32)
| |
|
| Name |
GetRow |
| Type |
function |
| Header File |
/Engine/Source/Developer/Localization/Public/LocTextHelper.h |
| Include Path |
#include "LocTextHelper.h" |
| Source |
/Engine/Source/Developer/Localization/Private/LocTextHelper.cpp |
const FRowData * GetRow
(
const int32 InIndex
) const