Navigation
API > API/Runtime > API/Runtime/Slate > API/Runtime/Slate/Framework > API/Runtime/Slate/Framework/Text
References
| Module | Slate |
| Header | /Engine/Source/Runtime/Slate/Public/Framework/Text/RunUtils.h |
| Include | #include "Framework/Text/RunUtils.h" |
| Source | /Engine/Source/Runtime/Slate/Private/Framework/Text/RunUtils.cpp |
namespace RunUtils
{
FTextRange RunUtils&58;&58;CalculateOffsetMeasureRange
&40;
const int32 InOffset,
const FTextRange & InTextRange,
const TextBiDi::ETextDirection InTextDirection
&41;
}
Remarks
Calculate the range that will measure to the given index, based on the given range and text direction The calculated measure range
Parameters
| Name | Description |
|---|---|
| InOffset | The offset value to calculate the range for |
| InTextRange | The range of text to apply the offset to |
| InTextDirection | The text direction of all the text within the given range |