Deleted CustomBlueprintFunction, some changes
This commit is contained in:
parent
34dcba69aa
commit
4bd235c4f0
BIN
Content/Blueprints/BP_BubbleManager.uasset (Stored with Git LFS)
BIN
Content/Blueprints/BP_BubbleManager.uasset (Stored with Git LFS)
Binary file not shown.
BIN
Content/Maps/MainGame.umap (Stored with Git LFS)
BIN
Content/Maps/MainGame.umap (Stored with Git LFS)
Binary file not shown.
BIN
Content/Maps/MainMenu.umap (Stored with Git LFS)
BIN
Content/Maps/MainMenu.umap (Stored with Git LFS)
Binary file not shown.
BIN
Content/Prototype1/Prototype1.umap (Stored with Git LFS)
BIN
Content/Prototype1/Prototype1.umap (Stored with Git LFS)
Binary file not shown.
BIN
Content/Prototype2/Prototype2.umap (Stored with Git LFS)
BIN
Content/Prototype2/Prototype2.umap (Stored with Git LFS)
Binary file not shown.
BIN
Content/VRTemplate/Blueprints/WidgetMenu.uasset (Stored with Git LFS)
BIN
Content/VRTemplate/Blueprints/WidgetMenu.uasset (Stored with Git LFS)
Binary file not shown.
|
@ -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
|
Loading…
Reference in New Issue