#pragma once #include "CoreMinimal.h" #include "Kismet/BlueprintFunctionLibrary.h" #include "CellIdFunctionLibrary.generated.h" UCLASS(Blueprintable) class UCellIdFunctionLibrary : public UBlueprintFunctionLibrary { GENERATED_BODY() public: UCellIdFunctionLibrary(); };