Navigation
API > API/Plugins > API/Plugins/AudioInsightsRuntime > API/Plugins/AudioInsightsRuntime/UAudioInsightsBlueprintLibrary
Description
Send an event message to the Audio Insights event log for a given AudioComponent. The filter category for the event can be added in the Audio Insights editor preferences Requires the Audio Insights plug-in to be enabled.
| Name | LogAudioInsightsEventForAudioComponent |
| Type | function |
| Header File | /Engine/Plugins/AudioInsightsRuntime/Source/AudioInsightsRuntime/Public/AudioInsightsBlueprintLibrary.h |
| Include Path | #include "AudioInsightsBlueprintLibrary.h" |
| Source | /Engine/Plugins/AudioInsightsRuntime/Source/AudioInsightsRuntime/Private/AudioInsightsBlueprintLibrary.cpp |
UFUNCTION (BlueprintCallable, Category="Audio|AudioInsights",
Meta=(WorldContext="WorldContextObject"))
static void LogAudioInsightsEventForAudioComponent
(
const UObject * WorldContextObject,
const FString & EventName,
const class UAudioComponent * AudioComponent
)
Parameters
| Name | Remarks |
|---|---|
| EventName | the name that will appear in the event log for this event |
| AudioComponent | the AudioComponent associated with this event |