@@ -76,3 +76,4 @@ DerivedDataCache/*
+/PakTool
@@ -7,10 +7,7 @@
{
"Name": "Communication_Org",
"Type": "Runtime",
- "LoadingPhase": "Default",
- "AdditionalDependencies": [
- "Engine"
- ]
+ "LoadingPhase": "Default"
}
],
"Plugins": [
@@ -1,5 +0,0 @@
-// Fill out your copyright notice in the Description page of Project Settings.
-
-#include "SavingBlueprintFunctionLibrary.h"
@@ -1,17 +0,0 @@
-#pragma once
-#include "CoreMinimal.h"
-#include "Kismet/BlueprintFunctionLibrary.h"
-#include "SavingBlueprintFunctionLibrary.generated.h"
-/**
- *
- */
-UCLASS()
-class COMMUNICATION_ORG_API USavingBlueprintFunctionLibrary : public UBlueprintFunctionLibrary
-{
- GENERATED_BODY()
-};