EM_Task/CoreUObject/Public/UObject/AssetPtr.h
Boshuang Zhao 5144a49c9b add
2026-02-13 16:18:33 +08:00

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"