SavingBlueprintFunctionLibrary.h 360 B

1234567891011121314151617
  1. // Fill out your copyright notice in the Description page of Project Settings.
  2. #pragma once
  3. #include "CoreMinimal.h"
  4. #include "Kismet/BlueprintFunctionLibrary.h"
  5. #include "SavingBlueprintFunctionLibrary.generated.h"
  6. /**
  7. *
  8. */
  9. UCLASS()
  10. class COMMUNICATION_ORG_API USavingBlueprintFunctionLibrary : public UBlueprintFunctionLibrary
  11. {
  12. GENERATED_BODY()
  13. };