ESearchDir::Type

Determines search direction for string operations.

Windows
MacOS
Linux

References

Module

Core

Header

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

Include

#include "Misc/CString.h"

Syntax

namespace ESearchDir
{
    enum Type
    {
        FromStart,
        FromEnd,
    }
}

Values

Name

Description

FromStart

Search from the start, moving forward through the string.

FromEnd

Search from the end, moving backward through the string.

Remarks

Determines search direction for string operations.

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