FAsciiSet::HasAny

Test if string contains any character in 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>
static constexpr bool HasAny
(
    const CharType * Str,
    FAsciiSet Set
)

Remarks

Test if string contains any character in set

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