12 lines
347 B
C
12 lines
347 B
C
// Copyright Epic Games, Inc. All Rights Reserved.
|
|
|
|
#pragma once
|
|
|
|
#include "CoreTypes.h"
|
|
|
|
UE_DEPRECATED_HEADER(5.6, "Use RayTracingDynamicGeometryUpdateManager.h instead of RayTracingDynamicGeometryCollection.h")
|
|
|
|
// Include the new file so that the project still compiles, but has warnings
|
|
#include "RayTracingDynamicGeometryUpdateManager.h"
|
|
|