Log

Overload list

Windows
MacOS
Linux
Name Description

Public function

void

 

Log

(
    const TCHAR* S
)

Simple text printing.

Public function

void

 

Log

(
    const FString& S
)

Simple text printing.

Public function

void

 

Log

(
    const FText& S
)

Simple text printing.

Public function

void

 

Log

(
    ELogVerbosity::Type Verbosity,
    const TCHAR* S
)

Simple text printing.

Public function

void

 

Log

(
    ELogVerbosity::Type Verbosity,
    const FString& S
)

Simple text printing.

Public function

void

 

Log

(
    const FName& Category,
    ELogVerbosity::Type Verbosity,
    const TCHAR* Str
)

Simple text printing.

Public function

void

 

Log

(
    const FName& Category,
    ELogVerbosity::Type Verbosity,
    const FString& S
)

Simple text printing.

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