Files
UnrealEngine/Engine/Source/Editor/PIEPreviewDeviceProfileSelector/Private/PIEPreviewModule.cpp
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

18 lines
322 B
C++

// Copyright Epic Games, Inc. All Rights Reserved.
#include "Containers/UnrealString.h"
#include "IPIEPreviewDeviceModule.h"
const FString IPIEPreviewDeviceModule::GetRuntimeDeviceProfileName()
{
return FString();
}
void IPIEPreviewDeviceModule::StartupModule()
{
}
void IPIEPreviewDeviceModule::ShutdownModule()
{
}