Navigation
API > API/Plugins > API/Plugins/OSC
Inheritance Hierarchy
- UBlueprintFunctionLibrary
- UOSCManager
References
| Module | OSC |
| Header | /Engine/Plugins/Runtime/OSC/Source/OSC/Public/OSCManager.h |
| Include | #include "OSCManager.h" |
Syntax
UCLASS ()
class UOSCManager : public UBlueprintFunctionLibrary
Variables
| Type | Name | Description | |
|---|---|---|---|
| const FOSCAddress & | Address | ||
| int32 bool & | bSucceeded | ||
| const FString & | Container | ||
| const TArray< FString > & | Containers | ||
| int32 int32 | Count | ||
| const int32 | Index | ||
| int32 | Index | ||
| const FString & | Method | ||
| int32 | NumContainers | ||
| const FOSCAddress & | Path | ||
| const int32 bool & | Value | ||
| const int32 FString & | Value | ||
| const int32 int64 & | Value | ||
| const int32 int32 & | Value | ||
| const int32 float & | Value | ||
| const int32 FOSCAddress & | Value | ||
| bool | Value | ||
| const TArray< uint8 > & | Value | ||
| const FOSCAddress & | Value | ||
| int64 | Value | ||
| int32 | Value | ||
| float | Value | ||
| const int32 TArray< uint8 > & | Value |
Functions
| Type | Name | Description | |
|---|---|---|---|
| UOSCClient * | CreateOSCClient
(
FString SendIPAddress, |
Creates an OSC Client. | |
| UOSCServer * | CreateOSCServer
(
FString ReceiveIPAddress, |
Creates an OSC Server. | |
| void | GetAllAddresses
(
const FOSCMessage& Message, |
Returns all strings that are valid address paths in order received from OSCMessage (Does NOT include address of message, just strings packed in message that are valid paths). | |
| void | GetAllBools
(
const FOSCMessage& Message, |
Returns all boolean values in order of received from OSCMessage | |
| void | GetAllFloats
(
const FOSCMessage& Message, |
Returns all float values in order of received from OSCMessage | |
| void | GetAllInt32s
(
const FOSCMessage& Message, |
Returns all integer values in order of received from OSCMessage | |
| void | GetAllInt64s
(
const FOSCMessage& Message, |
Returns all Int64 values in order of received from OSCMessage | |
| void | GetAllStrings
(
const FOSCMessage& Message, |
Returns all string values in order of received from OSCMessage | |
| bool | OSCAddressIsValidPath
(
const FOSCAddress& Address |
Returns whether OSC Address is valid path | |
| bool | OSCAddressIsValidPattern
(
const FOSCAddress& Address |
Returns whether OSC Address is valid pattern to match against | |
| static | UPARAM
(
DisplayName |
Finds an object with the given OSC Address in path form, where containers correspond to path folders and the the address method to the object's name. | |
| static | UPARAM
(
DisplayName |
Converts object path to OSC Address, converting folders to address containers and the object's name to the address method. | |
| static | UPARAM
(
DisplayName |
Converts object path string to OSC Address, converting folders to address containers and the object's name to the address method. | |
| static | UPARAM
(
DisplayName |
Converts OSC Address to an object path. | |
| static | UPARAM
(
DisplayName |
Pushes container onto address' ordered array of containers | |
| static | UPARAM
(
DisplayName |
Pushes container onto address' ordered array of containers | |
| static | UPARAM
(
DisplayName |
Pops container from ordered array of containers. If no containers, returns empty string | |
| static | UPARAM
(
DisplayName |
Pops container from ordered array of containers. | |
| static | UPARAM
(
DisplayName |
Remove containers from ordered array of containers at index up to count of containers. | |
| static | UPARAM
(
DisplayName |
Returns full path of OSC address in the form '/Container1/Container2/Method' | |
| static | UPARAM
(
DisplayName |
Sets the OSC Address of the provided message | |
| static | UPARAM
(
DisplayName |
Returns the OSC Address container at the provided 'Index.' Returns empty string if index is out-of-bounds. | |
| static | UPARAM
(
DisplayName |
Builds referenced array of address of containers in order | |
| static | UPARAM
(
DisplayName |
Returns if address pattern matches the provided address path. | |
| static | UPARAM
(
DisplayName |
Returns full path of OSC address in the form '/Container1/Container2' | |
| static | UPARAM
(
DisplayName |
Returns method name of OSC Address provided | |
| static | UPARAM
(
DisplayName |
Clears containers of OSC Address provided | |
| static | UPARAM
(
DisplayName |
Sets the method name of the OSC Address provided | |
| static | UPARAM
(
ref |
||
| static | UPARAM
(
DisplayName |
Returns copy of message's OSC Address | |
| static | UPARAM
(
DisplayName |
Converts string to OSC Address | |
| static | UPARAM
(
DisplayName |
Set Value to integer at provided Index in OSCMessage if in bounds and type matches | |
| static | UPARAM
(
DisplayName |
Sets Value to boolean at provided Index from OSCMessage if in bounds and type matches | |
| static | UPARAM
(
DisplayName |
Adds provided message packet to bundle. | |
| static | UPARAM
(
DisplayName |
Adds bundle packet to bundle. | |
| static | UPARAM
(
DisplayName |
Fills array with child bundles found in bundle. | |
| static | UPARAM
(
DisplayName |
Returns message found in bundle at ordered index. | |
| static | UPARAM
(
DisplayName |
Fills array with messages found in bundle. | |
| static | UPARAM
(
DisplayName |
Clears provided message of all arguments. | |
| static | UPARAM
(
DisplayName |
Clears provided bundle of all internal messages/bundle packets. | |
| static | UPARAM
(
DisplayName |
Adds float value to end of OSCMessage | |
| static | UPARAM
(
DisplayName |
Adds Int32 value to end of OSCMessage | |
| static | UPARAM
(
DisplayName |
Adds Int64 value to end of OSCMessage | |
| static | UPARAM
(
DisplayName |
Adds address (packed as string) value to end of OSCMessage | |
| static | UPARAM
(
DisplayName |
Adds string value to end of OSCMessage | |
| static | UPARAM
(
DisplayName |
Adds blob value to end of OSCMessage | |
| static | UPARAM
(
DisplayName |
Adds boolean value to end of OSCMessage | |
| static | UPARAM
(
DisplayName |
Sets Value to address at provided Index in OSCMessage if in bounds and OSC type matches 'String' (Does NOT return address of message, rather string packed in message and casts to OSC address). | |
| static | UPARAM
(
DisplayName |
Set Value to float at provided Index in OSCMessage if in bounds and type matches | |
| static | UPARAM
(
ref |
||
| static | UPARAM
(
DisplayName |
Set Value to Int64 at provided Index in OSCMessage if in bounds and type matches | |
| static | UPARAM
(
DisplayName |
Set Value to string at provided Index in OSCMessage if in bounds and type matches | |
| static | UPARAM
(
DisplayName |
Sets Value to blob at provided Index from OSCMessage if in bounds and type matches | |
| static | UPARAM
(
ref |