Files
UnrealEngineUWP/Engine/Source/Runtime/CoreUObject/Public/InstancedStructContainer.h
yoan stamant f92989fb33 Fixed include paths following StructUtils being moved to CoreUObject
#jira UE-216472
#rb devin.doucette

[CL 34513428 by yoan stamant in ue5-main branch]
2024-06-19 16:42:16 -04:00

7 lines
169 B
C

// Copyright Epic Games, Inc. All Rights Reserved.
#pragma once
#if UE_ENABLE_INCLUDE_ORDER_DEPRECATED_IN_5_5
#include "StructUtils/InstancedStructContainer.h"
#endif