Navigation
API > API/Plugins > API/Plugins/BackChannel > API/Plugins/BackChannel/FBackChannelOSCMessage
Overloads
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
virtual TArray< uint8 > WriteToBuffer () |
Returns a buffer with the contents of this message. Data is padded per OSC requirements | BackChannel/Protocol/OSC/BackChannelOSCMessage.h | |
virtual void WriteToBuffer
(
TArray< uint8 >& Buffer |
Writes this message into the provided buffer at an offset of Buffer.Num() | BackChannel/Protocol/OSC/BackChannelOSCMessage.h |
WriteToBuffer()
Description
Returns a buffer with the contents of this message. Data is padded per OSC requirements
| Name | WriteToBuffer |
| Type | function |
| Header File | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Public/BackChannel/Protocol/OSC/BackChannelOSCMessage.h |
| Include Path | #include "BackChannel/Protocol/OSC/BackChannelOSCMessage.h" |
| Source | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Private/Protocol/BackChannelOSCMessage.cpp |
virtual TArray< uint8 > WriteToBuffer() const
WriteToBuffer(TArray< uint8 > &)
Description
Writes this message into the provided buffer at an offset of Buffer.Num()
| Name | WriteToBuffer |
| Type | function |
| Header File | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Public/BackChannel/Protocol/OSC/BackChannelOSCMessage.h |
| Include Path | #include "BackChannel/Protocol/OSC/BackChannelOSCMessage.h" |
| Source | /Engine/Plugins/Experimental/BackChannel/Source/BackChannel/Private/Protocol/BackChannelOSCMessage.cpp |
virtual void WriteToBuffer
(
TArray< uint8 > & Buffer
) const