StringConv::InlineCombineSurrogates_Buffer

Inline combine any UTF-16 surrogate pairs in the given null-terminated character buffer, returning the updated length

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Containers/StringConv.h

Include

#include "Containers/StringConv.h"

Syntax

namespace StringConv
{
    template<typename CharType>
    static int32 StringConv::InlineCombineSurrogates_Buffer
    (
        CharType * StrBuffer,
        int32 StrLen
    )
}

Remarks

Inline combine any UTF-16 surrogate pairs in the given null-terminated character buffer, returning the updated length

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss