Navigation
API > API/Plugins > API/Plugins/OSC
| Name | FOSCBundle |
| Type | struct |
| Header File | /Engine/Plugins/Runtime/OSC/Source/OSC/Public/OSCBundle.h |
| Include Path | #include "OSCBundle.h" |
Syntax
USTRUCT (BlueprintType )
struct FOSCBundle
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
FOSCBundle () |
OSCBundle.h | ||
FOSCBundle
(
const TSharedRef< UE::OSC::IPacket >& InPacket |
OSCBundle.h | ||
FOSCBundle
(
const TSharedPtr< UE::OSC::IPacket >& InPacket |
OSCBundle.h |
Destructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
~FOSCBundle() |
OSCBundle.h |
Variables
Protected
| Name | Type | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|---|
| Packet | TSharedRef< UE::OSC::IPacket > | OSCBundle.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
const TSharedPtr< UE::OSC::IPacket > & GetPacket() |
OSCBundle.h | ||
const TSharedRef< UE::OSC::IPacket > & GetPacketRef() |
OSCBundle.h | ||
void SetPacket
(
TSharedPtr< UE::OSC::IPacket >& InPacket |
OSCBundle.h | ||
void SetPacket
(
const TSharedRef< UE::OSC::IPacket >& InPacket |
OSCBundle.h |