FLocTextWordCounts::GetRow

Get the data for a row from its index.

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](API\Developer\Localization\FLocTextWordCounts\FRowData) * GetRow
(
    const int32 InIndex
) 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.

Ask questions and help your peers Developer Forums

Write your own tutorials or read those from others Learning Library