#pragma once #include "CoreMinimal.h" #include "Engine/DataAsset.h" #include "EnemySpawnEffectsKey.generated.h" UCLASS(Blueprintable) class UEnemySpawnEffectsKey : public UDataAsset { GENERATED_BODY() public: UEnemySpawnEffectsKey(); };