Navigation
API > API/Runtime > API/Runtime/Engine > API/Runtime/Engine/Audio
References
| Module | Engine |
| Header | /Engine/Source/Runtime/Engine/Public/Audio/AudioAddressPattern.h |
| Include | #include "Audio/AudioAddressPattern.h" |
Syntax
class FAudioAddressPattern
Remarks
Copyright Epic Games, Inc. All Rights Reserved. Pattern-Matching that fulfills the OSC 1.0 Protocol on address pattern matching
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| bool | BracketPatternMatches
(
const FString& Pattern, |
||
| bool | IsValidPath
(
const FString& Path, |
||
| bool | IsValidPattern
(
const TArray< FString >& InContainers, |
||
| bool | IsValidPatternPart
(
const FString& Part |
||
| bool | PartsMatch
(
const FString& Pattern, |
||
| bool | WildPatternMatches
(
const FString& Pattern, |