Read

Overload list

Windows
MacOS
Linux
Name Description

Public function

int

 

Read

(
    const TCHAR* Name,
    int32& Value
)

Read an int32 from the message

Public function

int

 

Read

(
    const TCHAR* Name,
    float& Value
)

Read an int32 from the message

Public function

int

 

Read

(
    const TCHAR* Name,
    bool& Value
)

Read a bool from the message

Public function

int

 

Read

(
    const TCHAR* Name,
    FString& Value
)

Read a string from the message

Public function

int

 

Read

(
    const TCHAR* Name,
    TArray< uint8 >& Data
)

Read a TArray from the message

Public function

int

 

Read

(
    const TCHAR* InName,
    void* OutBlob,
    int32 MaxBlobSize,
    int32& OutBlobSize
)

Read a block of data from 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