Deleted CustomBlueprintFunction, some changes
This commit is contained in:
@@ -1,11 +0,0 @@
|
||||
// Fill out your copyright notice in the Description page of Project Settings.
|
||||
|
||||
|
||||
#include "CustomBlueprintFunctionLibrary.h"
|
||||
#include "GameMapsSettings.h"
|
||||
|
||||
FString UCustomBlueprintFunctionLibrary::GetDefaultMapName()
|
||||
{
|
||||
const UGameMapsSettings* GameMapsSettings = GetDefault<UGameMapsSettings>();
|
||||
return GameMapsSettings->GetGameDefaultMap();
|
||||
}
|
||||
@@ -1,19 +0,0 @@
|
||||
#pragma once
|
||||
|
||||
#include "CoreMinimal.h"
|
||||
#include "Kismet/BlueprintFunctionLibrary.h"
|
||||
#include "CustomBlueprintFunctionLibrary.generated.h"
|
||||
|
||||
/**
|
||||
*
|
||||
*/
|
||||
UCLASS()
|
||||
class REACTIONGAME_API UCustomBlueprintFunctionLibrary : public UBlueprintFunctionLibrary
|
||||
{
|
||||
GENERATED_BODY()
|
||||
|
||||
public:
|
||||
UFUNCTION(BlueprintCallable, Category = "Custom Utilities")
|
||||
static FString GetDefaultMapName();
|
||||
};
|
||||
s
|
||||
Reference in New Issue
Block a user