FAsciiSet::HasOnly

Test if string contains any character outside of 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 HasOnly
(
    const CharType * Str,
    FAsciiSet Set
)

Remarks

Test if string contains any character outside of 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