Navigation
API > API/Runtime > API/Runtime/Core > API/Runtime/Core/FParse
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| Get a line of Stream (everything up to, but not including, CR/LF. Returns 0 if ok, nonzero if at end of stream and returned 0-length string. | Misc/Parse.h | ||
static bool Line
(
const TCHAR** Stream, |
Get a line of Stream (everything up to, but not including, CR/LF. Returns 0 if ok, nonzero if at end of stream and returned 0-length string. | Misc/Parse.h | |
static bool Line
(
const TCHAR** Stream, |
Get a line of Stream (everything up to, but not including, CR/LF. Returns 0 if ok, nonzero if at end of stream and returned 0-length string. | Misc/Parse.h |
Line(const TCHAR **, FString &, bool)
Description
Get a line of Stream (everything up to, but not including, CR/LF. Returns 0 if ok, nonzero if at end of stream and returned 0-length string.
| Name | Line |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Parse.h |
| Include Path | #include "Misc/Parse.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Parse.cpp |
static bool Line
(
const TCHAR ** Stream,
FString & Result,
bool Exact
)
Line(const TCHAR **, FStringView &, bool)
Description
Get a line of Stream (everything up to, but not including, CR/LF. Returns 0 if ok, nonzero if at end of stream and returned 0-length string.
| Name | Line |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Parse.h |
| Include Path | #include "Misc/Parse.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Parse.cpp |
static bool Line
(
const TCHAR ** Stream,
FStringView & Result,
bool Exact
)
Line(const TCHAR *, TCHAR , int32, bool)
Description
Get a line of Stream (everything up to, but not including, CR/LF. Returns 0 if ok, nonzero if at end of stream and returned 0-length string.
| Name | Line |
| Type | function |
| Header File | /Engine/Source/Runtime/Core/Public/Misc/Parse.h |
| Include Path | #include "Misc/Parse.h" |
| Source | /Engine/Source/Runtime/Core/Private/Misc/Parse.cpp |
static bool Line
(
const TCHAR ** Stream,
TCHAR * Result,
int32 MaxLen,
bool Exact
)