Navigation
API > API/Plugins > API/Plugins/OSC
Inheritance Hierarchy
- TSharedFromThis< IPacket >
- IPacket
- IOSCPacket
References
| Module | OSC |
| Header | /Engine/Plugins/Runtime/OSC/Source/OSC/Public/OSCPacket.h |
| Include | #include "OSCPacket.h" |
Syntax
class IPacket : public TSharedFromThis< IPacket >
Constructors
| Type | Name | Description | |
|---|---|---|---|
IPacket () |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~IPacket () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TSharedPtr< IPacket > | CreatePacket
(
const uint8* InPacketType, |
Create an OSC packet according to the input data. | |
| const FString & | GetIPAddress () |
||
| const FIPv4Endpoint & | |||
| uint16 | GetPort () |
||
| bool | IsBundle () |
Returns true if packet is bundle | |
| bool | IsMessage () |
Returns true if packet is message | |
| void | Read packet data from stream | ||
| void | Write packet data into stream |