Navigation
API > API/Plugins > API/Plugins/BackChannel > API/Plugins/BackChannel/IBackChannelPacket
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int Write
(
const TCHAR* Name, |
Write an int32 into the message | BackChannel/IBackChannelPacket.h | |
int Write
(
const TCHAR* Name, |
Write an int32 into message | BackChannel/IBackChannelPacket.h | |
int Write
(
const TCHAR* Name, |
Write a bool into the message | BackChannel/IBackChannelPacket.h | |
int Write
(
const TCHAR* Name, |
Write a string into the message | BackChannel/IBackChannelPacket.h | |
int Write
(
const TCHAR* Name, |
Write a string into the message | BackChannel/IBackChannelPacket.h | |
int Write
(
const TCHAR* Name, |
Write a TArray into the message | BackChannel/IBackChannelPacket.h | |
int Write
(
const TCHAR* Name, |
Write a block of data into the message | BackChannel/IBackChannelPacket.h |
Write(const TCHAR *, const int32)
Description
Write an int32 into the message
| Name | Write |
| Type | function |
| Header File | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Public/BackChannel/IBackChannelPacket.h |
| Include Path | #include "BackChannel/IBackChannelPacket.h" |
int Write
(
const TCHAR * Name,
const int32 Value
)
Write(const TCHAR *, const float)
Description
Write an int32 into message
| Name | Write |
| Type | function |
| Header File | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Public/BackChannel/IBackChannelPacket.h |
| Include Path | #include "BackChannel/IBackChannelPacket.h" |
int Write
(
const TCHAR * Name,
const float Value
)
Write(const TCHAR *, const bool)
Description
Write a bool into the message
| Name | Write |
| Type | function |
| Header File | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Public/BackChannel/IBackChannelPacket.h |
| Include Path | #include "BackChannel/IBackChannelPacket.h" |
int Write
(
const TCHAR * Name,
const bool Value
)
Write(const TCHAR , const TCHAR )
Description
Write a string into the message
| Name | Write |
| Type | function |
| Header File | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Public/BackChannel/IBackChannelPacket.h |
| Include Path | #include "BackChannel/IBackChannelPacket.h" |
int Write
(
const TCHAR * Name,
const TCHAR * Value
)
Write(const TCHAR *, const FString &)
Description
Write a string into the message
| Name | Write |
| Type | function |
| Header File | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Public/BackChannel/IBackChannelPacket.h |
| Include Path | #include "BackChannel/IBackChannelPacket.h" |
int Write
(
const TCHAR * Name,
const FString & Value
)
Write(const TCHAR *, const TArrayView< const uint8 >)
Description
Write a TArray into the message
| Name | Write |
| Type | function |
| Header File | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Public/BackChannel/IBackChannelPacket.h |
| Include Path | #include "BackChannel/IBackChannelPacket.h" |
int Write
(
const TCHAR * Name,
const TArrayView< const uint8 > Value
)
Write(const TCHAR , const void , int32)
Description
Write a block of data into the message
| Name | Write |
| Type | function |
| Header File | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Public/BackChannel/IBackChannelPacket.h |
| Include Path | #include "BackChannel/IBackChannelPacket.h" |
int Write
(
const TCHAR * Name,
const void * InBlob,
int32 BlobSize
)