#pragma once #include "CoreMinimal.h" UENUM(BlueprintType) enum class ERRDADSInventorySlotAccess : uint8 { None, ImportToNetworkFromSlot, ExportFromNetworkToSlot, };