Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/Misc
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/CString.h |
Include | #include "Misc/CString.h" |
Syntax
namespace ESearchDir
{
enum Type
&123;
FromStart,
FromEnd,
&125;
}
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.