You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
Fix copyrights for new soundfield/endpoint files. #rb none [CL 11302296 by Ethan Geller in Main branch]
15 lines
306 B
C++
15 lines
306 B
C++
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#include "SoundFieldRenderingModule.h"
|
|
#include "Features/IModularFeatures.h"
|
|
|
|
|
|
void FSoundFieldRenderingModule::StartupModule()
|
|
{
|
|
}
|
|
|
|
void FSoundFieldRenderingModule::ShutdownModule()
|
|
{
|
|
}
|
|
|
|
IMPLEMENT_MODULE(FSoundFieldRenderingModule, SoundFieldRendering) |