Navigation
API > API/Plugins > API/Plugins/OSC
| Name | FOSCMessage |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/OSC/Source/OSC/Public/OSCMessage.h |
| Include Path | #include "OSCMessage.h" |
Syntax
USTRUCT (BlueprintType )
struct FOSCMessage
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOSCMessage () |
OSCMessage.h | ||
FOSCMessage
(
const TSharedRef< UE::OSC::IPacket >& InPacket |
OSCMessage.h | ||
FOSCMessage
(
const TSharedPtr< UE::OSC::IPacket >& InPacket |
OSCMessage.h | ||
FOSCMessage
(
FOSCAddress Address, |
OSCMessage.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FOSCMessage() |
OSCMessage.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Packet | TSharedRef< UE::OSC::IPacket > | OSCMessage.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const FOSCAddress & GetAddress() |
OSCMessage.h | ||
const TArray< UE::OSC::FOSCData > & GetArgumentsChecked() |
Returns arguments, asserting if the message's packet is unset. | OSCMessage.h | |
const TSharedPtr< UE::OSC::IPacket > & GetPacket() |
OSCMessage.h | ||
const TSharedRef< UE::OSC::IPacket > & GetPacketRef() |
OSCMessage.h | ||
bool SetAddress
(
const FOSCAddress& InAddress |
OSCMessage.h | ||
void SetPacket
(
TSharedPtr< UE::OSC::IPacket >& InPacket |
OSCMessage.h | ||
void SetPacket
(
TSharedRef< UE::OSC::IPacket >& InPacket |
OSCMessage.h |