Navigation
Unreal Engine C++ API Reference > Developer > Localization > FLocTextWordCounts > GetRow
References
Module | Localization |
Header | /Engine/Source/Developer/Localization/Public/LocTextHelper.h |
Include | #include "LocTextHelper.h" |
Source | /Engine/Source/Developer/Localization/Private/LocTextHelper.cpp |
const FRowData &42; GetRow
&40;
const int32 InIndex
&41; const
Remarks
Get the data for a row from its index. The row data, or null if no row exists with that index.
Parameters
Name | Description |
---|---|
InIndex | Index of the row to find. |