Write

Overload list

Windows
MacOS
Linux
Name Description

Public function

int

 

Write

(
    const TCHAR * Name,
    const int32 Value
)

Write an int32 into the message

Public function

int

 

Write

(
    const TCHAR * Name,
    const float Value
)

Write an int32 into message

Public function

int

 

Write

(
    const TCHAR * Name,
    const bool Value
)

Write a bool into the message

Public function

int

 

Write

(
    const TCHAR * Name,
    const TCHAR * Value
)

Write a string into the message

Public function

int

 

Write

(
    const TCHAR * Name,
    const FString & Value
)

Write a string into the message

Public function

int

 

Write

(
    const TCHAR * Name,
    const TArrayView < const uint8 > Val...
)

Write a TArray into the message

Public function

int

 

Write

(
    const TCHAR * Name,
    const void * InBlob,
    int32 BlobSize
)

Write a block of data into the message

Select Skin
Light
Dark

Welcome to the new Unreal Engine 4 Documentation site!

We're working on lots of new features including a feedback system so you can tell us how we are doing. It's not quite ready for use in the wild yet, so head over to the Documentation Feedback forum to tell us about this page or call out any issues you are encountering in the meantime.

We'll be sure to let you know when the new system is up and running.

Post Feedback