#include <CookOnTheFly.h>
◆ FCookOnTheFlyMessage() [1/2]
| UE::Cook::FCookOnTheFlyMessage::FCookOnTheFlyMessage |
( |
| ) |
|
|
default |
Creates a new instance of a cook-on-the-fly message.
◆ FCookOnTheFlyMessage() [2/2]
Creates a new instance of a cook-on-the-fly message with the specified message type.
◆ GetBody() [1/2]
| TArray< uint8 > & UE::Cook::FCookOnTheFlyMessage::GetBody |
( |
| ) |
|
|
inline |
Returns the message body.
◆ GetBody() [2/2]
| const TArray< uint8 > & UE::Cook::FCookOnTheFlyMessage::GetBody |
( |
| ) |
const |
|
inline |
Returns the message body.
◆ GetBodyAs()
| BodyType UE::Cook::FCookOnTheFlyMessage::GetBodyAs |
( |
| ) |
const |
|
inline |
Serialize the body as the specified type.
◆ GetHeader() [1/2]
Returns the message header.
◆ GetHeader() [2/2]
Returns the message header.
◆ GetMessageType()
◆ GetStatus()
Returns the message status.
◆ IsOk()
| bool UE::Cook::FCookOnTheFlyMessage::IsOk |
( |
| ) |
const |
|
inline |
Returns whether the message stauts is OK.
◆ ReadBody()
Creates an archive for ready the message body.
◆ SetBody()
◆ SetBodyTo()
| void UE::Cook::FCookOnTheFlyMessage::SetBodyTo |
( |
BodyType |
InBody | ) |
|
|
inline |
Set body to serializable type.
◆ SetHeader()
Set a new message header.
◆ SetStatus()
◆ TotalSize()
| int64 UE::Cook::FCookOnTheFlyMessage::TotalSize |
( |
| ) |
const |
|
inline |
Returns the total size of the message header and message body.
◆ WriteBody()
Creates an archive for writing the message body.
◆ operator<<
◆ Body
◆ Header
The documentation for this class was generated from the following files: