Navigation
Unreal Engine C++ API Reference > Runtime > Core > Misc > FParse > Line
References
Module | Core |
Header | /Engine/Source/Runtime/Core/Public/Misc/Parse.h |
Include | #include "Misc/Parse.h" |
Source | /Engine/Source/Runtime/Core/Private/Misc/Parse.cpp |
static bool Line
(
const TCHAR ** Stream,
FStringView & Result,
bool Exact
)
Remarks
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.