Navigation
API > API/Plugins > API/Plugins/OSC
| Name | FOSCType |
| Type | class |
| Header File | /Engine/Plugins/Runtime/OSC/Source/OSC/Public/OSCTypes.h |
| Include Path | #include "OSCTypes.h" |
Syntax
class FOSCType : public UE::OSC::FOSCData
Inheritance Hierarchy
- FOSCData → FOSCType
Constructors
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
| OSCTypes.h | |||
| OSCTypes.h | |||
FOSCType
(
bool Value |
OSCTypes.h | ||
FOSCType
(
ANSICHAR Value |
OSCTypes.h | ||
| OSCTypes.h | |||
FOSCType
(
double Value |
OSCTypes.h | ||
FOSCType
(
float Value |
OSCTypes.h | ||
FOSCType
(
int32 Value |
OSCTypes.h | ||
FOSCType
(
int64 Value |
OSCTypes.h | ||
| OSCTypes.h | |||
| OSCTypes.h | |||
FOSCType
(
uint64 Value |
OSCTypes.h |
Functions
Public
| Name | Remarks | Include Path | Unreal Specifiers |
|---|---|---|---|
int32 GetTypeTag() |
OSCTypes.h |