|
@@ -3,11 +3,11 @@
|
|
|
#pragma once
|
|
|
|
|
|
#include "CoreMinimal.h"
|
|
|
+#include "EzAbilityTypes.h"
|
|
|
#include "EzAbilityInstanceData.h"
|
|
|
#include "EzAbilityPropertyBindings.h"
|
|
|
-#include "InstancedStructContainer.h"
|
|
|
-#include "EzAbilityTypes.h"
|
|
|
-#include "PropertyBag.h"
|
|
|
+#include "StructUtils/InstancedStructContainer.h"
|
|
|
+#include "StructUtils/PropertyBag.h"
|
|
|
#include "EzAbility.generated.h"
|
|
|
|
|
|
struct FEzAbilityContext;
|