Navigation
API > API/Plugins > API/Plugins/OSC > API/Plugins/OSC/UOSCManager
Description
Converts object path to OSC Address, converting folders to address containers and the object's name to the address method. Only supports parent objects (See UObjectBaseUtility::GetPathName and UObjectBaseUtility::GetFullName).
| Name | OSCAddressFromObjectPath |
| Type | function |
| Header File | /Engine/Plugins/Runtime/OSC/Source/OSC/Public/OSCManager.h |
| Include Path | #include "OSCManager.h" |
| Source | /Engine/Plugins/Runtime/OSC/Source/OSC/Private/OSCManager.cpp |
UFUNCTION (BlueprintCallable, Category="Audio|OSC",
Meta=(DisplayName="Convert Object Path to OSC Address", Keywords="osc address path uobject"))
static FOSCAddress OSCAddressFromObjectPath
(
UObject * Object
)