Navigation
API > API/Runtime > API/Runtime/AudioLinkEngine
Inheritance Hierarchy
- IInterface
- IAudioLinkBlueprintInterface
References
| Module | AudioLinkEngine |
| Header | /Engine/Source/Runtime/AudioLink/AudioLinkEngine/Public/IAudioLinkBlueprintInterface.h |
| Include | #include "IAudioLinkBlueprintInterface.h" |
Syntax
class IAudioLinkBlueprintInterface : public IInterface
Functions
| Type | Name | Description | |
|---|---|---|---|
| bool | |||
| void | PlayLink
(
float StartTime |
||
| void | SetLinkSound
(
USoundBase* NewSound |
||
| void | StopLink () |
Stop an audio component's sound, issue any delegates if needed |