Navigation
API > API/Plugins > API/Plugins/OSC > API/Plugins/OSC/UOSCManager
Description
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. Only supports parent objects.
| Name | FindObjectAtOSCAddress |
| 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="Find Object at OSC Address", Keywords="osc address path uobject"))
static UObject * FindObjectAtOSCAddress
(
const FOSCAddress & Address
)