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

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