FAsciiSet::FindLastOrEnd

Find last character of string inside set or end pointer. Never returns null.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/AsciiSet.h"

Syntax

template<class CharType>
static constexpr const CharType * FindLastOrEnd
(
    const CharType * Str,
    FAsciiSet Set
)

Remarks

Find last character of string inside set or end pointer. Never returns null.

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