You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb rob.gay #jira UE-159979 #preflight 63040b47c00af5e2940a0055 [CL 21497581 by alfaroh corneyiii in ue5-main branch]
11 lines
208 B
C++
11 lines
208 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "IAudioLink.h"
|
|
|
|
#include "AudioAnalytics.h"
|
|
|
|
IAudioLink::IAudioLink()
|
|
{
|
|
Audio::Analytics::RecordEvent_Usage(TEXT("AudioLink.InstanceCreated"));
|
|
}
|