Files
UnrealEngine/Engine/Source/Editor/PIEPreviewDeviceProfileSelector/Private/PIEPreviewModule.cpp
2025-05-18 13:04:45 +08: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()
{
}