Files
FNGameProj/Source/FortniteGame/Public/MapLocationRenderData.h
2024-01-21 00:41:14 +01:00

12 lines
219 B
C++

#pragma once
#include "CoreMinimal.h"
#include "MapLocationRenderData.generated.h"
USTRUCT(BlueprintType)
struct FMapLocationRenderData {
GENERATED_BODY()
public:
FORTNITEGAME_API FMapLocationRenderData();
};