Navigation
API > API/Plugins > API/Plugins/BackChannel > API/Plugins/BackChannel/FBackChannelOSCBundle
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< uint8 > WriteToBuffer () |
Return a buffer with a copy of the contents of this packet | BackChannel/Protocol/OSC/BackChannelOSCBundle.h | |
virtual void WriteToBuffer
(
TArray< uint8 >& Buffer |
Write the contents of this packet into the specified buffer starting at an offset of Buffer.Num() | BackChannel/Protocol/OSC/BackChannelOSCBundle.h |
WriteToBuffer()
Description
Return a buffer with a copy of the contents of this packet
| Name | WriteToBuffer |
| Type | function |
| Header File | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Public/BackChannel/Protocol/OSC/BackChannelOSCBundle.h |
| Include Path | #include "BackChannel/Protocol/OSC/BackChannelOSCBundle.h" |
| Source | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Private/Protocol/BackChannelOSCBundle.cpp |
virtual TArray< uint8 > WriteToBuffer() const
WriteToBuffer(TArray< uint8 > &)
Description
Write the contents of this packet into the specified buffer starting at an offset of Buffer.Num()
| Name | WriteToBuffer |
| Type | function |
| Header File | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Public/BackChannel/Protocol/OSC/BackChannelOSCBundle.h |
| Include Path | #include "BackChannel/Protocol/OSC/BackChannelOSCBundle.h" |
| Source | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Private/Protocol/BackChannelOSCBundle.cpp |
virtual void WriteToBuffer
(
TArray< uint8 > & Buffer
) const