DataTypes

Windows
MacOS
Linux

References

Module

OSC

Header

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

Include

#include "OSCTypes.h"

Syntax

union DataTypes

Variables

Name Description

Public variable

bool

 

Bool

Public variable

ANSICHAR

 

Char

Public variable

double

 

Double

Public variable

float

 

Float

Public variable

int32

 

Int32

Public variable

int64

 

Int64

Public variable

uint64

 

Time

Constructors

Name Description

Public function

DataTypes

(
    int32 Value
)

Public function

DataTypes

(
    int64 Value
)

Public function

DataTypes

(
    uint64 Value
)

Public function

DataTypes

(
    ANSICHAR Value
)

Public function

DataTypes

(
    float Value
)

Public function

DataTypes

(
    double Value
)

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