OSC

Windows
MacOS
Linux

Classes

Name

Description

Public struct UStruct BlueprintType

FOSCAddress

Public struct UStruct BlueprintType

FOSCBundle

Copyright Epic Games, Inc. All Rights Reserved.

Public class

FOSCDispatchMessageEvent

Public class

FOSCDispatchMessageEventBP

Public struct UStruct BlueprintType

FOSCMessage

Copyright Epic Games, Inc. All Rights Reserved.

Public class

FOSCModule

Public class

FOSCReceivedBundleEvent

Public class

FOSCReceivedMessageEvent

Delegates.

Public class

FOSCStream

Copyright Epic Games, Inc. All Rights Reserved.

Public class

FOSCType

Public class

IOSCClientProxy

Copyright Epic Games, Inc. All Rights Reserved.

Public class

IOSCPacket

Public class

IOSCServerProxy

Interface for internal networking implementation.

Public class UClass BlueprintType

UOSCClient

Public class UClass

UOSCManager

Public class UClass BlueprintType

UOSCServer

Typedefs

Enums

Name

Description

Public enum

EOSCTypeTag

Copyright Epic Games, Inc. All Rights Reserved.

Functions

Name Description

Public function

C void

 

IMPLEMENT_MODULE_OSC()

Forced reference to this function is added by the linker to check that each module uses IMPLEMENT_MODULE

Public function

C IModuleInt...

 

InitializeModule()

InitializeModule function, called by module manager after this module's DLL has been loaded

Public function

void

 

operator delete

(
    void* Ptr
)

Public function

void

 

operator delete

(
    void* Ptr,
    const std::nothrow_t&
)

Public function

void

 

operator delete

(
    void* Ptr,
    size_t Size
)

Public function

void

 

operator delete

(
    void* Ptr,
    size_t Size,
    const std::nothrow_t&
)

Public function

void

 

operator delete[]

(
    void* Ptr
)

Public function

void

 

operator delete[]

(
    void* Ptr,
    const std::nothrow_t&
)

Public function

void

 

operator delete[]

(
    void* Ptr,
    size_t Size
)

Public function

void

 

operator delete[]

(
    void* Ptr,
    size_t Size,
    const std::nothrow_t&
)

Public function

void *

 

operator new

(
    size_t Size
)

Public function

void *

 

operator new

(
    size_t Size,
    const std::nothrow_t&
)

Public function

void *

 

operator new[]

(
    size_t Size
)

Public function

void *

 

operator new[]

(
    size_t Size,
    const std::nothrow_t&
)

Variables

Name Description

Public variable

uint8 **...

 

GNameBlocksDebug

Public variable

FChunkedFixedUO...

 

GObjectArrayForDebugVisualizers

Public variable

FLogCategoryLog...

 

LogOSC

Public variable

 

STATCAT_Advanced

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