You've already forked UnrealEngineUWP
mirror of
https://github.com/izzy2lost/UnrealEngineUWP.git
synced 2026-03-26 18:15:20 -07:00
#rb Johan.Torp #rnx #preflight 6273f90f4a2e93404863731d [CL 20061252 by Matt Peters in ue5-main branch]
9 lines
259 B
C
9 lines
259 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
// Deprecated in UE 5.1.
|
|
#pragma message (__FILE__"(6): warning: #include AssetRegistry/AssetRegistryModule.h instead of AssetRegistryModule.h")
|
|
|
|
#include "AssetRegistry/AssetRegistryModule.h"
|