Line

Overload list

Windows
MacOS
Linux
Name Description

Public function Static

bool

 

Line

(
    const TCHAR** Stream,
    FString& Resultd,
    bool Exact
)

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.

Public function Static

bool

 

Line

(
    const TCHAR** Stream,
    TCHAR* Result,
    int32 MaxLen,
    bool Exact
)

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.

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