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

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