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