Navigation
API > API/Runtime > API/Runtime/AudioExtensions
| |
|
| Name |
FParameterPath |
| Type |
struct |
| Header File |
/Engine/Source/Runtime/AudioExtensions/Public/AudioParameter.h |
| Include Path |
#include "AudioParameter.h" |
Syntax
struct FParameterPath
Constants
| Name |
Type |
Remarks |
Include Path |
| NamespaceDelimiter |
const FString |
|
AudioParameter.h |
Functions
Static
| Name |
Remarks |
Include Path |
Unreal Specifiers |
|
Combines names using the namespace delimiter. |
AudioParameter.h |
|
static void SplitName
(
FName InFullName,
FName& OutNamespace,
FName& OutParameterName
)
|
Splits name into namespace & parameter name. |
AudioParameter.h |
|