Navigation
API > API/Plugins > API/Plugins/OSC > API/Plugins/OSC/UOSCManager
Description
Returns if address pattern matches the provided address path. If passed address is not a valid path, returns false.
| Name | OSCAddressPathMatchesPattern |
| 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="OSC Address Path Matches Pattern", Keywords="matches osc address path address"))
static bool OSCAddressPathMatchesPattern
(
const FOSCAddress & Pattern,
const FOSCAddress & Path
)