StringConv::IsValidCodepoint

Is the provided Codepoint within the range of valid codepoints?

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Containers/StringConv.h"

Syntax

namespace StringConv
{
    static bool StringConv::IsValidCodepoint
    (
        const uint32 Codepoint
    )
}

Remarks

Is the provided Codepoint within the range of valid codepoints?

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