8 lines
258 B
C
8 lines
258 B
C
|
|
// Copyright Epic Games, Inc. All Rights Reserved.
|
||
|
|
|
||
|
|
#pragma once
|
||
|
|
|
||
|
|
#include "CoreTypes.h"
|
||
|
|
|
||
|
|
COMPILE_WARNING("TAssetPtr has been renamed to TSoftObjectPtr, change to #include \"UObject/SoftObjectPtr.h\" and rename references")
|
||
|
|
#include "UObject/SoftObjectPtr.h"
|