StringConv::InlineCombineSurrogates_Array

Inline combine any UTF-16 surrogate pairs in the given null-terminated TCHAR array

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 AllocatorType>
    static void StringConv::InlineCombineSurrogates_Array
    (
        TArray< TCHAR, AllocatorType > & StrBuffer
    )
}

Remarks

Inline combine any UTF-16 surrogate pairs in the given null-terminated TCHAR array

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