StringConv::DecodeSurrogate

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/StringConv.h"

Syntax

namespace StringConv
{
    static void StringConv::DecodeSurrogate
    (
        const uint32 Codepoint,
        uint16 & OutHighSurrogate,
        uint16 & OutLowSurrogate
    )
}

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