TextBiDi::IsControlCharacter

Utility function which tests to see whether the given character is a bidirectional control character.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Internationalization/Text.h

Include

#include "Internationalization/Text.h"

Source

/Engine/Source/Runtime/Core/Private/Internationalization/Text.cpp

Syntax

namespace TextBiDi
{
    bool TextBiDi::IsControlCharacter
    (
        const TCHAR InChar
    )
}

Remarks

Utility function which tests to see whether the given character is a bidirectional control character.

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