Navigation
API > API/Plugins > API/Plugins/OSC
Inheritance Hierarchy
- FOSCData
- FOSCType
References
| Module | OSC |
| Header | /Engine/Plugins/Runtime/OSC/Source/OSC/Public/OSCTypes.h |
| Include | #include "OSCTypes.h" |
Syntax
class FOSCData
Variables
Constructors
| Type | Name | Description | |
|---|---|---|---|
FOSCData () |
|||
FOSCData
(
int64 Value |
|||
FOSCData
(
FString Value |
|||
FOSCData
(
uint64 Value |
|||
FOSCData
(
const TArray< uint8 >& Value |
|||
FOSCData
(
TArray< uint8 >&& Value |
|||
FOSCData
(
bool Value |
|||
FOSCData
(
ANSICHAR Value |
|||
FOSCData
(
FColor Value |
|||
FOSCData
(
double Value |
|||
FOSCData
(
float Value |
|||
FOSCData
(
int32 Value |
Functions
| Type | Name | Description | |
|---|---|---|---|
| TArray< uint8 > | GetBlob () |
||
| TArrayView< const uint8 > | |||
| bool | GetBool () |
||
| ANSICHAR | GetChar () |
||
| FColor | GetColor () |
||
| EDataType | GetDataType () |
||
| double | GetDouble () |
||
| float | GetFloat () |
||
| int32 | GetInt32 () |
||
| int64 | GetInt64 () |
||
| FString | GetString () |
||
| FStringView | |||
| uint64 | GetTimeTag () |
||
| const FOSCData & | Infinitum () |
||
| bool | IsBlob () |
||
| bool | IsBool () |
||
| bool | IsChar () |
||
| bool | IsColor () |
||
| bool | IsDouble () |
||
| bool | IsFloat () |
||
| bool | IsInfinitum () |
||
| bool | IsInt32 () |
||
| bool | IsInt64 () |
||
| bool | IsNil () |
||
| bool | |||
| bool | IsString () |
||
| bool | IsTerminate () |
||
| bool | IsTimeTag () |
||
| const FOSCData & | NilData () |
||
| const FOSCData & | Terminate () |
Typedefs
| Name | Description |
|---|---|
| FVariant |