Navigation
API > API/Plugins > API/Plugins/OSC
References
| Module | OSC |
| Header | /Engine/Plugins/Runtime/OSC/Source/OSC/Public/OSCMessage.h |
| Include | #include "OSCMessage.h" |
Syntax
USTRUCT (BlueprintType )
struct FOSCMessage
Remarks
Copyright Epic Games, Inc. All Rights Reserved.
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOSCMessage () |
|||
FOSCMessage
(
const TSharedRef< UE::OSC::IPacket >& InPacket |
|||
FOSCMessage
(
const TSharedPtr< UE::OSC::IPacket >& InPacket |
|||
FOSCMessage
(
FOSCAddress Address, |
Destructors
| Type | Name | Description | |
|---|---|---|---|
~FOSCMessage () |
Functions
| Type | Name | Description | |
|---|---|---|---|
| const FOSCAddress & | GetAddress () |
||
| const TArray< UE::OSC::FOSCData > & | Returns arguments, asserting if the message's packet is unset. | ||
| const TSharedPtr< UE::OSC::IPacket > & | GetPacket () |
||
| const TSharedRef< UE::OSC::IPacket > & | GetPacketRef () |
||
| bool | SetAddress
(
const FOSCAddress& InAddress |
||
| void | SetPacket
(
TSharedPtr< UE::OSC::IPacket >& InPacket |
||
| void | SetPacket
(
TSharedRef< UE::OSC::IPacket >& InPacket |