Files
UnrealEngine/Engine/Source/Editor/DeviceProfileServices/Public/DeviceProfileServices.h
Brandyn / Techy fcc1b09210 init
2026-04-04 15:40:51 -05:00

26 lines
599 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
/* Boilerplate
*****************************************************************************/
#include "Misc/MonolithicHeaderBoilerplate.h"
MONOLITHIC_HEADER_BOILERPLATE()
/* Dependencies
*****************************************************************************/
#include "Core.h"
#include "Engine.h"
#include "Modules/ModuleInterface.h"
/* Interfaces
*****************************************************************************/
#include "IDeviceProfileServicesUIManager.h"
#include "IDeviceProfileServicesModule.h"