IOSCPacket::CreatePacket

Create an OSC packet according to the input data.

Windows
MacOS
Linux

References

Module

OSC

Header

/Engine/Plugins/Runtime/OSC/Source/OSC/Public/OSCPacket.h

Include

#include "OSCPacket.h"

Source

/Engine/Plugins/Runtime/OSC/Source/OSC/Private/OSCPacket.cpp

Syntax

static TSharedPtr< IOSCPacket > CreatePacket
(
    const uint8 * InPacketType,
    const FString & InAddress,
    uint16 InPort
)

Remarks

Create an OSC packet according to the input data.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss