Navigation
API > API/Runtime > API/Runtime/uLangCore > API/Runtime/uLangCore/CUTF8StringView
Description
Convert index that may be relative (negative) to the length of the string to direct index and assert if out of bounds. -1=last char, -2=second to last char, etc.
| Name | InputByteIdxToDirectIdx |
| Type | function |
| Header File | /Engine/Source/Runtime/Solaris/uLangCore/Public/uLang/Common/Text/UTF8StringView.h |
| Include Path | #include "uLang/Common/Text/UTF8StringView.h" |
ULANG_FORCEINLINE int32_t InputByteIdxToDirectIdx
(
int32_t InIdx
) const
: Converted direct index