refactor: Update API macro from FRAMEWORK_API to PG_FRAMEWORK_API across multiple headers

This commit is contained in:
Lefteris Notas
2026-05-21 17:15:25 +03:00
parent 6132571f8d
commit cd0ebf2233
22 changed files with 39 additions and 39 deletions

View File

@@ -6,7 +6,7 @@
#include "DA_StateGatingTable.generated.h"
USTRUCT(BlueprintType)
struct FRAMEWORK_API FStateGatingRule
struct PG_FRAMEWORK_API FStateGatingRule
{
GENERATED_BODY()
@@ -21,7 +21,7 @@ struct FRAMEWORK_API FStateGatingRule
};
UCLASS(BlueprintType)
class FRAMEWORK_API UDA_StateGatingTable : public UPrimaryDataAsset
class PG_FRAMEWORK_API UDA_StateGatingTable : public UPrimaryDataAsset
{
GENERATED_BODY()