Navigation
API > API/Plugins > API/Plugins/OSC
| Name | FOSCData |
| Type | class |
| Header File | /Engine/Plugins/Runtime/OSC/Source/OSC/Public/OSCTypes.h |
| Include Path | #include "OSCTypes.h" |
Syntax
class FOSCData
Derived Classes
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| OSCTypes.h | |||
FOSCData
(
bool Value |
OSCTypes.h | ||
| OSCTypes.h | |||
| OSCTypes.h | |||
FOSCData () |
OSCTypes.h | ||
FOSCData
(
double Value |
OSCTypes.h | ||
FOSCData
(
float Value |
OSCTypes.h | ||
FOSCData
(
int32 Value |
OSCTypes.h | ||
FOSCData
(
int64 Value |
OSCTypes.h | ||
| OSCTypes.h | |||
FOSCData
(
uint64 Value |
OSCTypes.h | ||
| OSCTypes.h | |||
FOSCData
(
ANSICHAR Value |
OSCTypes.h |
Typedefs
| Name | Type | Remarks | Include Path |
|---|---|---|---|
| FVariant | TVariant< TArray< uint8 >, bool, ANSICHAR, FColor, double, float, int32, int64, FString, uint64 > | OSCTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
TArray< uint8 > GetBlob() |
OSCTypes.h | ||
TArrayView< const uint8 > GetBlobArrayView() |
OSCTypes.h | ||
bool GetBool() |
OSCTypes.h | ||
ANSICHAR GetChar() |
OSCTypes.h | ||
FColor GetColor() |
OSCTypes.h | ||
EDataType GetDataType() |
OSCTypes.h | ||
double GetDouble() |
OSCTypes.h | ||
float GetFloat() |
OSCTypes.h | ||
int32 GetInt32() |
OSCTypes.h | ||
int64 GetInt64() |
OSCTypes.h | ||
FString GetString() |
OSCTypes.h | ||
FStringView GetStringView() |
OSCTypes.h | ||
uint64 GetTimeTag() |
OSCTypes.h | ||
bool IsBlob() |
OSCTypes.h | ||
bool IsBool() |
OSCTypes.h | ||
bool IsChar() |
OSCTypes.h | ||
bool IsColor() |
OSCTypes.h | ||
bool IsDouble() |
OSCTypes.h | ||
bool IsFloat() |
OSCTypes.h | ||
bool IsInfinitum() |
OSCTypes.h | ||
bool IsInt32() |
OSCTypes.h | ||
bool IsInt64() |
OSCTypes.h | ||
bool IsNil () |
OSCTypes.h | ||
bool IsString() |
OSCTypes.h | ||
bool IsTerminate() |
OSCTypes.h | ||
bool IsTimeTag() |
OSCTypes.h |