FAsciiSet::Test

Returns non-zero if a character is part of the set.

Windows
MacOS
Linux

References

Module

Core

Header

/Engine/Source/Runtime/Core/Public/Misc/AsciiSet.h

Include

#include "Misc/AsciiSet.h"

Syntax

template<typename CharType>
constexpr uint64 Test
(
    CharType Char
) const

Remarks

Returns non-zero if a character is part of the set. Prefer Contains() to avoid VS2019 conversion warnings.

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