UDocumentation UE5.7 10.02.2026 (Source)
API documentation for Unreal Engine 5.7
ESearchDir Namespace Reference

Enumerations

enum  Type { FromStart , FromEnd }
 

Detailed Description

Determines search direction for string operations.

Enumeration Type Documentation

◆ Type

Enumerator
FromStart 

Search from the start, moving forward through the string.

FromEnd 

Search from the end, moving backward through the string.